cubshub

Anonymous
I have looked for the fix to this, and i am sure it is something i am doing wrong.

but look at this page:
http://www.cubshub.com/article.php?story=20050810152102457&mode=print

at the bottom it shows the URL but it does not include the domain, so when I email a story to a friend it doesnt give a return link, so people can come and read more stories...

please let me know what i am doing wrong ehre..
thanks!

A.J.

Status: offline

Dirk

Site Admin
Admin
Registered: 01/12/02
Posts: 13073
Are you sure you've set $_CONF['site_url'] properly (in config.php)?

bye, Dirk

cubshub

Anonymous
// Make sure this is the correct URL to your site, i.e. to where Geeklog's
// index.php file resides (no trailing slash).
$_CONF['http://www.cubshub.com']

Status: offline

Dirk

Site Admin
Admin
Registered: 01/12/02
Posts: 13073
Erm, that should be

$_CONF['site_url'] = 'http://www.cubshub.com';

Only change things on the right side of the '=' sign.

bye, Dirk

cubshub

Anonymous
I have that code just as you have it, and it still only said this in the email:


Comment on this story at
/article.php?story=20050810152102457#comments



Still missing the "http://www.cubshub.com" part.



Status: offline

Dirk

Site Admin
Admin
Registered: 01/12/02
Posts: 13073
Are you saying that nothing has changed? If so, you either changed the wrong config.php (you should have only one, though) or forgot to upload it, or uploaded it to the wrong directory, ...

bye, Dirk

cubshub

Anonymous
issue resolved.

Thanks