vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.6 Template Modifications (https://vborg.vbsupport.ru/forumdisplay.php?f=192)
-   -   Show Thread Enhancements - vB.org Rating System Replica (https://vborg.vbsupport.ru/showthread.php?t=155701)

Rich 08-19-2007 10:00 PM

vB.org Rating System Replica
 
I applogize for releasing this modification again for a second time. The initial thread has gone insane and literally doubles and triples ALL of my posts each time I have responded to the thread. I am not certain why, but it only occurs in that thread, so here we go again. lol

This modification will replicate the rating system found here on vBulletin.org. There is currently a release by Magnus out there that does some of this.

This version functions just like vb.orgs.

If you wish to see how this will appear, you can view the top of any page where there is a thread here on the .org. That rating box is what you will be installing.

I mean no disrespect to Magnus for releasing this modification. (It isn't his code, but he released something very similar.) I wanted to be able to support it and update the thread as needed.

------------------------------------------------------------------------------------------------

New Updated File Includes The Corrections To Make The Change Voting Work.

Brandon Sheley 08-20-2007 01:26 AM

Thanks, will check it out

I think a user said this version doesn't use AJAX like the version used here ?

Rich 08-20-2007 01:45 AM

Hello,

This version doesn't use ajax, though it is something I will be looking into tomorrow.

optrex 08-20-2007 10:27 AM

Thanks Rich. Ill wait until the next update before installing then, so I dont have to do things twice over.

YsTyle 08-20-2007 11:15 AM

thanks - installed :)

obmob 08-21-2007 04:36 PM

Well, i've been trying to make this work as vb.org... so far, no luck.

Is it me, or it only allows you one vote per thread?

I've voted, logged out and logged in with a regular user and i can't vote again. :(

Rich 08-21-2007 09:51 PM

Hello,

I am currently packaging up the corrected version. I have it all worked out. I should be releasing it within the next 15 minutes or so.

Update:

The attached zip (first thread) includes the template edits as well as the plugin required to make this work. Ajax now functions as it should and multiple ratings has returned. (Sorry about that.) All in all, it should be all set now.

obmob 08-22-2007 12:23 AM

Congratulations, it seems to be working! :D

Will test some more and see if i didn't miss something, i'm getting the "you voted popup" when submitting my vote. :p

thanks

Rich 08-22-2007 12:29 AM

Hello,

I currently have this running on my site. I ran it past 10 of my users, and not a single error arose. (Which is why I released it.) Let me know if you get it squared away.

obmob 08-22-2007 12:48 AM

Just the popup message, i changed this:

Code:

    <script type="text/javascript" src="clientscript/vbulletin_ajax_threadrate.js?v=368"></script>
    <script type="text/javascript">
    <!--
    vB_AJAX_ThreadRate_Init('showthread_threadrate_form');
    var threadid = $threadinfo[threadid];
    //-->
    </script>

For this:

Code:

    <script type="text/javascript" src="clientscript/vbulletin_ajax_threadrate.js?v=368"></script>
    <script type="text/javascript">
    <!--
    vB_AJAX_ThreadRate_Init('showthread_threadrate_form');
    var threadid = $threadinfo[threadid];
        window.alert = null;
    //-->
    </script>

Thank you! :D


All times are GMT. The time now is 10:05 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.03698 seconds
  • Memory Usage 1,731KB
  • 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
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)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