26 (edited by rs324 2010-09-04 22:55)

Re: [Extension release] PunBB WYSIWYG - using TinyMCE

KeyDog wrote:

btw @ rs324; added the info to the official tinyMCE forum board (which runs PunBB 1.2 big_smile )
http://tinymce.moxiecode.com/punbb/view … hp?id=1323

thanks , i didnt knew about the tinymce forums topic , i will make an update to tinymce extention soon
to fix what kmbxxx said

edit :

i have a problem with qoute insdie a qoute (depth problem with js regex) roll

27

Re: [Extension release] PunBB WYSIWYG - using TinyMCE

New Version : 1.0.3
---------------------------

fetures added :

-  support for code & qoute block
-  support for punbb_pm extention
-  support for pun punbb_quick_reply extention
- support for wysiwyg editor at signature edit

bug fixes :

- liimt textarea replace for only message fields
- code cleanup

thats all

download new version here :

download

enjoy.

28

Re: [Extension release] PunBB WYSIWYG - using TinyMCE

Great stuff
One small idea; on line 2 of ui.css in tiny_mce\themes\advanced\skins\default
set color to #fff instead of #000  - like that the line on the left side disappears for smoother look

http://keydogbb.info/img/rs324.png

29

Re: [Extension release] PunBB WYSIWYG - using TinyMCE

rs324, Create New Topic and ext pun_tags the problem remained smile
May be add plugins autoresize is on ?
And add in top or bottom editor

?>
<script type="text/javascript">
function toggleEditor(id) {
if (!tinyMCE.get(id))
tinyMCE.execCommand('mceAddControl', false, id);
else
tinyMCE.execCommand('mceRemoveControl', false, id);
}
</script>
<p><center><a href="javascript:toggleEditor('fld2');"><b>Add/Remove editor</b></a></center></p>
<?php

30

Re: [Extension release] PunBB WYSIWYG - using TinyMCE

kmbxxx wrote:

rs324, Create New Topic and ext pun_tags the problem remained smile
May be add plugins autoresize is on ?
And add in top or bottom editor

?>
<script type="text/javascript">
function toggleEditor(id) {
if (!tinyMCE.get(id))
tinyMCE.execCommand('mceAddControl', false, id);
else
tinyMCE.execCommand('mceRemoveControl', false, id);
}
</script>
<p><center><a href="javascript:toggleEditor('fld2');"><b>Add/Remove editor</b></a></center></p>
<?php

are you sure you used scripts.js i provieded ?
at this file i bind tinymce only to textarea[name=req_message] and textarea[signature]

and punbb tags is not one of them (at my board punbb_tags is input box and not textarea)

31

Re: [Extension release] PunBB WYSIWYG - using TinyMCE

This is awesome, but I would like to:

- Get my custom smilies into the editor
- Allow use of edit on quick reply aswell
- Get the youtube buttons added into the editor

How would I go about doing this? Thanks.

Re: [Extension release] PunBB WYSIWYG - using TinyMCE

I downloaded and installed the plugin. Yet it is still unable to work. Did I download it wrong or put it into the wrong file?

33

Re: [Extension release] PunBB WYSIWYG - using TinyMCE

Where did you put it?
How did you install it?
What version PunBB are you using?
On what environment?
Do you have a live board (link?)
Have you changed the style?

Check if you see it with the default style. This will only work with boards PunBB 1.3.x.

Re: [Extension release] PunBB WYSIWYG - using TinyMCE

I put the file in the extensions folder.
I installed it with the extensions in the admin panel.
punbb 1.3.4
mysql 5
php 5
http://www.sleight-journal.com/forum/
I have changed the header and footer, but nothing that should effect the textarea.

35

Re: [Extension release] PunBB WYSIWYG - using TinyMCE

thewizardofbos wrote:

