vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 4.x Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=245)
-   -   vBulletin Forum Sideblocks - Show Poll In Forum Sideblock (https://vborg.vbsupport.ru/showthread.php?t=266481)

Badshah93 06-10-2012 11:18 AM

Quote:

Originally Posted by dustoff99 (Post 2338396)
Getting double poll blocks as well. Looking forward to your Ajax Poll Sideblock.

in Forum Block Manager delete one pollblock.

dustoff99 06-10-2012 11:23 AM

Awesome, that did it - thanks

edytwinky 06-13-2012 08:05 PM

Anybody having problems getting this to work with 4.2?

My polls are coming up empty

edytwinky 06-13-2012 08:30 PM

I just figured out the issue. I tried the poll block with each forum and it doesn't seem to work with particular forums. One forum has numerous polls in it and doesnt return a poll, just comes up blank, would this cause the issue?

kevius 06-14-2012 11:26 AM

perfect now thanks !

chikuru 07-01-2012 05:11 PM

i want to use this on a custom template and not on sidebar (template name: RightSidebar)..

how can i do this?

deverill2010 07-07-2012 04:47 AM

Is this working ok on 4.2? I see a couple of people have had a few issues?

deverill2010 07-07-2012 11:24 AM

I've installed this and I have the 'everywhere sidebar mod' installed - https://vborg.vbsupport.ru/showthread.php?t=233871

Your poll block is only showing on the activity stream and no where else for some reason?

deverill2010 07-08-2012 11:54 AM

Bump Badshah93's can you answer my question please. I'd appreciate it.

Badshah93 07-08-2012 12:27 PM

Quote:

Originally Posted by deverill2010 (Post 2346030)
Bump Badshah93's can you answer my question please. I'd appreciate it.

You will need to edit one plugin of Everywhere Sidebar Mod.

Open Plugin "sidebar_global"

Find: (3 times)
Code:

$fullblockid = str_replace('sgdiscussions', 'sgnewdiscussions', $fullblockid);
Add After it:
PHP Code:

$cccache unserialize($block['configcache']); 
if (
strpos($cccache['html_template'], 'block_sideblock_poll') !== false

   
$fullblockid 'sidebar_poll'


I haven't tested it but i expect it to work.


All times are GMT. The time now is 06:50 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01132 seconds
  • Memory Usage 1,735KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)bbcode_code_printable
  • (1)bbcode_php_printable
  • (2)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete