Customers SupportDocumentation




Reply
 
Thread Tools
  #1  
Old 14-01-2009, 02:19 AM
Member
 
Join Date: Dec 2008
Posts: 4
Red Carbon Question

I have been playing around trying to get an old hack on vb.org working for 3.8.0 - http://www.vbulletin.org/forum/showt...om+forum+icons and on the default style it works fine. Now am trying to get it to work with Red Carbon.

In template forumhome_forumbit_level1_nopost it says to find:

<if condition="$childforumbits">
<tbody id="collapseobj_forumbit_$forumid" style="{$collapseobj_forumid}">
$childforumbits
</tbody>
</if>

And replace with this:

<if condition="$childforumbits">
<tbody id="collapseobj_forumbit_$forumid" style="{$collapseobj_forumid}">
<if condition="$forum['subforumcolumns'] > 1">
<tr>
<td class="alt1" colspan="<if condition="$vboptions[showmoderatorcolumn]">6<else />5</if>">
<table style="border: none; width: 100%;">
$childforumbits
</table>
</td>
</tr>
<else />
$childforumbits
</if>
</tbody>
</if>

I have tried various areas in Red Carbon's forumhome_forumbit_level1_nopost template and though close at times it still is not right. Anyone have any ideas?

Thanks in advance!!
Reply With Quote
  #2  
Old 14-01-2009, 07:03 PM
vBulletin Skin Zone Staff
 
Join Date: May 2007
Posts: 1,811
Re: Red Carbon Question

Hey there,

Because the forums are seperated by a space in Red Carbon instead of the standard vBulletin forum listing, this means the templates are quite different. I would check the template FORUMHOME as alot of the coding gets changed round between the two templates.

Hope this helps
Reply With Quote
Reply

Thread Tools


Similar Threads
Thread Thread Starter Forum Replies Last Post
Chat Fusion pre-sale question creativepart Pre-Sales Questions 12 28-07-2009 04:59 PM
Red Carbon Question grizwald Pre-Sales Questions 2 12-07-2008 02:54 AM
I have one question... MaLe4kA Site Help, Feedback and Suggestions 2 04-04-2008 05:28 PM
2 question in styles beduino Pre-Sales Questions 5 25-08-2007 10:33 AM


All times are GMT. The time now is 09:28 AM.