Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > General > Member Archives
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
Details »»

Version: , by TECK TECK is offline
Developer Last Online: Nov 2023 Show Printable Version Email this Page

Version: Unknown Rating:
Released: 02-14-2002 Last Update: Never Installs: 0
 
No support by the author.

THIS PROJECT WAS CLOSED BEFORE. REASON EXPLAINED HERE
I WILL START WORKING AGAIN ON THE PROJECT... Below is the original start thread:
---------------------------------
i love VB. it's so flexible. and that's why i want to have VB as main engine in administrating a website in general. this is not a hack. is ment to turn VB from simply a BB into a website. not a portal!!!! i hate portals, they are all so boring....

the way i plan to make it work this project is this:
01. everyone can make it look the way he(she) wants
02. flexible html code insertion for main page based on templates
03. news
04. stats
05. reviews and links
06. everything else what the user wants, because is based on his ideas, not some standard rules implemented by a portal design.

i have the full package prepared. i need beta testers who have php knowledge and can help me eradicate those bugs.
FireFly, you helped me all the time. i hope you will do it this time also. the installed is prepared. to run it and have it up and running it takes only 2 minutes, and you can start to evaluate the little errors i made.

the biggest issue that i have is with the Private Sections. this is where i want to focus my attention. please let me know here if there are any of you willing to help me test it and clear some of the bugs. i know the project is big. but once completed, alot of people will be gratefull. the same idea was discussed at VB.com about this project being optional for VB. i want it to make it come true. please spare some of your precious time and help me help others.

we are a community, and that's why i like this place because i always got help from all of you.
ANY SUGGESTIONS, DIRECTIONS, ETC ARE WELCOME!

-----------------------------------
UPDATE (feb.14):
the sections are born. implemented the right permissions using the same user database, so people who sign in on the main page will not need to login into forums again.
Screenshoots:
the sections | the permissions

Current BUGS:
> group permissions are not set as Default like in Forums
> Private Sections cannot be enabled

-----------------------------------
UPDATE (feb.15):
group permissions fixed

-----------------------------------
UPDATE (feb.17):
install script finalised. all bugs related to installer fixed.
for a glance at the installer click here.

the script checks if the fields and tables are present in the database. it also give you an option do flush them and start a clean install.
database table and fields presence process can be viewed here. the vbHome options settings are here.

-----------------------------------
UPDATE (may.09):
Main news engine is now final and bug free.
[Guest View] [Member View]

Show Your Support

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

Comments
  #2  
Old 02-14-2002, 10:56 AM
Dark_Wizard Dark_Wizard is offline
 
Join Date: Nov 2001
Location: North Carolina
Posts: 1,251
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I can spare some time on this, pm me with the details.
Reply With Quote
  #3  
Old 02-15-2002, 03:14 AM
TECK's Avatar
TECK TECK is offline
 
Join Date: Nov 2001
Location: Canada
Posts: 4,182
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

the vbHome logo and administration page prototype screenshoot...
Attached Files
File Type: (21.4 KB, 1254 views)
Reply With Quote
  #4  
Old 02-15-2002, 05:35 AM
Lesane's Avatar
Lesane Lesane is offline
 
Join Date: Oct 2001
Location: The Netherlands
Posts: 1,149
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

looks great so far. I'm looking forward to this hack :up:
Reply With Quote
  #5  
Old 02-15-2002, 07:16 AM
M.Smith M.Smith is offline
 
Join Date: Feb 2002
Location: Durham, UK
Posts: 34
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

ill test it and see what it can handle!
ill also try doing some graphics for it if you want :stoned:
Reply With Quote
  #6  
Old 02-15-2002, 01:56 PM
slideboxer's Avatar
slideboxer slideboxer is offline
 
Join Date: Dec 2001
Posts: 134
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quite promising. I look forward to see how this turns out.

BTW, thanks for being a part of the community
Reply With Quote
  #7  
Old 02-15-2002, 02:53 PM
NYI Fan's Avatar
NYI Fan NYI Fan is offline
 
Join Date: Oct 2001
Location: Long Island, NY
Posts: 96
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

This seems very interesting, and I am looking foward to seenig what youve done

I am not a PHP wiz (not even close ) but if you want someone to test it for general usability. please let me know. I like tinkering and have learned everything I have about PHP & sql with the help of this awesome group of people, so you know I take instruction well LOL

Serioulsy, im not sure how I can help, but if you want me to try, say the word.
Reply With Quote
  #8  
Old 02-16-2002, 04:50 AM
TECK's Avatar
TECK TECK is offline
 
Join Date: Nov 2001
Location: Canada
Posts: 4,182
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

i have problems with the "private" code...
can anyone explain to me this part of code:
PHP Code:
  if ($perms[canview]==1) {
    
$oldprivate=0;
  } else {
    
$oldprivate=1;
  } 
in admin/forum.php. i can't seem to find the corespondence with it anywhere in functions.php or adminfunctions.php
the yesno code for private stays always set to NO, but the permissions are set correctly, only the admins and mods can view it. it's all related to oldprivate. can you tell me where i can find the function oldprivate? ty.
Reply With Quote
  #9  
Old 02-17-2002, 04:52 AM
Dymension X's Avatar
Dymension X Dymension X is offline
 
Join Date: Dec 2001
Location: California
Posts: 1
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I will help beta test this. PM me with the details or something.
Reply With Quote
  #10  
Old 02-17-2002, 11:29 AM
Wolf42's Avatar
Wolf42 Wolf42 is offline
 
Join Date: Nov 2001
Location: Vienna, Austria, Europe
Posts: 150
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I am interested in your Home-Package, couse I will need a thing like this one. I have a portal, but it is not flexibe enough. Maybe I can help you make it better and I can adapt it for my use

Just send a PM.
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 08:11 AM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.05967 seconds
  • Memory Usage 2,316KB
  • Queries Executed 24 (?)
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
  • (1)bbcode_php
  • (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
  • (2)pagenav_pagelink
  • (10)post_thanks_box
  • (10)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (10)post_thanks_postbit_info
  • (9)postbit
  • (1)postbit_attachment
  • (10)postbit_onlinestatus
  • (10)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
  • postbit_attachment
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete