vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.0 Full Releases (https://vborg.vbsupport.ru/forumdisplay.php?f=33)
-   -   WebTemplates 3.x: VB Integrated Content Management System (https://vborg.vbsupport.ru/showthread.php?t=76422)

T3MEDIA 05-21-2005 01:49 PM

Awsome software.
Is it ok to release the template you 80% helped me create?

Logician 05-21-2005 06:58 PM

Quote:

Originally Posted by T3MEDIA
Awsome software.
Is it ok to release the template you 80% helped me create?

Sure thing.

RichieBoy67 05-21-2005 07:59 PM

Logician.... I love this hack by the way!!! Great job... One of the best out there!!

greenhybrid 05-21-2005 09:16 PM

How does this script differ from vBadvanced CMPS?

Uno 05-22-2005 03:25 PM

Is truly beautiful and powerful, also if you say that is not make for a site, the my site is nearly all on the forum, therefore this is perfect and help me to also script php.
I think.... if it could be translate, would be available for the Italian... but currently it must make it on the file php, just?
Heheheh my English is not beautifulst
Hello and thanks

hambil 05-25-2005 06:47 PM

Exceptional hack. I was able to use this to build a highly customized ezine/portal instead of having a portal that looked like every other one in the vb world. It saved me countless time. Thank you, and great work.

hambil 05-25-2005 06:49 PM

Quote:

Originally Posted by greenhybrid
How does this script differ from vBadvanced CMPS?

You could probably build vBadvanced with this hack.

greenhybrid 05-27-2005 06:17 AM

Is there a way for non-admin users to have designated pages they can edit?

BigIke 05-30-2005 06:37 PM

I would like a special menu to appear on the left side of the page that I created. In the vBadvanced instructions, it says to

Quote:

4. Now you will want to open your /forums/index.php file. In that file, right after the opening <?php tag, you will want to add this code:

define('VBA_PORTAL', true);
define('VBA_PAGE', 'include');


Note that if you changed the 'Page Identifier' setting for this page above then you will want to replace 'include' (marked in bold above) to whatever you used for the 'Page Identifier' option.

5. For the next step, you will want to search your file for the phrase "print_output" (without the quotes). In our example here, you would find the following code:

eval('print_output("' . fetch_template('FORUMHOME') . '");');


You will want to replace this with:

eval('$HTML = "' . fetch_template('FORUMHOME') . '";');

print_portal_output($home, $HTML);


As you can see, the main part that you should be concerned with is 'FORUMHOME'. When integrating other vBulletin pages or hacks with vBadvanced CMPS, you will want to replace whatever template name is in the "print_output" part of the code. Once you have done this, save and upload your file, and you're done.
In the view.php file, what do I edit to replace the
PHP Code:

eval('$HTML = "' fetch_template('FORUMHOME') . '";'); 

with? Thanks in advance

greenhybrid 05-30-2005 10:11 PM

Gee. I just installed and that admin page looks pretty confusing. Gotta sort through everything now and see what this hack is all about :(


All times are GMT. The time now is 09:42 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.01212 seconds
  • Memory Usage 1,740KB
  • 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_php_printable
  • (3)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (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