clayborn
Forum Replies Created
-
Forum: Plugins
In reply to: [Ajaxed Comments] tinymcelooking forward to seeing it
Forum: Plugins
In reply to: [Ajaxed Comments] tinymcetried this …
public function add_section_to_comment($text) { global $comment; $coid = $this->comments[$comment->comment_ID]; $coba = $comment->comment_ID; ?><script type="text/javascript">/* <![CDATA[ */ jQuery(document).ready(function($) { var i=1; var id = $(this).attr('id'); if (!id) { id = 'ac-textarea' + i++; $(this).attr('id',id); } $('.ac-textarea textarea').each(function() { tinyMCE.execCommand('mceAddControl', false, 'ac-textarea'); }); }); /* ]]> */</script><?php return '<div id="ac-section-'.$comment->comment_ID.'">'.$text.'</div><div class="ac-textarea" id="ac-textarea-'.$comment->comment_ID.'" style="display: none;"><textarea id="ac-textarea" name="ac-textarea" >'.$this->comments[$comment->comment_ID] . '</textarea></div>'; }
and tried to replace the textarea with the wp_editor function without success too bad that it doesn’t work with the wp functions out of the box
Forum: Plugins
In reply to: [Fullscreen Galleria] [Plugin: Fullscreen Galleria] How to get it to work?what about comments ?…? I’ve been trying to adapt the plugin so it would work with comment images as well.
Forum: Plugins
In reply to: [Fullscreen Galleria] [Plugin: Fullscreen Galleria] How to get it to work?thanks for your answer pdamster : very nice job on the portrait btw
Forum: Plugins
In reply to: [Fullscreen Galleria] [Plugin: Fullscreen Galleria] How to get it to work?it works alright in regular posts and comments although it seems to “forget” some images when something goes wrong.
Now I have a question : is it possible to have it work in the bbpress content ?
thanksit’s a query cookie problem that shows up and I’m not able to fix it by myself; it displays as an error since the 3.4.2 update.I’ll remove the delete and edit buttons from the whole component as no solution seems to be online.
I couldn’t find the fix , could you ?
ooooh very interesting
you may have noticed the problem occurs as well in the file tab with its delete function.
I will have to look deeper into it myself but I must admit you’ve brought very good news.
Thank you for that.yep I ‘ve been fixing the javascript so it would work altogether but it seems broken because of the buddypress 1.6.1 update – does any of you guys have an idea of what could break it ? I must admit I dunno where to look.
Forum: Plugins
In reply to: [BP GTM System] [Plugin: BP GTM System] Jquery fixfixed – thank you
same thing : buddy press update breaks the complete/delete buttons for projects and tasks;the javascript works but when you check again the project/task has not been deleted/marked as complete
Forum: Plugins
In reply to: [BP GTM System] [Plugin: BP GTM System] Jquery fixbtw I have a question :
please, what do I have to do in order to be able to display images in the comments output ?
I modified the jQuery – as stated above – and the php files with wp_editor but I can’ t get images to display ; there is only a [0x0] hardcoded and therefore invisible a href for each picture.I just don’t get it.