Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.0 > vBulletin 3.0 Beta Releases

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
  #52  
Old 04-18-2004, 04:53 PM
Pro Pro is offline
 
Join Date: Aug 2002
Location: Cali
Posts: 117
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

nevermind... got phpmyadmin now... gotta figure out the rest!
  #53  
Old 04-18-2004, 05:24 PM
Pro Pro is offline
 
Join Date: Aug 2002
Location: Cali
Posts: 117
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Warning: main(config.php): failed to open stream: No such file or directory in /home/illicitr/public_html/board/articles.php on line 12

Fatal error: main(): Failed opening required 'config.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/illicitr/public_html/board/articles.php on line 12
i keep getting this... any clues what im doing wrong now?
  #54  
Old 04-18-2004, 05:44 PM
krohnathlonman krohnathlonman is offline
 
Join Date: Feb 2004
Posts: 157
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thanks for everybodies help on this! I'm learning alot as I go along... I never knew about the spliti function at processing time. I'm also getting a bit of help on the categories system. If would be great to get this thing to be able to handle an unlimited number of pages. Currently I have a number of hardcoded number related things that I'm going to need some help overcoming.

My next release will have some options in the admin panel to easily turn a number of things on/off. It's been alot of work getting this thing working just right in VB Yesterday I spent most of my development time making as many queries as possible optional. I still have to do some more with things like $unset and clean alot of things up. The next time I upload anything will be a while. I'm going to hold out for most of the features to be completed.

The table prefix issues will happen anywhere it calls for a VB table. I don't use a special prefix on any of my DBs so this was something that I overlooked. I'll make sure that I add that extra case in for that. Currently the only thing it's grabbing from the forum DB is the latest topics. not too far down in articles.php you'll see a line called $rec look inside the query and put in your table prefix if you want this to work right.
  #55  
Old 04-18-2004, 06:35 PM
The Dok The Dok is offline
 
Join Date: Mar 2004
Posts: 24
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Pro

Quote:
Warning: main(config.php): failed to open stream: No such file or directory in /home/illicitr/public_html/board/articles.php on line 12

Fatal error: main(): Failed opening required 'config.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/illicitr/public_html/board/articles.php on line 12
i keep getting this... any clues what im doing wrong now?
Me too
  #56  
Old 04-18-2004, 08:59 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 The Dok
Me too

Guys, that's a leftover bit from his previous version. Just open Articles.php with an editor, go to line 7 where the call to config.php is made, and comment it out by putting // in front of the line.

I am sure he will correct this in his next version.
  #57  
Old 04-18-2004, 10:03 PM
The Dok The Dok is offline
 
Join Date: Mar 2004
Posts: 24
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by ixian
Guys, that's a leftover bit from his previous version. Just open Articles.php with an editor, go to line 7 where the call to config.php is made, and comment it out by putting // in front of the line.

I am sure he will correct this in his next version.
Thanks...

I don't get the errors but I get a plain white screen. I'm pretty familiar with some things. For instance I have vbadvanced and have done several other mods to my forum.

Not sure were to go from here... perhaps I should wait until the next version, but if this one works (and it seem to for everyone else - which points the problem to me ) it is something I actually need pretty badly. Anyway, if anyone knows where I need to look or what I need to do please let me know, if not - no problem.

Thanks in advance.

n8
  #58  
Old 04-19-2004, 01:57 AM
Pro Pro is offline
 
Join Date: Aug 2002
Location: Cali
Posts: 117
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

alright! works now... just gotta figure out how to take these ad's off of here now lol...

also - how can i change the RECENT topics from showing? ehhh ill try to figure it out... i'd like some tips for the ad's tho

thanks IXIAN! and krohnathlonman for a great hack! well - more than a hack lol...
  #59  
Old 04-19-2004, 02:01 AM
zennifer zennifer is offline
 
Join Date: Jan 2004
Posts: 14
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

So I have run into a problem. If your article has a single quote in it ' you can add it with no problems but when you go back to edit it you get an error. Any suggestions on how to fix this?
-Jenn
  #60  
Old 04-19-2004, 02:26 AM
ixian's Avatar
ixian ixian is offline
 
Join Date: Oct 2001
Location: Denver, CO
Posts: 189
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Pro
alright! works now... just gotta figure out how to take these ad's off of here now lol...

also - how can i change the RECENT topics from showing? ehhh ill try to figure it out... i'd like some tips for the ad's tho

thanks IXIAN! and krohnathlonman for a great hack! well - more than a hack lol...
Sounds like you have the "old" version still dude. He updated the download in his first post but forgot to edit said post to reflect the recent change. Download the hack again.

Quote:
Originally Posted by zennifer
So I have run into a problem. If your article has a single quote in it ' you can add it with no problems but when you go back to edit it you get an error. Any suggestions on how to fix this?
-Jenn

Post the error. Sounds like your standard PHP not seeing escape character issue, but you need to post the error message so we know what line it's happening on.
  #61  
Old 04-19-2004, 03:15 AM
Pro Pro is offline
 
Join Date: Aug 2002
Location: Cali
Posts: 117
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Sounds like you have the "old" version still dude. He updated the download in his first post but forgot to edit said post to reflect the recent change. Download the hack again.
Odd... i downloaded it last night... this will be the third time lol...

thanks
Closed Thread

Thread Tools

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 03:53 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.04534 seconds
  • Memory Usage 2,298KB
  • Queries Executed 27 (?)
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
  • (8)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
  • (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_postinfo_query
  • fetch_postinfo
  • 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