Jump to content

Leaderboard

  1. Skreamzja

    Skreamzja

    Community Regular


    • Points

      8

    • Posts

      579


  2. -Cookie-

    -Cookie-

    Community Regular


    • Points

      2

    • Posts

      771


  3. Oturo

    Oturo

    Explorer


    • Points

      2

    • Posts

      117


  4. hermit101

    hermit101

    Apprentice


    • Points

      1

    • Posts

      59


Popular Content

Showing content with the highest reputation on 06/05/2014 in all areas

  1. Sorry also missed out the important part im half asleep here its 2am. change the following .post_wrap { to the following .column_view .post_wrap { and then you mess with some background hex colors.
    2 points
  2. it's actually in fact the post_body you are wanting to edit the color of not the author_info in this case since you are wanting it to extend to the bottom. So what you are going to want to do is. ACP > LOOKS AND FEEL > SKIN NAME > TOPIC VIEW > POST Find the following. post_block hentry clear clearfix and change it to the following. post_block hentry clear clearfix column_view and then you want to change the post_body css. so now head over to the CSS part of the skin ACP > LOOKS AND FEEL > SKIN NAME > CSS > IPB_STYLES.CSS and change the following .post_body { to the following .column_view .post_body { then you have your column view and can change both parts. the background behind the userinfopane and then the actual content area. it's how I achieved something like the following.
    2 points
  3. ANY just make it unique XD
    2 points
  4. No problem glad I could help you half asleep XD.
    1 point
  5. The question(s) in this support topic have been answered and the owner has been able to solve the problem. Because of this, the support topic has been closed and moved. If you have other questions, please open a new topic.
    1 point
  6. Perhaps you should give some more information as to what colors you want the different ranks to be and the height and width too.
    1 point
  7. Find in ipb_styles, .ipsSideBlock, .general_box { background: #292929; border: 1px solid #454545; margin-bottom: 10px; }Replace with this one, .ipsSideBlock, .general_box { background: rgba(41, 41, 41, 0.49); border: 1px solid #454545; margin-bottom: 10px; }The bottom 2 need replacing because of this, Find this as well, .row1, .post_block.row1 { background-color: #292929; }Replace with, .row1, .post_block.row1 { background-color: rgba(41, 41, 41, 0.49); }Find this as well, .row2, .post_block.row2 { background-color: #292929; }Replace with, .row2, .post_block.row2 { background-color: rgba(41, 41, 41, 0.49); }
    1 point
  8. Hi All , Sniper Elite V2 is free on steam for 24hours ,claim it and keep it forever http://store.steampowered.com/app/63380/ Enjoy !
    1 point
  9. Replace the background: transparent;with thisbackground: rgba(41, 41, 41, 0.49);and i'll try, but can i ask do you mean sidebar hooks
    1 point
  10. Tell your hosting provider to to that changes for you, it is 1 minute work!
    1 point
  11. You use .htaccess ? If yes delete it or rename it! Check your permissions if you still having the problem send me a details to check it for you it is a common problem
    1 point
  12. Okay well today I'm going to show you guys how you can restrict you're recent topics hook so It will only search through certain forums and show the result in the right hand sidebar on the main page. If you don't understand what I'm on about i'll provide a few images. So the first image I'm going to provide you with is the recent topic hook I'm talking about; Okay well now we know what recent topic hook I'm talking about we can now move on to the next step. Okay now we need to access the ftp/cpanel which ever one you feel more comfortable doing. I'n my case i'm going to do this from localhost, so it might be a little different. So here is the list when I open my localhost, in you're circumstances it will look sort of the same, but a little different. You obviously need to be located in the public_html folder to be able to see these folders/files. Okay Well now we are there we are going to navigate through some folders/files. In my case, my forum is not based of a forum file, like said above, my installation of IP.Board is located in what it should be public_html file in ftp/cpanel if I was on a host. If you have you're forum installed in a folder called "forum" or "community" then all you will need to do is add the name of the folder and a / before the code I'm going to provide which will navigate you through you're folders/files to the actual file we are going to edit. public_html/admin/applications/forums/sources/classes/forums/class_forums.php and for those who have there IP.Board installed in another folder like said above, for example you're would go something along these lines; public_html/forums/admin/applications/forums/sources/classes/forums/class_forums.php Okay and when we have located our selves through those files/folders you now should have something that looks like the following; I repeat again you're will look similar to mine, it's just mine I'm doing from localhost. Okay well now you're going to want to open up the "class_forums.php" Once you have opened the "class_forums.php", You are going to want to find the following code; if ( is_array( $bvnp ) AND count( $bvnp ) ){if ( in_array( $forumID, $bvnp ) ){continue;}} and straight after the code shown above you're going to want to add the following code right below it; if ( $forumID == 27 || $forumID == 34 || $forumID == 48 || $forumID == 49 ){continue;} You obviously replace the forum IDs with your own, of course. And wallah job done, you have now successfully restricted the recent topics hook to where it will search and display recent topics. For instance if you take a look at the first image I provided and the one I'm going to provide now, you will see a difference in topics, because it will be restricted to where it will show the recent topics. I'm obviously using inspect element here, just to show you really quickly, but if you did it, and for example I wanted to restrict the market place from showing here on WebFlake, this is what would show compared to the first image I provided to show you. Thanks for reading and enjoy Tutorial brought to you by myself Born2Be/Skreamzja!
    1 point
This leaderboard is set to New York/GMT-05:00
×
×
  • Create New...