PDA

View Full Version : Forum Home Enhancements - Graphic Of Whenever Event (GOWE)


Lon
05-03-2014, 10:00 PM
To receive support from me you must mark this mod As Installed (https://vborg.vbsupport.ru/vborg_miscactions.php?do=installhack&threadid=311044&token=c62d89a8fb75a313a0e95ed68af3fcff)!

Nominate (https://vborg.vbsupport.ru/vborg_miscactions.php?do=nominate&threadid=311044&type=1&token=c62d89a8fb75a313a0e95ed68af3fcff) 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 (https://vborg.vbsupport.ru/showthread.php?t=151723) 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. :D

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 (https://vborg.vbsupport.ru/showthread.php?t=247144) Mod as well, thank you ragarcia87 (https://vborg.vbsupport.ru/member.php?u=338439) for the inspiration to learn how to make a mod. :D

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/forumdisplay.php?25-GOWE

To manually add the mod to FORUMHOME or FORUMDISPLAY use:

{vb:raw gowe}

To manually add the mod to one particular forum:

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.

<vb:if condition="$forumid == x">{vb:raw gowe}</vb:if>

Bugs/Warnings:

Avoid using large images on small skins, it will break your tables.
That's all I know for right now!


Changelog:

None as of right now :)


Planned Features:

More flexablity with the table padding (You'll be able to determine the size of the table for large/small skins)
Possibility to choose your own options on the right column. (Naked field titles)


Tested on Version 4.2.2

Lon
05-04-2014, 05:28 PM
Reserved.

megabink
05-04-2014, 08:16 PM
Installed and working fine...glad to see this back in action!
Thanks buddy!

Davey-UK
05-09-2014, 08:10 AM
The users avatar is not showing? Any ideas?

Lon
05-11-2014, 06:45 PM
The users avatar is not showing? Any ideas?

Did you fill in the User ID field?

Also what version are you using?

Davey-UK
05-12-2014, 09:49 AM
Did you fill in the User ID field?

Also what version are you using?
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 image.php?$session[sessionurl]u=$vboptions[GOWE_userid]
and looking at your demo, that works. When looking on my forum, the avatar is at /forum/customavatars/avatar1.gif
Maybe i will have a look at tweeking it.
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.