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.

deverill2010 07-08-2012 12:42 PM

Quote:

Originally Posted by Badshah93 (Post 2346036)
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.

Unfortunately that doesn't work :(

Badshah93 07-08-2012 01:23 PM

1 Attachment(s)
Quote:

Originally Posted by deverill2010 (Post 2346040)
Unfortunately that doesn't work :(

Try this in place of previous code..

PHP Code:

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

   
$fullblockid 'sidebar_poll_1'


After doing this, upload attached xml.

deverill2010 07-08-2012 02:03 PM

Ok now it's showing twice. do I need to remove the originaly product? Thanks by the way.

Badshah93 07-08-2012 03:58 PM

Quote:

Originally Posted by deverill2010 (Post 2346070)
Ok now it's showing twice. do I need to remove the originaly product? Thanks by the way.

remove one of the poll sideblock from block manager. (anyone)

deverill2010 07-08-2012 04:43 PM

Ok I've done that. I removed one and am left with this one which is active -

Poll This mod will create Poll Sideblock.

but now no polls are showing? agh

Badshah93 07-09-2012 03:08 AM

Quote:

Originally Posted by deverill2010 (Post 2346107)
Ok I've done that. I removed one and am left with this one which is active -

Poll This mod will create Poll Sideblock.

but now no polls are showing? agh

remove all poll sideblock and reinstall the mod.

deverill2010 07-09-2012 01:17 PM

It's working great now thanks!

LuisUrquilla 07-26-2012 02:37 PM

Great little widget, just what I was looking for.

Kavada 08-09-2012 01:02 AM

downloaded this looks great, but how do i move the poll to the top of my sideblock and how do i change the title of the widget to something other than "poll"?

deverill2010 08-13-2012 04:55 AM

I'm having a issue with this, I'm not sure if it's because I'm using the every where side bar. However when on the main forum page, if I haven't voted in the poll, the poll box gets wrapped around all the other boxes.

deverill2010 08-20-2012 08:22 AM

Hello? There are big style issues with this mod!

Mr GRiM 08-26-2012 04:50 PM

thanks, nice mod :)

Vick98 09-10-2012 02:14 PM

How can I change the font color of the question in the poll?

*Fixed

SNATCH3R 09-12-2012 03:38 PM

installed and working like charm....

initiald 09-28-2012 04:56 AM

Is it possible to have it randomly pick a poll from a forumid?

TPirate 10-05-2012 02:14 AM

Works flawlessly!! Very nice and thx for this!! ;)

YOODA230 02-04-2013 09:22 AM

4.2.3 WORKING

Impromptu 02-17-2013 01:43 AM

Works fine for me 4.2

- Is there a way it can show the last x number of polls? (such as last 3 polls rather than 1?)
- Is there a way I can show showthread.php?t=203 to thread/203-title (which I've used re-direct via .htaccess?

Great mod! Marked as Installed and MOTM rated 5 stars

Jpolola 03-20-2013 09:25 AM

I installed it at 4.2 PL3 but nothing happened. it display nothing.

rhody401 03-21-2013 03:06 PM

This is fantastic. :up::up::up:

However, it seems to show the results before they vote. Is that intentional?

Thanks

thang28101993 04-15-2013 05:37 AM

I installed Mod and it is working well, but I have a small issue with template before vote, as this image:

https://vborg.vbsupport.ru/external/2014/04/20.jpg

And after Vote thread, that issue not appear:

https://vborg.vbsupport.ru/external/2014/04/21.jpg

So how I can make for the poll before vote is not wrong and clear as after vote:

Excuse me, I'm a new fan of Vbb, and I have to learn more! So, please help me to solve that problem! Thanks in advanced.

I use Vbb 4.2.0 Pl3

Impromptu 06-12-2013 11:54 AM

Quote:

Originally Posted by edytwinky (Post 2333057)
I have
Fetch Latest Poll From Forum: 56
Fetch Poll From Thread: 0

And I just created a poll in forum 56 to test.

Quote:

Originally Posted by edytwinky (Post 2339367)
Anybody having problems getting this to work with 4.2?

My polls are coming up empty

Quote:

Originally Posted by edytwinky (Post 2339373)
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?

Quote:

Originally Posted by deverill2010 (Post 2345714)
Is this working ok on 4.2? I see a couple of people have had a few issues?

Using 4.2.

Been using it for a while and it works for a selected forumid in my case it's id4. The reason is because it's my website I initially had polls only for my threads. However, over the last 6 months, I've noticed that other members are creating posts with legitimate polls thus I've decided to show the poll results on forumid2...unfortunately it goes blank when I show forumid2 and yes there are a lot of polls in forumid2..

strangely when I have 2,4 (ie comma) it shows a blank...like edytwinky..any issue? in the worst case scenario ill just show poll results from my threads (forumid4) but would love it to show forumid2 (ie general members)

thanks

aboayoy 08-06-2013 09:34 AM

how can generate poll show as html cod to put it on external html page ?

Bob_R 10-31-2013 04:06 PM

So, this will just display the latest poll in a specified forum or thread until a new poll is created?

Is there or can there a cron job to run it whenever one wishes?

john7911 11-01-2013 03:55 PM

Quote:

Originally Posted by Badshah93 (Post 2222077)
Edit this phrase

Code:

sideblock_poll_title

How can I edit this phrase?
Thank you ;)

albibak 11-01-2013 04:26 PM

Quote:

Originally Posted by john7911 (Post 2457685)
How can I edit this phrase?
Thank you ;)

AdminCP -> Languages & Phrases -> Phrase Manager

And search the varname "sideblock_poll_title" in GLOBAL

john7911 11-01-2013 04:53 PM

Thank you albibak :)

Bob_R 11-02-2013 07:32 PM

Quote:

Originally Posted by Bob_R (Post 2457500)
So, this will just display the latest poll in a specified forum or thread until a new poll is created?

Is there or can there a cron job to run it whenever one wishes?

Anyone? Please. :)

Impromptu 12-24-2013 11:26 AM

Quote:

Originally Posted by Impromptu (Post 2427599)
Using 4.2.

Been using it for a while and it works for a selected forumid in my case it's id4. The reason is because it's my website I initially had polls only for my threads. However, over the last 6 months, I've noticed that other members are creating posts with legitimate polls thus I've decided to show the poll results on forumid2...unfortunately it goes blank when I show forumid2 and yes there are a lot of polls in forumid2..

strangely when I have 2,4 (ie comma) it shows a blank...like edytwinky..any issue? in the worst case scenario ill just show poll results from my threads (forumid4) but would love it to show forumid2 (ie general members)

thanks

uninstall

ru55ian 01-03-2014 06:23 PM

Quote:

Originally Posted by Impromptu (Post 2427599)
Using 4.2.

Been using it for a while and it works for a selected forumid in my case it's id4. The reason is because it's my website I initially had polls only for my threads. However, over the last 6 months, I've noticed that other members are creating posts with legitimate polls thus I've decided to show the poll results on forumid2...unfortunately it goes blank when I show forumid2 and yes there are a lot of polls in forumid2..

strangely when I have 2,4 (ie comma) it shows a blank...like edytwinky..any issue? in the worst case scenario ill just show poll results from my threads (forumid4) but would love it to show forumid2 (ie general members)

thanks

Have been having same issues with 4.2.2

Only can use 1 forum at the time in settings, if use more than 1 forum, comes out blank.


All times are GMT. The time now is 04:02 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.01599 seconds
  • Memory Usage 1,828KB
  • 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
  • (3)bbcode_code_printable
  • (3)bbcode_php_printable
  • (15)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)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