The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#21
|
||||
|
||||
Johm I am sorry bro, I assumed you would know what to do.
Go and make a new plugin in by going to your vb admin panel and click on Plugins & Products > Add New Plugin Once in there you will find the fields to complete: 1. Product = vBulletin 2. Hooks Location = showthread_complete 3. Title = Members subscribed to thread (or any tittle you want to give it) 4. Execution Order = leave as is 5. Plugin PHP Code = enter the code here 6. Plugin is Active = yes Once you do that go to your SHOWTHREAD template and look for the following: Code:
<li><a class="username" href="{vb:link member, {vb:raw row}}">{vb:raw row.musername}</a>{vb:raw row.invisiblemark}{vb:raw row.buddymark}{vb:raw row.comma}</li> </vb:each> </ol> Code:
</BR>{vb:raw subscribed_count} subscribed to this thread</BR> <vb:each from="subscribers" value="subscriber"> <a class="username" href="{vb:link member, {vb:raw subscriber}}">{vb:raw subscriber.musername}</a><vb:if condition="!$subscriber[is_last]">, </vb:if> </vb:each> |
#22
|
|||
|
|||
You sir are a hero.....
everything works --------------- Added [DATE]1349177858[/DATE] at [TIME]1349177858[/TIME] --------------- One question..... Is there a way to make this visible to more than one user group? |
#23
|
||||
|
||||
Only one usergroup is able to view it? If that is true I did not know that.
--------------- Added [DATE]1349211391[/DATE] at [TIME]1349211391[/TIME] --------------- I am viewing it as admin and as just a guest and you can see it. Let me know what you see buddy. |
#24
|
|||
|
|||
Where do you see who is subscribed to what threads? I've installed this but see no lists.
|
#25
|
|||
|
|||
Can someone post the whole thing for vb3 again, because this is al very confusing. Thanks.
|
#26
|
|||
|
|||
would be possible to edit this to show only "counter of subscribers" at forumdisplay (list of threads) ?
for version 4.2.x e.g. just like Replies / Views counters |
#27
|
|||
|
|||
Is there an answer in our future?
|
#28
|
|||
|
|||
You need to create a new plugin using the posted code, and also edit the SHOWTHREAD template and insert the code where you want the list to appear. If you've done both of those and still aren't seeing anything, first of course make sure you're looking at a thread that you know people have subscribed to, then double check that the plug and template edit are correct.
|
#29
|
|||
|
|||
Quote:
Here's my plugin code PHP Code:
Thanks!! For your help |
#30
|
|||
|
|||
bob wanna share screen of the result ?
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|