PDA

View Full Version : [ASK] Forum Category Moderator


godarmy
07-07-2013, 08:33 AM
Hi,

I want to add moderator list on Forum Category or Display Topics
Is there any mode for that?

Best Regards

godarmy
07-10-2013, 03:44 PM
anyone can help me please?

Lynne
07-10-2013, 05:11 PM
There is no module for that. You can add an html or php module (depending on if you just want to list them or your want to query for them) to the page to display them.

godarmy
07-11-2013, 03:50 PM
Hi Lynne...thanks for reply it..
yes...actualy...i need vb phrase to show it...<vb:raw moderators> or something to list moderator of 1 channel on channel view...i try to find the manual...but cannot find it...i mean...like sdk for vbulletin or something....

Lynne
07-11-2013, 08:55 PM
You can't just put in a variable - you would need to define it first which means you would need to run a query to get that information. So, you will need to add a PHP module and in the module run the query and then output the results to your module. (Or, if you don't want to write a query, then do an HTML module for each of those channels that have moderators.)

godarmy
07-11-2013, 10:39 PM
Hi,

thanks Lynne...but is there any example?if you not mind?

Lynne
07-12-2013, 03:38 AM
An example of.... a php module? Have you checked the manual for that?

godarmy
07-13-2013, 04:54 PM
Thanks Lynne...never mind...good day...