The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
I need help with a bbcode for users avatar and one for username with html markup, i want to be able to do either
Code:
[user]wipedout[/user] |
#2
|
|||
|
|||
![]()
I'll help you do it with plug-ins:
Hook: bbcode_create Title: [user] BBCode PHP Code: PHP Code:
Note: This isn't my code - it works on vBulletin 3.8.3 however. An XML is also attached if you don't want to do it manually. |
#3
|
|||
|
|||
![]()
Yea that solves part of the problem, but that leaves the [usericon] bbcode.
|
#4
|
|||
|
|||
![]()
Try this:
Create new BBCode Title: Usericon BBCode Tag Name: usericon Replacement: <img src="image.php?u={param}" /> Example: [usericon]1[/usericon] Description: Put user ID in between usericon BBCodes to get their avatar. How to use: [usericon]{User ID}[/usericon] |
#5
|
|||
|
|||
![]()
does not work due to the fact that im using avatars in filesystem.
|
#6
|
|||
|
|||
![]()
Is there a recurring URL to get to the avatar?
|
#7
|
|||
|
|||
![]()
yea there is, im just not sure how vbulletin grabs the url...
|
#8
|
|||
|
|||
![]()
Post a URL to a member's avatar.
|
#9
|
|||
|
|||
![]()
<a href="http://forums.thefurryden.net/customavatars/thumbs/avatar4_3.gif" target="_blank">http://forums.thefurryden.net/custom.../avatar4_3.gif</a>
|
#10
|
|||
|
|||
![]()
Hmm, I'm not sure on how filesystem avatars are stored. Does the URL have any relevance to the user's profile/user ID?
|
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|