Register Members List Search Today's Posts Mark Forums Read

Reply
 
Mod Options
vBorg Thread Rating Details »»
vBorg Thread Rating
Mod Version: 1.01, by magnus (Coder/Designer) magnus is offline
Developer Last Online: Feb 2012 I like it Show Printable Version Email this Page

vB Version: 3.6.7 Rating: (423 votes - 4.60 average) Installs: 135
Released: 21 Mar 2007 Last Update: Never Downloads: 413
Not Supported Template Edits  

Update 08/21/07: Made a template change that should address the issue with the rating box still being visible after a thread has been rated. [link]

There seemed to be multiple requests for this, so here it is. This is a clone of the thread rating system you see in the modifications section of vBorg.

For a demo, scroll up to the big orange rectangle, select "Excellent" then click "Vote Now!".

Installation is simple. Just replace your current SHOWTHREAD template with the attached file. That's it.






For those with a modified SHOWTHREAD (or just for those who enjoy doing things the hard way), here are the required modifications:

In SHOWTHREAD:


FIND and DELETE:

Block Disabled:      (Update License Status)  
Suspended or Unlicensed Members Cannot View Code.




FIND and DELETE:

Block Disabled:      (Update License Status)  
Suspended or Unlicensed Members Cannot View Code.




FIND:

Block Disabled:      (Update License Status)  
Suspended or Unlicensed Members Cannot View Code.

REPLACE with:

Block Disabled:      (Update License Status)  
Suspended or Unlicensed Members Cannot View Code.




That should do it.

Download Now

Only licensed members can download files, Click Here for more information.

Show Your Support

  • To receive notifications regarding updates -> Click to Mark as Installed.
  • If you like this modification support the author by donating.
  • This modification may not be copied, reproduced or published elsewhere without author's permission.
  #151  
Old 18 Mar 2008, 08:42
Thomas P's Avatar
Thomas P Thomas P is offline
 
Join Date: Oct 2001
You can set which usergroup has what set of rights on specific forums.
__________________
www.MCSEboard.de
MCP / MCSA / MCSE Board
dedicated to Windows 2000 / XP / 2003 Server & Windows Vista.
German Windows Server & Backoffice Community, Microsoft Community Partner (CLIP), MVPs inside.
Reply With Quote
  #152  
Old 18 Mar 2008, 11:18
F0xy's Avatar
F0xy F0xy is offline
 
Join Date: Mar 2008
Real name: F0xy
Originally Posted by magnus View Post
Ok, I see the problem people are having. I started off trying to fix it, and it looks more like I'm rewriting it. So let's see how this winds up and what we're left with..
are you going to be releasing a new version soon?
__________________
Reply With Quote
  #153  
Old 18 Mar 2008, 14:15
MissKalunji's Avatar
MissKalunji MissKalunji is offline
 
Join Date: Aug 2003
Real name: Mj Bain
Originally Posted by Thomas P View Post
You can set which usergroup has what set of rights on specific forums.
No it doesn't seem to work with usergroup even tho i turned it off for unregistered it still showing but it doesn't bother me since i only use it for the video section
__________________
____________
BossLady
Reply With Quote
  #154  
Old 11 Apr 2008, 07:46
Breathex Breathex is offline
 
Join Date: Oct 2004
Can we use this w/3.7.x?
Reply With Quote
  #155  
Old 13 May 2008, 15:10
powerful_rogue's Avatar
powerful_rogue powerful_rogue is offline
 
Join Date: Jan 2007
Real name: Dave
Hi,

Im wondering if anyone could help! In themod it says find and delete

<if condition="$show['popups']"><script type="text/javascript"> vbmenu_register("threadrating"); </script></if>
The closest thing I have to it in my showthread is

<if condition="$show['threadrating']">
<td class="tcat" 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 condition="$show['popups']"><script type="text/javascript"> vbmenu_register("threadrating", true); </script></if>
</td>
</if>
Any help would be great

EDIT - Found it in the end. This mod dosent appear to operate correctly. Uninstalled.

Last edited by powerful_rogue : 13 May 2008 at 16:47.
Reply With Quote
  #156  
Old 24 May 2008, 22:59
TruthElixirX's Avatar
TruthElixirX TruthElixirX is offline
 
Join Date: Sep 2004
Is it possible to move the box to the bottom of the thread? I have tried it, but when I do, the AJAX breaks.

The box shows up, I select a box, and hit vote. Loading bar at the bottom of the screen shows up real quick and goes away, but hte box stays the same. I refresh the page the vote went through. The AJAX just isn't refreshing the box. Ideas?
Reply With Quote
  #157  
Old 13 Jun 2008, 19:03
Ninja Tom Ninja Tom is offline
 
Join Date: Jun 2008
Originally Posted by Breathex View Post
Can we use this w/3.7.x?
Is it stable enough? I've looked over some comments and it doesn't seem to be all that stable.
Reply With Quote
  #158  
Old 13 Jul 2008, 02:21
vietdjclub vietdjclub is offline
 
Join Date: Oct 2007
how to set "you can't rate your own thread" please
Reply With Quote
  #159  
Old 28 Jul 2008, 05:04
Harley D's Avatar
Harley D Harley D is offline
 
Join Date: Jan 2003
Real name: High Octane
If a member is banned and the post deleted. and if someone clicks on a link to that post, you will get a database error.

Database error in vBulletin 3.6.7:

Invalid SQL:

SELECT *
FROM yourdatabase_threadrate
WHERE userid = 1
AND threadid =;
It should tell the person that the post was deleted or some other page error, rather than a database error.
__________________
http://www.laserenthusiast.com
Reply With Quote
  #160  
Old 15 Sep 2008, 21:43
Harley D's Avatar
Harley D Harley D is offline
 
Join Date: Jan 2003
Real name: High Octane
Anyone have a fix?
__________________
http://www.laserenthusiast.com
Reply With Quote
  #161  
Old 05 Jan 2009, 23:49
1F42 1F42 is online now
 
Join Date: Mar 2003
Funny I seem to have the opposite problem, but im a little confused as to which is the latest version, anyway I used the code posted at the top of this thread all works fine however if some one has already rated a post the box is not there for others, you can still rate it by clicking the rating but its not as good. you only see the box before it has been rated once.
Any ideas on how to fix this? I'm using 3.6.8. Then I can finally click installed.
Thanks
Reply With Quote
  #162  
Old 14 Jan 2009, 17:43
Harley D's Avatar
Harley D Harley D is offline
 
Join Date: Jan 2003
Real name: High Octane
Man has this thread died or what?

I guess people are using a different mod for thread rating other than this one...
What is it? Link?
__________________
http://www.laserenthusiast.com
Reply With Quote
  #163  
Old 14 Jan 2009, 17:55
MissKalunji's Avatar
MissKalunji MissKalunji is offline
 
Join Date: Aug 2003
Real name: Mj Bain
this one : http://www.vbulletin.org/forum/showthread.php?t=185117
__________________
____________
BossLady
Reply With Quote
  #164  
Old 19 Jan 2009, 03:26
Harley D's Avatar
Harley D Harley D is offline
 
Join Date: Jan 2003
Real name: High Octane
Ahhh... Thank You.
__________________
http://www.laserenthusiast.com
Reply With Quote
  #165  
Old 09 Mar 2009, 21:05
kersti kersti is offline
 
Join Date: Dec 2005
Any chance of an update to 3.8???
Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
Mod Options

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
Forum Jump


New To Site? Need Help?

All times are GMT. The time now is 08:22.

Layout Options | Width: Wide Color: