Forum rules
By downloading PBWoW you agree to search for your own answers before asking others, and make an effort to understand the software (both phpBB and PBWoW). People that don't make an effort to help themselves will not be helped by us! Make sure you read this topic before posting support topics!
80
view posts by this user Offline
HWG
  • < Frozen Legion >
    Reply with quote Write comments
I have something of a problem... and I have been somewhat dumbfounded by it. My issue is that when a category receives a new post - and the new post icon appears, it goes from neat and orderly to a jumbled mess.

---

As seen here.

It goes from this:
Image

To this:
Image

How can I DISABLE that 'New Post Icon' on the categories, or atleast make it so it won't jumble the order?

---

My second question is how can I make those categories AUTO-expand for people? As of now they have to click on the category in order for it to expand... any way to automate that?


Thanks,

Dave
http://www.unitedroleplay.com/
80
view posts by this user Offline
HWG
  • < Frozen Legion >
    Reply with quote Write comments
Did it by editing this line in forumlist_body.html


FIND
Code: Select all
<h3><!-- IF forumrow.S_UNREAD_FORUM --><img src="{T_IMAGESET_PATH}/x_custom/new-icon.gif" width="19" height="15" />&nbsp;&nbsp;<!-- ENDIF --><a href="{forumrow.U_VIEWFORUM}">{forumrow.FORUM_NAME}</a></h3>


FIND INLINE
Code: Select all
<!-- IF forumrow.S_UNREAD_FORUM --><img src="{T_IMAGESET_PATH}/x_custom/new-icon.gif" width="19" height="15" />&nbsp;&nbsp;<!-- ENDIF -->


REPLACE

Code: Select all
<!-- IF forumrow.S_UNREAD_FORUM --><!-- ENDIF -->


Essentially leaving it blank.
Jump to :
Moderator
Moderator