Title: Bughunter's Replies | WordPress.org

---

# Bughunter

  [  ](https://wordpress.org/support/users/wpforums/)

 *   [Profile](https://wordpress.org/support/users/wpforums/)
 *   [Topics Started](https://wordpress.org/support/users/wpforums/topics/)
 *   [Replies Created](https://wordpress.org/support/users/wpforums/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/wpforums/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/wpforums/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/wpforums/engagements/)
 *   [Favorites](https://wordpress.org/support/users/wpforums/favorites/)

 Search replies:

## Forum Replies Created

Viewing 15 replies - 1 through 15 (of 18 total)

1 [2](https://wordpress.org/support/users/wpforums/replies/page/2/?output_format=md)
[→](https://wordpress.org/support/users/wpforums/replies/page/2/?output_format=md)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Newsflow] not working](https://wordpress.org/support/topic/not-working-153/)
 *  [Bughunter](https://wordpress.org/support/users/wpforums/)
 * (@wpforums)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/not-working-153/#post-3424476)
 * I 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](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Contact Form 7] BUG: Does not send form email if used with Cachify plugin](https://wordpress.org/support/topic/bug-does-not-send-form-email-if-used-with-cachify-plugin/)
 *  Thread Starter [Bughunter](https://wordpress.org/support/users/wpforums/)
 * (@wpforums)
 * [13 years, 6 months ago](https://wordpress.org/support/topic/bug-does-not-send-form-email-if-used-with-cachify-plugin/#post-3206762)
 * OK, 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](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[User Access Manager] [Plugin: User Access Manager] UAM not working](https://wordpress.org/support/topic/plugin-user-access-manager-uam-not-working/)
 *  [Bughunter](https://wordpress.org/support/users/wpforums/)
 * (@wpforums)
 * [13 years, 9 months ago](https://wordpress.org/support/topic/plugin-user-access-manager-uam-not-working/#post-2930714)
 * What 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](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Cachify] Cachify not working at all](https://wordpress.org/support/topic/cachify-not-working-at-all/)
 *  [Bughunter](https://wordpress.org/support/users/wpforums/)
 * (@wpforums)
 * [13 years, 10 months ago](https://wordpress.org/support/topic/cachify-not-working-at-all/#post-2892043)
 * This 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](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Cachify] Cachify and qTranslate](https://wordpress.org/support/topic/cachify-and-qtranslate/)
 *  [Bughunter](https://wordpress.org/support/users/wpforums/)
 * (@wpforums)
 * [13 years, 10 months ago](https://wordpress.org/support/topic/cachify-and-qtranslate/#post-2864629)
 * Hi, 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](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Meteor Slides] [Plugin: Meteor Slides] REQUEST: Load JS only when needed!](https://wordpress.org/support/topic/plugin-meteor-slides-request-load-js-only-when-needed/)
 *  Thread Starter [Bughunter](https://wordpress.org/support/users/wpforums/)
 * (@wpforums)
 * [13 years, 10 months ago](https://wordpress.org/support/topic/plugin-meteor-slides-request-load-js-only-when-needed/#post-2901344)
 * 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.html](http://scribu.net/wordpress/conditional-script-loading-revisited.html)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Meteor Slides] [Plugin: Meteor Slides] REQUEST: Load JS only when needed!](https://wordpress.org/support/topic/plugin-meteor-slides-request-load-js-only-when-needed/)
 *  Thread Starter [Bughunter](https://wordpress.org/support/users/wpforums/)
 * (@wpforums)
 * [13 years, 10 months ago](https://wordpress.org/support/topic/plugin-meteor-slides-request-load-js-only-when-needed/#post-2901343)
 * I think here is a good solution:
 * [http://beerpla.net/2010/01/13/wordpress-plugin-development-how-to-include-css-and-javascript-conditionally-and-only-when-needed-by-the-posts/](http://beerpla.net/2010/01/13/wordpress-plugin-development-how-to-include-css-and-javascript-conditionally-and-only-when-needed-by-the-posts/)
 * please update soon 😉
 * Thanks!!!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Fast Secure Contact Form] [Plugin: Fast Secure Contact Form] Why are input fields not aligned like the screenshots show?](https://wordpress.org/support/topic/plugin-fast-secure-contact-form-why-are-input-fields-not-aligned-like-the-screenshots-show/)
 *  Thread Starter [Bughunter](https://wordpress.org/support/users/wpforums/)
 * (@wpforums)
 * [13 years, 10 months ago](https://wordpress.org/support/topic/plugin-fast-secure-contact-form-why-are-input-fields-not-aligned-like-the-screenshots-show/#post-2900700)
 * 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](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](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [WPML and Contact Form 7: why not?](https://wordpress.org/support/topic/wpml-and-contact-form-7-why-not/)
 *  [Bughunter](https://wordpress.org/support/users/wpforums/)
 * (@wpforums)
 * [13 years, 10 months ago](https://wordpress.org/support/topic/wpml-and-contact-form-7-why-not/#post-2789464)
 * 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](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Contact Form 7] is Contact Form 7 Compatible with WPML?](https://wordpress.org/support/topic/is-contact-form-7-compatible-with-wpml/)
 *  [Bughunter](https://wordpress.org/support/users/wpforums/)
 * (@wpforums)
 * [13 years, 10 months ago](https://wordpress.org/support/topic/is-contact-form-7-compatible-with-wpml/#post-2395770)
 * 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](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Root Relative URLs] [Plugin: Root Relative URLs] FYI, I'm currently adding](https://wordpress.org/support/topic/plugin-root-relative-urls-fyi-im-currently-adding/)
 *  [Bughunter](https://wordpress.org/support/users/wpforums/)
 * (@wpforums)
 * [13 years, 10 months ago](https://wordpress.org/support/topic/plugin-root-relative-urls-fyi-im-currently-adding/#post-2372968)
 * Thank 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!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Adjustly Collapse] [Plugin: Adjustly Collapse] How to prevent WP visual editor removing common rel label?](https://wordpress.org/support/topic/plugin-adjustly-collapse-how-to-prevent-wp-visual-editor-removing-common-rel-label/)
 *  Thread Starter [Bughunter](https://wordpress.org/support/users/wpforums/)
 * (@wpforums)
 * [13 years, 10 months ago](https://wordpress.org/support/topic/plugin-adjustly-collapse-how-to-prevent-wp-visual-editor-removing-common-rel-label/#post-2861486)
 * 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 🙂
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Advanced Editor Tools] [Plugin: TinyMCE Advanced] Styles dropdown has many bogus entries](https://wordpress.org/support/topic/plugin-tinymce-advanced-styles-dropdown-has-many-bogus-entries/)
 *  [Bughunter](https://wordpress.org/support/users/wpforums/)
 * (@wpforums)
 * [13 years, 10 months ago](https://wordpress.org/support/topic/plugin-tinymce-advanced-styles-dropdown-has-many-bogus-entries/#post-2202260)
 * oups, wrong post, should go to “adjustly collapsable” plugin support page, but
   the TinyMCE problems apply to many other things. Just a pain.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Advanced Editor Tools] [Plugin: TinyMCE Advanced] Styles dropdown has many bogus entries](https://wordpress.org/support/topic/plugin-tinymce-advanced-styles-dropdown-has-many-bogus-entries/)
 *  [Bughunter](https://wordpress.org/support/users/wpforums/)
 * (@wpforums)
 * [13 years, 10 months ago](https://wordpress.org/support/topic/plugin-tinymce-advanced-styles-dropdown-has-many-bogus-entries/#post-2202259)
 * 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 🙂
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Adjustly Collapse] [Plugin: Adjustly Collapse] How to prevent WP visual editor removing common rel label?](https://wordpress.org/support/topic/plugin-adjustly-collapse-how-to-prevent-wp-visual-editor-removing-common-rel-label/)
 *  Thread Starter [Bughunter](https://wordpress.org/support/users/wpforums/)
 * (@wpforums)
 * [13 years, 10 months ago](https://wordpress.org/support/topic/plugin-adjustly-collapse-how-to-prevent-wp-visual-editor-removing-common-rel-label/#post-2861423)
 * OMG this is so ill, please read:
    [http://www.lmhproductions.com/52/wordpress-tincymce-editor-removes-attributes/](http://www.lmhproductions.com/52/wordpress-tincymce-editor-removes-attributes/)
   or [http://www.bashbang.com/geek/div-tag-disappears-in-tinymce/](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!)

Viewing 15 replies - 1 through 15 (of 18 total)

1 [2](https://wordpress.org/support/users/wpforums/replies/page/2/?output_format=md)
[→](https://wordpress.org/support/users/wpforums/replies/page/2/?output_format=md)