FUDforum
Fast Uncompromising Discussions. FUDforum will get your users talking.

Home » FUDforum » FUDforum Installation Issues » path_info: tabs broken after upgrade (path_info url`s not set after upgrade to 2.8.0)
Show: Today's Messages :: Polls :: Message Navigator
Return to the default flat view Create a new topic Submit Reply
Re: path_info: tabs broken after upgrade [message #158725 is a reply to message #158723] Sun, 15 March 2009 20:54 Go to previous messageGo to previous message
!alex is currently offline  !alex   Austria
Messages: 23
Registered: February 2004
Location: germany
Karma:
Junior Member
Hi Frank,
well, both is set, but i wonder why only on the tabs the url`s are not set the way they should..

I also had a look at forum/src/tabs.inc.t where the url`s are set:
              foreach($tablist as $tab_name => $tab) {
                        $tab_url = '{ROOT}?t='.$tab.(s ? '&S='.s : '');
                        if ($tab == 'referals') {
                                if (!($FUD_OPT_2 & 8192)) {
                                        continue;
                                }
                                $tab_url .= '&id='._uid;
                        } else if ($tab == 'showposts') {
                                $tab_url .= '&id='._uid;
                        }
                        $tabs .= $pg == $tab ? '{TEMPLATE: active_tab}' : '{TEMPLATE: inactive_tab}';
                }

                $tabs = '{TEMPLATE: tablist}';


For me this might be the place a clean path_info url should be written instead of _GET based url's ...

Alex
[Message index]
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: Upgrading from 2.7.7 to 2.8.0
Next Topic: cosmetic / security concern with step 5
Goto Forum:
  

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ]

Current Time: Sat Oct 05 21:39:25 GMT 2024

Total time taken to generate the page: 0.03591 seconds