Jump to content

Recommended Posts

Posted

The question is simple: Does somebody know how i could delete the next-button from the programlist, so i could only scroll the list down with that scrollbar or with my mouse-roll?

  • 1 month later...

Posted

.: Newbie post :. :P

Playing around in WPI Options.

Untick = "No Column Breaks in catagories"

That will remove the "next' button from the page

and bunch all the catagories closer together.

I dont know if it will work with a large list, currently the one that came with it, stops just shy of the regs.

Anyways, hopes it works.

:thumbup

matrix`

  • 1 month later...
Posted

And since this has been brought up again, no it does not work, for I have hundreds on mine. Set under one catagory and also set under no catagory. Either case still shows the next button

  • 6 months later...
Posted (edited)
won't work for V4.38 ???

this wont remove its feature but it will remove it from the screen so you wont see it

edit the boxes.js

when you see these lines just remove the next and the previous words and then save it and you wont see them any more

txt += ('<td class="backnext" align="center"><a class="backnext" href="#pg' + previ + '">Previous</a></td>');

else

txt += ('<td class="backnext"><hr size="1" color="#8B0000"></td>');

txt += ('<td width=20><hr size="1" color="#8B0000"></td>');

if (next)

txt += ('<td class="backnext" align="center"><a class="backnext" href="#pg' + nexti + '">Next</a></td>');

Edited by Lost Soul
Posted

Thanks Lost Soul:

now it works !

a little problem : there is a space between "pages"(assume the space for the "Next" and "Previous" lines) !

Can these be removed ???!!!

Posted
Thanks Lost Soul:

now it works !

a little problem : there is a space between "pages"(assume the space for the "Next" and "Previous" lines) !

Can these be removed ???!!!

hmm im not really sure but ill look into it and get back to you,, but id honestly think it wouldnt be removeable with out destroying part of the function in the page

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...