[BETA] AJAX Quick Edit

Viewtopic, viewforum, posting related hacks and MODs.
Viewing topics, forums, or posting add-ons.

[BETA] AJAX Quick Edit

Postby Mave » 21 Dec 2007, 20:33

Image

Classification: Add-on
phpBB Part: Forum

MOD Name: AJAX Quick Edit
MOD Version: 1.0.6
Author: xMave
MOD Description: Allows an option to quickly edit posts without reloading the page.

Works with:
  • phpBB3 Gold
    • subSilver2
    • prosilver

Features:
  • Quick Edit Button for a quick edit of your post without reloading the page

Language: English

License: GNU General Public License v2

Installation Level: Easy
Installation Time: ~10 Minutes
Format:
Image
Plain-text (.txt) Instructions Also Included!

Screenshots: (1) (2) (3)

Currently Working On:
  • Requested Features

There are no changes or updates for you to make with 1.0.6 ONLY IF you already have 1.0.5 installed! The only change in 1.0.5 to 1.0.6 is that I added the prosilver install instructions! If you do not have a prosilver based style, then consider yourself already updated to 1.0.6 :D

If you need to un-install this MOD, which I suggest you do if you have the version lower than 1.0.5 installed, download version 1.0.0 from here and just reverse the install instruction. THIS IS ONLY IF YOU HAVE A PREVIOUS VERSION INSTALLED!
Attachments
ajax_quick_edit_1.0.6.zip
(79.96 KiB) Downloaded 475 times
Last edited by Mave on 14 Mar 2008, 06:50, edited 4 times in total.
Mave
Crewman
Crewman
 
Posts: 3
Joined: 20 Dec 2007, 00:51
Gender: Male


Re: [DEV] AJAX Quick Edit

Postby chessh » 22 Dec 2007, 07:26

I'm having a problem...when I run the SQL querry in Handyman's version I get this error:
#1054 - Unknown column 'icon_post_edit' in 'phpbb3_styles_imageset'
What can I do?

Anyway...I did everything from your version and still doesn't work :|

Finally i changed {QUICKEDIT_IMG} with the path to the image...and it works but has an error:
[phpBB Debug] PHP Notice: in file /quickedit.php on line 158: Undefined index: bbcode_uid
chessh    
Cadet II
Cadet II
 
Posts: 22
Joined: 01 Oct 2007, 01:29
Location: http://123.0.0.1
Favorite Team: Dinamo Bucharest
Gender: Male

Re: [DEV] AJAX Quick Edit

Postby Handyman » 22 Dec 2007, 09:56

chessh wrote:I'm having a problem...when I run the SQL querry in Handyman's version I get this error:
#1054 - Unknown column 'icon_post_edit' in 'phpbb3_styles_imageset'
What can I do?

Anyway...I did everything from your version and still doesn't work :|

Finally i changed {QUICKEDIT_IMG} with the path to the image...and it works but has an error:
[phpBB Debug] PHP Notice: in file /quickedit.php on line 158: Undefined index: bbcode_uid

Chessh, this topic is not for providing support for my version.
If you want help, uninstall it and install this one.
Please contact me if you have any news to submit to SCOFF News.
SCOFFing at the candidates while you sleep.
My Mods || My Mod Queue
Image
User avatar
Handyman    
Rear Fleet Admiral
Rear Fleet Admiral
 
Posts: 7457
Joined: 08 May 2006, 04:45
Location: Where no man has gone before!
Favorite Team: Seattle Seahawks
Gender: Male

Re: [DEV] AJAX Quick Edit

Postby chessh » 22 Dec 2007, 10:13

Handyman...it's the same mod...the difference is that with your mod you need to run a MySQL querry:

ALTER TABLE phpbb_styles_imageset ADD icon_post_quickedit VARCHAR(200) NOT NULL DEFAULT '' AFTER icon_post_edit;
UPDATE phpbb_styles_imageset SET icon_post_quickedit = '{LANG}/icon_post_quickedit.gif*18*88';


that didn't worked anyway with GOLD.

With Mave's mod you have to edit:
styles/subsilver2/imageset/en/imageset.cfg.

So I can say I uninstalled your's and installed Mave's :D Now what?
chessh    
Cadet II
Cadet II
 
Posts: 22
Joined: 01 Oct 2007, 01:29
Location: http://123.0.0.1
Favorite Team: Dinamo Bucharest
Gender: Male

Re: [DEV] AJAX Quick Edit

Postby nGAGE » 30 Dec 2007, 13:06

From what I can tell by looking at that code, there's nothing wrong with it... as in... it works just fine on my site! The mod itself, simple as it is atm, works for me... though I must admit I've already started changing the looks of it a bit once it seemed to work for me and it's no longer an identical mod anymore.

You seem to be running into a problem when the inline text is decoded, seemingly at the bb_code bit!
Do you have any other mods that alter the default bbcode handling?

(if i'm way off, just let me know... I'm just learning all this myself and not that good with the actual code yet)
nGAGE
Cadet II
Cadet II
 
Posts: 28
Joined: 14 May 2007, 18:09
Gender: Male

Re: [DEV] AJAX Quick Edit

Postby adan_enrique » 03 Jan 2008, 14:21

This MOD works with 3.0.0 Gold?
adan_enrique    
Crewman
Crewman
 
Posts: 3
Joined: 29 Sep 2007, 15:35
Gender: Male

Re: [DEV] AJAX Quick Edit

Postby nGAGE » 08 Jan 2008, 16:04

It works fine on my site... which is Gold!
It is still a bit short on features, but they'll surely be floating in soon! I've already done some work on the looks of it, but only use it for MODs and Admins. (till I got some more features in it, that is :P )
nGAGE
Cadet II
Cadet II
 
Posts: 28
Joined: 14 May 2007, 18:09
Gender: Male

Re: [DEV] AJAX Quick Edit

Postby Gumfuzi » 12 Jan 2008, 16:44

great, that someone will continue this mod - is there also a cooperation with an ajax quick-reply mod planned?

and is there any approx. time table for this mod? (espacially for supporting prosilver and gold version)

many thanks for some "un-guaranteed" answers.
User avatar
Gumfuzi
Lt. Jr Grade
Lt. Jr Grade
 
Posts: 164
Joined: 19 Jan 2007, 06:49
Location: Linz, Austria
Favorite Team: none
Gender: Male
phpBB Knowledge: 8

Re: [DEV] AJAX Quick Edit

Postby bbjimbb » 02 Feb 2008, 08:39

Is this working too with Prosilver?
bbjimbb    
Crewman
Crewman
 
Posts: 8
Joined: 14 Jan 2008, 02:28
Gender: Male

Re: [DEV] AJAX Quick Edit

Postby belial » 23 Feb 2008, 09:00

It would be nice to have a prosilver solution for this mod :clapping:
belial
Cadet II
Cadet II
 
Posts: 28
Joined: 21 Aug 2007, 05:00
Gender: Male

Next

Return to Topic, Forum, Posting MOD Downloads

Who is online

Users browsing this forum: No registered users and 2 guests

cron