How to change "Voted" text after voting

Register an Account
Reply
 
Thread Tools Display Modes
  #1 (permalink)  
Old 03-13-2007, 10:07 PM
New Pligger
 
Join Date: Nov 2006
Posts: 10
When someone clicks on the "vote" link next to a story, the vote count gets updated and the text "Voted" shows up instead of the original "vote" link.

I want to be able to change that text to something else. I also have a background image that I want to use after a user clicks. So for example, before a user votes they see the word "voted" with a blue background image .. but right after they click that text gets udpated to say "thanks" with a green background image.

Where can I change/add this?

Thanks!
Reply With Quote
  #2 (permalink)  
Old 03-13-2007, 10:21 PM
moonomo's Avatar
Casual Pligger/Designer
 
Join Date: Jan 2007
Location: PA, USA
Posts: 92
Look at

http://www.pligg.com//js/xmlhttp.php
Reply With Quote
  #3 (permalink)  
Old 03-13-2007, 11:22 PM
Pligg Developer/Admin
Pligg Version: 0
Pligg Template: none
 
Join Date: Jun 2006
Location: Muncie, Indiana
Posts: 3,215
It should also be in the admin panel (admin > modify language) or /libs/options.php
Reply With Quote
  #4 (permalink)  
Old 03-14-2007, 01:46 AM
New Pligger
 
Join Date: Nov 2006
Posts: 10
Thanks!

I found the function "changemnmvalues" in the file "xmlhttp.php" which applies the new text. The text is in fact controlled by the language variable "PLIGG_Visual_Vote_Cast".

For those of you looking to do the same thing on the background image, here is what I did:

I replace the existing line:

target2.innerHTML = "<span><?php echo $PLIGG_Visual_Vote_Cast;?></span> ";

With something like this:

target2.outerHTML = '<div class="voted"><?php echo "&nbsp;&nbsp;".$PLIGG_Visual_Vote_Cast;?></div>';

Note the outerHTML I used vs. the innerHTML property that is in the original code.
Reply With Quote
Reply

Thread Tools
Display Modes


Similar Threads
Thread Thread Starter Forum Replies Last Post
I like to change the header text , how can I change header in pligg templates ryukenden Questions and Comments 0 03-15-2008 01:59 PM
read more - faq text change seacircus Questions and Comments 5 02-04-2008 11:47 PM
Can't change any text fields in admin uluckidog Questions and Comments 6 01-22-2008 02:20 PM
How to change "read more" text Abc Questions and Comments 5 06-22-2007 09:46 AM
Story status change text pligger2 Questions and Comments 2 01-16-2007 03:32 PM


Pligg Modules and Pligg Templates from Pligg Pro Find support on the Pligg CMS Forum - 24 hours a day! Make a donation to support Pligg CMS development