Forum Replies Created

Viewing 15 replies - 16 through 30 (of 51 total)
  • Thread Starter jaco44

    (@jaco44)

    Awesome, thanks for adding the new features & for letting me know. Funny, I literally just read the email notification of your reply immediately after putting together & posting an instructional tutorial within my forum on how to use the Mute function (with v 1.0.2). No biggie, glad to re-do the tutorial to include those features. Thanks again.

    Thread Starter jaco44

    (@jaco44)

    Bojan,

    To revisit this request as there haven’t been any other requests yet, I’d be glad to donate $100(U.S.) towards the PayPal account of your choosing to add the button to insert images when making comments & replies within the activity stream. I’d have to imagine that others would find that functionality very useful as well.

    Thread Starter jaco44

    (@jaco44)

    Sounds like that should do the trick. Thank you for the info & your quick reply. Have a great day.

    I am looking to do the same thing as @route2 . Any ideas on how to set a specific expiration date (day/month/year) using PayPal Pro forms?

    Thread Starter jaco44

    (@jaco44)

    I have some plugins, such as the visual editor widget, that lose everything once deactivated & can be a pain to replicate but I will start with all the plugins that I can deactivate with minimal disruption to my site & let you know if I can isolate the culprit.

    Btw- I just inadvertently replied to another suggestion that you made in another support thread. I deleted the text but please disregard the email notification. I’m running 3 monitors & 3 different browsers & had your support forum open in multiple windows. Thx again for your help.

    Thread Starter jaco44

    (@jaco44)

    Henry, I’m stumped. Did quite a bit of troubleshooting with various user accounts and here’s what I’ve found: The mute function typically isn’t working although the button toggles to ‘unmute’ when clicked, yet that users existing & new posts still show under site-wide activity & they are not shown under Mute>All.

    However,If I reset the users password with the BuddyPress settings (which BTW- are sync’d with the users’ WP settings via the S2member plugin), then the mute functionality is restored… at least temporarily. It seems to be whenever I navigate away from the BP forum to go to another page on my site more or I log off & back on and then come back to the forum that I can no longer mute other users although my previous muted users remain.

    I can give you some usernames to login with but although the forum isn’t open to the public yet, I do have this registration link in which you can create one or more users accounts to try and replicate the issue if you have the time. Thanks again for your help & let me know if there’s anything else that I should try.

    Thread Starter jaco44

    (@jaco44)

    Henry- I just changed the passwords on two of the users that both had the issue & so far, the mute feature is now working on the first one that I tried immediately after the PW change. I’ll try a few more users to see if this is causing the issue and get back to you whether or not I figure it out. Thanks for your quick reply.

    Thread Starter jaco44

    (@jaco44)

    I’d be glad to list all the plugins but since I have over 34 active plugins on my live site, I’ll start with the BuddyPress plugins & any that I think could possibly cause a conflict. If you still want the full list, just let me know.

    BuddyPress Activity Plus
    BuddyPress Block Activity Streams Types (which I just disabled but the issue persists)
    BuddyPress Edit Activity
    BuddyPress Follow
    BuddyPress Group Email Susbcription
    WP Super Cache (which hasn’t caused any other issue with BP)
    I also use CloudFlare (quasi CDN) but paused it & the issue persisted.

    I can also provide you a couple of logins for dummy users which you could use to mute & post messages in the forum. Let me know if you need anything else or a full list of plugins. I’d hate to deactivate all as deactivation some cause disruptions & permanently undo certain changes to my site.

    Thread Starter jaco44

    (@jaco44)

    Tom,

    It just hit me… tool tips are already a native feature to WordPress links via the “title attribute” field under the link settings. I just entered the text that I wanted to pop-up when the social icons on my menu bar were hovered & the tooltips appear when hovering over the icon images.
    One less feature request to add to your backlog!

    note to others: The title attribute selection must be checked via the screen options tab located at the top right of your menu settings page.

    Thread Starter jaco44

    (@jaco44)

    Perfect, exactly what I needed. Thanks for the info & your quick reply Tom.

    Thread Starter jaco44

    (@jaco44)

    You make a good point. A few ideas if you do decide to add a mute button in the activity feed:

    1) Re-label the button from “Mute” to “Mute @username

    2) Add a tool-tip that pops up a message (upon hovering the mute button) with “Hide All Posts From @username (or from THIS MEMBER)” or something along those lines.

    2) Pop-up a confirmation message like “Hide All Comments From @username?” YES/CANCEL

    Thanks for the prompt reply & a great plugin. No need to reply to this one, just wanted to pass along the suggestions in case they are relatively easy to implement.

    Thread Starter jaco44

    (@jaco44)

    To add to my previous question, I found this error in Firebug when I click on the RMFTooltip button. All Greek to me so any suggestions appreciated:

    (function(){tinymce.create(‘tinymce.plugins.RMFtooltip’,{init:function(ed,url){ed.addButton(‘RMFtooltip’,{title:’ToolTip’,image:url+’/RMFtooltipbutton.png’,onclick:function(){i=jQuery(‘<div title=”Create your tooltip” ></div>’);if(window.RMFtooltip_cache){i.html(window.RMFtooltip_cache);}else{jQuery.get(url+’/ajax/form.html’,function(data){window.RMFtooltip_cache=data;i.html(window.RMFtooltip_cache);});}
    i.dialog({autoOpen:true,draggable:false,resizable:false,modal:true,dialogClass:’wp-dialog’,buttons:{“OK”:function(){RMFtooltip_text=jQuery(“#RMFtooltip_text”).val();RMFtooltip_tip=jQuery(“#RMFtooltip_tip”).val();if(RMFtooltip_text!=null&&RMFtooltip_text!=”&&RMFtooltip_tip!=null&&RMFtooltip_tip!=”){ed.execCommand(‘mceInsertContent’,false,'[tooltip tip=”‘+RMFtooltip_tip+'”]’+RMFtooltip_text+'[/tooltip]’);}
    jQuery(this).dialog(“close”);jQuery(this).empty();},Cancel:function(){jQuery(this).dialog(“destroy”);jQuery(this).empty();}}});}});},createControl:function(n,cm){return null;},getInfo:function(){return{longname:”Responsive Mobile-Friendly Tooltip”,author:’ItayXD’,authorurl:’itayxd.com’,infourl:’https://github.com/ItayXD/responsive-tooltip&#8217;,version:”1.0″};}});tinymce.PluginManager.add(‘RMFtooltip’,tinymce.plugins.RMFtooltip);})();

    @barnez- Nevermind, figured it out but trying it first on my local site. Uninstalled 3.1.0, then added 3.0.4 to my plugins folder. Working fine now. Lesson learned on blindly taking plugin updates without either testing on local site first or checking the plugin support forum (where I would have seen this thread & held off on the update). Thx again.

    @barnez- Thank you so much for pointing out where to download 3.0.4.

    Do you (or anyone) happen to know if I should simply overwrite 3.1.0 (after disabling the plugin) or is it better to uninstall 3.1.0 first, then add the 3.0.4 folders/files to my plugins folder? Thanks again.

Viewing 15 replies - 16 through 30 (of 51 total)