-
Svenl77 posted on the forum topic Group Forum Topics in the group SeoPress: 13 years, 10 months ago
Hi @gearupandplay, i will fix it now…. sorry… my fault. I have just forgotten it.
-
Svenl77 posted on the forum topic Group Forum Topics in the group SeoPress: 14 years ago
Hi @gearupandplay , sorry for the delay. I stuck in a other project. Will be fixed in the next version. There is some strange behavior with the bp_page_title() going on in 1.2.6
-
Pisanojm posted on the forum topic Search a hashtag? in the group BuddyPress Activity Stream Hashtags: 14 years ago
@gearupandplay I just spoke with @brajesh about this last week and he has developed this as part of his unified plugin… check at buddydev.com At somepoint I’m going to take my code changes for his unified search and put them all down here for people…
-
Nahum replied to the topic Add Author Bio to Post in the forum How-to & Troubleshooting 14 years, 1 month ago
@gearupandplay To limit the text try this:
for your functions.php :
function Wanna_Limit_Text($Text,$Min,$Max,$MinAddChar) {
[Read more]
if (strlen($Text) < $Min) {
$Limit = $Min-strlen($Text);
$Text .= $MinAddChar;
}
elseif (strlen($Text) >= $Max) {
$words = explode(” “, $Text);
$check=1;
while (strlen($Text) >= $Max) {
$… -
nahummadrid posted on the forum topic Add Author Bio to Post in the group How-To and Troubleshooting: 14 years, 1 month ago
@gearupandplay To limit the text try this: for your functions.php :
function Wanna_Limit_Text($Text,$Min,$Max,$MinAddChar) { if (strlen($Text) = $Max) { $words = explode(" ", $Text); $check=1; while (strlen($Text) >= $Max) { $c=count($words)-$check; $Text=substr($Text,0,(strlen($words)+1)*(-1)); $check++; } } return $Text; }
this for you template…[Read more] -
Svenl77 posted on the forum topic Home page has last posts meta tags in the group SeoPress: 14 years, 1 month ago
@gearupandplay, should be fixed now!
-
Svenl77 posted on the forum topic Home page has last posts meta tags in the group SeoPress: 14 years, 1 month ago
Hi @gearupandplay, I found the bug! thanks, new version coming soon.
-
Svenl77 posted on the forum topic Home page has last posts meta tags in the group SeoPress: 14 years, 1 month ago
Hi @gearupandplay, I tested it, but couldn’t recreate your bug.
Are you using a static page as front-page or the activity stream?
Could you give me more information, I need to recreate the bug to fix it.Thanks Sven
-
Modemlooper posted on the forum topic BuddyPress Share It button live in the group Third Party Components & Plugins: 14 years, 1 month ago
Try adding this to bp-custom.php file in your plugins folder.
remove_action(‘bp_before_blog_single_post’, ‘bp_share_it_button_blog_filter’, 999);
-
Roger Coathup posted on the forum topic Usability Request: Skip the permalink page, and make links go direct to the linked page in the group BuddyPress Links: 14 years, 2 months ago
@gearupandplay – yes, it’s a real shame that there seems to be no support / ongoing development for Links. It could be a useful plugin.
I’ll see if there’s a possibility for us to fund someone picking it up (it may have potential for one of our current projects).
-
xberserker posted on the forum topic Point Legend? in the group CubePoints Buddypress Integration: 14 years, 2 months ago
@gearupandplay Go ahead and upgrade to the latest version 🙂
-
xberserker posted on the forum topic Point Legend? in the group CubePoints Buddypress Integration: 14 years, 2 months ago
@gearupandplay Make a backup of the following files: /cubepoints-buddypress-integration/loader.php /cubepoints-buddypress-integration/includes/bp-cubepoint-admin.php /cubepoints-buddypress-integration/includes/bp-cubepoint-core.php /cubepoints-buddypress-integration/includes/bp-cubepoint-screens.php And replace them with these…[Read more]
-
xberserker posted on the forum topic Point Legend? in the group CubePoints Buddypress Integration: 14 years, 2 months ago
@gearupandplay I’ve made some great progress on this. I have this just on my test site at the moment. But this is how it works: My Account > Points > How to Earn Points This takes you to a place where is shows all the possible ways to earn points. I have it so only positive […]
-
xberserker posted on the forum topic Changing the word cubepoints in the group CubePoints Buddypress Integration: 14 years, 4 months ago
@justbishop @gearupandplay @modemlooper @thekmen UPDATE: I have it working so you can change the slug from cubepoints to what you want from the admin screen. I’ll test this a little more today and if all goes well. I’ll release a update to the plugin. If anyone would like to test it out, let me know […]
-
xberserker posted on the forum topic Do Ranks go backwards if you spend points? in the group CubePoints Buddypress Integration: 14 years, 4 months ago
@gearupandplay Not sure, could manually change the points and see what happens and add them back.
@gearupandplay
Active 7 years, 7 months ago