Go Back   Pligg CMS Forum > Pligg Development > Pligg Templates > Template Support > Old Templates > "Mollio-Beat"

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 09-06-2006, 03:38 AM
Casual Pligger
 
Join Date: Aug 2006
Posts: 37
Thanks: 1
Thanked 1 Time in 1 Post
Money for help with template.

I will pay someone if they can get the vote buttons to work
properly on http://www.thatsprofound.com

or should i just change servers?

thanks
Reply With Quote
  #2 (permalink)  
Old 09-06-2006, 03:52 AM
Yankidank's Avatar
Coder/Designer
Pligg Version: SVN
Pligg Template: Wistie
 
Join Date: Dec 2005
Location: Ocala, FL
Posts: 1,828
Thanks: 110
Thanked 183 Times in 129 Posts
Send a message via AIM to Yankidank Send a message via Skype™ to Yankidank
Um, voting is working. I'm guessing that you've fixed it already.
__________________
Need a Pligg Host?
Get 3 free months
when you buy a year of hosting.
Use the coupon PLIGG at either...
MidPhase hosting starting at $7.95/month.
ANhosting hosting starting as low as $4.95/month.
Reply With Quote
  #3 (permalink)  
Old 09-06-2006, 10:24 AM
Casual Pligger
 
Join Date: Aug 2006
Posts: 37
Thanks: 1
Thanked 1 Time in 1 Post
yeah, it works when you first register, but when you come back after a while and log in, the vote doesnt work. this is an odd and frustrating problem. i still need help
Reply With Quote
  #4 (permalink)  
Old 09-06-2006, 10:31 AM
savant's Avatar
Constant Pligger
 
Join Date: Apr 2006
Location: UK
Posts: 1,218
Thanks: 64
Thanked 207 Times in 148 Posts
does it give any errors?
Reply With Quote
  #5 (permalink)  
Old 09-06-2006, 10:45 AM
Casual Pligger
 
Join Date: Aug 2006
Posts: 37
Thanks: 1
Thanked 1 Time in 1 Post
no, it just says at the bottom left javascript:menealo( 41 . . .

and sometimes it says done. but it never changes to voted.
Reply With Quote
  #6 (permalink)  
Old 09-06-2006, 10:56 AM
savant's Avatar
Constant Pligger
 
Join Date: Apr 2006
Location: UK
Posts: 1,218
Thanks: 64
Thanked 207 Times in 148 Posts
could you give me a url where it doesn't vote, tried doign what you said, login, logout, then longin and try again

but seems to work for me
what is your browser?
Reply With Quote
  #7 (permalink)  
Old 09-06-2006, 11:01 AM
Casual Pligger
 
Join Date: Aug 2006
Posts: 37
Thanks: 1
Thanked 1 Time in 1 Post
it doesnt work anywhere. It did this when I was in Korea, now now its doing it here in the states too on a new machine. it can't be just me. I have done it on other accounts too and still have the same problem. I don't know what could be the problem. I am not crazy though. this is happening. If you see the problem happen live and can fix it I can kick down some $ via paypal. I am also looking for help setting up sneak spy. I've read the forums and searched, but cant make out a good solution.
Reply With Quote
  #8 (permalink)  
Old 09-06-2006, 11:28 AM
savant's Avatar
Constant Pligger
 
Join Date: Apr 2006
Location: UK
Posts: 1,218
Thanks: 64
Thanked 207 Times in 148 Posts
i checked both firefox and ie, and voting is working fine.

can anyone else vote on the website?

about your sneak spy. do you mean the javascript error you get,
saying something null or object.
here's a fix

open sneak.php
find the function received_data()
and find this bit. about line 114
Code:
			for (i=0; i<new_items && i<max_items; i++) {
				items[i].innerHTML = to_html(new_data[i]);
				set_initial_color(i);
			}
update it with this.
Code:
			for (i=0; i<new_items && i<max_items; i++) {
				if(new_data[i] != undefined){
					items[i].innerHTML = to_html(new_data[i]);
					set_initial_color(i);
				}
			}
now it will not create the html is it is not defined. seems to fix that.
try it and post your results
Reply With Quote
  #9 (permalink)  
Old 09-07-2006, 12:30 AM
Casual Pligger
 
Join Date: Aug 2006
Posts: 37
Thanks: 1
Thanked 1 Time in 1 Post
Hi, I tried that code but nothing happened.
I never got a javascript error, I just had a page with no details on it
http://thatsprofound.com/sneak.php

And when I relogged in, the vote button is still not doing anything. I want to fix this so that I can pay someone to design a header, and implement a contest.

Thanks for help, more is appreciated.
Reply With Quote
  #10 (permalink)  
Old 09-07-2006, 12:52 AM
savant's Avatar
Constant Pligger
 
Join Date: Apr 2006
Location: UK
Posts: 1,218
Thanks: 64
Thanked 207 Times in 148 Posts
can i ask what browser you are using.
and check that it has javascript is enabled,

can anyone else verify the sneak page is coming blank
__________________
Anatomy of the Pligg template Help needed
Reply With Quote
Reply

Thread Tools
Display Modes
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
Trackbacks are On
Pingbacks are On
Refbacks are On
Similar Threads
Thread Thread Starter Forum Replies Last Post
LemonTwist Template (Free) by Yankidank Yankidank Pligg Templates 29 11-20-2008 01:44 AM
MacBlue Free Pligg Template by Yankidank Yankidank Pligg Templates 13 11-10-2008 05:37 PM
Upstart Blogger Tutor Lite Template Futurosity Template Support 13 05-09-2007 02:15 AM
How to make / change a template in Pligg Beta 7 jimbeam General Help 0 12-05-2006 01:19 PM
Anyone want to make a pligg template for money? pood Template Support 9 11-05-2006 10:21 PM


Search Engine Friendly URLs by vBSEO 3.2.0