The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
Is it possible to make this option in Forum Manager?
Show "Last Post" info? - Yes/No "Private" or something like that will be shown instead of thread title, last poster info, time... for selected forums only. |
#2
|
|||
|
|||
![]()
I'm not sure if it's doable from forum manager, but it's certainly doable. The templates you need to modify are the:
forumhome_forumbit_level1_post forumhome_forumbit_level2_post Find in the templates where it is posting the last post info. Should look something like this: Code:
<td class="alt2" nowrap="nowrap">$forum[lastpostinfo]</td> Code:
<td class="alt2" nowrap="nowrap"><if condition="$forum[forumid] == 17">-<else />$forum[lastpostinfo]</if></td> |
#3
|
|||
|
|||
![]()
Thanks but part of one plugin needs to add option to Forum Manager so I can set in forum options to show last post in that forum or not.
|
#4
|
||||
|
||||
![]()
Its easily doable - Contact me via PM tomorrow and I'll hook you up with the code to do so
![]() Chris |
#5
|
|||
|
|||
![]()
Tyvm
![]() |
#6
|
||||
|
||||
![]()
Hi Cyber,
Can you tell me how to do the same, but with only the TITLE? I would still like to show the rest of the userinfo :nervous: |
#7
|
|||
|
|||
![]()
I would also like the code to do the same as the initial poster. Actually for two selected forums.
Can you post here? Quote:
Such as == 17 or 18 ? Cheers! |
#8
|
|||
|
|||
![]()
Sure.
Code:
<td class="alt2" nowrap="nowrap"><if condition="($forum[forumid] == 17 OR $forum[forumid] == 18)">-<else />$forum[lastpostinfo]</if></td> |
#9
|
|||
|
|||
![]()
Haha ok
Thanks Ill give it a crack. Heck... Im using Aria + style from vBstyles (love it!) and this is what Ive got in its place: forumhome_forumbit_level2_post: PHP Code:
|
#10
|
|||
|
|||
![]()
Any idea why this would work for Level2 but not work for Level1? For some reason it isn't recognizing the forumid on Level1 but it does for Level2, and the code is identical.
![]() I did some more testing, level1 does work it just doesn't work on the actual Forum Home page. If I open a category then Level1 does work. So what template is being used on the actual Forum Home page (the page that shows all categories and forums)?? How do I hide the "Last Post" content for a specific forum on the main forums page?? |
![]() |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|