The Arcive of vBulletin Modifications Site. |
|
View forum in AdminCP or new tab/window! Details »»
|
|||||||||||||||||||||||||
Hey,
Its really simple to do! This mod will let you view your forum in either a new window/tab (depending on your browser) or you can view it in the window that content is displayed in your AdminCP! At the top where it shows 'Forum Home | Log Out' It will now show 'Forum Home (New Tab) | Log Out' In /admincp/index.php find: PHP Code:
PHP Code:
Please Install Regards, Jay Show Your Support
|
|||||||||||||||||||||||||
| Comments |
|
#2
|
|||
|
|||
|
Or you can replace it with:
Code:
<a href="http://www.vbulletin.org/" target="">vBulletin.org</a>
|
<a href="../<?php echo $vbulletin->options['forumhome']; ?>.php<?php echo $vbulletin->session->vars['sessionurl_q']; ?>" target=""><?php echo $vbphrase['forum_home_page']; ?></a>
(
<a href="../<?php echo $vbulletin->options['forumhome']; ?>.php<?php echo $vbulletin->session->vars['sessionurl_q']; ?>" target="new">New Tab</a>
)
|
|
#3
|
|||
|
|||
|
whats differant in yours than this one
https://vborg.vbsupport.ru/showthread.php?t=147720 |
|
#4
|
|||
|
|||
|
Didnt you release this only a couple of weeks ago o_O
|
|
#5
|
||||
|
||||
|
The difference is that you have the option to open in a new window or tab. But its basically the same thing if you ask me. I'll try this one out though...
|
|
#6
|
||||
|
||||
|
Quote:
|
|
#7
|
||||
|
||||
|
Quote:
|
|
#8
|
|||
|
|||
|
My one is the same as Shazz's basically, except mine has the option to open in a new tab/new window or the adminCP, where as Shazz's you have no choice but to open it in the adminCP
|
|
#9
|
||||
|
||||
|
Looks pretty good to me! Thanks for sharing.
|
|
#10
|
|||
|
|||
|
Ya, it was released a few weeks ago and I recall somone complaining that it should be in the mod/template change section rather than hacks.
|
![]() |
|
|