vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Modification Requests/Questions (Unpaid) (https://vborg.vbsupport.ru/forumdisplay.php?f=112)
-   -   Where is the hack like vbulletin.org has: User CP on non vB page (https://vborg.vbsupport.ru/showthread.php?t=38459)

rishel 05-09-2002 01:02 PM

Where is the hack like vbulletin.org has: User CP on non vB page
 
Trying to find this hack for putting the User CP on a non vb page just like this site vb.org has on its main page?

rishel 05-09-2002 06:07 PM

Welp, I am guess this is a complete trade secret. Cause no one is answering.

Darren Lewis 05-13-2002 03:11 PM

My welcome/login panel on non-vB page hack will allow you to do this. Just edit the templates to suit your site. You can see a demo on my own site.

There's a small bug in it at the moment which I'm hoping to sort out soon - see the thread for more info and updates.

Hope that helps.

Darren.

EDIT: V1.10 is now released which fixes the bug.

N!ck 05-14-2002 02:09 AM

here's a (very) lightweight example

PHP Code:

<?
if ($bbuserinfo[userid]=="") {
 eval("\$code .= \"".gettemplate("template_guest")."\";");
} else {
 eval("\$code .= \"".gettemplate("template_member")."\";");
}
?>


pattox2k1 05-14-2002 08:17 AM

or the simple answer is that they use vBportal...........

Darren Lewis 05-14-2002 03:28 PM

Quote:

Originally posted by pattox2k1
or the simple answer is that they use vBportal...........
No they don't. The website at vbulletin.org is custom written code by FireFly.

N!ck 05-14-2002 11:44 PM

Quote:

Originally posted by pattox2k1
or the simple answer is that they use vBportal...........
(don't act like a know-it-all unless you truly know ;))

pattox2k1 05-15-2002 06:52 AM

i do firefly posted that do do a while back :p ill look for the post and get the qoute AND link.........


All times are GMT. The time now is 09:00 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.02140 seconds
  • Memory Usage 1,722KB
  • 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
  • (2)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (8)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