mairaj
Forum Replies Created
-
Please update new version , you can display comment counts
No, the comment counts are not showing. Kindly check if counts are working with the ‘Forum Topics’ selected as ‘post types’.
Also, can author’s name be linked to author’s buddypress profile and can author’s avatar be shown now?
I will be using this plugin – https://codecanyon.net/item/rating-form/10357679 to allow members to vote up down the forum topics. Can post grid (premium) show the vote counts just like comment counts?
Thanks
Figured out that there could be multiple type of points. So I think the myCred plugin can help me have Credits and Karmas at the same time.
Now, I want the members to be able to give Karmas to each other. The number / count of Kramas that a member can give to other member will be based on member’s rank, for example
Level 1 member can give 5 Karmas
Level 2 can give 10
Level 3 can give 20 and so on.I need help on the above or may be direction to some place where I can get some help.
Thank you
Forum: Fixing WordPress
In reply to: Cannot restore database – Script timeout passedThanks for the reply. Yes, I have been on 30-40 minutes long calls (mostly on hold).
They suggested copy paste (which did not work either) when import did not work. They have now suggested to use mysql workbench, I have no idea how to use that ??
Forum: Plugins
In reply to: [BP Profile Search] Disappeared after updateThank you very much. I am waiting for your Gallery plugin, I hope that comes soon ??
Forum: Plugins
In reply to: [BP Profile Search] Disappeared after updateHello Michael!
Just sent you the requested details.
Thanks
Forum: Networking WordPress
In reply to: Disabling MultiSite breaks registrationI have narrowed down to the point that I can say editing following code breaks the registration.
define('WP_ALLOW_MULTISITE', true);
Whether I change ‘true’, to ‘false’ or remove the code or comment out the code, registration system breaks.
Any ideas on this?
Thank you.Hi!
I now tried with priority level 100 but no, it didn’t work.
/*Events manager translations*/ function my_em_text_rewrites($translation, $orig, $domain) { str_replace("Events I'm Attending","Events I've Applied For", $translation); return $translation; } add_action ( 'gettext', 'my_em_text_rewrites', 100, 3 );
Is there any other way to do some little changes?
Thank you.
Hi!
Here are a few screen shorts to explain what’s happening –
Code saved in functions.php – https://www.dropbox.com/s/b6kpx019hpy33zd/sc1.jpg
File transferred to server – https://www.dropbox.com/s/96pxgiqay78orpg/sc2.jpg
After the transfer, the phrase is still there in the admin bar (No changes) – https://www.dropbox.com/s/gnicu550za6nedp/sc3.jpg
Phrase in the events manager’s my profile page – https://www.dropbox.com/s/rrnqgjof8weftpm/sc4.jpg
I hope the screen shorts explain
Thank you very much for the help
I am placing the code in functions.php in the child theme, the parent theme I use is BuddyBoss.
This didn’t work for any page, I mean the phrase ‘Events I’m Attending’ remained same throughout all locations.
Thanks
Hello again!
I tried this new code as well. No, it didn’t work either.
Sorry, can you suggest me something else?
Thank you for the help.
Hi!
This is not working, I tried,
function my_em_text_rewrites($translation, $orig, $domain) { str_replace('Events I'm Attending','Events I've Applied For', $translation); return $translation; } add_action ( 'gettext', 'my_em_text_rewrites', 1, 3 );
Nothing changed I can still see – Events I’m Attending. I have cleared all cache to make sure I was not seeing cached version.
Hello,
Thank you for the code, do I have to add this code multiple times to translate multiple phrases?
The language files (.mo / .po ) won’t work then?
Thank you very much.
Forum: Plugins
In reply to: [BP Profile Search] Search with in groupHi!
To accomplish what I am saying, I am currently following here – https://buddypress.org/support/topic/resolved-different-profile-types-and-different-user-roles/
Have you ever used ‘contact form 7’? This plugin allows multiple form creations and generates a code for each form which can then be placed anywhere to show a form. Each form has a different set of values and hence can be used at a relevant location.
Think about the ability of creating multiple “bp-profile search forms”, generate a code for each one and then show different searches for different user groups using the unique fields assigned.
Also, there is an extension of the said plugin which can dynamically pick the value of the current post id/ user id / group id and identify the current location uniquely to show the right (assigned) form to a location.
Just a thought, I don’t know about the technical complications. With those features why not give us a premium version?
Thanks and regards
I am using WordPress in English only, not localized. I want to re-write / change some text of WordPress events manager plugin.
Thanks
Forum: Plugins
In reply to: [Dynamic Widgets] Hide widget on own bp profileSure, thank you ??