View Single Post
  #2  
Old 06-27-2005, 01:32 PM
Marco van Herwaarden Marco van Herwaarden is offline
 
Join Date: Jul 2004
Posts: 25,415
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

showthread_quickreply

Removed the 5th argument to create the editor in JavaScript (the argument in the conditional).

Requires revert? Yes, you really should get this change.


SHOWTHREAD

Shuffled around some AJAX and Quick Reply stuff to make Quick Edit work properly. If you want to fix your existing template, check that all the conditionals agree with the new ones (use your template diff system)

Also:
  • Replaced script src reference to vbulletin_ajax_postedit.js with vbulletin_quick_edit.js
  • Replaced references to ajax_posteditor with vB_QuickEditor
  • Replaced vB_AJAX_PostEdit_Init('posts') with vB_AJAX_QuickEdit_Init('posts')
Requires revert? Yes


showthread_quickreply

Removed $vBeditTemplate[quickreply] (moved to SHOWTHREAD)

Requires revert? Yes


postbit
postbit_legacy


Removed $post[post_editable]
Added name="vB::QuickEdit::$post[postid]" to edit button links

Requires revert? Yes (unless you want to make the edit manually)


postbit_quickedit (New)

New template with lots in common with showthread_quickreply, used to build the editor used in Quick Edit.


threadadmin_moveposts

Changed HTML Code:
<div class="fieldset">Title<br />

to HTML Code:
<div class="fieldset">$vbphrase[title]<br />

Requires revert? No


FORUMDISPLAY
SHOWTHREAD
search_results


Changed HTML Code:
<optgroup label="Option:">

to HTML Code:
<optgroup label="$vbphrase[option]">


Also changed 'Go {%1$s)' to $vbphrase['go_x'] in SHOWTHREAD and search_results

Requires revert? No (unless your board isn't using English)


modifyoptions

Removed HTML Code:
<if condition="$show['wyswiygoption']">

and it's corresponding </if> as it didn't make much sense, especially if WYSIWYG is only temporarily disabled.

Requires revert? No - Legacy support is included.


postbit
postbit_legacy
showthread_list


Changed $SHOWQUICKREPLY to $show['quickreply']

Requires revert? Yes (but you might as well make the changes manually if you have customized these templates)


SHOWTHREAD

Changed $WYSIWYG to $show['wysiwyg']

Requires revert? Yes (make the edit yourself if you have customized this template)


newpost_attachment

Changed Code:
onclick="manageattachments(

to Code:
onclick="vB_Attachments.open_window(


Requires revert? Yes (just make the edit yourself)


SHOWTHREAD
search_results

Added attachment moderation to inline moderation.

Requires Revert? Yes if you require this feature. Easiest to just add the <option> to the inline moderation select box.



modifyprofile_birthday

Replaced "Clear" with a phrase.

Requires revert? No, unless your board is not using English.


subscription_paymentbit
subscription_payment_paypal
subscription_payment_nochex

Change variables to reflect new system

Requires revert? Yes


subscription
USERCP_SHELL

Renamed subscriptions.php to payments.php

Requires revert? Yes


forumjump

Removed the "Please select one" and "_______[...]" options as they are no longer necessary.

Requires revert? No.


announcement

Added spaces before to colons.

Requires revert? No.


editor_toolbar_on
showthread_quickreply
postbit_quickedit


All had dir="$stylevar[textdirection]" added to <textarea> fields to support RTL languages

Requires revert? Yes (but only if you support RTL langauges)


MEMBERINFO
im_aim
im_icq
im_msn
im_yahoo
postbit
postbit_deleted
postbit_ignore
postbit_ignore_global
postbit_legacy


The onclick events for links that create popup windows were changed to prevent 2 windows from being created.

Requires revert? No, as nothing will break if you don't, but it is recommended.
Reply With Quote
 
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01221 seconds
  • Memory Usage 1,792KB
  • 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)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