-
Mark posted a new activity comment 14 years, 3 months ago
Hey, thanks a lot. I’ve sorted that now 🙂 I want to put something above the activity stream and when I tried to put a slideshow there (just by adding stuff to the page) I can see it when logged out but not when logged in. Do you know a way around this?
-
Mark posted a new activity comment 14 years, 3 months ago
…..apologies….and with a page refresh I have activity index available as a template and we are away, its working on my test site http://www.collabbook.org – Thank you so much. Hopefully one day I can return the favour!
-
Mark posted a new activity comment 14 years, 3 months ago
Hi, Firstly thank you so much for taking the time to help. I really appreciate it. I’m not a complete newbie, I have done quite a bit to my page science3point0.com however I’m really struggling with designing the new index page. The activity index is now in my theme root folder, what do you mean by ‘Choose ”Activity Index” as the template, and…[Read more]
-
…..apologies….and with a page refresh I have activity index available as a template and we are away, its working on my test site http://www.collabbook.org – Thank you so much. Hopefully one day I can return the favour!
-
-
Mark posted a new activity comment 14 years, 3 months ago
Well done that man. Thanks r-a-y, so I need to modify the bp like plugin everytime it says friends to say follower, right?
-
Mark posted an update 14 years, 3 months ago
@hempsworth Hey, just a quick one – bp like – Fatal error: Call to undefined function friends_get_friend_user_ids() in /home/collabbo/science3point0.com/wp-content/plugins/buddypress-like/bp-like.php on line 381 – any ideas? WP 3.0.1 bp 1.2.5.2. Cheers
-
It’s because you disabled the friends component. I’m guessing you’re using the BP Followers plugin in its place. You’ll need to modify that to use follower ID code.
-
Well done that man. Thanks r-a-y, so I need to modify the bp like plugin everytime it says friends to say follower, right?
-
Not necessarily, you need to find the correct function that outputs the follower IDs. Dig around the buddypress-followers plugin.
-
hempsworth should maybe think about adding a filter so the bp-like plugin isn’t solely dependent on friends.
Then anyone could easily override this.
-
-
-
-
I’ve found a solution, if you have not fixed it already…
Go to the plugin editor, select the file named “buddypress-like/bp-like.php” then find
$users_friends = friends_get_friend_user_ids($user_id);
And replace with…
//$users_friends = friends_get_friend_user_ids($user_id);
global $wpdb;
$users_friends = $wpdb->get_col(“SELECT…[Read more]-
Thanks @wee493 but it didnt quite work:
This plugin has been deactivated because your changes resulted in a fatal error.
Parse error: syntax error, unexpected T_STRING in /home/collabbo/science3point0.com/wp-content/plugins/buddypress-like/bp-like.php on line 383
-
-
-
Mark posted on the forum topic EventPress in the group Third Party Components & Plugins: 14 years, 3 months ago
I got the same message as @PJ ‘The plugin generated 294 characters of unexpected output during activation. If you notice ‘headers already sent’ messages, problems with syndication feeds or other issues, try deactivating or removing this plugin.” This led to this…any ideas? Warning: include() : open_basedir restriction in effect. File(/) is not w…[Read more]
-
Mark posted on the forum topic Future groundbreaking plugins in the group Third Party Components & Plugins: 14 years, 3 months ago
WP 3.0.1 BP 1.2.5.2 – shouldn’t it work the same as on everyone elses?
-
Mark posted an update 14 years, 3 months ago
@justbishop Still struggling with the activity stream – I’m not bothered about logged in content so I just copied and pasted the whole bp-activity-feed-sitewide.php code into a page and it doesnt show up. It just comes through as plain text. Any ideas?
<?php echo '’; ?>
<rss…[Read more]
-
Here’s my custom template, minus the featured sites area. Should work fine for you, assuming you’re using the default bp theme (or a child of it that is in the same layout), just dump it in your theme root folder.
To use it, create a new page in your WP admin area, and put the content that you want shown to logged…[Read more]
-
Hi, Firstly thank you so much for taking the time to help. I really appreciate it. I’m not a complete newbie, I have done quite a bit to my page science3point0.com however I’m really struggling with designing the new index page. The activity index is now in my theme root folder, what do you mean by ‘Choose ”Activity Index” as the template, and…[Read more]
-
…..apologies….and with a page refresh I have activity index available as a template and we are away, its working on my test site http://www.collabbook.org – Thank you so much. Hopefully one day I can return the favour!
-
-
-
-
Mark posted a new activity comment 14 years, 3 months ago
Thanks a lot, where do I find the activity stream code?
-
Mark posted on the forum topic Future groundbreaking plugins in the group Third Party Components & Plugins: 14 years, 3 months ago
Eventpress problem – any ideas?
Warning: include() : open_basedir restriction in effect. File(/) is not within the allowed path(s): (/home/collabbo:/usr/lib/php:/usr/local/lib/php:/tmp) in /home/collabbo/public_html/wp-includes/template-loader.php on line 43
Warning: include(/) : failed to open stream: Operation not permitted in…[Read more]
-
Mark joined the group Third Party Components & Plugins 14 years, 3 months ago
-
Mark posted on the forum topic Clear message to all users in the group Creating & Extending: 14 years, 3 months ago
-
Mark posted an update 14 years, 3 months ago
@justbishop Hi @justbishop – I love the homepage on your site – I was wanting to get the activity stream on my homepage under some html as you have, do you know what I need to code into the homepage to have the activity stream running underneath?
Also, what plugin do you use for the ‘featured’ section – Any help with this would be amazing.
Thanks,
Mark.-
hi, and thanks! I actually just made a custom page template that had the page content wrapped in a logged in conditional, and I think I just c&p’d the activity stream code under that. from there, it was just a matter of creating the page with the logged out content in it, and assigning my custom template to it. pretty easy peasy 🙂
as for the…[Read more]
-
Thanks a lot, where do I find the activity stream code?
-
I don’t remember off the top of my head, but it probably something like plugins/buddypress/themes/bp-default/activity, or if you use a child theme, should be in the activity folder there (if there is one)
-
-
-
-
Mark posted on the forum topic Clear message to all users in the group Creating & Extending: 14 years, 3 months ago
I dont have a sitewidenotifications screen , I composed a message and clicked send to all. Any clues?
-
Mark started the forum topic Clear message to all users in the group Creating & Extending: 14 years, 3 months ago
I have sent a message to all users. This shows up as an orange box in the sidebar. How do I remove/clear this now the update has become old news?
Thanks,
Mark -
Mark posted on the forum topic Update has knocked out my feedback in footer. in the group How-To and Troubleshooting: 14 years, 3 months ago
Thanks Boone, I’ll look into it.
-
Mark posted on the forum topic ETA Estimate? in the group BuddyPress Media: 14 years, 3 months ago
@foxly – No joy I’m afraid. I’ll just have to make do with media I suppose!!!
-
Mark started the forum topic Update has knocked out my feedback in footer. in the group How-To and Troubleshooting: 14 years, 3 months ago
Hi all, I updated to wp 3.0.1 and bp 1.2.5.2 today in order to prep myself for the release of the achievements plugin. There are a few bugs im working out. One of which is the uservoice link has been knocked out. Has anyone else had this problem, any ideas? The site is http://www.science3point0.com – […]
-
Mark posted an update 14 years, 3 months ago
@r-a-y Hey Ray, anynews on the next release of oembed. I’ve had quite a few issues with 0.5.2 ie. sometimes I need the url sometimes I need to embed, sometimes nothing works.
-
Have you tried the beta?
-
- Load More
@markhahnel
Not recently active
yep, the code I gave you was meant to do that, lol! All you need to do to show the page content to everyone, logged in or logged out, is remove the conditional if/endif tags around the page stuff in the template 😉
That worked. You are awesome.
:blush: