The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
How I can add a new column
Well, I explain me better.
In the forum, I want to delete the column "Threads & Posts" and I want to change it for a new column, I want to add it the moderators. Until there all fine, I did add in this place the moderators, but, up from this, I want to add the word "Moderators" like "Main Category" and "Las Post" In this pictures I explain me better. This is default form And this is the form like I want to have it I do not know if someone could help me or tell me what I have to do .... please, I've been playing a lot of fun with codes and do not get it yet. |
#2
|
|||
|
|||
It's really, nobody know how to do this???
Really, I need it, I want to know how I can put the word Moderators between "Main Category" and "Last Post" Please, someone help me |
#3
|
||||
|
||||
A template edit conditional with can_moderate() would be the simplest
|
#4
|
|||
|
|||
thanks men, but, exactly which is it the code that I have to paste and where??
Excuse me, but I really don't have idea like I have to do :S XD I'm noob in this things a template modifications :P I have a idea like this code be in forumhome_forumbit_level2_post but I don't know which is the code like I have to put there :S XD thanks for all men |
#5
|
||||
|
||||
If you look in the template "forumhome_forumbit_level2_post", these are the lines you will be interested in.
Moderators code: HTML Code:
<vb:if condition="$vboptions['showmoderatorcolumn'] AND $forum['moderators']"> <div class="moderators"> <h4>{vb:rawphrase moderators}:</h4> <ol class="commalist"> {vb:raw forum.moderators} </ol> </div> HTML Code:
<h4 class="nocss_label">{vb:rawphrase forum_statistics}:</h4> <ul class="forumstats td"> <li>{vb:rawphrase threads}: {vb:raw forum.threadcount}</li> <li>{vb:rawphrase posts}: {vb:raw forum.replycount}</li> </ul> |
#6
|
|||
|
|||
Where exactly I have to do the new template??
In Admicp > Styles & Templates > << >> > Add new template?? Or, Where exactly I have to do this and what I have to put in this new template?? excuse me, but I really don't understand so well the english :P XD but I try all I can XD Thanks for all men |
#7
|
||||
|
||||
I didn't say anything about creating a new template. I told you what lines you would be interested in in the template you mentioned. I first pointed about the code you would need for the moderators. Then I pointed out the code you wanted to remove of the threads/posts. So, most likely you want to replace one with the other. I don't know what the CSS will do to it after you do that though, so you will have to adjust it as needed - probably just use the same class.
|
#8
|
|||
|
|||
uhmm... I misunderstood XD excuse me jejejeje well... I going to continue do this... because I already changed the moderators column but, I can't already add in the tab the word "Moderators" XD I'll continue trying
thank you very much to both |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|