Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 2.x > vBulletin 2.x Beta Releases
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
vB Add Forum - Help me finish - beta 1 Details »»
vB Add Forum - Help me finish - beta 1
Version: 1.00, by chad777 chad777 is offline
Developer Last Online: Apr 2003 Show Printable Version Email this Page

Version: 2.2.x Rating:
Released: 10-30-2002 Last Update: Never Installs: 5
Is in Beta Stage  
No support by the author.

This hack is for vBullein 2.2.8 and is being built on a newly installed version of 2.2.8.

This hack is not ready to be installed home boards that have members it is still in the building stage beta 1.

Dev. See todo list for addition to be added.

Again I say this is not ready to be put on a member populated board it is still in development

When it is finshed it will allow members to create a forum in a cat. you determine.

Kinda like gamers.com but for vbulletin.


finished: 10-31-02
1. user can create a forum
2. only registered users can create forums
3. redirect back to index
4. integrated with vb with templates

still more todo!

ToDo List:
Todo:

1. Take some of the hidden input types from the createforum template and hardcore them into the insertforum.php script

2. Make script determine which user created the forum and insert them as the mod for that forum

3. Make script determine if user has created and forum. If they don't allow unless set in admin that you allow them
to create more then one forum. If user has not created a forum allow them too.

4 admin section of script to show which users have created a forum and the name

5. Hopefully we can make this , but it in not vital. Forum creator control panel section which allows them
to make other members mods of there forum and will allow them to delete mods they added. User the main creator added
cannot delete the main mod.

6. if we make the control or if we don't after creation of the forum send an email telling them how to access it control or that they have done it.

7. eithier access creator control panel from profile or separate link

8 . online locations

9. redirect ...we need to change it to only redirect if user creates a forum not all the time like when they click the link back to main forumhome

10. show in members list (maybe) who has created a forum.
this could be an opional addon

Please help me finish this hack...

Also if you complete any of the todo list please private message me the file named like this vBaddforum-beta1-change-date.zip
also please include a txt in the zip of things changed.

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #12  
Old 11-01-2002, 03:25 PM
Neo's Avatar
Neo Neo is offline
 
Join Date: Oct 2001
Location: Anywhere
Posts: 1,817
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Big security whole with letting users do that. *steals your cookie information*

Also I have made a hack where users can have their own custom styles.
Reply With Quote
  #13  
Old 11-01-2002, 04:21 PM
NTLDR's Avatar
NTLDR NTLDR is offline
Coder
 
Join Date: Apr 2002
Location: Bristol, UK
Posts: 3,644
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally posted by chad777
Are you saying there is already hack that lets users create forum or a hack that just lets mods change things ?
That allows mods to change styles and replacements, not add forums
Reply With Quote
  #14  
Old 11-02-2002, 02:08 AM
chad777 chad777 is offline
 
Join Date: May 2002
Posts: 173
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

ok i am stuck on the rest of this...if someone wants to take this and improve it or finish it or help that would be great
Reply With Quote
  #15  
Old 11-03-2002, 05:35 PM
assassingod's Avatar
assassingod assassingod is offline
 
Join Date: Jul 2002
Posts: 3,337
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

forums/insertforum.php needs to have a link or redirected to index.php
Reply With Quote
  #16  
Old 11-03-2002, 05:38 PM
chad777 chad777 is offline
 
Join Date: May 2002
Posts: 173
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hey,

I actually put it in the addvbforum.php...so would i just put

PHP Code:
eval("standardredirect(\"".gettemplate("createaforum_redirect")."\",\"\$url\");"); 
in the insert forum and take it out of addvbforum.php ?
Reply With Quote
  #17  
Old 11-03-2002, 06:00 PM
assassingod's Avatar
assassingod assassingod is offline
 
Join Date: Jul 2002
Posts: 3,337
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

8 . online locations
I think I could do that - not certain though
Could try adding:
PHP Code:
    case 'addvbforum':
      
$userinfo[where] = "Creating new <a href=addvbforum.php'>Forum</a>";
      break; 
Right above:
PHP Code:
// Let's show the admin the location but put something false up for everyone else.. 
in online.php

I THINK, im not sure
btw, your redirect is in the wrong place, it goes to index.php in addvbforum.php, its meant to in insertforum.php
Reply With Quote
  #18  
Old 11-03-2002, 07:31 PM
chad777 chad777 is offline
 
Join Date: May 2002
Posts: 173
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

hey if you would like to help that would be great...

all i ask that if anyone helps out when they change something to make a change log and email me the zip file with the changed files etc.. so i can add it to the zip posted.

thanks all
Reply With Quote
  #19  
Old 11-04-2002, 04:31 PM
assassingod's Avatar
assassingod assassingod is offline
 
Join Date: Jul 2002
Posts: 3,337
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I would help but im not great at PHP. Have you tried that online.php to see if it worked?
Reply With Quote
  #20  
Old 11-04-2002, 05:07 PM
chad777 chad777 is offline
 
Join Date: May 2002
Posts: 173
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

No I haven't tried it yet...I am trying to get the rest of the main part of the script done first
Reply With Quote
  #21  
Old 11-04-2002, 05:12 PM
assassingod's Avatar
assassingod assassingod is offline
 
Join Date: Jul 2002
Posts: 3,337
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Ah, ok Let me know if it works - ill see if I can help with anything else in the mean time
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 01:18 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.04331 seconds
  • Memory Usage 2,307KB
  • Queries Executed 25 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (3)bbcode_php
  • (1)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (11)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.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/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.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
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete