Results 1 to 1 of 1
-
24th Jan 2009, 11:16 AM #1OPMemberWebsite's:
warezxtc.comMy first WCDDL modification - Better pagination
This is my first modification, so far it works perfect.
I've been learning some PHP lately, and I'm still getting used to how WCDDL works.
Just go to your index.
FIND FOR:
Code:$paginator_type = in_array(strtolower($type),$allowed_types) ? $type : false; echo paginator("index.php?page=#i#",$page,$max_pages,10,array("q" => urlencode(strip_tags($q)), "type" => $paginator_type));
REPLACE WITH
Code:$paginator_type = in_array(strtolower($type),$allowed_types) ? $type : false; if ($page > "11") { echo '<a href="index.php?page=1'; if(isset($type)){ echo "&type=".$paginator_type; } if(isset($q)){ echo "&q=".urlencode(strip_tags($q)); } echo '"><small>[ <strong>?</strong> First ]</small></a>'; } echo paginator("index.php?page=#i#",$page,$max_pages,10,array("q" => urlencode(strip_tags($q)), "type" => $paginator_type)); if ($page < $max_pages-10) { echo '<a href="index.php?page='.$max_pages; if(isset($type)){ echo "&type=".$paginator_type; } if(isset($q)){ echo "&q=".urlencode(strip_tags($q)); } echo '"><small>[ Last <strong>?</strong> ]</small></a>'; }
CyberJ37 Reviewed by CyberJ37 on . My first WCDDL modification - Better pagination This is my first modification, so far it works perfect. I've been learning some PHP lately, and I'm still getting used to how WCDDL works. Just go to your index. FIND FOR: $paginator_type = in_array(strtolower($type),$allowed_types) ? $type : false; echo paginator("index.php?page=#i#",$page,$max_pages,10,array("q" => urlencode(strip_tags($q)), "type" => $paginator_type)); Rating: 5
Sponsored Links
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Similar Threads
-
[WCDDL] Tweet Download on Twitter, Modification
By _Vick in forum Web Development AreaReplies: 1Last Post: 8th Feb 2012, 12:13 AM -
[WCDDL] Facebook Likes, Modification
By _Vick in forum Web Development AreaReplies: 0Last Post: 7th Feb 2012, 10:15 PM -
[WCDDL] Google Plus Ones, Modification
By _Vick in forum Web Development AreaReplies: 2Last Post: 7th Feb 2012, 10:08 PM -
[WCDDL] Pagination Help
By c0rrupt in forum Web Application/Script SupportReplies: 0Last Post: 21st Jul 2011, 04:47 PM -
WCDDL Admin pagination??
By Snell in forum Web Application/Script SupportReplies: 4Last Post: 26th Apr 2010, 04:59 PM
themaLeecher - leech and manage...
Version 4.94 released. Open older version (or...