Go Back   vb.org Archive > vBulletin 4 Discussion > vB4 General Discussions
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools Display Modes
  #1  
Old 10-18-2015, 08:04 PM
trollshrooms's Avatar
trollshrooms trollshrooms is offline
 
Join Date: Sep 2011
Posts: 89
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default Rate Thread /Like Vb.org/




Would like to find a mod that is pretty close to this at least.
Big fan of how the rating system here at vbulletin.org works, a lot of time it never gets used, but here it is used all the time cause its like BLAM right in your face haha.
Reply With Quote
  #2  
Old 10-18-2015, 08:09 PM
ArcadeSyndicate's Avatar
ArcadeSyndicate ArcadeSyndicate is offline
 
Join Date: Oct 2008
Location: Germany
Posts: 298
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

this comes closest...

https://vborg.vbsupport.ru/showthrea...ghlight=rating
Reply With Quote
  #3  
Old 10-18-2015, 08:10 PM
trollshrooms's Avatar
trollshrooms trollshrooms is offline
 
Join Date: Sep 2011
Posts: 89
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

ill try it out and see if i cant maybe mess with it a bit, thank you for the super fast response.

--------------- Added [DATE]1445206569[/DATE] at [TIME]1445206569[/TIME] ---------------

literally so confused , that man does a bad job explaining how to make them template edites, delte this, then add this, and delte this thing u already delted....... dangit.
Reply With Quote
  #4  
Old 10-18-2015, 09:09 PM
Brandon Sheley's Avatar
Brandon Sheley Brandon Sheley is offline
 
Join Date: Mar 2005
Location: Google Kansas
Posts: 4,678
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by trollshrooms View Post
literally so confused , that man does a bad job explaining how to make them template edites, delte this, then add this, and delte this thing u already delted....... dangit.
4 whole edits...

boy are you going to have fun if you think this is to confusing..
Reply With Quote
  #5  
Old 10-20-2015, 02:36 PM
MarkFL's Avatar
MarkFL MarkFL is offline
 
Join Date: Feb 2014
Location: St. Augustine, FL
Posts: 3,853
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I have attached an .xml file that uses the code in the cited mod, but requires no template edits. I employed a db query to determine if a user has already rated a thread, and if they have, then they are not asked to rate the thread again, only to be told they have already rated the thread and cannot change their vote.

Simply download the attached file, and then:

In AdminCP go to Plugins & Products -> Manage Products -> Add/Import Product.

Click on "Choose File" and browse to the product .xml file that you downloaded.

Click "Import"

You MUST set your settings to enable the mod.
Attached Files
File Type: xml product-markflvisiblerating.xml (8.1 KB, 5 views)
Reply With Quote
Благодарность от:
ArcadeSyndicate
  #6  
Old 10-21-2015, 04:46 PM
trollshrooms's Avatar
trollshrooms trollshrooms is offline
 
Join Date: Sep 2011
Posts: 89
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Reply With Quote
  #7  
Old 10-21-2015, 05:06 PM
MarkFL's Avatar
MarkFL MarkFL is offline
 
Join Date: Feb 2014
Location: St. Augustine, FL
Posts: 3,853
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by trollshrooms View Post
It appears your custom style affects the background color of unordered list elements. So, I added a CSS selector to override this in the attached add-on.
Attached Files
File Type: xml product-markflvisiblerating.xml (8.1 KB, 4 views)
Reply With Quote
  #8  
Old 10-21-2015, 05:08 PM
ArcadeSyndicate's Avatar
ArcadeSyndicate ArcadeSyndicate is offline
 
Join Date: Oct 2008
Location: Germany
Posts: 298
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

damn, mark was faster again

just wanted to say edit template markfl_visible_thread_rating.css

btw another cool addon :up:
Reply With Quote
Благодарность от:
MarkFL
  #9  
Old 10-22-2015, 10:19 AM
trollshrooms's Avatar
trollshrooms trollshrooms is offline
 
