boardom Forum Index boardom
b2 message board
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

changing the comments link

 
Post new topic   Reply to topic    boardom Forum Index -> Template help
View previous topic :: View next topic  
Author Message
sharpdust



Joined: 17 Feb 2004
Posts: 11

PostPosted: Tue Feb 17, 2004 5:26 am    Post subject: changing the comments link Reply with quote

i hold my blog on this site
http://www.red-silhouette.org/ngcs/index.php

however, my actual site is this
http://nothinggoldcanstay.com

on the index.php file for my site, the code looks as follows.
<?php include "header.php"; ?>
<?php include "http://red-silhouette.org/ngcs/index.php"; ?>
<?php include "footer.php"; ?>

so you can see how i include my blog into my site.

however when i'm linking from another site like that, the comments link becomes this
http://nothinggoldcanstay.com/b2commentspopup.php?p=1&c=1

instead of this
http://www.red-silhouette.org/ngcs/b2commentspopup.php?p=1&c=1

what can i do to fix this?
Back to top
View user's profile Send private message
sharpdust



Joined: 17 Feb 2004
Posts: 11

PostPosted: Wed Feb 18, 2004 1:44 am    Post subject: Reply with quote

nevermind guys, in case anybody's wondering how to fix this

open up b2.template.functions.php

go to line 786

change the line from

Code:
   echo '<a href="';


to this

Code:
   echo '<a href="http://www.red-silhouette.org/ngcs/';



obviously replacing the site name with whatever yours is.
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    boardom Forum Index -> Template help All times are GMT + 1 Hour
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB 2 © 2001, 2002 phpBB Group