Home > Projects > wordpress > Plugin > wp-door > WP-Door Ajax Version (Content Warning) Beta

WP-Door Ajax Version (Content Warning) Beta

| 22 Comments »

After long time since First version of WP-DOOR plugin released, I’ve created a New version based on wp-door plugin implementing Ajax.

It uses Ajax to Show Messages using jQuery & Thickbox. Both comes with Wordpress no additional Javascript required…

If you would like to Test this version for me, please feel free to Download from link bellow and give me your feedback…

Download: http://wordpress.org/extend/plugins/content-warning/

content-warning

Share and Enjoy:
  • Twitter
  • Google Bookmarks
  • Digg
  • del.icio.us
  • Facebook
  • Mixx
  • Sphinn
  • Print
  • Technorati
  • PDF
  • email

22 Responses to “WP-Door Ajax Version (Content Warning) Beta”

  1. Hi,

    This plugin doesn’t work on WP2.9 unfortunately.
    It seems like ‘thickbox’ is not included when the wp_enqueue_script function is called.
    It may be a bug on WP2.9.

    Cheers,

  2. I tried it again and it worked OK on WP2.9 !!!!
    Sorrry for a replay I send you before.

  3. It does work fine… However, this does conflict with FLASH… But that can only be sorted by editing the FLASH! thick box can’t do much on that area….

  4. François says: on 30 December, 2009 at 9:25 pm

    Nice plugin for a friend’s site (http://alairmuse.free.fr/).

    Before using it on this site, I checked it on my test site ( http://limousin.photos.free.fr/) and unfortunatly I got a mysterious error in the header area.

    Warning: session_start() [function.session-start]: open(/mnt/102/sda/6/0/limousin.photos/sessions/sess_6869008f7ce1fbd9a866e5a5791cdb06, O_RDWR) failed: No such file or directory (2) in /mnt/102/sda/6/0/limousin.photos/wordpress/wp-content/plugins/content-warning/main.php on line 159

    This site is a Worpress 2.9 version. No sessions directory is installed with wordpress.
    Thanks to help my to suppress this error.

    Bests regards and happy new year in advance.

    • It’s something to do with Server… It seems to be your “Session Directory” is “Missing”… Your Server administrator have to make sure PHP.ini settings are correct and Session can be Created!

      In the meantime, You can depend on Cookies and ignore the Session.. You will have to Edit “main.php” fil, Find and ADD “@” sign before “session_start();”.
      Before:
      session_start();
      After
      @session_start();

      * There is 2 session_start(). First at line: 143 & second one at Line: 159

      Remember: If your Client Cookie is Disabled that this Message will keep on showing every time a page loads…

    • or, If you do have access to Directory “/mnt/102/sda/6/0/limousin.photos/” create a Folder call “sessions” and make sure it’s writable… It should resolve your Issues!

  5. Just installed it and so far it works perfectly. Was just what I was looking for :D

  6. Thanks a lot. It was just necessery to create the directory session at the root of the web site.
    I wish you a nice new year and a great success for your plugin.
    Bye

  7. This a really nice plugin,
    Any chance you can make the box bigger or add some controls so the user can adjust the size? If you are running an adult blog, you can still see nudity pretty easily.

    Thanks

    • You can easily change that By editing Javascript (wpcw.js) file in ‘assets’ folder..

      Look for this line:
      tb_show('Warning', wpcw_wpurl + '/?wpcw=message&height=300&width=500&modal=true',false);
      and change the Height and Width values… Remember not to use too much width and heights, screen resolution varies for each users…

  8. Thanks Rajeev,

    Is there anyway to change how dark the tint surrounding the box is?
    I think for adult sites, it mite be a little better if the tint was dark enuff so
    the surfer would just get a silhouette of whatever is on the page.

  9. Thank you for the plugin.
    I installed on my site: http://www.pussies4me.com and I got an error on it. The nav menu comes in front of the warning somehow….
    How can I fix this problem?
    Thanks

  10. Still no “enable only in this category”?
    That would be great to have only certain category “wp-door”-ed, not the whole site.
    Thanks.

  11. Message: ‘wpcw_wpurl’ is undefined
    Line: 7
    Char: 2
    Code: 0
    URI: http://www.*****/wp-content/plugins/content-warning/assets/wpcw.js?ver=1.0

  12. Problem solved by adding “” call into footer.php file.

  13. Works like a charm on our blog: http://www.lucasblog.com. Saved us a lot of time! Thank you, sir!

Leave a Reply

© rajeevan is proudly powered by WordPress | Entries (RSS) and Comments (RSS).