| Author |
Message |
TheOne |
|
|
Post subject: Top Links Error in bluemetal theme
Posted: Oct 21, 2004 - 07:54 AM
|
|
Joined: Oct 21, 2004
Posts: 72
Location: UK
Status: Offline
|
|
I have installed the bluemetal theme to my site http://www.ds-elite.co.uk
the top link to the forum is not working, below is the error message.
404 Error Message:
Page Not Found on http://www.ds-elite.co.uk
--------------------------------------------------------------------------------
We're sorry. The page you requested, http://www.ds-elite.co.uk, doesn't exist on " [DS-Elite] "
please can you tell me how i edit the links and which file they are in
Thanks in advance |
|
|
| |
|
|
|
 |
Ray |
|
Post subject:
Posted: Oct 21, 2004 - 12:03 PM
|
|
Information Hound
Joined: Aug 17, 2004
Posts: 686
Status: Offline
|
|
The top link isnt working because it is setup by default to look for a PNphpBB2 forum which it cant find because you are running with a phpbb forum.
The code line is in the theme.html but what to change the line to Im not sure so please wait for Mars to see this and he can give you the best answer for the coding. |
|
|
| |
|
|
|
 |
TheOne |
|
Post subject:
Posted: Oct 21, 2004 - 04:04 PM
|
|
Joined: Oct 21, 2004
Posts: 72
Location: UK
Status: Offline
|
|
I have my own link going to phpbb2, never used the top links.
I'll wait for mars to see if he has any answers.
Thanks Ray |
|
|
| |
|
|
|
 |
mars |
|
Post subject:
Posted: Oct 21, 2004 - 05:02 PM
|
|
Site Admin

Joined: Aug 15, 2004
Posts: 4277
Status: Offline
|
|
| You need to edit the link in theme.html and theme2.html to point to your forums instead of PNphpBB2 |
|
|
| |
|
|
|
 |
TheOne |
|
Post subject:
Posted: Oct 21, 2004 - 05:44 PM
|
|
Joined: Oct 21, 2004
Posts: 72
Location: UK
Status: Offline
|
|
Here is the code at the moment.
Can you tell me what i change please Mars?
Theme.html
Code:
<TD> <a href="modules.php?op=modload&name=pnphpbb2&file=index"><IMG SRC="<?php echo $imgpath; ?>theme_04.jpg" WIDTH=72 HEIGHT=48 ALT="" border="0"></a></TD>
Theme2.html
Code:
<TD> <a href="modules.php?op=modload&name=pnphpbb2&file=index"><IMG SRC="<?php echo $imgpath; ?>theme_04.jpg" WIDTH=72 HEIGHT=48 ALT="" border="0"></a></TD>
|
|
|
| |
|
|
|
 |
mars |
|
Post subject:
Posted: Oct 21, 2004 - 06:13 PM
|
|
Site Admin

Joined: Aug 15, 2004
Posts: 4277
Status: Offline
|
|
Replace both with.
Code:
<TD><a href="http://www.ds-elite.co.uk/forum/index.php"><IMG SRC="<?php echo $imgpath; ?>theme_04.jpg" WIDTH=72 HEIGHT=48 ALT="" border="0"></a></TD>
|
|
|
| |
|
|
|
 |
TheOne |
|
Post subject:
Posted: Oct 21, 2004 - 06:31 PM
|
|
Joined: Oct 21, 2004
Posts: 72
Location: UK
Status: Offline
|
|
|
|
|
 |
Ray |
|
Post subject:
Posted: Oct 21, 2004 - 07:01 PM
|
|
Information Hound
Joined: Aug 17, 2004
Posts: 686
Status: Offline
|
|
The new link that you provided is for a (PNphpBB2) website.
It is not a phpbb2 forum.
So replace both codes with:
Code:
<TD> <a href="modules.php?op=modload&name=PNphpBB2&file=index"><IMG SRC="<?php echo $imgpath; ?>theme_04.jpg" WIDTH=72 HEIGHT=48 ALT="" border="0"></a></TD>
Basically you are changing back to the original code that came with the theme in the theme.html and theme2.html but the only difference is that you originally had it as "pnphpbb2" and now it is "PNphpBB2". It is very case sensitive.
You can wait to do this until Mars checks over my answer. |
|
|
| |
|
|
|
 |
TheOne |
|
Post subject:
Posted: Oct 21, 2004 - 07:24 PM
|
|
Joined: Oct 21, 2004
Posts: 72
Location: UK
Status: Offline
|
|
| No im still getting an error? |
|
|
| |
|
|
|
 |
TheOne |
|
Post subject:
Posted: Oct 21, 2004 - 07:37 PM
|
|
Joined: Oct 21, 2004
Posts: 72
Location: UK
Status: Offline
|
|
No sorry thats fixed it Ray
Thanks for that
Question
Is there any chance you can make me some more links at the top? |
|
|
| |
|
|
|
 |
|
|