PHP Development
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
User Name:
Password:
Remember me

The Shed is going Social! Join us on FaceBook and Twitter and chime in on the conversation.

Go Back   Dev Shed ForumsProgramming LanguagesPHP Development

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread Dev Shed Forums Sponsor:
  #1  
Old November 13th, 2012, 05:53 PM
leanne leanne is offline
Registered User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Sep 2006
Posts: 64 leanne Negative: is most likely a SPAMMER and a traitor to the cause. 
Time spent in forums: 17 h 2 m 26 sec
Reputation Power: 0
PHP5 - Page navigation within jquerytab

Hi Guys

Hope your all well.

On my wordpress blog, ive got installed a tab plugin where i have 5 tabs. Ive set up another plugin within one of the tabs (the third tab along) and all is working fine apart from the page navigation for that plugin. If i click NEXT to see more results, the page reloads but tab one is automatically displayed rather than the tab i used the navigation in (hope that makes sense).

The tabs use #tab1, #tab2, etc etc

Below is the php code for the plugin in question, ive tried adding #tab3 to the link but its not working. Do you guys have any suggestions please. Leanne x
PHP Code:
if ($page + ($adjacents 3)) {
                    for (
$counter 1$counter + ($adjacents 2); $counter++) {
                        if (
$counter == $page) {
                            
$pagination .= "<span class=\"current\">$counter</span>";
                        } else {
                            
$url->setQueryVariable($pagestring$counter);
                            
$newurl      $url->toString();
                            
$pagination .= "<a rel=\"nofollow\" href=\"$newurl#tab3\">$counter</a>";
                        } 

Reply With Quote
Reply

Viewing: Dev Shed ForumsProgramming LanguagesPHP Development > PHP5 - Page navigation within jquerytab

Developer Shed Advertisers and Affiliates



Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump

Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 


Powered by: vBulletin Version 3.0.5
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.

© 2003-2013 by Developer Shed. All rights reserved. DS Cluster - Follow our Sitemap