When adding multiple pages to content I found that the left and right arrows weren't showing up. The index.php for the content module is pointing to /images/downloads/left.gif and right.gif and it should be /images/left.gif and /images/right.gif. It's probably mentioned before but I thought someone may need to know how to fix it.
chatserv General
Joined: Jan 12, 2003
Posts: 3128
Location: Puerto Rico
Posted:
Mon Oct 06, 2003 9:25 pm
Two ways to fix it:
Open modules/Content/index.php
find:
Code:
images/download/right.gif
change to:
Code:
images/right.gif
or change to:
Code:
modules/Downloads/images/right.gif
Find:
Code:
images/download/left.gif
change to:
Code:
images/left.gif
or change to:
Code:
modules/Downloads/images/left.gif
_________________ Feed a man a fish and you feed him for a day. Teach a man to fish and you feed him for a lifetime.
ScriptHeaven | NukeResources
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