vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.6 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=194)
-   -   Show Thread Enhancements - [AJAX] Your One Click Thread Ratings (https://vborg.vbsupport.ru/showthread.php?t=136162)

Mr Chad 01-14-2007 06:53 PM

it still is acting the same, i wonder what vbulletin.org is using.

fci 01-14-2007 07:07 PM

Quote:

Originally Posted by Mr Chad (Post 1159178)
it still is acting the same, i wonder what vbulletin.org is using.

could you post the contents of your template? maybe there is something in there that would help me

Mr Chad 01-14-2007 07:52 PM

Quote:

Originally Posted by fci (Post 1159192)
could you post the contents of your template? maybe there is something in there that would help me

http://pastebin.ca/316691

fci 01-15-2007 01:09 AM

mmm.. nothing really stood out to me. I don't know what else I can do if I can't reproduce the problem myself

ubblite 01-15-2007 05:41 AM

Quote:

Originally Posted by fci (Post 1159155)
as long as you have this surrounding the rating thing it should hide it you have already voted and you need to do "in vBulletin Options > Poll and Thread Rating Options, set "Allow Thread Rating Vote Changes" to No"
Code:

<if condition="$show['threadrating']">
    <if condition="$show['ratethread']">
</if>
</if>

since someone said this didn't work, you could try modifying it to this (untested but should work):
Code:

<if condition="$show['threadrating']">
    <if condition="$show['ratethread'] && $threadinfo['vote']==NULL">
</if>
</if>

if it still shows it, I'm not sure what else to suggest

Same for me - wrapped both suggestions around code but didn't work - vote thread still shows up. And i have "Allow Thread Rating Vote Changes" selected as No.

Perhaps one more suggestion? Thanks.

Mr Chad 01-16-2007 03:21 AM

So its not just me.

fci 01-16-2007 12:12 PM

are the users having issues using vbulletin 3.6.4 ? I just checked your site Mr Chad and you're using 3.6.3. I'm skeptical there would be any significant differences between 3.6.4 and 3.6.3. I will try doing a more thorough analyzation of why this happens but it shouldn't be this baffling.

DPSR 01-16-2007 12:42 PM

I am on 3.6.4 and facing same prob :(

ubblite 01-16-2007 01:00 PM

Yup, 3.6.4 here too with the same problem.

kafi 01-16-2007 07:20 PM

Any way to adopt design to the one we can see here at vb.org?


All times are GMT. The time now is 09:40 AM.

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.01240 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
  • (2)bbcode_code_printable
  • (3)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (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