The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
How do I? Posts & Treads Display
Hey everyone,
I have been searching the databases here and at vBul.com also other sites (but i won't mention them) I am wanting to display Threads: and Posts: To the Category list... IE As i have said i have done a good search using the terms posts threads display posts threads categories posts threads category post thread etc......... If someone could please let me know how to do this or give me a link to a tut that show me how.. I would REALLY appreciate it. Thanks everyone |
#2
|
||||
|
||||
If you're familiar with the HTML structure then you can copy and paste the thread and post column codes into the category column. In the screenshot I see three columns (statusicon, forum description and last post by). Where you see Forum and Last Post you need to edit templates:
forumhome_forumbit_level1_nopost forumhome_forumbit_level2_nopost For the informational bits you need to edit templates: forumhome_forumbit_level1_post forumhome_forumbit_level2_post All of these are in the FORUMHOME template group. If you need more help let me know. |
#3
|
|||
|
|||
Hey thanks
Sounds good so far... It's just the fact that i'm not the most HIGHLY learned html expert.. 50% is still just one big code in my eyes!. Do you know of a detailed explination on how to do it... I know that i'll have to remove and add HTML Code:
<td class="thead">$vbphrase[threads]</td> <td class="thead">$vbphrase[posts]</td> It's just the fact that i have no idea EXACTLY where to put it Thankyou kindly for the help thus far |
#4
|
||||
|
||||
It gets easier as you mess with it I assure you.
There are threads that explain specific edits but I don't know of any tutorial that explains what you want to do. I'm working on something at the moment but unless someone gets to it first I'll have an edit that you can try by tonight or tomorrow. Are you working on a default template or a custom skin? |
#5
|
|||
|
|||
custom skin... remove the link if you need to ... http://forums.vacf.com.au is the location.. I have just made the skin there. This is where i want the edit to go
I will be more than happy to wait for you mate *EDIT The skin is custom made from default skin... By me... ! |
#6
|
||||
|
||||
I don't believe a tutorial exists for doing this - it's mostly html (template) editing.
perhaps Freesteyelz can create a tutorial for the community |
#7
|
||||
|
||||
Probably not for this edit but I'll brainstorm on some ideas. Quote:
forumhome_forumbit_level1_nopost forumhome_forumbit_level2_post I'll use them for your edit as opposed to using the default template. |
#8
|
|||
|
|||
Okay here is what you requested.
forumhome_forumbit_level1_nopost Code:
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center"> <br /> <tbody> <tr> <td class="tcat" colspan="<if condition="$vboptions[showmoderatorcolumn]">6<else />5</if>"> <if condition="$childforumbits"> <a style="float:$stylevar[right]" href="#top" onclick="return toggle_collapse('forumbit_$forumid')"><img id="collapseimg_forumbit_$forumid" src="$stylevar[imgdir_button]/collapse_tcat{$collapseimg_forumid}.gif" alt="" border="0" /></a> </if> <a href="forumdisplay.php?$session[sessionurl]f=$forum[forumid]">$forum[title]</a> <if condition="$show['forumdescription']"><div class="smallfont">$forum[description]</div></if> <if condition="$show['subforums']"><div class="smallfont"><strong>$vbphrase[subforums]</strong>: $forum[subforums]</div></if> </td> </tr> </tbody> <if condition="$childforumbits"> <tbody id="collapseobj_forumbit_$forumid" style="{$collapseobj_forumid}"> <tr align="center"> <td class="thead"> </td> <td class="thead" width="100%" align="$stylevar">$vbphrase[forum]</td> <td class="thead" width="175">$vbphrase[last_post]</td> <td class="thead">$vbphrase[threads]</td> <td class="thead">$vbphrase[posts]</td> <if condition="$vboptions['showmoderatorcolumn']"> <td class="thead">$vbphrase[moderator]</td> </if> </tr> $childforumbits </tbody> </if> Code:
<tr align="center"> <td class="alt2"><img src="$stylevar[imgdir_statusicon]/forum_$forum[statusicon].gif" alt="" border="0" id="forum_statusicon_$forum[forumid]" /></td> <td class="alt1Active" align="$stylevar[left]" id="f$forum[forumid]"> <div> <a href="forumdisplay.php?$session[sessionurl]f=$forum[forumid]"><strong>$forum[title]</strong></a> <if condition="$show['browsers']"><span class="smallfont">(<phrase 1="$forum[browsers]">$vbphrase[x_viewing]</phrase>)</span></if> </div> <if condition="$show['forumdescription']"><div class="smallfont">$forum[description]</div></if> <if condition="$show['forumsubscription']"><div class="smallfont"><strong><a href="subscription.php?$session[sessionurl]do=removesubscription&f=$forum[forumid]" rel="nofollow">$vbphrase[unsubscribe_from_this_forum]</a></strong></div></if> <if condition="$show['subforums']"><div class="smallfont" style="margin-top:$stylevar[cellpadding]px"><strong>$vbphrase[subforums]</strong>: $forum[subforums]</div></if> </td> <td class="alt2" nowrap="nowrap">$forum[lastpostinfo]</td> <td class="alt1">$forum[threadcount]</td> <td class="alt2">$forum[replycount]</td> <if condition="$vboptions['showmoderatorcolumn']"> <td class="alt1"><div class="smallfont">$forum[moderators] </div></td> </if> </tr> $childforumbits Thanks very much for this help.. I though for sure there would already be a tutorial on how to do this. Phew I don't feel as bad for not being able to find one and posting this topic! |
#9
|
||||
|
||||
Thanks. I'll have something either by tonight or tomorrow.
--------------- Added 03 Nov 2007 at 18:08 --------------- Edited: I came back to use the image for reference and it's not currently showing up? Do you have a link to the site or can you repost the image please. |
#10
|
|||
|
|||
Sorry had major server malfunctions... Image is back now.. The skin is also now on http://vacf.com.au if you needed to see it
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|