Jump to content
WebFlake
  • 0

Small Ajustments help please


Guest Shenmue

Question

3 answers to this question

Recommended Posts

  • 0

ACP -> Look & Feel -> Your Skin -> Board Index -> boardIndexTemplate.

 

1) Find  this:

   	 <a href="{parse url="showforum={$__data[0]}" seotitle="{$__data[2]}" template="showforum" base="public"}" title='{parse expression="IPSText::striptags( IPSText::htmlspecialchars($__data[1]) )"}'>{$__data[1]}</a><if test="isNotLast:|: empty($__data[4] )">,</if>

 

Replace with this:

   	 <a href="{parse url="showforum={$__data[0]}" seotitle="{$__data[2]}" template="showforum" base="public"}" title='{parse expression="IPSText::striptags( IPSText::htmlspecialchars($__data[1]) )"}'>{$__data[1]}</a><if test="isNotLast:|: empty($__data[4] )"></if>

 


 

2) Find this:

                                               	 <p class='desc __forum_desc ipsType_small'>{$forum_data['description']}</p>                                            

 

Copy it then remove it, then find this:

                                               	 <if test="showSubForums:|:$forum_data['show_subforums'] AND count( $forum_data['subforums'] ) AND $forum_data['show_subforums']">                                                        <br />

 

Then paste the 1st code below the code you just found.

Need some IPB, MyBB, or HTML/CSS work done? Check out my thread!
:smiley:

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...