Go Back   vb.org Archive > vBulletin 3 Discussion > vB3 General Discussions
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools Display Modes
  #1  
Old 11-22-2006, 09:39 PM
Citizen Citizen is offline
 
Join Date: Sep 2005
Posts: 129
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default Problem with setting a cookie variable with a hook!

I setup a sidebar for navigation on my forums. I want the sidebar to be removable if my users click a link at the bottom of the side bar. The sidebar works great, but if you click the "remove" link, nothing happens.

http://www.gunzfactor.com/forums

Hook Name: "Sidebar Cookie"

Hook Location: global_start

Hook Code:

Code:
$show['sidebar'] = true;

if ($_REQUEST['do'] == 'hidesidebar')
{
   vbsetcookie('hidesidebar', 1, true);
}

$vbulletin->input->clean_gpc('c', 'hidesidebar', 'TYPE_INT');

if ($vbulletin->GPC['hidesidebar'] == 1)
{
    $show['sidebar'] = false;
}

The template conditional:

HTML Code:
<if condition="$show['sidebar']"> </if>
The "remove" link points to:

HTML Code:
{$vbulletin->options['bburl']}/index.php?$session[sessionurl]do=hidesidebar
Any idea where the problem is?
Reply With Quote
  #2  
Old 11-22-2006, 09:57 PM
Guest190829
Guest
 
Posts: n/a
Default

The following should work:

PHP Code:
$show['sidebar'] = true;

if (
$_REQUEST['do'] == 'hidesidebar')
{
   
vbsetcookie('hidesidebar'1true);
}

$cookiename COOKIE_PREFIX 'hidesidebar';

$vbulletin->input->clean_gpc('c'$cookiename'TYPE_INT');

if (
$vbulletin->GPC["$cookiename"] == 1)
{
    
$show['sidebar'] = false;

Reply With Quote
  #3  
Old 12-26-2006, 09:20 PM
Seranza Seranza is offline
 
Join Date: Dec 2006
Posts: 2
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Ok, I'm having problems, can anyone figure out how to get this to work with my "hide the sidebar" code....

I have this in my main template

PHP Code:
<table align="center" class="page" cellspacing="0" cellpadding="0"width="100%">
<
tr valign="top">

<if 
condition="$show['left_column']">

<
td width="175" id="collapseobj_gtpcloseleftcol" style="$vbcollapse[collapseobj_gtpcloseleftcol]"
And this is my navbar link before adding the plugin(works but doesn't keep settings between pages hence the need for a cookie...)

PHP Code:
<a href="#top"
onclick="toggle_collapse('gtpcloseleftcol')">SideBar</a
This is the code I have in my plugin just as suggested in the previous post

PHP Code:
$show['left_column'] = true;

if (
$_REQUEST['do'] == 'hidesidebar')
{
   
vbsetcookie('hidesidebar'1true);
}

if (
$_REQUEST['do'] == 'showsidebar')
{
   
vbsetcookie('hidesidebar'0true);
}

$cookiename COOKIE_PREFIX 'hidesidebar';

$vbulletin->input->clean_gpc('c'$cookiename'TYPE_INT');

$sidebar $vbulletin->GPC["$cookiename"];

if (
$sidebar == 1)
{
 
$show['left_column'] = false;

This is the nav bar link after the plugin code has been added
PHP Code:
<if condition="$sidebar == 0"><a href="./index.php?do=hidesidebar">Hide</if><if condition="$sidebar == 1"><a href="./index.php?do=showsidebar">Show</if></a
Now... the page takes 2 clicks of either link before it will swap to the other link and the sidebar does not go away... I'm stumped... can anyone help me figure this out? Also, is there another way to do the link so it doesn't force them back to the index page but will leave them on the page they are on like the old (cookieless) code does?
Reply With Quote
Reply


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

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 11:31 AM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.03721 seconds
  • Memory Usage 2,202KB
  • Queries Executed 13 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (1)ad_showthread_firstpost
  • (1)ad_showthread_firstpost_sig
  • (1)ad_showthread_firstpost_start
  • (1)bbcode_code
  • (2)bbcode_html
  • (5)bbcode_php
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)navbar
  • (3)navbar_link
  • (120)option
  • (3)post_thanks_box
  • (3)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (3)post_thanks_postbit_info
  • (3)postbit
  • (2)postbit_onlinestatus
  • (3)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_postinfo_query
  • fetch_postinfo
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete