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

Closed Thread
 
Thread Tools
Article System Details »»
Article System
Version: 1.00, by krohnathlonman krohnathlonman is offline
Developer Last Online: Dec 2008 Show Printable Version Email this Page

Version: 3.0.0 Rating:
Released: 04-15-2004 Last Update: Never Installs: 11
Is in Beta Stage  
No support by the author.

Alright, here's my Beta... Do not even touch this unless you know what you're doing! To upgrade to future versions you WILL have to have a fair amount of knowledge about templates and other things.

I need help with an installer and any feedback and suggestions on things to add/do

An example of it can be found running here.

All code made and testing on VB 3.0.0 and shouldn't have any issues with 3.0.1 or any future releases. This doesn't relay on any Vbulletin templates. The only vbulletin functions it uses is basic template and DB connectivity.

The support on this will be VERY limited. I only need people that know enough to be helpful in tracking down bugs that they may find. I'm very busy during the week. You'll want to edit index.php and add links to any of the admin functions you want.

I covered alot here

NEW STUFF:
Hialls is helping me with the installer and helping add some things that will help you guys use and install this alot easier.

Go ahead and check this system out and tell me what needs to be added and I'll see about adding it to my additions list

Show Your Support

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

Comments
  #32  
Old 04-17-2004, 04:06 PM
krohnathlonman krohnathlonman is offline
 
Join Date: Feb 2004
Posts: 157
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Hibernated
can someone finish this and release it?
I Did release it.... If you're wanting "finished" code it'll never come. The version available on the first post is really quite good. There'll be a couple more steps taken to make the install process easier, but if you need to so bad it's right there

Everything I did yesterday had 0 effect on templates.

Currently the upgrade path doesn't look like it'll be anymore than template mods and overwriting some of my old files. This system isn't even using any of Vbulletin's templates I'm NOT even having you guys do any hacking of the VB files. Except that admincp/index.php but that's optional just to put the links in your admin panel.
  #33  
Old 04-17-2004, 06:14 PM
Pro Pro is offline
 
Join Date: Aug 2002
Location: Cali
Posts: 117
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

i just downloaded it finally... just got free time.

i noticed:
Quote:
First upload all of these files articles.php and config.php in your base forum directory.
You mean the Printer.php? or config... because i dont have a config file... :\
  #34  
Old 04-17-2004, 06:16 PM
Pro Pro is offline
 
Join Date: Aug 2002
Location: Cali
Posts: 117
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by krohnathlonman
I've nearly eliminated the need for a seperate config.php file I nearly have all of the admin panel integrated with VB enough to grab the DB info.

I've got somebody else working on a new way of handling the categories.

so should i wait until you get that? or is that going to take a while?

just curious...
  #35  
Old 04-17-2004, 06:47 PM
krohnathlonman krohnathlonman is offline
 
Join Date: Feb 2004
Posts: 157
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

The integrated admin panel is done...

the missing config.php tells me you're using that version I was talking about.....

Hialls is working on the installer right now while I work on some additional features. He's also going to do some more admincp related stuff.

I still have to write a categories administration. This possibly won't be around until I hit a milestone with my categories handling.

I've just uploaded a templates.xml for you to be able to merge it with your current style to easily get the template part of the install done.

Don't expect to see another updated file until probably Monday. I have paying projects that I need to spend time on. Plus I take Sundays off. I have to finish writing a new article for my site IANAG as well.

Also an update on the WYSIWYG editor. If anybody knows a way to have something like a checkbox to go to the HTML view Let me know! I can't posibly integrate that editor without it.
  #36  
Old 04-17-2004, 07:37 PM
ixian's Avatar
ixian ixian is offline
 
Join Date: Oct 2001
Location: Denver, CO
Posts: 189
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by krohnathlonman
Also an update on the WYSIWYG editor. If anybody knows a way to have something like a checkbox to go to the HTML view Let me know! I can't posibly integrate that editor without it.
Could you clarify this? I'm not sure what you mean.
  #37  
Old 04-17-2004, 07:55 PM
krohnathlonman krohnathlonman is offline
 
Join Date: Feb 2004
Posts: 157
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

In the WYSIWYG editor.. HTMLArea Basically enable a Checkbox that switches to the HTML view. Instead of the WYSIWYG view. Say paste the stuff into the editor... Hit a box and you see all of the HTML. OR paste in HTML and check the box and go to the WYSIWYG environment.

Without that I will not do anymore work on integrating this editor. i did manage to make multiple instances of this load....
  #38  
Old 04-17-2004, 08:40 PM
ixian's Avatar
ixian ixian is offline
 
Join Date: Oct 2001
Location: Denver, CO
Posts: 189
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by krohnathlonman
In the WYSIWYG editor.. HTMLArea Basically enable a Checkbox that switches to the HTML view. Instead of the WYSIWYG view. Say paste the stuff into the editor... Hit a box and you see all of the HTML. OR paste in HTML and check the box and go to the WYSIWYG environment.

Without that I will not do anymore work on integrating this editor. i did manage to make multiple instances of this load....
Well, then, it's your lucky day, because that is already IN HTMLArea

Load up an instance of it. See that icon that looks like <> ? Click it, and you switch into raw html mode. Problem solved.

I don't doubt you got multiple instances of it going but - and I mean no offense, this is a really nice hack and you did better work on the output than I did - the way you do it (the add/edit articles) is really inefficent. Rather than load up ten text areas in one edit page - which looks cluttered already and is going to look really cluttered with HTMLArea loaded - you should really have a "next page" button that submits the first page and takes you to a new page to add. That's one of two ways I have usually seen multipage stuff done, as I explained in the PM, and this way wouldn't be too hard.

If you are too busy to do it I'll be happy to once you upload your next version with the fixes you mentioned a little earlier and the HTL installer is done (so there's no backtracking involved).

Also, there should really be at least an option to include the authors forum name automatically, along with having PHP automatically generate the date for you.

Like I said, don't get me wrong, I think you did a great job. I want to make this hack even better, just like the other one I am helping with, VB-Bugs.
  #39  
Old 04-17-2004, 09:41 PM
krohnathlonman krohnathlonman is offline
 
Join Date: Feb 2004
Posts: 157
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Whats the best way to handle a multi page submission like that? just have say 2 pages at a time and post them into hidden form elements?

I wrote this completely with the display end speed in mind. I had to make sure it could handle 150k+ pageviews a day because my site spikes up there often enough that I have to worry about it. I don't want my server crawling from it. In the next release you'll see in the admin panel where it's real easy to turn features off. I'm also writing some global variables for you guys to define!

Thanks for point that <> out... I overlooked it! I'll start testing it after I get my feature list taken care of Something that big will be one of the last things I do! I want to make sure everythings stable and working great before I throw something as big as that into the mix.
  #40  
Old 04-17-2004, 09:49 PM
Pro Pro is offline
 
Join Date: Aug 2002
Location: Cali
Posts: 117
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

one thing i dont get about the instructions...

Quote:
Import the articles.sql file
Where do i import them from and to??? may sound stupid - but i just want to be safe!
  #41  
Old 04-17-2004, 09:53 PM
krohnathlonman krohnathlonman is offline
 
Join Date: Feb 2004
Posts: 157
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

it's a .sql file.... go into phpmyadmin or command line it...

Import that into your forums DB
Closed Thread


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 11:04 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.05724 seconds
  • Memory Usage 2,312KB
  • 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
  • (6)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
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (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