View Single Post
  #334  
Old 03-24-2005, 03:43 AM
Ron1n Ron1n is offline
 
Join Date: Jun 2004
Posts: 373
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by rjordan
I have two more suggestions.
1- When you go to edit categories and you have multiple instances if a subcategory, it seems to group them together as so (pulled directly from my list):
Can this be modified so that the subcategories are listed under the main in a fashion like so by adding dashes to the drop-down list for subcategories:
Sounds good.

Quote:
Originally Posted by rjordan
2- Multiple (unlimited?) levels of sub-categories. Right now, you can have only one subcategory. In conjuntion with the above example, something like this:
This would be a tad tricky and would slow down forums even for people without many subcats. To be honest, just including one level of subcats requires Order(cats+1) more queries, and unlimited subcats would require Order(cats(depth)+1). Currently, if you have 5 cats you make 1 query. If you have 5 cats with 5 subcats, you make 5+1 queries. If you have 5 cats with 5 subcats and the possibility of another level of subcats you make 25+5+1 queries.

I tried my best to optimize queries and only perform stat-gathering queries when needed (file changes etc) and as a result, I think I may be able to incorporate this... but I will have to think about it.

Quote:
Originally Posted by Gottcha
ok i got it installed but when i try to upload i get this error:

Fatal error: Call to undefined function: prep_file() in /home/fragtrad/public_html/forums/includes/dl_add.php on line 66
Change file_prep to prep_file in dl_functions.php

Quote:
Originally Posted by Rids
For some reason when I updated from 1.0e to 2.0c not all of the templates were updated and not all of the mysql fields were set either. I eventually put the templates and mysql right (I think) manually from the installer file but what I have now is a mess: ... I'm now completely stumped with nothing working
I really don't know what to say. I haven't ever recieved those errors with this script or any other webprogram I have written or used. I know you had some data in your tables, but I would suggest a complete reinstall. If you want to save your old data, export it to a .sql file, and do a complete reinstall of EVERYTHING. If it works, I will help you manually add back the mysql data.

Good luck, and keep me posted.

Quote:
Originally Posted by Osiris2k
Could users be able to upload files larger in size than 2mb (my host has a max 2mb for php)
No. That is why I added the link-to-file feature. The only way to upload larger files is change your php config.

Quote:
Originally Posted by Juanito
I still can't upload or link anything, keep telling me I can only upload the extension I'm already trying to upload!
Did you remember to add a . before your extension? (.rar, .jpg, .exe, .php) Also, if you are doing one with 2 or four letters (or more) and it doesnt work... I could have a bug. Please tell me what extension you are trying to upload and what you entered into the admincp.

I think I covered all the problems... if not just repost it.

There was someone who said uploading files with a . in the name didnt work...and I havent been able to produce the same error.
Reply With Quote
 
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01477 seconds
  • Memory Usage 1,784KB
  • Queries Executed 11 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD_SHOWPOST
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (6)bbcode_quote
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_box
  • (1)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (1)post_thanks_postbit_info
  • (1)postbit
  • (1)postbit_onlinestatus
  • (1)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • reputationlevel
  • showthread
Included Files:
  • ./showpost.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
  • showpost_start
  • bbcode_fetch_tags
  • bbcode_create
  • postbit_factory
  • showpost_post
  • 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
  • showpost_complete