Version: 2.1, by Badshah93
Developer Last Online: Nov 2023
Category: vBulletin Forum Sideblocks -
Version: 4.x.x
Rating:
Released: 07-07-2011
Last Update: 05-24-2012
Installs: 345
Uses Plugins Auto-Templates
Translations
No support by the author.
.::Show Poll In Forum Sideblock::.
-> Special Thanks To Paul M For allowing me to use one of the code from his one of the mod.
What is it?
=====================================
This mod will show the Poll in Forum Sideblock.
Features
=====================================
1. Enable/Disable the mod from admincp.
2. Get Latest Poll From Multiple Forum. New!
3. Get Poll From Particular Thread.
4. Fully Integrated with Vbulletin Forum Sideblock Manager
1. Upload The New xml from Product manager in Admincp. (Don't Forget to click on overwrite)
2. Enable the mod and enter threadid or forumid's for fetching the poll.
3. Run clear system cache under Maintenance
New Installation Instructions
=====================================
1. In the Product Manager in AdminCP, import the product XML file.
2. Open Settings -> Show Poll In Forum Sideblock
Enable the mod and enter threadid or forumid for fetching the poll.
3. Run clear system cache under Maintenance
Uninstalling:
=====================================
1. You can disable the mod from admincp OR Uninstall the product from the Product Manager in the AdminCP.
Mod History:
v1.0 : 08 Jul 2011 : First Release.
v2.0 : 10 Jul 2011 : With More Features And Integrated with Vbulletin Forum Sideblock Manager.
v2.1 : 28 Jul 2011 : Fix Table Prefix Issue and added multiple forums feature.
-> Click On Mark As Installed If You Have Installed This Mod. -> You Can Nominate it also for Mod Of The Month.
No, we are working to get it right, I really appreciate your help especially because I am still so much in the dark. Do you suggest I undo everything and try again?
Great mod thank you for sharing it. It works well with the thread id however when I try to use a forum id instead of the thread id loading the forum page generates the following error:
Code:
Database error in vBulletin 4.1.4:
Invalid SQL:
SELECT forum.forumid as forumidd, thread.threadid, thread.pollid, thread.forumid, thread.open, thread.lastpost FROM vb_forum
LEFT join vb_thread ON thread.forumid = forum.forumid where forum.forumid = 64 ORDER BY thread.pollid DESC LIMIT 1;
MySQL Error : Unknown column 'forum.forumid' in 'field list'
Error Number : 1054
Request Date : Saturday, July 16th 2011 @ 11:23:12 AM
Error Date : Saturday, July 16th 2011 @ 11:23:13 AM
Script : http://www.mysite.com/forum/
Referrer : http://www.mysite.com/forum/
IP Address : *
Username : me
Classname : vB_Database
MySQL Version : 5.1.56
Great mod thank you for sharing it. It works well with the thread id however when I try to use a forum id instead of the thread id loading the forum page generates the following error:
Code:
Database error in vBulletin 4.1.4:
Invalid SQL:
SELECT forum.forumid as forumidd, thread.threadid, thread.pollid, thread.forumid, thread.open, thread.lastpost FROM vb_forum
LEFT join vb_thread ON thread.forumid = forum.forumid where forum.forumid = 64 ORDER BY thread.pollid DESC LIMIT 1;
MySQL Error : Unknown column 'forum.forumid' in 'field list'
Error Number : 1054
Request Date : Saturday, July 16th 2011 @ 11:23:12 AM
Error Date : Saturday, July 16th 2011 @ 11:23:13 AM
Script : http://www.mysite.com/forum/
Referrer : http://www.mysite.com/forum/
IP Address : 98.164.244.76
Username : me
Classname : vB_Database
MySQL Version : 5.1.56