Forums

[Plugin: Wordpress Download Monitor] [download#id] tag not working :-( - is it me? (7 posts)

  1. nicoontheweb
    Member
    Posted 10 months ago #

    Unless I include the nohits tag manually, wordpress ignores the tag... I am about to give access to a lot of un-tech savvy users and explaining to them how to add a tag manually may be a big issue ...

    Also, when I access the downloads (after I log out as admin) the hit counts aren't registering - is this a cookie issue possibly or is there something else.

    Any known conflicts with other plug ins? I have a bunch so it could take me quite some time to keep logging out and testing deactivating, etc...

    I am using amazonS3 with Ubuntu, could that be an issue?

    Latest wp-download monitor plug in and wp 2.7, here is a list of the other plug ins I am using: (And thanks!! I really like the idea of the plug in, just need to get it working)

    Audit Trail 1.0.10

    Keep a log of exactly what is happening behind the scenes of your WordPress blog By John Godley.
    Deactivate | Edit
    Email Users 3.1.6

    Allows the site editors to send an e-mail to the blog users. Credits to Catalin Ionescu who gave me some ideas for the plugin and has made a similar plugin. Bug reports and corrections by Cyril Crua and Pokey. By Vincent Prat (email : vpratfr@yahoo.fr).
    Deactivate | Edit
    GT Post Approval 0.3 Beta 0.3 b0.3

    Add Approve/Reject buttoms visible just for administrators and editors in edit > posts. Go to Options > Approval to choose where display not approved posts By Francesco Terenzani.
    Deactivate | Edit
    pageMash 1.2.1

    Manage your multitude of pages with pageMash’s slick drag-and-drop style, ajax interface. Allows quick sorting, hiding and organising of page structure. By Joel Starnes.
    Deactivate | Edit
    Peter's Collaboration E-mails 1.2.0

    Enhance the “Submit for Review” feature for Contributor users. This plugin enables automatic e-mails to the relevant users when posts are pending, when they are approved, and when their statuses are changed from “pending” back to “draft”. By Peter Keung.
    Deactivate | Edit
    There is a new version of Peter's Collaboration E-mails available. View version 1.2.1 Details or upgrade automatically.
    Peter's Login Redirect 1.6.0

    Redirect users to different locations after logging in. Define a set of rules for specific users, user with specific roles, users with specific capabilities, and a blanket rule for all other users. This is all managed in Settings > Login redirects. Version 1.5 and up of this plugin is compatible only with WordPress 2.6.2 and up. By Peter.
    Deactivate | Edit
    Register Plus 3.5.1

    WordPress 2.5+ ONLY. Enhance your Registration Page. Add Custom Logo, Password Field, Invitation Codes, Disclaimer, Captcha Validation, Email Validation, User Moderation, Profile Fields and more. By Skullbit.
    Deactivate | Edit
    Search Everything 4.7.8

    Adds search functionality with little setup. Including options to search pages, excerpts, attachments, drafts, comments, tags and custom fields (metadata). Also offers the ability to exclude specific pages and posts. Does not search password-protected content. By Dan Cameron.
    Deactivate | Edit
    Search Meter 2.3

    Keeps track of what your visitors are searching for. After you have activated this plugin, you can check the Search Meter Statistics page to see what your visitors are searching for on your blog. By Bennett McElwee.
    Deactivate | Edit
    Simple:Press Forum 4.0

    Fully featured but simple page-based forum By Andy Staines & Steve Klasen.
    Deactivate | Edit
    Tell a Friend 0.1

    Adds a ‘Share This Post’ button after each post. The service which is used is freetellafriend.com which supports e-mail address book, social bookmarks and favorites. By FreeTellaFriend.
    Deactivate | Edit
    WassUp 1.6.3

    Wordpress plugin to analyze your visitors traffic with real time stats, chart and a lot of chronological informations. It has sidebar Widget support to show current online visitors and other statistics. By Michele Marcucci, Helene D..
    Deactivate | Edit
    Wordpress Download Monitor 2.2.1

    Manage downloads on your site, view and show hits, and output in posts. Downloads page can be found in “Manage/Tools > Downloads”. If you are upgrading Download Monitor it is a good idea to back-up your database just in case. By Mike Jolley.
    Deactivate | Edit
    wordTube 2.1.0

    This plugin manages the JW FLV MEDIA PLAYER 4.2 and makes it easy for you to put music, videos or flash movies onto your WordPress posts and pages. Various skins for the JW PLAYER are available via www.jeroenwijering.com By Alex Rabe & Alakhnor.
    Deactivate | Edit

  2. jolley_small
    Member
    Posted 10 months ago #

    "Also, when I access the downloads (after I log out as admin) the hit counts aren't registering - is this a cookie issue possibly or is there something else."

    This could be due to the custom url setting - if it is set in such a way where the real download=the custom (fake) url it wont register the hit. I would play with this setting and see if it helps.

    I dont think there are any conflicts.

  3. nicoontheweb
    Member
    Posted 10 months ago #

    wordpress still ignores the default download tag when I insert a file for download from upload on the new post page... Did I miss a step?

    I will go back to the notes, do I need to add code somewhere to get it to work?

    Thanks again, I know you don't get paid for this, so thank you!

  4. nicoontheweb
    Member
    Posted 10 months ago #

    never mind, the default is working now - I just can't get the hit counts to show up, still. I will continue to play with the setting.

    Thanks!

  5. nicoontheweb
    Member
    Posted 10 months ago #

    I have found another issue with the plug in - when I log in as "contributor" (I have Role Manager plug in enabled also to allow uploads) I get an error -
    Warning: IWG_RoleManagement::require_once(../../../wp-content/plugins//usr/share/wordpress/wp-content/plugins/role-manager/role-management.php) [function.IWG-RoleManagement-require-once]: failed to open stream: No such file or directory in /usr/share/wordpress/wp-content/plugins/role-manager/role-manager.php on line 64

    Fatal error: IWG_RoleManagement::require_once() [function.require]: Failed opening required '../../../wp-content/plugins//usr/share/wordpress/wp-content/plugins/role-manager/role-management.php' (include_path='.:/usr/share/php:/usr/share/pear') in /usr/share/wordpress/wp-content/plugins/role-manager/role-manager.php on line 64

  6. drekyn
    Member
    Posted 8 months ago #

    nico, i had the same issue with role manager. in uploader.php of the download manager at line 2 the author of the plugin redefines the ABSPATH constant so the role manager can't find the correct path. i solved commenting that line and editing line 4 in this way:

    //define(ABSPATH2,'../../../');
    //require_once('../../../wp-admin/admin.php');
    require_once('../../../wp-config.php' );

    i hope this helps ;)

  7. jennag
    Member
    Posted 8 months ago #

    This last post helped me greatly, THANKS!

Reply

You must log in to post.

About this Topic