vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=111)
-   -   how could I accomplish this? (https://vborg.vbsupport.ru/showthread.php?t=152033)

pureturk 07-12-2007 07:36 AM

how could I accomplish this?
 
when I press my chatroom link on the navbar it opens the chatroom in a new page. i want it to open in the same window. i also have another chat link on the navbar under "quick links" menu. and that opens up in the same window. where can I find that code for the one that opens in the same window so I can replace it with my other one? i looked at navbar and its not there. plz any help would be appreciated. also this is how my chat link code looks like for the one that opens in different window. could i just do a simple recoding to this so it can open in same window like the other link?

Quote:

<td class="vbmenu_control"><a href="/misc.php?do=flashchat" target="flashchat"><span style="color: yellow;">CHAT</span></a></td>

G0F0RBR0KE 07-12-2007 07:43 AM

Try this

Code:

<td class="vbmenu_control"><a href="misc.php?do=flashchat$session[sessionurl_q]" rel="nofollow">$vbphrase[FlashChat]</a></td>

Dismounted 07-12-2007 07:44 AM

HTML Code:

<td class="vbmenu_control"><a href="/misc.php?do=flashchat" target="_self"><span style="color: yellow;">CHAT</span></a></td>

pureturk 07-12-2007 07:49 AM

evilakuma yours worked but it still opened it in a new page. Thank you for helping though

dismounted gave me the perfect code that i was looking for. thank you


All times are GMT. The time now is 05:02 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.00922 seconds
  • Memory Usage 1,719KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)bbcode_code_printable
  • (1)bbcode_html_printable
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (4)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.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/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete