Activity Stream
48,167 MEMBERS
6873 ONLINE
besthostingforums On YouTube Subscribe to our Newsletter besthostingforums On Twitter besthostingforums On Facebook besthostingforums On facebook groups

Results 1 to 2 of 2
  1.     
    #1
    Doing things differently.

    Default Abit stuck at the moment.

    Right i've got a IPB forum 2.3.x

    And what i'm wanting is to remove the "new post" image column on the left ( the arrows in this pic ) then at the end of forum description have NEW! when a new post is in that section.




    Second reqest/issue, in thread view the post area is the same as member info all light grey ( on the left ) for some odd reason it should be alot dark like the picture below shows, have i removed abit of code somewhere?




    Thanks in advanced.
    GeeZus Reviewed by GeeZus on . Abit stuck at the moment. Right i've got a IPB forum 2.3.x And what i'm wanting is to remove the "new post" image column on the left ( the arrows in this pic ) then at the end of forum description have NEW! when a new post is in that section. http://www.besthostingforums.com/images/cdn/besthostingforums.com/2009/06/52.jpg Second reqest/issue, in thread view the post area is the same as member info all light grey ( on the left ) for some odd reason it should be alot dark like the picture below shows, have i Rating: 5

  2.   Sponsored Links

  3.     
    #2
    Member
    Website's:
    innovative-coding.com wolfs-rain.org wolfsrain.org infothread.org
    for the colour. Edit the CSS. Depending on the code it would be anything. post1, post2. bg1 etc etc. Just check it out carefully.

    ACP Home > Skin Manager Home > Click on the options button on your theme and EDIT CSS ADVANCED to access CSS style

    ------
    for the icon
    your going to find the NEW icon in /style_images/THEME NAME
    replace the old image with your NEW! image (bc_new.gif) is the name of the icon that shows a new post

    to access the code
    ACP Home > Skin Manager Home > EDIT HTML ( your THEME )
    > BOARD INDEX > FORUMROW

    now the {$data['img_new_post']} will most likely be in the second line ish

    so using stock ipb theme your TD data is


    <td align="center" class="row2" width="1%">{$data['img_new_post']}</td>
    Delete that line of code. thus deleting the TD and make it have 4 rows instead of 5 row

    find:
    <b><a href="{$this->ipsclass->base_url}showforum={$data['id']}">{$data['name']}</a></b>

    replace with:

    <b><a href="{$this->ipsclass->base_url}showforum={$data['id']}">{$data['name']}&nbsp;{$data['img_new_post']}</a></b>
    and that should work okay.

    I'm not good at explaining, So I'm sure it's confusing but post again if you need more help.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Stuck with Dr.Web
    By ChosenOne in forum Technical Help Desk Support
    Replies: 2
    Last Post: 12th Feb 2012, 04:15 AM
  2. Which is the best PPS Host at the moment ?
    By AlexxxMaster in forum File Host Discussion
    Replies: 1
    Last Post: 29th Jan 2012, 08:33 PM
  3. What is the Top 10 DDls at the moment
    By MASK ^_^ MAN in forum Forum and DDL Discussion
    Replies: 7
    Last Post: 30th Apr 2011, 11:13 AM
  4. Moment Of Clarity.
    By Phamous in forum General Discussion
    Replies: 9
    Last Post: 19th Oct 2009, 04:52 AM
  5. I'm Stuck
    By .m0nster in forum vBulletin
    Replies: 1
    Last Post: 20th Feb 2009, 04:15 AM

Tags for this Thread

BE SOCIAL