![]() |
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 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.)
|
That's a bit beyond my capability I think.
Is it possible to have it exclude the RSS usergroup in the postbit template? |
I don't know what you mean by "exclude the RSS usergroup".
hook location - postbit_display_complete: PHP Code:
|
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? |
The stuff I wrote was for a plugin - Plugin System
If it's for a usergroup, then just change the condition to PHP Code:
|
All times are GMT. The time now is 06:04 AM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|