Author |
Message |
Nukeum66
Life Cycles Becoming CPU Cycles

Joined: Jul 30, 2003
Posts: 551
Location: Neurotic, State, USA
|
Posted:
Sat Aug 30, 2003 6:13 am |
|
Howdy Raven, I downloaded 6.9 from here and I found
a few little bugs in the following
In admin cp WebLinks are some image problems:
/modules/Downloads/images/link-logo.gif
should be:
/modules/Web_Links/images/link-logo.gif
and the link to the mod from the image is incomplete, it is
/modules.php?name=
should be:
/modules.php?name=Web_Links
In admin cp Downloads has the down-logo.gif , but a incomplete
link
/modules.php?name=
should be:
/modules.php?name=Downloads |
_________________ Scott Johnson MIS Ubuntu/Linux 11.10 |
|
|
 |
Raven
Site Admin/Owner

Joined: Aug 27, 2002
Posts: 17088
|
Posted:
Sat Aug 30, 2003 6:55 am |
|
Well how special! I'll get my package 'repaired' as soon as I can! |
|
|
|
 |
Nukeum66

|
Posted:
Sat Aug 30, 2003 7:11 am |
|
I didn't mean to upset you or make it seem like this is your fault. It's not like it's a big deal or anything! I probably will not even fix it, I just thought I'd point it out ! |
|
|
|
 |
Raven

|
Posted:
Sat Aug 30, 2003 7:14 am |
|
I'm not upset. That's just an expression Not directed towards you. |
|
|
|
 |
Nukeum66

|
Posted:
Sat Aug 30, 2003 7:18 am |
|
Great! I thought maybe I offended you in some way !
Oh! by the way, it 's running great! |
|
|
|
 |
Raven

|
Posted:
Sat Aug 30, 2003 8:51 am |
|
Please supply the path and filename(s) where this code is located. Thanks! |
|
|
|
 |
Nukeum66

|
Posted:
Sat Aug 30, 2003 10:02 am |
|
admin/modules/link.php
admin/modules/downloads.php
Now as far as fixes I didn't look into it yet, so if you find the problem, please post the code to edit .......... If ! you find something wrong! But I have installed it for two different site and the image & links are broken on both. |
|
|
|
 |
Nukeum66

|
Posted:
Sat Aug 30, 2003 10:17 am |
|
Hey I change line 49 in admin/modules/links.php to :
Quote: | echo "<center><a href=\"links.html\"><img src=\"modules/Web_Links/images/link-logo.gif\" border=\"0\" alt=\"\"></a> |
and it worked, if this is not right please let me know
and in admin/modules/downloads.php line 44 to :
Quote: | echo "<center><a href=\"downloads.html\"><img src=\"modules/Downloads/images/down-logo.gif\" border=\"0\" alt=\"\"></a><br><br>"; |
|
|
|
|
 |
Lateron
Worker


Joined: May 10, 2003
Posts: 119
Location: Katoomba, NSW, Australia.
|
Posted:
Fri Sep 05, 2003 7:26 pm |
|
Thanks for that fix, Nukeum66, works a treat
Cheers,
Ron... |
|
|
|
 |
|