Bagira
Forum Replies Created
-
Forum: Plugins
In reply to: [Plugin: JH Portfolio] Problem with media galleryI have the same problem as gnum. What can I do? Help me, please.
Forum: Plugins
In reply to: [Plugin: JH Portfolio] Problems with activationAnybody, help me please. I make error_reporting = Off and display_errors = Off. Why do I continue to receive all the notices at the admin panel and at the blog. Why don’t work buttons Add main image, add Gallery image?
Forum: Plugins
In reply to: [Plugin: JH Portfolio] Problems with activationI’m sorry, when I add new portfolio, it is saved in datbase, but I can’t view its in blog. Add new category or choose existing category (existing category list is empty), Add main image, add Gallery image – doesn’t work. I do somthing incorrect, but I don’t know what. Help me please.
Forum: Plugins
In reply to: [Plugin: JH Portfolio] Problems with activationHi, joehoyle!
I use php 5.2.1.
I make error_reporting = Off and display_errors = Off, but I receive all the notices again.
I can’t use your plugin in general: I can’t add new portfolio, add new category or choose existing category (existing category list is empty).
Thanks!
Forum: Plugins
In reply to: TinyMCE and Image uploader for plugin with custom dbHi, Mat_
Sorry, I can’t help you with your problem. But may be, you can help me with TinyMCE. I also write a plugin that is using a custom db.
You write, thatI’m using tinymce with the_editor() function and it’s working great.
I use this code in my admin panel:
the_editor($content, $id = 'content', $prev_id = 'title', $media_buttons = true, $tab_index = 2)
And I get these problems:the buttons of “Add an Image”, “Add video” and “Visual” doesn’t works, no error and nothing happens.
The button “HTML” gives me the JavaScript error “switchEditors is not defined”.
The other problem is that when I write, the text appears in white colour, I only can see what I type if I mark the text.
Help me please.
Forum: Plugins
In reply to: How I can use TinyMCE for my own pluginThanks, but I have problems with your code :
the_editor($content, $id = 'content', $prev_id = 'title', $media_buttons = true, $tab_index = 2)
the buttons of “Add an Image”, “Add video” and “Visual” doesn’t works, no error and nothing happens.
The button “HTML” gives me the JavaScript error “switchEditors is not defined”.
The other problem is that when I write, the text appears in white colour, I only can see what I type if I mark the text.
What should I do?