vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 2.x Full Releases (https://vborg.vbsupport.ru/forumdisplay.php?f=4)
-   -   Mini Addon : View Forum whilst in Admin CP... (https://vborg.vbsupport.ru/showthread.php?t=40261)

Chris M 06-24-2002 10:00 PM

Mini Addon : View Forum whilst in Admin CP...
 
This isnt really a "hack" by normal standards, though you do have to edit a .php file, so it qualifies:):):)

Its more of an addon...

I am actually surprised that nobody has done this already, so...

Anyway : See my screenshot for more of an explanation, not that it really needs one...

Satan

Chris M 06-25-2002 10:39 AM

Satan

Boofo 06-25-2002 10:55 AM

I already did the same thing on my site and only added one line of code to the admin/index.php. :)

Xenon 06-25-2002 04:51 PM

hehe seems to be the time where small long wanted hack become released :)

good idea mate, i think i can use it :)

Xenon 06-25-2002 04:51 PM

hehe seems to be the time where small long wanted hack become released :)

good idea mate, i think i can use it :)

Velocd 06-25-2002 05:08 PM

All you have to do is use a iframe...so, why even go through the trouble in making this a hack? oh well..

Admin 06-25-2002 05:11 PM

Sweet hack, simple but cool. :)

scsa20 06-25-2002 06:37 PM

is there a way to do this by making another frame from it?? and how?? see picture to give you a clue what I'm talking about (which can be forund here). thanks

zachb 06-25-2002 07:55 PM

Even though it is simple, I like it a lot. :) Good job.

Velocd 06-25-2002 08:23 PM

Great addition hell satan! I have found it very useful once installed, although it would be much nicer if the frame was on the top and could be viewed in any page of the Admin CP.

I would have to say the most important page for this frame to be in is the templating page, so to obtain the frame just do this:

In admin/template.php, find:
PHP Code:

function dotemplatejavascript() { 

And above it place:
Code:

?>

<table width="100%" border="0" cellspacing="1" cellpadding="1">
<tr>
<td height="12">
<div align=center><iframe name="cwindow" style="border:0" width=800 height=400 src="http://localhost/forums/"></iframe>
</div></td>
</tr>
</table>
</td>
</tr>
</table>

<?php

;)


All times are GMT. The time now is 08:28 PM.

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.01128 seconds
  • Memory Usage 1,729KB
  • 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_php_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)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
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete