Bughunter
Forum Replies Created
-
Forum: Plugins
In reply to: [Newsflow] not workingI have a similar issue – the Fetch new button just opens a white box and nothing happens. Newsfeeds could be added successfully, test works ok. The feeds even show “30 items” – but there is no feed content anywhere, I looked into the db, no posts in posts table, newsflow_store is empty too.
Other plugins work ok (that fetsch rss feeds) on the same server, so there seems to be some uncatched error condition.
Forum: Plugins
In reply to: [Contact Form 7] BUG: Does not send form email if used with Cachify pluginOK, sorry for the bad style – I just was really angry that the plugin does not give me any information about not sending mails via the form.
I am cool now again.Of course I totally respect you efforts. Please take it with a grain of salt – Bughunter is an account for “saying the f* truth” – your plugin is nice, but error-reporting to wp-dashboard about not-sent mails should definitely be implemented. Having a mail-queue would be a good feature, too, but at least you could simply write all form contents generated to a file, with sent status.
Just anything that makes it near to impossible to loose any user input.
Thanks.
Forum: Plugins
In reply to: [User Access Manager] [Plugin: User Access Manager] UAM not workingWhat you want to achieve? UAM does not paint edit buttons on pages, it does provide user access control – users still have to login to the wordpress backend and there pages, that they are allowed to edit, will be visible for them.
Usually users can edit all pages, of course this depends on the role you assign to them.
Maybe you would like to try it the other way around? Restrict access to pages users should not write!
However, you should describe better, what exactly does not happen – I do not understand what you mean by “there is no edit button anywhere”.
Forum: Plugins
In reply to: [Cachify] Cachify not working at allThis seems to be a general misunderstanding: you have to browse a page to be generated as a cached page – the second time the page is taken from the cache!
Forum: Plugins
In reply to: [Cachify] Cachify and qTranslateHi, I may be wrong, but I think this will not work, because qtranslate puts all the translations as commented html into one post – maybe this is why it does not work with cachify (just guessing).
I tested qtranslate a while ago and I came to the conclusion, that you definitely do not want your content be modified by any plugin – look, all your post content is “qtranslatified” – if you ever want to use the post output for anything else you have to clean the html comments out. If you are just starting with a translation of a website, I definitely recommend to leave your fingers of qtranslate, in the long run you want to keep your post content as clean as possible.
I think it is a general very stupid design decision to put translations as html comments into the post itself – separate posts for each translation is much better.
I have good results with wpml, cachify also works with this. wpml is much better than qtranslate, still not perfect, but really miles ahead. However, you will need cachify for wpml, as it makes the site really slow with tons of sql queries.
God Luck!
Forum: Plugins
In reply to: [Meteor Slides] [Plugin: Meteor Slides] REQUEST: Load JS only when needed!Even better for new wp versions:
add_shortcode('myshortcode', 'my_shortcode_handler'); function my_shortcode_handler($atts) { wp_enqueue_script('my-script', plugins_url('my-script.js', __FILE__), array('jquery'), '1.0', true); // actual shortcode handling here }from here:
http://scribu.net/wordpress/conditional-script-loading-revisited.htmlForum: Plugins
In reply to: [Meteor Slides] [Plugin: Meteor Slides] REQUEST: Load JS only when needed!I think here is a good solution:
please update soon π
Thanks!!!
Also in the admin the labels and fields are totally messy, please adjust it, this is one of the biggest sins in user interface design, not aligned input fields are a PITA for everybody. We are in 2012 and I feel thrown back into 1997 now looking at your plugin admin interface – please spend some time generating a form that can be used without pain.
http://s14.postimage.org/qfj74oeoh/WP_SI_CONTACTFORM_FAIL_02.png
I would not mention this in this explicity if your plugin was not specifically about FORMS – you should try to make your plugin a best practice demonstration of form design, not a worst case teaching example.
I totally can not understand how you released this into the wild without putting the needed one or two hours of form design work into it – beeing expert in everything related to forms of course involves designing your forms according to some well known user interface guidlines – there are many out there, please read at least ONE and accomodate with what is regarded nowadays as user friendly GUI building.
This could be a joke – hey, I make the coolest form plugin, but I totally miss to design the forms of my form plugin to adhere to minimal usability ideas. Unbelievable…
Forum: Plugins
In reply to: WPML and Contact Form 7: why not?The best solution would be to make both usages optional and let the user decide for each individual use case. There might be situations where either of these approaches apply – a software deleoper should always make these kind of things optional and not put artificial limits by making premature decisions.
Forum: Plugins
In reply to: [Contact Form 7] is Contact Form 7 Compatible with WPML?Please check WPML, this is one of the most used and most feature rich content translation plugins – as a plugin author you really should know about it and how your plugin relates to it. At least we are publishing in the world-wide-web for all the people of the planet, that might involve different languages.
Thanks.
Forum: Plugins
In reply to: [Root Relative URLs] [Plugin: Root Relative URLs] FYI, I'm currently addingThank you very much for this plugin, I could not believe seeing absolute urls in database content – I assumed this was a braindead technique from the phpnuke-days, very disturbing to see wp devs sticking to this wrong and painful practice.
BTW, do you have a link to a description of the architectural flaw and itΒ΄s consequences, itΒ΄s state in 2012 and what can be done about this?
THANKS!
OK, your plugin is nice, do not get me wrong, however I can find no way integrating TinyMCE Editor with he div tags – on editing div tags are multiplied, so that content is hidden that should not be hidden, generally the visual editor behaves like crazy, adds tags where I do not need them, generally it just fux up the code.
So atm my conclusion with this: if you use it, never ever touch a page created with multiple collapsable areas with the visual editor, because everything will just be destroyed.
If anybody can push me to a direction how to perform clean adding of divs and still be able to use TinyMCE, please show me how. I see that there are many plugins that try to fix, but the visual editor still is a PITA if you need control over your html – missing Dreamweaver at this point π
oups, wrong post, should go to “adjustly collapsable” plugin support page, but the TinyMCE problems apply to many other things. Just a pain.
OK, your plugin is nice, do not get me wrong, however I can find no way integrating TinyMCE Editor with he div tags – on editing div tags are multiplied, so that content is hidden that should not be hidden, generally the visual editor behaves like crazy, adds tags where I do not need them, generally it just fux up the code.
So atm my conclusion with this: if you use it, never ever touch a page created with multiple collapsable areas with the visual editor, because everything will just be destroyed.
If anybody can push me to a direction how to perform clean adding of divs and still be able to use TinyMCE, please show me how. I see that there are many plugins that try to fix, but the visual editor still is a PITA if you need control over your html – missing Dreamweaver at this point π
OMG this is so ill, please read:
http://www.lmhproductions.com/52/wordpress-tincymce-editor-removes-attributes/
or
http://www.bashbang.com/geek/div-tag-disappears-in-tinymce/However, when this is fixed, I still have he problem that people writing in the visual editor near the div tag that has the aj class, this div tag will be muliplied – without an id and therefore maybe without problems, however it still keeps the door open for new complications…
How yre you using / configuring TinyMCE to have a smooth workflow also with visual editor, without breakig anything?
(To say the truth I am wonderig why these kind of problems still are not fixed in 2012 – crazy!)