PDA

View Full Version : User Titles Question


XGC Paravain
11-13-2013, 09:29 PM
Ok what I am trying to do is add forum banners for the User titles so instead of the user title being displayed under the members username in text, it will give the member a forum banner that will change as their post count goes up.

tbworld
11-14-2013, 12:29 AM
Happy to help, but you didn't ask a coding question. You will receive the most help by displaying your code or a snippet of it, and then asking a specific question. If your looking for a place to start, then search for similar code or topic on vbulletin.org.

I am not clear on the term "forum banner". Are you referring to the 'category header'?

XGC Paravain
11-14-2013, 01:24 AM
Well I dont have the banners made yet but an example, here is one of my usergroup banner

the usergroup banner I use HTML with the file path of the image in the User Ranks

I would like to do the same with the User Titles.

Example: Posts 1 - 50 members with have a "Forum Noob" Banner

50 - 100 Posts would get "Forum Noob II" to replace the first banner

XGC Paravain
11-14-2013, 01:38 AM
Here is where my usergroup banners are displayed, just where I would like the forum banner displayed

XGC Paravain
11-16-2013, 05:17 PM
I guess my question is how can I change user titles in to images or use images for user titles?

Elite_360_
11-16-2013, 08:12 PM
go to User Title Manager edit the title you want and add this for the title


<img src="mysite.com/my_image.png" alt="My Tilte" title="My Tilte" width="?" height="?">


Don't forget to "update user titles and ranks"

XGC Paravain
11-17-2013, 01:00 AM
go to User Title Manager edit the title you want and add this for the title


<img src="mysite.com/my_image.png" alt="My Tilte" title="My Tilte" width="?" height="?">


Don't forget to "update user titles and ranks"

Thanks Elite :D just a question where would I put the image file path?

--------------- Added 1384662920 at 1384662920 ---------------

It worked nice I just put the image file path in place of "mysite.com/my_image.png"

Thanks Elite