1 (edited by daris 2008-03-21 18:28)

Topic: [extension release] Ajax Post Edit

This extension allow quickly edit post

Download

Demo
Login: test
Password: test

2 (edited by StevenBullen 2008-02-13 15:50)

Re: [extension release] Ajax Post Edit

Ok ignore that last question if you see it lol.

Feedback:
Dont work in IE6. Debug error and just wont work.

3

Re: [extension release] Ajax Post Edit

Try it now

(it worked on opera, but not on firefox tongue )

Re: [extension release] Ajax Post Edit

Nope same problem.

Line 87 ~ Error: member not found
Line 99 ~ Error: Invalid Argument

5

Re: [extension release] Ajax Post Edit

And now?

6 (edited by Meowmeow 2008-02-13 17:44)

Re: [extension release] Ajax Post Edit

It works on Safari.

Welcome to my WoW guild site, the Eternal Reach.

You can also visit Chita, a site built by me, a feral paradise for feline animals.

Re: [extension release] Ajax Post Edit

for the next release make it like this

when you click on edid .. a small menu shows up and tells you what to choose

mean

---EDIT---
-Quick Edit
- Full Edit

http://img253.imageshack.us/img253/5966/editsuggesionim6.jpg

MyFootballCafe.com  is Now Online!

8

Re: [extension release] Ajax Post Edit

when you click on edid .. a small menu shows up and tells you what to choose

I don't know how i create popup menu

New release (1.3)
Changes:
- silent edit for admin/mod
- checking bbcode syntax (for example unclosed code tag)

Re: [extension release] Ajax Post Edit

here i found it ... this is the mybb mod ... mybb also uses extension system ... may be this will help

http://mods.mybboard.net/view/quick-edit

MyFootballCafe.com  is Now Online!

10

Re: [extension release] Ajax Post Edit

MyBB has implemented own popup menu system, i tried include it to punbb but it requires some mybb variables

Re: [extension release] Ajax Post Edit

daris wrote:

MyBB has implemented own popup menu system, i tried include it to punbb but it requires some mybb variables

so is it possible or not ... i  mean to include it in punbb .... people will love it if that happen ... i mean why you want to have to butttons like (Edit - Quick Edit) except of normal edit ... some browsers may not have java installed so they will be automathecally directed to full edit ... the browsers which have java installed ... it will show menu of quick edit and full edit ..

that will be great if other extensions developers help us on this

thanks

MyFootballCafe.com  is Now Online!

12 (edited by daris 2008-03-21 17:53)

Re: [extension release] Ajax Post Edit

Next release (1.4)

Changes:
- one edit link with popup menu (i don't know how hide it when user clicks out menu)

Demo
login: test, password: test

It works in Opera and Firefox, i didn't check how about other browsers.

Re: [extension release] Ajax Post Edit

in IE ... the menu is shown at the bottom of the page ... but i know ... i just found idea for it that will work ... look what method i use for my shoutbox in www.sportstv.co.cc page

here is the code:

look at my block in my main.tpl

<div id="newsbox_border_open" class="block">
<div style="cursor:hand; cursor:pointer;" onClick="expandcontent(this, 'admin_guest_options')"><h2><span>Shoutbox - Click Here - On/Off</span></h2>
<div id="newsbox_border_close" class="box">
<div id="admin_guest_options" class="switchcontent">
            <pun_include "shoutbox.php">
            </div>
        </div>
    </div>
</div>

this will give you a clear idea i think

MyFootballCafe.com  is Now Online!

14 (edited by daris 2008-04-05 17:30)

Re: [extension release] Ajax Post Edit

New release (1.5)

Changes:
- works with Internet Explorer smile

Re: [extension release] Ajax Post Edit

Still doesn't hide when one clicks outside the menu. I'm using firefox.
Anyway, kick ass extension. SMF comes with this feature and i use it daily. It saves a big amount of time. I was about to sugest this. I'll sure use this, but to be honest i'll hack it back to have just one simple "quick edit" link rather than the fancy menu. Personal preference.

16

Re: [extension release] Ajax Post Edit

Still doesn't hide when one clicks outside the menu. I'm using firefox.

i don't know how hide it after clicking out of menu so i added cancel link tongue