MrMaz
Forum Replies Created
-
Forum: Plugins
In reply to: [BuddyPress Links] [Plugin: BuddyPress Links] Special characters in the urlIts actually a VERY good thing for people who operate websites in a language with extended or accent characters. I’m sure there are no issues with a vanilla WordPress install. The problems occur when plugin authors like myself don’t keep up with tweaks to the API.
When I originally wrote the code, I copied exactly how WordPress was creating a post slug. Its apparent that has changed since I wrote it, so I need to take a look at the current code and bring it up to date.
Forum: Plugins
In reply to: [BuddyPress Links] [Plugin: BuddyPress Links] Special characters in the urlThe WordPress API function is sanitize_title_with_dashes()
I pass the Name/Title to that function to create the slug something like this:
$link->slug = sanitize_title_with_dashes( $name );
I always thought that removed special characters, but WordPress has made a big push towards being 100% UTF-8 compliant for everything, so they might have backed off replacing some of the characters recently? I’m not sure.
Sorry it took so long to respond, this plugin is not very popular so I quit checking this support forum.
So you want the list of group names in the profile field you create be used for the group name and slug (kind of a like a template)? Is the motivation that its a pain to have to create all of the groups ahead of time? From personal experience, that definitely sucks.
I think this is possible. I need to consider any security issues.
Please reply if u are still interested so I know at least ONE person will use this functionality if I invest the time into it.
Forum: Plugins
In reply to: [BuddyPress Links] [Plugin: BuddyPress Links] Special characters in the urlThat is pretty weird. The WordPress function I use to generate the slug is supposed to be converting those special characters to standard alphabet. Maybe something has changed in more recent versions, I will open a ticket and take a look soon.
Forum: Plugins
In reply to: [BuddyPress Links] [Plugin: BuddyPress Links] Links for GroupsMarking as resolved
Forum: Plugins
In reply to: [BuddyPress Links] [Plugin: BuddyPress Links] Links for GroupsGroups integration is a feature of the pro version: https://shop.presscrew.com/shop/buddypress-links/
Forum: Plugins
In reply to: [BuddyPress Links] [Plugin: BuddyPress Links] Link won't save.Please do a test with the bp-default theme active. If it works with the default theme, then more than likely your theme is causing the issue.
You need to add categories.
From the dashboard BP Links -> Manage Categories
Forum: Plugins
In reply to: [BuddyPress Links] [Plugin: BuddyPress Links] Broken LinksThere is now a community version available which supports BP 1.5 and 1.6. You can read the full details here:
You have to go into the BuddyPress settings and go to the Pages tab and assign a page to the links component.
There is now a community version available which supports BP 1.5 and 1.6. You can read the full details here:
There is now a community version available which supports BP 1.5 and 1.6. You can read the full details here:
Forum: Plugins
In reply to: [BuddyPress Links] [Plugin: BuddyPress Links] Some parts brokenThere is now a community version available which supports BP 1.5 and 1.6. You can read the full details here:
Forum: Plugins
In reply to: [BuddyPress Links] [Plugin: BuddyPress Links] BrokenThere is now a community version available which supports BP 1.5 and 1.6. You can read the full details here:
There is now a community version available which supports BP 1.5 and 1.6. You can read the full details here:
Forum: Plugins
In reply to: [BuddyPress Links] BuddyPress Links v0.6 released — but you have to pay $49There is now a community version available which supports BP 1.5 and 1.6. You can read the full details here: