Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.5 > vBulletin 3.5 Template Modifications
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
IPB Style 'Quick' or 'Full' Edit Chooser Details »»
IPB Style 'Quick' or 'Full' Edit Chooser
Version: 1.10, by vBulletin THEN DAYLIGHT vBulletin THEN DAYLIGHT is offline
Developer Last Online: Mar 2007 Show Printable Version Email this Page

Version: 3.5.4 Rating:
Released: 05-17-2006 Last Update: 05-23-2006 Installs: 14
Template Edits
 
No support by the author.

BEFORE YOU INSTALL - I AM NOT OBLIGED TO SUPPORT THIS MOD, IT MAY NOT WORK PROPORLY DEPENDING ON WHAT YOU HAVE IN YOUR FORUM SOURCE.

What this template mod will do is make the 'Edit' button a drop down menu, giving you a choice between Quick Edit and Full Edit.

Template Modifications : 1
Install Time: Just a minute or two
Difficulty Level: Easy.

--------------------------------

Installation

Instructions for installation of this modification are contained within the attached zip folder.

Special thanks to Colin F for a bit of help with a problem I had doing this, much appreciated :up:

-------------------------------

Version Updates

v1.00 - Release
v1.10 - The feature is now disabled when the quick edit feature is disabled.

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.
Благодарность от:
Ov3rrun

Comments
  #22  
Old 05-24-2006, 06:30 PM
rossco_2005's Avatar
rossco_2005 rossco_2005 is offline
 
Join Date: Apr 2005
Location: Canada
Posts: 184
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by vBulletin THEN DAYLIGHT
Is this the forum set as your homepage in your profile here? I have been on every skin and can't find the location of that code you say you have in headers so I can put it on my forum to test out your problem and hopefully find a solution.

I'm not that familiar with mod_rewrite
Sorry for not replying, view here: http://filesharingtalk.com/vb3/f9-Ev...e%20Board.html (Yes it's that forum, you need to be on forum home or in a thread).

Thanks for taking a look.
Reply With Quote
  #23  
Old 05-25-2006, 05:15 AM
Nathan2006's Avatar
Nathan2006 Nathan2006 is offline
 
Join Date: Feb 2006
Location: UK
Posts: 862
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Zachery
Click on the edit button twice here and it should load the advanced editor.
Thanks Zachery I never knew that I do now
Reply With Quote
  #24  
Old 05-28-2006, 05:54 AM
Hemanth's Avatar
Hemanth Hemanth is offline
 
Join Date: Nov 2005
Posts: 83
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

It's making me mad.

I've installed it but it works some times but in most cases it gives me the forum home page.

How to do it.
Reply With Quote
  #25  
Old 09-03-2006, 08:59 AM
Chicago_VLNU_4s Chicago_VLNU_4s is offline
 
Join Date: Mar 2006
Location: Chicago
Posts: 453
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

nice... but i've always wanted to ask, why can't i quick edit?? i click it and it doesn't do anything. But full edit works, why wont quick edit? What do i have to do to enable quick edit? thanks
Reply With Quote
  #26  
Old 12-17-2006, 01:44 PM
yoyoyoyo's Avatar
yoyoyoyo yoyoyoyo is offline
 
Join Date: Dec 2004
Location: USA
Posts: 1,612
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Chicago_VLNU_4s View Post
nice... but i've always wanted to ask, why can't i quick edit?? i click it and it doesn't do anything. But full edit works, why wont quick edit? What do i have to do to enable quick edit? thanks
same here - works great except for that bug
Reply With Quote
  #27  
Old 02-29-2012, 11:57 PM
Ov3rrun Ov3rrun is offline
 
Join Date: Apr 2008
Posts: 29
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I have fixed this mod in VB 3.8.7


Open the postbit or postbit_legacy template depending on which one you use on your forum.

Carry out the following modifications to the template:


FIND:


Code:
<!-- controls -->
<if condition="$post['editlink']">
<a href="$post[editlink]" name="vB::QuickEdit::$post[postid]"><img src="$stylevar[imgdir_button]/edit.gif" alt="$vbphrase[edit_delete_message]" border="0" /></a>
</if>
REPLACE WITH:

Code:
<!-- controls -->
<if condition="$post['editlink']">
	  <if condition="$GLOBALS[vbulletin]->options['quickedit']">
		<span id="$post[postid]"><a href="">
		<img src="$stylevar[imgdir_button]/edit.gif" alt="$vbphrase[edit_delete_message]" border="0"></a> <script 	type="text/javascript"> vbmenu_register("$post[postid]", 1); </script></span>
	<else />
		<a href="$post[editlink]"><img src="$stylevar[imgdir_button]/edit.gif" alt="$vbphrase[edit_delete_message]" border="0" /></a>
	</if>
</if>

GO TO BOTTOM OF TEMPLATE

ADD:

Code:
<if condition="$GLOBALS[vbulletin]->options['quickedit']">
	<!-- editchooser -->
	<div class="vbmenu_popup" id="$post[postid]_menu" style="display:none">
	<table cellpadding="4" cellspacing="1" border="0">
		<tr><td><a href="$post[editlink]" name="vB::QuickEdit::$post[postid]">Quick Edit</a></td></tr>
		<tr><td><a href="editpost.php?p=$post[postid]">Full Edit</a></td></tr>
	</table>
	</div>
	<!-- / editchooser -->
</if>
Enjoy it!
Reply With Quote
Reply


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:47 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.06034 seconds
  • Memory Usage 2,276KB
  • Queries Executed 21 (?)
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
  • (3)bbcode_code
  • (3)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
  • (2)pagenav_pagelink
  • (7)post_thanks_box
  • (1)post_thanks_box_bit
  • (7)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (1)post_thanks_postbit
  • (7)post_thanks_postbit_info
  • (6)postbit
  • (7)postbit_onlinestatus
  • (7)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
  • fetch_musername
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • post_thanks_function_fetch_thanks_bit_start
  • post_thanks_function_show_thanks_date_start
  • post_thanks_function_show_thanks_date_end
  • post_thanks_function_fetch_thanks_bit_end
  • post_thanks_function_fetch_post_thanks_template_start
  • post_thanks_function_fetch_post_thanks_template_end
  • 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