The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Show Poll In Forum Sideblock Details »» | |||||||||||||||||||||||||||||||||||
.::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 -> You can change display order -> Cache Time 5. No Template Edits. Upgrade Instructions ===================================== 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. Download Now
Screenshots
Show Your Support
|
Comments |
#22
|
|||
|
|||
excellent features added on 2.0 update. Author seem to be taking feedback seriously and providing timely updates.
|
#23
|
|||
|
|||
I have no idea why.... but it doesnt work with "Everywhere Siderbar" Mod.
When i turn off "Everywhere Siderbar" it works fine. Any Tip? Ty |
#24
|
|||
|
|||
Dont Work For me
VB 4.05 |
#25
|
|||
|
|||
Quote:
Search For Poll For Forum Sideblock By Ayush Below that you will see a Cache Templates plugin, click on edit Replace All with Code:
$cache = array_merge((array)$cache,array( 'sideblock_polloption', 'sideblock_polloptions_table', 'sideblock_polloption_multiple', 'sideblock_pollresult', 'sideblock_pollresults_table')); $cache[] = 'block_sideblock_poll'; let me know if this works out as i am using sidebar for index page only. |
#26
|
|||
|
|||
No effects =/
It does not shows the poll block on the side bar...even in index. =/ |
#27
|
|||
|
|||
Quote:
i will test this mod with everywhere sidebar mod and will try to find out the solution for it. UPDATE: HERE IS TRICK TO MAKE IT WORK WITH EVERYWHERE SIDEBAR MOD Edit Poll For Forum Sideblock By Ayush in Forum Blocks Manager find: Template to Use Change block_sideblock_poll to block_html and save it... Now Open Block_html template in style and manager Paste the Following Code At Top Code:
<style type="text/css"> .pollbar1, .pollbar2, .pollbar3, .pollbar4, .pollbar5, .pollbar6 { height:10px; margin-top:1px; } .pollbar1 { background:{vb:stylevar pollbar1_background}; } .pollbar2 { background:{vb:stylevar pollbar2_background}; } .pollbar3 { background:{vb:stylevar pollbar3_background}; } .pollbar4 { background:{vb:stylevar pollbar4_background}; } .pollbar5 { background:{vb:stylevar pollbar5_background}; } .pollbar6 { background:{vb:stylevar pollbar6_background}; } #pollbarwrapper { position: relative; width: {vb:math {vb:stylevar pollbars_result_bit_width}+13}; display:block; float: {vb:stylevar left}; clear: {vb:stylevar right}; } #pollbarwrapper div { float:{vb:stylevar left}; } .percentvotes { position: relative; margin: -12px 0 0 0; font-size:{vb:stylevar small_fontSize}; font-weight:bold; } .pollquestion { font-size:12px; } .pollbuttons { margin-top: 10px; } .pollres { font-weight: bold; font-size: 13px; display: inline-block; color: #B00; } .pollquestionmain { font-weight: bold; font-size: 13px; display: inline-block; color: #3E3E3E; } </style> |
#28
|
|||
|
|||
Nice !
Works fine now.!! Ty for the mod and your support ! |
#29
|
||||
|
||||
thank you for update
keep it up man |
#30
|
|||
|
|||
You've made a great job with this update, thank you
|
#31
|
|||
|
|||
Installed, and nominated. thanks
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|