problems with linking in messageboard

Is message board greying out your hair (at least what's left of it)? Let us help you here
Locked
zig
Posts: 3
Joined: Thu Feb 02, 2006 8:22 pm

problems with linking in messageboard

Post by zig »

Script URL:
Version of script: 1.21
Version of PHP: MBoard
Hosting company: e2uhosting
Have you searched THIS FORUM for your problem: yes
(if not please do before posting)
If so, what terms did you try:

Write your message below:

At the beginning of the year I had to move my site and every since then it has been screwed up. My main page (http://jzigsite.e2uhosting.net/messageboard/mboard.php) is fine with the links on the top. The problem is that when I click on a post, the links on the top get all screwed up and wont work, but when I go to delete a post, they are fine again.

If anyone can help me this, it would be appreciated. Thanks

Jzig
Klemen
Site Admin
Posts: 10116
Joined: Fri Feb 11, 2005 4:04 pm

Post by Klemen »

Hi,

Not sure what you mean, seems to work fine for me? Try clearing your browser cache (temporary internet files).

Regards
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here Image

Image You should follow me on Twitter here

Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...

Also browse for php hosting companies, read php books, find php resources and use webmaster tools
zig
Posts: 3
Joined: Thu Feb 02, 2006 8:22 pm

Post by zig »

hey Klemen Stirn go into my site and look at the links at the top of the page and see where they go, then go into one of the posts and look at the links at the top of the page, everyone is different from what they should be, using the script you cannot just fix those certian links, you are supposed to be able to set it up so the code in the header to so it is the same for everypage of the script, does this explain it a little better maybe, let me know

thanks zig
Klemen
Site Admin
Posts: 10116
Joined: Fri Feb 11, 2005 4:04 pm

Post by Klemen »

Ah, I see now, it'sa problem with link URLs. Use FULL URLS in header/footer.txt, for example instead of linking to:

<a href="../index.html">

link to

<a href="http://jzigsite.e2uhosting.net/index.html">

Regards
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here Image

Image You should follow me on Twitter here

Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...

Also browse for php hosting companies, read php books, find php resources and use webmaster tools
zig
Posts: 3
Joined: Thu Feb 02, 2006 8:22 pm

Post by zig »

Thanks Klemen Stirn for help. It is working now.

Zig
Locked