Pagination *** UPDATED Mar-02-2012 ***

In this section you can announce self-made paid extensions.
*** THIS SECTION CONTAINS PAID EXTENSIONS ONLY ***
Post Reply
supersonictt
 
 
Posts: 398
Joined: Sun May 15, 2011 10:27 am

Re: Pagination *** UPDATED Mar-02-2012 ***

Post by supersonictt »

Thanks [RZ] :)
Am working on it and will see how it goes :)
sammie
 
 
Posts: 2
Joined: Thu Jun 12, 2008 5:35 pm
Location: NL-Baarn
Contact:

Re: Pagination *** UPDATED Mar-02-2012 ***

Post by sammie »

How can I open the random page automaticly. Now I need to enter. I want every 5 seconds automaticly another page. How can I do that?

Sammie :roll:
User avatar
[RZ]
 
 
Posts: 1914
Joined: Tue Nov 04, 2008 12:08 pm

Re: Pagination *** UPDATED Mar-02-2012 ***

Post by [RZ] »

how it is related with this extension?
what are you trying to do?
do you want a new feature?
sammie
 
 
Posts: 2
Joined: Thu Jun 12, 2008 5:35 pm
Location: NL-Baarn
Contact:

Re: Pagination *** UPDATED Mar-02-2012 ***

Post by sammie »

I want to use this extention so I can show automaticly differend pages in a waitingroom. Yes I know I can do that with presentation software but I want also show between the differend pages the news of papers an so on.

What I need is een application than starts on open the browser and than automaticly show every 5 seconds a differend url.
I have found and use now this but your solution looks me better.

<script type="text/javascript">
<!--
Array.prototype.random = function () {return this[Math.floor(Math.random() * this.length)]}

Date.ONE_SECOND = 1000;

url = ['a.html', 'b.html', 'c.html']

setTimeout('location = url.random()', 5 * Date.ONE_SECOND)
// -->
</script>


sammie
User avatar
[RZ]
 
 
Posts: 1914
Joined: Tue Nov 04, 2008 12:08 pm

Re: Pagination *** UPDATED Mar-02-2012 ***

Post by [RZ] »

ok, i remember i posted a random link solution but i can't find it... :(
anyhow, i will see if i can make a "mix" with the pagination and a random link.
i think it is a really good suggestion; i hope later this week i can post an update with a few new features.
adex1
 
 
Posts: 167
Joined: Fri Apr 01, 2011 1:13 pm

Re: Pagination *** UPDATED Mar-02-2012 ***

Post by adex1 »

[RZ] wrote:ok, i remember i posted a random link solution but i can't find it... :(
anyhow, i will see if i can make a "mix" with the pagination and a random link.
i think it is a really good suggestion; i hope later this week i can post an update with a few new features.
Any hope on updating new features promised?

Thanks in advance
Buy Automation Shopping Cart for CMS WEBSHOP + 2.2 Using WB10!
- Use secure gateway to buy using PAYPAL website.
User avatar
[RZ]
 
 
Posts: 1914
Joined: Tue Nov 04, 2008 12:08 pm

Re: Pagination *** UPDATED Mar-02-2012 ***

Post by [RZ] »

please let me know what feature do you need
User avatar
[RZ]
 
 
Posts: 1914
Joined: Tue Nov 04, 2008 12:08 pm

Re: Pagination *** UPDATED Mar-02-2012 ***

Post by [RZ] »

hello, my nick is not guru, is [rz]
now to your question
the file is not available from mediafire as stated here: http://www.magnawebstudio.com/developer
although you can use it in php, the main purpose is to easily implement a pagination in static pages like in html
anyhow, the extension was temporarily removed from the shop until a new version release
with regards
Post Reply