The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Exclude RSS Feeds from Postbit Legacy
I want to exclude an RSS Feed's stats from postbit legacy. For example "join Date" and "Posts" and all other details that appear in Postbit Legacy. Can anyone tell me how to go about that? Here is a sample of my current code:
Code:
<div><if condition="$post['field11']"><img src="http://www.wowguideonline.com/forum/images/misc/$post[field11].gif" alt="$post[field11]" /></if> <if condition="$post['field17']"><img src="http://www.wowguideonline.com/forum/images/misc/$post[field17]$post[field9].gif" alt="$post[field17] $post[field9]" /></if> <if condition="$post['field8']"><img src="http://www.wowguideonline.com/forum/images/misc/$post[field8].gif" alt="$post[field8]" /></if> <if condition="$post['field10']"><img src="http://www.wowguideonline.com/forum/images/misc/numbers/$post[field10].gif" alt="Level $post[field10]" /></if></div> </if> <br> <table border="1" cellpadding="0" style="border-collapse: collapse;" cellspacing="0" bordercolor="#000000" width="168" bgcolor="#36383b"> <tr> <td style="font-size:12px; padding: 3px; font-family: Tahoma, Arial, Helvetica, sans-serif;" > <div class="smallfont"> <div class="smallfont"> <if condition="$post['joindate']"><div>$vbphrase[join_date]: $post[joindate]</div></if> <div>$vbphrase[posts]: $post[posts]</div> |
#2
|
||||
|
||||
If the RSS Feed is always posted by the same user, you can just write a plugin to see those fields to '' (nothing) for that particular user and then they won't be posted. (I think... I've never done it but that's how I would try to do it.)
|
#3
|
|||
|
|||
That's a bit beyond my capability I think.
Is it possible to have it exclude the RSS usergroup in the postbit template? |
#4
|
||||
|
||||
I don't know what you mean by "exclude the RSS usergroup".
hook location - postbit_display_complete: PHP Code:
|
#5
|
|||
|
|||
What I am looking for is this: If an user belongs to the RSS Feed Usergroup (in my case Usergroup #28), none of the information in their user profile fields will display in the postbit legacy template.
Thanks! But I don't see "postbit_display_complete" in my list of Postbit Templates. Can it just be posted at the beginning of the Postbit Legacy Template? |
#6
|
||||
|
||||
The stuff I wrote was for a plugin - Plugin System
If it's for a usergroup, then just change the condition to PHP Code:
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|