The Arcive of vBulletin Modifications Site. |
|
Graphic Of Whenever Event (GOWE) Details »»
|
|||||||||||||||||||||||||||||||
To receive support from me you must mark this mod As Installed!
Nominate this mod so I can make more ![]() This is my first mod and I come with minimal knowledge of how to code Vbulletin mods but I learned and this is my first test subject. It's based off the HS - Signature of the Week Mod made for Vbulletin 3 but never updated to VB4. So I did what most people do when starting a new mod is take another mod and remove/add your own features. ![]() It was complicated at first and I have no coordination skills when working on projects because I always think of ways to tweak it. Inspired by the Movie Of The Week - MOTW Mod as well, thank you ragarcia87 for the inspiration to learn how to make a mod. ![]() This mod is more aimed towards Anime/Manga/Gaming forums and it's been a request for quite some time but you can use it however you wish ![]() Installation: 1. AdminCP > Plugins & Products > Manage Products > [Add/Import Product] 2. Go to: AdminCP > vBulletin Options > GOWE - Graphic Of Whenever Even > Fill in the options. 3. Optional fields are optional but if they aren't filled out the thread link ID's will remain at "=0". Demo: http://bumpswonderland.com/forums/fo...ay.php?25-GOWE To manually add the mod to FORUMHOME or FORUMDISPLAY use: Code:
{vb:raw gowe}
Place the following code after {vb:raw navbar} in your FORUMDISPLAY template. Change the red "x" to the sub-forum id you're going to display this mod on. Code:
<vb:if condition="$forumid == x">{vb:raw gowe}</vb:if>
Changelog:
Planned Features:
Tested on Version 4.2.2 Download Now
Screenshots
Show Your Support
|
|||||||||||||||||||||||||||||||
| Comments |
|
#2
|
||||
|
||||
|
Reserved.
|
|
#3
|
||||
|
||||
|
Installed and working fine...glad to see this back in action!
Thanks buddy! |
|
#4
|
||||
|
||||
|
The users avatar is not showing? Any ideas?
|
|
#5
|
||||
|
||||
|
Did you fill in the User ID field?
Also what version are you using? |
|
#6
|
||||
|
||||
|
User ID field is filled in, as link to username etc works, but just no avatar.
Looking in the file the avatar is found at Code:
image.php?$session[sessionurl]u=$vboptions[GOWE_userid] Code:
/forum/customavatars/avatar1.gif Vb version is 4.2.2 and your mod version 1.0 If i come up with a solution i will post back. It is my rewrite rules in htaccess causing the friendlier url. |
![]() |
|
|