vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.7 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=228)
-   -   Show Thread Enhancements - [AJAX] Threads rating (https://vborg.vbsupport.ru/showthread.php?t=185117)

mad@Max 08-10-2008 10:18 PM

I'm update hack and add gif animation of work product:)

MissKalunji 08-11-2008 02:28 AM

THANK YOU!!!!!!!! that's what i've been wanting forever!

MissKalunji 08-11-2008 02:35 AM

You Forgot to translate this : ??????? ??????? to Rate Thread

in

Quote:

<table cellpadding="$stylevar[cellpadding]" cellspacing="0" border="0" width="100%"><tr><td align="right" width="45%" nowrap="nowrap"><div><strong><a href="javascript:openDreamTRI($thread[threadid])">??????? ???????</a>:</strong></div></td><td align="left" width="55%" nowrap="nowrap"><ul class="star-rating" title="<phrase 1="$thread[votenum]" 2="$thread[voteavg]">$vbphrase[thread_rating_x_votes_y_average]</phrase>"><li class="current-rating" style="width:$current_rating;"></li></td></tr></table>
and i get an error when viewing who rated

Quote:

Warning: Division by zero in [path]/threadratinginfo.php on line 75

Warning: Division by zero in [path]/threadratinginfo.php on line 78

Warning: Division by zero in [path]/threadratinginfo.php on line 78

Warning: Division by zero in [path]/threadratinginfo.php on line 78

Warning: Division by zero in [path]/threadratinginfo.php on line 78

Warning: Division by zero in [path]/threadratinginfo.php on line 78

mad@Max 08-11-2008 07:00 AM

Thanks - reload product.
How you got this error?

MissKalunji 08-11-2008 05:56 PM

Quote:

Originally Posted by mad@Max (Post 1596031)
Thanks - reload product.
How you got this error?

I took a screenshot

mystic10 08-11-2008 07:13 PM

instead of rate this thread i see this i am confused why Îöåíèòå ýòó òåìó: i dont know what language is it but kindly help on how to fix my issue

MissKalunji 08-11-2008 10:33 PM

in template : THREADRATINGINFO_WHOVOTED_ENTRY

search for : Îöåíèòå ýòó òåìó

and change it for : Rate This Thread

I'de attached the fix product but don't know if im allowed

mad@Max 08-12-2008 10:05 AM

MissKalunji you get this error when number of votes > 0?
mystic10 reinstall product or do what say MissKalunji.

mad@Max 08-12-2008 01:32 PM

Yes, error happens when number of votes = 0. Wait new version with fix.

MissKalunji 08-12-2008 02:37 PM

:) thanks it was fine with the previous one only happened after the upgrade

BANDiT600 08-12-2008 07:52 PM

How to insert space "&nbsp;".

mad@Max 08-12-2008 10:19 PM

Hack is updated.
In new version fixed all bugs and for fulled deep changed image after click on star, like on attached image from previous post. Added manual how did this.
BANDiT600 i think i was answer on your question:)

MissKalunji 08-12-2008 10:32 PM

Thanks ;)

Forum Lover 08-13-2008 06:19 AM

Is it only me, or anyone get this same problem?:confused:

mad@Max 08-13-2008 07:57 AM

Forum Lover only you:)

BANDiT600 08-13-2008 11:42 AM

Quote:

Originally Posted by Forum Lover (Post 1597538)
Is it only me, or anyone get this same problem?:confused:

Same for me...

mad@Max 08-13-2008 06:39 PM

Hm, on same forum this bug exist. Soon i rebuild hack...

mad@Max 08-13-2008 09:37 PM

Hack is updated. Hope all bug in past:)
I'm tested on 3 board and 4 style - work fine:)

yingzhou 08-19-2008 11:05 AM

thank, the updated work perfect!

Cobro 08-21-2008 08:15 PM

WOW thank you very much like it alllot

mad@Max 08-21-2008 11:52 PM

I am glad:)

Mongez 08-22-2008 03:37 AM

Many thanks, this is very useful mod

but i have small problem

when i click in Edit/View Rating option i get nothing ,so what can i do to fix it ?

mad@Max 08-22-2008 08:03 AM

In the top of template navbar add this:
PHP Code:

