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)

esperone 08-23-2007 11:59 PM

well done. great mod.

rainyleaves 08-26-2007 04:24 PM

Great Mod!!
Thank you very much for your nice module!!

But I got very big problem.
It's just only my problem.

Your Ajax code conflicts with Vbcredit Mod's ajax code.

Your code:
Code:

<script type="text/javascript" src="clientscript/vbulletin_ajax_threadrate.js?v=368"></script>
Vbcredit code:
Code:

<script type="text/javascript" src="clientscript/credits_ajax_postadd.js?v=$vboptions[simpleversion]"></script>
I love your mod.
I really want use your mod.
Can I fix the conflicts?
Please...Could you fix the problem?
Sorry my English.

Thanks... :)

Rich 08-26-2007 07:09 PM

Quote:

Your code:
Code:

<script type="text/javascript" src="clientscript/vbulletin_ajax_threadrate.js?v=368"></script>

That should actually be:

Code:

<script type="text/javascript" src="clientscript/vbulletin_ajax_threadrate.js?v=$vboptions[simpleversion]"></script>
That slipped by me. Sorry. (I will update the download.) The ajax I am using is actually the default ajax already found in the showthread template.

TheBlackPoet 08-27-2007 01:12 AM

i like this a lot.. thanks... installed

rayphua 08-27-2007 01:32 AM

Hi Rich,

What are the changes done on this new version?

Is the following done?

. Thread rating does not show in search for New Posts.

2. When we set "Required Thread Rating Votes to Show Rating" in Admincp to 2 or more, a single vote still does not do anything. Click on Vote Now and the box still stays there, does not disappear or anything, like nothing is happening.

3. Changing of votes - I don't see where we are able to change the votes.

Further, since this template has changed several times now, I think it is good if you are able to direct these changes for those who installed the previous versions. Instead of us trying to figure out what has changed, there should be info like....add this back in from previous deleted lines...find and delete this line, etc. This would save us a lot of time, and avoid mistakes.

Thanks.

rainyleaves 08-27-2007 03:58 PM

Thanks!! for your time , Rich.

I found my problem.
Conflict code is red code.
I fixed that after deleted the red code.
I think the red code is overlapped with VBcredit's same code.

Anyway, Thanks for your reply. :)

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

djdonx 09-03-2007 09:51 AM

This is exactly what I'm looking for, except for one thing..

I only want to apply this to a certain group of forums, not the whole board

Is there a way to do this?

momo2 09-11-2007 10:00 AM

Installed worked like a charm.... thanks so much..

djdonx 09-11-2007 03:31 PM

Any help on my query?

Snatch 09-21-2007 07:00 AM

In the TXT you writes
HTML Code:

##########################################################################################
Find and REMOVE:
##########################################################################################

</td>
    </if>
    <if condition="$show['threadrating']">
        <td class="vbmenu_control" id="threadrating" nowrap="nowrap">
            <a href="$show[nojs_link]#goto_threadrating"><span id="threadrating_current"><if condition="$show['rating']">$vbphrase[rating]: <img class="inlineimg" src="$stylevar[imgdir_rating]/rating_$thread[rating].gif" alt="<phrase 1="$thread[votenum]" 2="$thread[voteavg]">$vbphrase[thread_rating_x_votes_y_average]</phrase>" border="0" /><else />$vbphrase[rate_thread]</if></span></a>
            <if

But the last <if make en error if I remove it like this.


All times are GMT. The time now is 03:22 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.01113 seconds
  • Memory Usage 1,742KB
  • 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
  • (4)bbcode_code_printable
  • (1)bbcode_html_printable
  • (1)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