Jump to content

Next button


roban

Recommended Posts

This is the original Mod for v 2

There are 2 jpeg images also a forward and backward button

Another Fine Mod By AFKsky

This is a Next and Back Button With Pic Mod....

This is a Very easy Mod :-) As Most My Mods Are.

This is a Free Mod as all my mods are..

If you like this mod you can send me a E-mail Thanking me Or A post card, Heck some cash is nice

Anyways here it is

Oh AND BACK UP YOUR FILES BEFORE DOING THE MOD OR ANY MOD

Use at your own risk!!!

Edit the Index.php

//////About Line 273

if($page != 1)

{

$pageprev = $page - 1;

echo("<a href=\"$PHP_SELF?page=1&cat_id=$cat_id\">$la_store_prev</a>&nbsp;");

}

//////Replace With

if($page != 1)

{

$pageprev = $page - 1;

echo("<a href=\"$PHP_SELF?page=$pageprev&cat_id=$cat_id\"><b><img src='images/prev.jpg'></b></a>&nbsp;");

}

////////Find Anout Line 309

{

$pagenext = $page + 1;

echo("&nbsp;<a href=\"$PHP_SELF?page=$numofpages&cat_id=$cat_id\">$la_store_next</a>");

}

//////Replace With

{

$pagenext = $page + 1;

echo("&nbsp;<a href=\"$PHP_SELF?page=$pagenext&cat_id=$cat_id\"><b><img src='images/next.jpg'></b></a>");

}

///////Find About Line 427

if($page != 1)

{

$pageprev = $page - 1;

echo("<a href=\"$PHP_SELF?page=$pageprev&cat_id=$cat_id\"><b><img src='images/prev.jpg'></b></a>&nbsp;");

}

//////Replace With

if($page != 1)

{

$pageprev = $page - 1;

echo("<a href=\"$PHP_SELF?page=$pageprev&cat_id=$cat_id\"><b>$la_store_prev</b></a>&nbsp;");

}

///////////Find About Line 463

{

$pagenext = $page + 1;

echo("&nbsp;<a href=\"$PHP_SELF?page=$numofpages&cat_id=$cat_id\">$la_store_next</a>");

}

//////////Replace With

{

$pagenext = $page + 1;

echo("&nbsp;<a href=\"$PHP_SELF?page=$pagenext&cat_id=$cat_id\"><b><img src='images/next.jpg'></b></a>");

}

Link to comment
Share on other sites

  • 2 months later...
  • 4 years later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...