View Single Post
  #9  
Old 09-08-2004, 09:58 PM
Zachery's Avatar
Zachery Zachery is offline
 
Join Date: Jul 2002
Location: Ontario, Canada
Posts: 11,440
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Revan
I would like to submit the following comments to this guide.

You should also add that ALL the FTP clients you suggested supports the AUTO transfer mode, which (amongst others) automatically transfers PHP files in ASCII mode (which is the relevant file type and transfer mode for 99 % of all vB related transfer).


No it bloody well isnt.
I strongly resent the ENTIRE part of this post.
I used Dreamweaver for 90 % of my coding career, and not ONCE has it (nor FrontPage for that matter) fooked up my files.
The ONLY reason why it would EVER destroy vB code is if you, in your preferences, turned ON code rewriting.
Now I got code rewriting on, and yet DW doesnt mess up my vB files!?
OMFG!
I just put .php and .php3 as an extension in "Never rewrite code files with the following extensions:"

I cannot express thoroughly enough how much it PISSES ME OFF that someone just writes "Dreamweaver is not recommended because it destroyd vB coding", without actually bothering to check what the cause is and try to resolve it internally.




Your "correct" SQL query syntax, while it works just perfect, is not 100 % correct.
The syntax as SQL itself shows it, is:
[SQL]CREATE TABLE `journal` (
`journalid` int(11) NOT NULL auto_increment,
`title` text NOT NULL,
`description` text NOT NULL,
`imagename` text NOT NULL,
`entries` int(11) NOT NULL default '0',
`views` int(11) NOT NULL default '0',
`enabled` smallint(6) default '0',
`timestamp` int(11) NOT NULL default '0',
`userid` int(11) NOT NULL default '0',
`mood` text NOT NULL,
`np` text NOT NULL,
PRIMARY KEY (`journalid`)
) TYPE=MyISAM;[/SQL]
The ONLY reason why you have syntax errors in your "incorrect" query is because usage of ' in the name area is not permitted, you must either use ` or none.


Other than these errors in your guide, its very well written.
I would have to say 90% of our problems with uCS, vBadvanced are user end error when users edit their files with dreamweaver.

I agree with Andy and rake
Reply With Quote
 
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01076 seconds
  • Memory Usage 1,769KB
  • 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
  • (1)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