valuser
Forum Replies Created
-
Forum: Plugins
In reply to: [Wbcom Designs - BuddyPress Create Group Type] Adding “s” to typesMany Thanks for the plugin.
Any update on this issue ?
Forum: Fixing WordPress
In reply to: Conditional function – more than one variableMany thanks!
Convinced that its almost there!
Removed extra ‘)’ from line 2.
for line 3 at the moment there is an error:
Warning: strpos(): needle is not a string or an integer
tried adding return true; to line 3 but same errorForum: Plugins
In reply to: [BuddyPress Member Type Generator] Thanks & Buddypress Group Type Generator??Thanks for the reply – good news!
Forum: Plugins
In reply to: [Simple Restrict] Restrict User rather than Allow usermany thanks!
Forum: Plugins
In reply to: [Simple Restrict] Restrict User rather than Allow userreview – will do
you can do so with bulk edit
Agh! bulk editing page permissions would solve everything – how to ?
Forum: Plugins
In reply to: [Simple Restrict] Restrict User rather than Allow userThank you so much for very prompt reply!
particular use case: restrict only a few users from accessing certain pages
I suppose i could do it with something like in functions.php
add_action( ‘template_redirect’, ‘redirect_to_specific_page’ ) + wp_redirect; etc etc etc
and redirect those particular users to another page.
In any event – a very useful plugin
Forum: Plugins
In reply to: [Widgets In Tabs] Update to 2.2.1Correct.
Apology.
My problem had nothing to do with your plugin.
Rather it was a theme that needed updating.Forum: Plugins
In reply to: [Widgets In Tabs] Update to 2.2.1please disregard the above
BUT
as you might click from tab to tab the contents of each tab do not go back
so that if you click tab1 everything ok
but then click tab2 – it comes down on top of the contents of tab 1 (which in previous versions closed automatically when another tab was clicked) and so on nothing closes.
Forum: Plugins
In reply to: [BP BookMarklet] Vers. 3.0 Widget not appearingBrilliant!
Forum: Plugins
In reply to: [MediaPress] Media/File title retention in activity streamMany Thanks – looking forward to update.
Also IF a user wants titles on grid view for galleries they might add an amended (similar to the above) template file in yourtheme/mediapress/default/gallery/views/grid-doc.php
Forum: Plugins
In reply to: [MediaPress] Media/File title retention in activity streamBril and many many thanks.
Both work. But would favour (as i like visuals etc!!!) grid-doc.php with something like the following on line 23 and something similar on line 22 of /activity/entry-comment-doc.php
<p><a href="<?php mpp_media_permalink();?>" ><?php echo esc_attr( mpp_get_media_title() );?></a></p>
Need to do the same for group galleries if possible.
Which file to alter for group galleries
Amendments to previous remarks.
xlsx docs come in fine.
also (correcting what i reported earlier)
An item posted to a group on the MAIN activity stream does not appear to go to the group.
Forum: Plugins
In reply to: [BuddyPress Default Cover Photo] Cover photo gone after update+1
After updating this plugin the cover image disappears and there is no upload option on ‘Change Cover Image’ tab.Forum: Plugins
In reply to: [Mass Messaging in BuddyPress] New Version+1
Forum: Plugins
In reply to: [Optimize Database after Deleting Revisions] innoDBThanks again!
Forum: Plugins
In reply to: [Optimize Database after Deleting Revisions] innoDBAgain many many thanks!
Just a tiny query ?
Changing all the tables to MyISAM ? Are there disadvantages as compared to InnoDB ?