vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 2.x Beta Releases (https://vborg.vbsupport.ru/forumdisplay.php?f=5)
-   -   vB Add Forum - Help me finish - beta 1 (https://vborg.vbsupport.ru/showthread.php?t=45239)

chad777 10-30-2002 10:00 PM

vB Add Forum - Help me finish - beta 1
 
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.

:)

mewgood 10-31-2002 05:43 AM

what does this hack does?

chad777 10-31-2002 05:45 AM

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

Kinda like gamers.com but for vbulletin.

there is a todo list in teh zip file :)

nighteyes 10-31-2002 06:58 AM

this would be great if members could add a logo, change the colours, etc. for their own forum based around the main style. but this is probably way too big a challenge for a hack. :)

NTLDR 10-31-2002 07:18 AM

Quote:

Originally posted by nighteyes
this would be great if members could add a logo, change the colours, etc. for their own forum based around the main style. but this is probably way too big a challenge for a hack. :)
The are already hacks for the Mod CP that allow users to do this.

Chris M 10-31-2002 09:10 AM

Indeed...

I could help with the Control Panel side if you like:)

Satan

chad777 10-31-2002 03:42 PM

Any help would be great....the main part of it is finished the todo list is what I am having problems with :(

nighteyes 11-01-2002 01:02 AM

Quote:

Originally posted by NTLDR


The are already hacks for the Mod CP that allow users to do this.

Wow really I'll have to try and find them. :) I've wanted a hack to do this for ages.

chad777 11-01-2002 01:25 AM

NTLDR:

Are you saying there is already hack that lets users create forum or a hack that just lets mods change things ?

Link14716 11-01-2002 10:23 AM

A hack that lets mods change things.

They were released a couple weeks ago, I think.

Neo 11-01-2002 03:25 PM

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.

NTLDR 11-01-2002 04:21 PM

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 ;)

chad777 11-02-2002 02:08 AM

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

assassingod 11-03-2002 05:35 PM

forums/insertforum.php needs to have a link or redirected to index.php

chad777 11-03-2002 05:38 PM

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 ?

assassingod 11-03-2002 06:00 PM

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

chad777 11-03-2002 07:31 PM

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

assassingod 11-04-2002 04:31 PM

I would help but im not great at PHP. Have you tried that online.php to see if it worked?

chad777 11-04-2002 05:07 PM

No I haven't tried it yet...I am trying to get the rest of the main part of the script done first

assassingod 11-04-2002 05:12 PM

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

chad777 11-06-2002 03:52 PM

I think I am giving up on this hack.. :(

I thought if I got a lot of it done then other members would throw in an help out , but that didn't happen.

If anyone wants to make this into a full hack go right ahead I would like to have it for my site but I am only a beginner at php/mysql.

Thanks

FleaBag 11-12-2002 05:49 PM

This is just what I need. If I had the first idea about PHP I'd do my best to help out.

Nightman 12-22-2002 09:14 AM

seems to be a nice hack! will the user be able to change the design of their forum wenn he was the moderator?

Kars10 12-22-2002 11:32 AM

Very cool hack!!
If i can help with something let me know.... :)

Holidazed 05-21-2003 07:06 PM

Did this ever get completed?

insanctus 05-22-2003 12:46 AM

This would be a cool hack to add on to store hack

wolfe 06-08-2003 08:30 PM

i will finish this hack off :D

will be done in about 1 week :D

wolfe 06-08-2003 11:25 PM

so far heres what i have done :D


i got it to list forums so you can pick which one to add it to :D

blackice912 06-08-2003 11:52 PM

Dude, sweet.

My members would love to have this hack. I'll keep an eye on this thread to see when you finish it up :)

wolfe 06-08-2003 11:59 PM

well if you like that here's a new screen

wolfe 06-09-2003 03:16 AM

here you all go finished v1.0 v 2.0 will be out very soon check it out :D

https://vborg.vbsupport.ru/showthrea...&postid=406366

M.C. 07-25-2003 10:56 PM

finaly i find that hack!

xs1 09-21-2003 02:09 PM

is it possible to allow members only to create a subforum on a particular forum ?

wolfe 09-21-2003 02:17 PM

Quote:

Originally Posted by xs1
is it possible to allow members only to create a subforum on a particular forum ?

d00d all the suggestions in this thread and in my hack thread will be added & intergated into my completely recoded vB3 Version of this hack so please bare with me


All times are GMT. The time now is 09:32 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.01178 seconds
  • Memory Usage 1,780KB
  • 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_php_printable
  • (4)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (34)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