The Arcive of vBulletin Modifications Site. |
|
|
#1
|
||||
|
||||
|
Im trying to list the latest published article in each users postbit. Im using magpierss to pull the feed from wordpress and this is the code I got
PHP Code:
(The wordpress author name and forum username is the same) |
|
#2
|
|||
|
|||
|
You are correct, you are trying to mix and match PHP with the Vbulletin variable system. You will need to find the source of $userinfo[username], or modify it in the styles.
I have not done very much research of the plugin, but have you attempted to ask for support within that thread? |
|
#3
|
||||
|
||||
|
What hook location are you using? Go find that hook in the code and look above it and see what variable they are using for the userinfo right there.
|
![]() |
|
|