I put the file in the extensions folder.
I installed it with the extensions in the admin panel.
punbb 1.3.4
mysql 5
php 5
http://www.sleight-journal.com/forum/
I have changed the header and footer, but nothing that should effect the textarea.

can you please make forum that guests can post ? i want to check it out without register...

Re: [Extension release] PunBB WYSIWYG - using TinyMCE

I have the option checked that guest can post. and that option is not even showing up. I think I am going to do a fresh install of punbb. I did change a few files. Nothing that should effect any of it. But would like to do it anyways.

Re: [Extension release] PunBB WYSIWYG - using TinyMCE

ok, that seemed to have done it.

38

Re: [Extension release] PunBB WYSIWYG - using TinyMCE

thewizardofbos wrote:

I have the option checked that guest can post. and that option is not even showing up. I think I am going to do a fresh install of punbb. I did change a few files. Nothing that should effect any of it. But would like to do it anyways.

just provide user & password and i will login

my guss is you have some js error

Re: [Extension release] PunBB WYSIWYG - using TinyMCE

Thanks for this extension

Re: [Extension release] PunBB WYSIWYG - using TinyMCE

"the arhive is unknown format or damaged"
That's the message I get when trying to open the RAR file
any suggestions?
I've unzipped several other extensions this morning

41

Re: [Extension release] PunBB WYSIWYG - using TinyMCE

esupergood wrote:

"the arhive is unknown format or damaged"
That's the message I get when trying to open the RAR file
any suggestions?
I've unzipped several other extensions this morning

i think your download is fucked some how , try diffrent browser
its hosted on amazon so i dont think there will be a problem

42

Re: [Extension release] PunBB WYSIWYG - using TinyMCE

@rs324: Actually I've got an error too...

[code=xml]<Error>
<Code>AccessDenied</Code>
<Message>Access Denied</Message>
<RequestId>1F66D241D2B3D86E</RequestId>

<HostId>
JMvaaRmAen1S9jZigedYq0HlvCjRxSZRBM5HplsbWwPS9FvPjE5VB/FiYEkk0+9j
</HostId>
</Error>[/code]

Eraversum - scifi browser-based online webgame

Re: [Extension release] PunBB WYSIWYG - using TinyMCE

Thank you for this extension but i have problem

http://img89.imageshack.us/img89/8508/problemsd.jpg

in the picture the WYSIWYG is not full

i'm sorry my english i have little knowledge for english  sad  sad

44

Re: [Extension release] PunBB WYSIWYG - using TinyMCE

you need to put some of the functions on a second line....
or delete the ones you don't need...

post number 19 should help you edit those out ...

Re: [Extension release] PunBB WYSIWYG - using TinyMCE

Thank you very much and i have more problem  sad  sad  sad

my WYSIWYG is a....

http://img824.imageshack.us/img824/8910/problems.jpg

help me please

46

Re: [Extension release] PunBB WYSIWYG - using TinyMCE

A lot of those features above won't work as the PunBB parser doesn't support them....
So those vertical seperators are the smallest problem you'll have...

Re: [Extension release] PunBB WYSIWYG - using TinyMCE

ah sorry i just know my problem thank you

48

Re: [Extension release] PunBB WYSIWYG - using TinyMCE

kmbxxx wrote:

+
Moderator extension

Where can I get this one?
Many thanks

49

Re: [Extension release] PunBB WYSIWYG - using TinyMCE

I have a problem with internal links I add with this extension.

Here on screenshot I put a link on some page on my forum:

http://img221.imageshack.us/img221/367/pun1h.gif

Then, in published post external link is OK, see in status bar at the bottom:

http://img840.imageshack.us/img840/4564/pun2.gif

But internal link has been cut down:

http://img820.imageshack.us/img820/9469/pun3.gif

I put screenshots from my local test forum, but on the real forum online there is the same problem.

Please help me to resolve this issue.

Re: [Extension release] PunBB WYSIWYG - using TinyMCE

not compatible with punbb 1.4 ?