Go Back   Pligg Forum > Pligg Development > Bug Report
Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 04-05-2006, 02:38 PM
boyles boyles is offline
Casual Pligger
 
Join Date: Mar 2006
Posts: 41
Downloads: 0
Uploads: 0
Thanks: 6
Thanked 4 Times in 4 Posts
Trackback identified as Anonymous

I'm using B7R51 with the Borrowed Goods V3 Template.


For some reason my trackback posts on any blog always identify my site as 'Anonymous'

The line
$trackbackURL = "pligg.com";
in my config.php has been modified.

Am I missing something else ?

Otherwise the trackback works great
Reply With Quote
Sponsored Links
Check out the New Modules at the Pligg Pro Shop.
  #2 (permalink)  
Old 04-12-2006, 10:01 AM
johnchandler johnchandler is offline
New Pligger
 
Join Date: Mar 2006
Posts: 18
Downloads: 5
Uploads: 0
Thanks: 0
Thanked 0 Times in 0 Posts
I'm having the same issue and have made the same modification. I too would appreciate any suggestions that someone might have.
Reply With Quote
  #3 (permalink)  
Old 06-09-2006, 02:02 PM
FatPitchFinancials FatPitchFinancials is offline
Casual Pligger
 
Join Date: Jan 2006
Posts: 35
Downloads: 0
Uploads: 0
Thanks: 0
Thanked 0 Times in 0 Posts
I am also having a problem with my Trackbacks showing as Anonymous. I would really like to fix this problem in order to increase the traffic to my site. My trackbacks are starting to show up on all sorts of blogs, but the 'Anonymous' label is killing me. I have no clue how to fix it.
Reply With Quote
  #4 (permalink)  
Old 06-29-2006, 12:56 PM
jalso jalso is offline
Send a message via ICQ to jalso
New Pligger
 
Join Date: Apr 2006
Location: Europe
Posts: 10
Downloads: 4
Uploads: 0
Thanks: 0
Thanked 4 Times in 2 Posts
Talking solution

I think i found the solution. Add to a send() function in trackback.php this line at the beginning:

global $trackbackURL;

Last edited by jalso : 06-29-2006 at 01:01 PM.
Reply With Quote
  #5 (permalink)  
Old 06-29-2006, 05:23 PM
FatPitchFinancials FatPitchFinancials is offline
Casual Pligger
 
Join Date: Jan 2006
Posts: 35
Downloads: 0
Uploads: 0
Thanks: 0
Thanked 0 Times in 0 Posts
Please explain your solution a little more. I'm not following what you are trying to say. What lines need to change and what exactly are those changes?
Reply With Quote
  #6 (permalink)  
Old 06-29-2006, 11:22 PM
jalso jalso is offline
Send a message via ICQ to jalso
New Pligger
 
Join Date: Apr 2006
Location: Europe
Posts: 10
Downloads: 4
Uploads: 0
Thanks: 0
Thanked 4 Times in 2 Posts
in file libs/trackback.php

find this part:
PHP Code:
// Send a Trackback
    
function send() {

        if (empty(
$this->url))
                return;

        
$title urlencode($this->title);
        
$excerpt urlencode($this->content);
        
$blog_name urlencode($trackbackURL);
.
.

and change to:

PHP Code:
// Send a Trackback
    
function send() {
        global 
$trackbackURL;
        if (empty(
$this->url))
                return;

        
$title urlencode($this->title);
        
$excerpt urlencode($this->content);
        
$blog_name urlencode($trackbackURL);
.
.

or save attached trackback.php, and copy to your libs subdir.
Attached Files
File Type: php trackback.php (4.6 KB, 38 views - Who Downloaded?)
Reply With Quote
  #7 (permalink)  
Old 06-30-2006, 04:00 AM
agiacosa agiacosa is offline
Casual Pligger
 
Join Date: May 2006
Posts: 80
Downloads: 0
Uploads: 0
Thanks: 0
Thanked 4 Times in 2 Posts
How are you guys getting the system to send trackbacks? My Mollio-Beat template doesn't have a place to add the trackback URL in step 2.
Reply With Quote
  #8 (permalink)  
Old 06-30-2006, 03:24 PM
FatPitchFinancials FatPitchFinancials is offline
Casual Pligger
 
Join Date: Jan 2006
Posts: 35
Downloads: 0
Uploads: 0
Thanks: 0
Thanked 0 Times in 0 Posts
I use the old fashion Skidoo Too based template and my trackbacks work fine. I really like the source ordered content layout of Skidoo Too since it is better for search engine optimization.

I bet you can open the link summary portion of Skidoo Too and steal the trackback code and add it to the Mollio-Beat template.

jalso thanks for the code. I'll try it out soon.
Reply With Quote
  #9 (permalink)  
Old 07-01-2006, 04:00 AM
agiacosa agiacosa is offline
Casual Pligger
 
Join Date: May 2006
Posts: 80
Downloads: 0
Uploads: 0
Thanks: 0
Thanked 4 Times in 2 Posts
Thanks. Mollio has it in the template but it's encased in an If statement that wasn't being triggered due to a config option that wasn't there. Fixed it now. Thanks.
Reply With Quote
  #10 (permalink)  
Old 07-21-2006, 06:19 PM
thoughton thoughton is offline
New Pligger
 
Join Date: Jul 2006
Posts: 16
Downloads: 0
Uploads: 0
Thanks: 0
Thanked 0 Times in 0 Posts
Thumbs up

Quote:
Originally Posted by jalso
I think i found the solution. Add to a send() function in trackback.php this line at the beginning:

global $trackbackURL;
Brilliant! Thanks for this. Trackbacks working like a charm now and displaying the $trackbackURL value. After uploading the modified trackpack.php it didn't seem to 'take' for a while, my test trackback still didn't display the blog name. However my 2nd test worked! Perhaps a cache issue.
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

vB 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
How exactly does trackback work? jsoe Installation and Upgrade Help 10 04-12-2008 04:48 PM
anonymous voting iisbum Bug Report 12 06-25-2006 07:51 AM
Trackback website-name missing cryptkeeper Bug Report 0 02-03-2006 12:56 AM
Trackback qster Bug Report 0 01-17-2006 07:51 AM


LinkBacks Enabled by vBSEO 3.0.0