My EVB

Register an Account
Reply
 
Thread Tools Display Modes
  #241 (permalink)  
Old 09-20-2009, 05:06 PM
Constant Pligger
 
Join Date: Feb 2007
Posts: 226
Quote:
Originally Posted by Runnertalk View Post
I am getting the same error
Open submit.php and comment out or delete this line:
Code:
check_referrer();
Reply With Quote
  #242 (permalink)  
Old 09-20-2009, 05:54 PM
Runnertalk's Avatar
Casual Pligger/Designer
Pligg Version: 1.0
Pligg Template: pliggmeme
 
Join Date: Aug 2009
Location: Sweden
Posts: 50
Quote:
Originally Posted by Andtony View Post
Open submit.php and comment out or delete this line:
Code:
check_referrer();
Thanks, will try this.

RunnerTalk.net - Social News For Runners, Follow me on Twitter
Reply With Quote
  #243 (permalink)  
Old 10-28-2009, 02:52 PM
New Pligger
 
Join Date: Oct 2009
Posts: 1
A problem I've spotted is that on using the EVB on a Wordpress blog, if you're viewing the posts on the front page and click the EVB, it sends the blog's root address to Pligg, rather than the address of the specific blog post. How can I get around this?

EDIT

Just seen the bit about Advanced buttons. Sorry, missed that before.

However, is there a way to make this more simplified? As I see it, blog owners need to manually insert the URL of the specific post (which will involved publishing, then going back and editing). Is there a way to automate this?
Reply With Quote
  #244 (permalink)  
Old 11-12-2009, 07:12 AM
New Pligger
 
Join Date: Aug 2008
Posts: 12
almost a year of hard working vote button get working now.. i have used the evb improved versions.. thanks to Twixman but still having some issues when i click vote ...with out login in to the pligg site still getting error in ie and FF ..(for example in IE click the vote nothing happen and in Firefox whole site loaded inside the vote frame.) please any one can help me? thank you.

My EVB

Last edited by kandsgroup; 11-12-2009 at 05:31 PM.
Reply With Quote
  #245 (permalink)  
Old 11-21-2009, 03:01 AM
Constant Pligger
Pligg Version: 1.0.3
Pligg Template: tarthemia
 
Join Date: Mar 2009
Posts: 202
i had upgraded from pligg 9.9.5 to 1.0.2 everything workin great except the evb .when users trying vote from der evb its shows wrong refferer can any one please solve dis problem?.......
Reply With Quote
  #246 (permalink)  
Old 11-21-2009, 04:19 AM
New Pligger
 
Join Date: Sep 2009
Posts: 22
// checkrefferer();

in submit.php
Reply With Quote
  #247 (permalink)  
Old 12-24-2009, 04:48 PM
New Pligger
 
Join Date: Nov 2009
Posts: 1
Quote:
// checkrefferer();
I think the problem is :
$my_base_url - already have www. in mosta casess.
So i just replace
PHP Code:
if (!strstr(preg_replace('/^.+:\/\/(www\.)?/','',$_SERVER['HTTP_REFERER']),preg_replace('/^.+:\/\/(www\.)?/','',$my_base_url).$my_pligg_base)) 
by

PHP Code:
if (!strstr(  preg_replace('/^.+:\/\/(.+\.)?/','',$_SERVER['HTTP_REFERER']),     preg_replace('/^.+:\/\/(.+\.)?/','',$my_base_url).$my_pligg_base) ) 
And It's working .
Am I wrong ?

Other question :
Why
$server = 'http://www.server.com'; //enter the url to your pligg installation (no trailing slash)
What this ? hey? you already have $my_base_url/
Just include include('../config.php');
Reply With Quote
  #248 (permalink)  
Old 01-25-2010, 02:20 PM
Constant Pligger/Designer
Pligg Version: 1.0.1
 
Join Date: Dec 2008
Posts: 115
Hi everyone,

I installed the evb and it works nearly perfect. My only problem: I tried to modifie the button, but it doesn't bring the right effect. Is there someone, who knows, if there is a chance to easy copy the code of the vote button from my pligg 1.0. versio (I modified it in the CSS code).

You can find it here:

Pligg installation: scanep.com/de
evb: scanep.com

Thanks and best regards
Sees
Reply With Quote
Reply

Thread Tools
Display Modes




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