vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=111)
-   -   [Release vB2.0b2] vBShell (https://vborg.vbsupport.ru/showthread.php?t=9206)

02-23-2001 01:31 PM

To add the options into the vBulletin Control Panel do the following.

Take this out:
Code:

// News ForumID This is set to the Forumid of your news forum
$newsforum = 2;
// News Limit -- How many stories should be displayed?
$newslimit = 3;

And insert the following rows into your SettingsGroupTable.
Code:

INSERT INTO settinggroup VALUES ( NULL, 'vBPortal', '34');
Find SettingGroup ID for above.

And these into the Settings table:
Code:

INSERT INTO setting (settingid, settinggroupid, title, varname, value, description, optioncode, displayorder)
VALUES (NULL, '34', 'News Forum', 'newsforum', '2', 'Enter the forum you wish to use for announcements and news for your Community Portal', '', '1')
INSERT INTO setting (settingid, settinggroupid, title, varname, value, description, optioncode, displayorder)
VALUES (NULL, '34', 'News Limit', 'newslimit', '3', 'How many news articles do you wish to display on the Community Portal Page.', '', '2')

Make sure to change the '34' for settinggroupid to the appropriate value in the insert statements above so they show up correctly. You could have more or less setting groups depending on how many hacks you have installed.

02-23-2001 01:33 PM

I just wanted to say.. This is great and saves me about a weeks work. Thanks.

02-23-2001 04:14 PM

wluke
Thanks for the tip, I'm going to try it today! and about vBShell it's of course not as good as you or the other hackers here could do, I'm just learning but it's a start, any ideas are appreciated very much...

BTW... Dark_Wizard has teamed with me on the project and he is just about done with the VB admin cp integration for the side blocks and addons administration...

02-23-2001 05:28 PM

Well I got it installed today and while I haven't gone through the actual code, the implementation of it is very good (templates, integration, etc). I have to play with the templates and setup my left and right blocks before I move it to production but so far so good.

I most likely will be making a few changes over the next few weeks and turning it into a user-driven page. I'll share what developments I make in it.

02-23-2001 07:06 PM

Sounds great...

02-23-2001 11:28 PM

http://www.911pc.com/vbshell/index.php?action=forums

Wajone- i think this is your side, it seems to be corrupted, nothing is displayed in Netscape!!!!

The full code is delivered, but Netscape don't show me your Content... only IE :(

greetings

02-24-2001 02:16 AM

I know, Netscape doesn't like my styles.css I think, I'm working on a fix.

02-24-2001 02:23 AM

but it's most an error in table structure that makes this behavior of netscape not in the css file!
Check just the tables from that page's without any content with borders ;). Sometimes just an open " is enough for this browser.. :o

02-24-2001 02:44 AM

Why do you open first a table without any table rows or table data, just a table about 99% with a cellspacing=8???
Quote:

< table border="0" cellpadding="1" cellspacing="8" width="99%" align="center" >
After adding < tr > & < TD >local, my netscape shows the page ;)

02-24-2001 05:41 AM

Thanks, I deleted it. IE is very forgiving and I don't have Netscape any more, let me know how it looks if you would.


All times are GMT. The time now is 02: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.01588 seconds
  • Memory Usage 1,731KB
  • 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
  • (3)bbcode_code_printable
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)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