<!-- thread rating info -->
<
script type="text/javascript">
<!--
    function 
openDreamTRI(threadid) {
        
dreamTRIWindow window.open('threadratinginfo.php?threadid=' threadid'dreamTRI''directories=no, height=150, width=300, location=no, menubar=no, resizable=yes, status=no, scrollbars=yes, toolbar=no/\');
    }
//-->
</script>
<!-- / thread rating info --> 


Mongez 08-22-2008 11:25 AM

Quote:

Originally Posted by mad@Max (Post 1604297)
In the top of template navbar add this:
PHP Code:

<!-- thread rating info -->
<
script type="text/javascript">
<!--
    function 
openDreamTRI(threadid) {
        
dreamTRIWindow window.open('threadratinginfo.php?threadid=' threadid'dreamTRI''directories=no, height=150, width=300, location=no, menubar=no, resizable=yes, status=no, scrollbars=yes, toolbar=no/\');
    }
//-->
</script>
<!-- / thread rating info --> 


Sorry still have same problem

* I test this mod on my localhost, so this is have relation in my problem ?

many thanks agin

mad@Max 08-22-2008 04:33 PM

You are use default style?

Mongez 08-22-2008 09:58 PM

Quote:

Originally Posted by mad@Max (Post 1604562)
You are use default style?

This is strange ,it is working great with some styles i have, and some styles not working only Edit/View Rating option, so when i test now i get the problem in Navbar template, i have edit this template before, so what can i do ?

Thank you for your help.

mad@Max 08-22-2008 10:09 PM

For some styles need special editing. If you have online example, i can look on it.

Mongez 08-22-2008 10:12 PM

Quote:

Originally Posted by mad@Max (Post 1604809)
For some styles need special editing. If you have online example, i can look on it.

yes this is my forum http://www.klamaraby.com/vb/index.php

sorry it is Arabic forum :)

and i have Attach my navbar template if you want take a look

many thanks.

mad@Max 08-22-2008 10:46 PM

You are sure what add correctly code in "navbar" template, at the top?
PHP Code:

<!-- thread rating info -->
<
script type="text/javascript">
<!--
    function 
openDreamTRI(threadid) {
        
dreamTRIWindow window.open('threadratinginfo.php?threadid=' threadid'dreamTRI''directories=no, height=150, width=300, location=no, menubar=no, resizable=yes, status=no, scrollbars=yes, toolbar=no');
    }
//-->
</script>
<!-- / 
thread rating info --> 

Because with this, it is must work.

Mongez 08-22-2008 10:50 PM

Strange working now !, i can not talk something for your help :up:

thanks again for your time and have a nice day :)

mad@Max 08-22-2008 11:22 PM

Welcome;)

PaylaX 08-23-2008 09:20 AM

a great job!

nominated & installed

Mongez 08-23-2008 11:41 PM

Hi mad

sorry one bug i found

the visitor can see who vote Tab (not really can see who vote but he can see the tab)

look in my print screen to understand me

many thanks

mad@Max 08-23-2008 11:46 PM

Thanks, soon i fix it.

Peterpan002 08-25-2008 04:15 PM

I have changed the attached png but it is smaller how do I change the image size so it correctly displays I looked in threadrate.php but cannot see.

edit: trate

ok but for 15px image could you tell me what to change.

mad@Max 08-25-2008 04:27 PM

Peterpan002, for this need a many changes.

Peterpan002 08-25-2008 04:38 PM

ok I got most anything outside of trate template need changing works ok except number of icons on vote too long - SORTED Thank you :)

PHILLYFAN 08-27-2008 10:56 PM

ok i done everything by the book and it has it up on my forum however it doesnt show the stars to click whitch one u wanna vote on. but if i hoover over where the stars are its tehre just not showing any reason why?

mad@Max 08-27-2008 11:48 PM

Hm... Say your forum.

PHILLYFAN 08-28-2008 05:31 AM

<a href="http://www.nationalsocomleague.com/forum" target="_blank">www.nationalsocomleague.com/forum</a>


All times are GMT. The time now is 01:36 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.01309 seconds
  • Memory Usage 1,800KB
  • 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_php_printable
  • (7)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
  • (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