Join Date: Sep 2011
Posts: 89
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Code:
<div id="eti_konu_rayting_govde" class="eti_konu_rayting_secenek"> 
	<ul>
		<li class="popupmenu" id="threadrating">
			<h2>Help others by rating<span>{vb:raw threadinfo.title}</span></h2> 
			<div id="eti_konu_reyting" class="blockrow">
				<form action="threadrate.php" method="post" id='showthread_threadrate_form'>
					<ul>
						<li id="threadrating_current"<vb:if condition="!$show['rating']">class="hidden"</vb:if> title="{vb:rawphrase thread_rating_x_votes_y_average, {vb:raw thread.votenum}, {vb:raw thread.voteavg}}"><label>
							<span class="rating r{vb:raw thread.rating}<vb:if condition="$thread['rating'] != 5">_{vb:stylevar right}</vb:if>"><font color="white"><b>Current Rating</b></font></span>
						</label></li>
						<vb:if condition="$already_rated">
						<br>
						<font color="white"><b>Thanks for your feedback!</b></font>
						<vb:else />
						<li><label for="r5"><span class="rating r5">
							{vb:stylevar dirmark}<input type="radio" name="vote" value="5" id="r5" {vb:raw votechecked.5} tabindex="20" />{vb:rawphrase excellent}
						</span></label></li>
						<li><label for="r4"><span class="rating r4_{vb:stylevar right}">
							{vb:stylevar dirmark}<input type="radio" name="vote" value="4" id="r4" {vb:raw votechecked.4} tabindex="21" /> {vb:rawphrase good}
						</span></label></li>
						<li><label for="r3"><span class="rating r3_{vb:stylevar right}">
							{vb:stylevar dirmark}<input type="radio" name="vote" value="3" id="r3" {vb:raw votechecked.3} tabindex="22" /> {vb:rawphrase average}
						</span></label></li>
						<li><label for="r2"><span class="rating r2_{vb:stylevar right}">
							{vb:stylevar dirmark}<input type="radio" name="vote" value="2" id="r2" {vb:raw votechecked.2} tabindex="23" /> {vb:rawphrase bad}
						</span></label></li>
						<li><label for="r1"><span class="rating r1_{vb:stylevar right}">
							{vb:stylevar dirmark}<input type="radio" name="vote" value="1" id="r1" {vb:raw votechecked.1} tabindex="24" /> {vb:rawphrase terrible}
						</span></label></li>
						<li class="formsubmit" style=" margin-left: 80px;"><input type="submit" class="button" value="{vb:rawphrase vote_now}" tabindex="25" /></li>
					</vb:if>
					</ul>
					<input type="hidden" name="s" value="{vb:raw session.sessionhash}" />
					<input type="hidden" name="securitytoken" value="{vb:raw bbuserinfo.securitytoken}" />
					<input type="hidden" name="t" value="{vb:raw threadid}" />
					<input type="hidden" name="pp" value="{vb:raw perpage}" />
					<input type="hidden" name="page" value="{vb:raw pagenumber}" />
				</form>
			</div>
			<script type="text/javascript">
			<!--
				vB_AJAX_ThreadRate_Init('showthread_threadrate_form', {vb:raw threadinfo.threadid});
			//-->
			</script>
		</li> 
	</ul>
</div>
Were do i change to change that color to match.
Reply With Quote
  #10  
Old 10-22-2015, 11:51 AM
MarkFL's Avatar
MarkFL MarkFL is offline
 
Join Date: Feb 2014
Location: St. Augustine, FL
Posts: 3,853
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

The update I attached in post #8 didn't work on your site?
Reply With Quote
Reply


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

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 02:26 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.04909 seconds
  • Memory Usage 2,294KB
  • Queries Executed 14 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (1)ad_showthread_firstpost
  • (1)ad_showthread_firstpost_sig
  • (1)ad_showthread_firstpost_start
  • (1)bbcode_code
  • (2)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)navbar
  • (3)navbar_link
  • (120)option
  • (10)post_thanks_box
  • (2)post_thanks_box_bit
  • (10)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (2)post_thanks_postbit
  • (10)post_thanks_postbit_info
  • (10)postbit
  • (2)postbit_attachment
  • (10)postbit_onlinestatus
  • (10)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.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/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_postinfo_query
  • fetch_postinfo
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • fetch_musername
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • post_thanks_function_fetch_thanks_bit_start
  • post_thanks_function_show_thanks_date_start
  • post_thanks_function_show_thanks_date_end
  • post_thanks_function_fetch_thanks_bit_end
  • post_thanks_function_fetch_post_thanks_template_start
  • post_thanks_function_fetch_post_thanks_template_end
  • postbit_attachment
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete