-
Bowe posted on the forum topic BP-Slick β Probably THE BEST BP theme Iβve ever seen. in the group Creating & Extending: 14 years, 1 month ago
-
LPH2005 posted on the forum topic WP Menu not displayed in the group Add All Nav Links to BP Adminbar: 14 years, 1 month ago
@pcwriter – works great with the BP_ROOT_BLOG
Can you also change the wp-admin setting location? Can it be placed in BuddyPress area (/wp-admin/admin.php?page=bp-general-settings) rather than /wp-admin/options-general.php.
This discussion might…[Read more]
-
agrundner posted on the forum topic Error in bp-links-feed.php? in the group BuddyPress Links: 14 years, 1 month ago
-
LPH2005 posted on the forum topic WP Menu not displayed in the group Add All Nav Links to BP Adminbar: 14 years, 1 month ago
@pcwriter – yes – both menus show when the blog_id code is removed π
-
LPH2005 posted on the forum topic WP Menu not displayed in the group Add All Nav Links to BP Adminbar: 14 years, 1 month ago
@pcwriter – tried setting blog_id to 0 in code but that didn’t work. Where is the blog_id found?
Update: Why the question? Just for kicks, removed the line
blog_id == '0') : ?>
and corresponding endif. Menu shows! π -
jordashtalon posted on the forum topic User Marked as Spammer, How do I un-mark them as a spammer in the group How-To and Troubleshooting: 14 years, 1 month ago
-
LPH2005 posted on the forum topic WP Menu not displayed in the group Add All Nav Links to BP Adminbar: 14 years, 1 month ago
WordPress 3.0.1 (Single) BP Version 1.2.5.2 Child theme and tried default theme Also tried locally on a WP 3.0.1 and BP 1.2.5.2 clean install. Neither the BP component or WP pages loads. Everything else works beautifully. Here is the code for those two areas, right @pcwriter ? `function pages() { global $current_blog, $pageLinkDropdown,…[Read more]
-
LPH2005 posted on the forum topic Removing the βviewβ link from the activity stream in the group How-To and Troubleshooting: 14 years, 1 month ago
@pcwriter – The function posted by @rogercoathup was used to get rid of the “view” link and the steam on TheChemBook has an added reply button for forum posts using the function found in this forum topic: http://etivite.com/groups/buddypress/forum/topic/how-did-you-add-the-view-blogpost-button/#topic — this directs the browser to the forum topic…[Read more]
-
Roger Coathup started the forum topic Removing the βviewβ link from the activity stream in the group How-To and Troubleshooting: 14 years, 1 month ago
@pcwriter et al: A few people have asked about removing the “view” link in the activity stream, and those pesky, good for nothing permalink pages that it leads to. This little snippet in your functions.php will remove the link from your activity stream output: ` // removes the view button function no_permalink($content) { return “”; }…[Read more]
-
Bowe posted on the forum topic BP-Slick β Probably THE BEST BP theme Iβve ever seen. in the group Creating & Extending: 14 years, 1 month ago
@pcwriter: Thanks Patrick! Glad the screenshots sold the deal for you, I hope to not disappoint you, there’s a bunch of other stuff which hasn’t even been showed yet! @skolbloggense: I’ll install CoureWare on my local install and see how it looks and behaves.. If it’s coded with the default theme in mind, it should behave pretty […]
-
jwack posted on the forum topic Adding static featured blogs with dynamic authors avatar on home page? in the group How-To and Troubleshooting: 14 years, 2 months ago
@rogercoathup Thank you! Finally a place to start from! hopefully I can pull this off, I am not a programmer at all.
@pcwriter thanks, I did check the codex but couldn’t find what I was looking for
-
Justin Brock posted on the forum topic Updated the beta in the group Add All Nav Links to BP Adminbar: 14 years, 2 months ago
@pcwriter Do you know if this works with – Fishbook (BuddyPress BuddyPack) 1.2 by Michael Kuhlmann, – Darwin (BuddyPress BuddyPack) 1.2.1 by Michael Kuhlmann, or – Facelook 1.08 by LincMe Admin Team The first two I think are child themes of the bp default, but I’ve been unsuccessful at making the menus appear. The second isn’t […]
-
Ben posted on the forum topic How to make pages like Groups, Forums, members and updates only accessible to members? in the group How-To and Troubleshooting: 14 years, 2 months ago
I think @pcwriter‘s code is the way to go – it’s just a question of putting it in the right files according to what you want to block. EG I wanted to block access to member profiles if user is not logged in, but I wanted them to see all the rest of the content on […]
-
thelandman posted on the forum topic Limit the size of user updates in the group How-To and Troubleshooting: 14 years, 2 months ago
@pcwriter, the charlimitinfo will only display on the first activity item because you’ve specified for it to only show up on that specific div with that id. Here’s the solution:
<textarea id="ac-input-" class="ac-input" name="ac_input_ " onkeyup="limitChars(this.form.ac_input_ , 500, 'charlimitinfo- ')" />
In each activity item the textarea…[Read more] -
thelandman posted on the forum topic Limit the size of user updates in the group How-To and Troubleshooting: 14 years, 2 months ago
@pcwriter, you may also want to implement the same to the entry.php so you can limit the characters in the reply text area. Exactly what I’ve done on my site.
-
@mercime posted an update 14 years, 2 months ago
@pcwriter Hi there, do check out http://gtm.ovirium.com/about for Group Projects and Tasks. It’s a cool plugin in development.
-
mercime posted on the forum topic Running Buddypress in a Subdirectory on a Standing Install of WP in the group How-To and Troubleshooting: 14 years, 2 months ago
@mdehart85 With WP 3.0.1 you can go mulisite in subdirectory mode then, as @pcwriter mentioned above, install BP in secondary blog. You can have different themes on each site. If for your own reasons you still want the separate WP blogs using same database – read this . Make sure that both WP installs are working before installing BP […]
-
sidianmsjones posted on the forum topic How to give the BP navigation bar more priority? Sub cats are disappearing on mouse over due to logo in the group How-To and Troubleshooting: 14 years, 2 months ago
@pcwriter
No prob pcwriter. Checking that out now. -
sidianmsjones posted on the forum topic How to give the BP navigation bar more priority? Sub cats are disappearing on mouse over due to logo in the group How-To and Troubleshooting: 14 years, 2 months ago
@pcwriter – THAT’S IT! (regarding the z-index). I’m very excited. π However I’m not seeing this issue about the “About” page being bumped down to a second line. I will say this though, that nav bar (category bar I guess) definitely needs some cleaning up, which I’ll be taking care of quite soon. Thank you so […]
-
Janis posted on the forum topic Sidebar over header (Twitter style) in the group How-To and Troubleshooting: 14 years, 2 months ago
thanks @pcwriter, unfortunately have to conclude that, probably, it will be better for me to leave sidebar on its default place. tried both of your methods: 1. using your codes + some css of default sidebar achieve widget near the left side of the header, but sidebar can not be extended to the content + sidebar […]
- Load More
@pcwriter
Active 1 month ago
Wow, that looks like a really cool plugin! Thanks for the heads up!
π