The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#21
|
|||
|
|||
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; Code:
INSERT INTO settinggroup VALUES ( NULL, 'vBPortal', '34'); 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') |
#22
|
|||
|
|||
I just wanted to say.. This is great and saves me about a weeks work. Thanks.
|
#23
|
|||
|
|||
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... |
#24
|
|||
|
|||
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. |
#25
|
|||
|
|||
Sounds great...
|
#26
|
|||
|
|||
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 |
#27
|
|||
|
|||
I know, Netscape doesn't like my styles.css I think, I'm working on a fix.
|
#28
|
|||
|
|||
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.. |
#29
|
|||
|
|||
Why do you open first a table without any table rows or table data, just a table about 99% with a cellspacing=8???
Quote:
|
#30
|
|||
|
|||
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.
|
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|