-
hnla posted on the forum topic Is this possible? in the group How-To and Troubleshooting: 15 years, 9 months ago
Group activity RSS feed?
-
hnla posted on the forum topic Activity Replies: Too much indentation in the group How-To and Troubleshooting: 15 years, 9 months ago
With something that has the potential to, in effect, break a site layout, using client side scripting is never recommended as it doesn’t degrade gracefully, those with scripting off or blocked will suffer (granted that’s not many). As I said one option is to remove indents after a certain level and perhaps instead colour code […]
-
hnla posted on the forum topic How does WordPress/Buddypress work? in the group How-To and Troubleshooting: 15 years, 9 months ago
I posted a ticket on this and a quick and dirty solution, which I can pastebin if required
Needs to go in a bp-custom.php file in the plugins folder
It’s basic but got a bit fed up having to manually get to dashboard.
-
hnla posted on the forum topic Activity Replies: Too much indentation in the group How-To and Troubleshooting: 15 years, 9 months ago
Ultimately it’s one of those issues that has no real solution, you can’t keep indenting something nested i.e compounding that indent. Nested levels are best capped really. It might be the case that the margin indent has to be removed for levels after say ~four This issue is , of course, made worse with a […]
-
hnla posted on the forum topic Hey, Upload size limit issues please help! in the group Third Party Components & Plugins: 15 years, 9 months ago
TBH you should be addressing the file itself if it is 5MB as 5MB for a web graphic is not simply ‘pretty big’ it’s far too big! I would be editing the file and compressing before attempting to upload. An avatar for web display is generally around 80px x 80px even if you double that […]
-
hnla posted on the forum topic Admin Bar CSS — background color in the group How-To and Troubleshooting: 15 years, 9 months ago
#wp-admin-bar ul li ul {}
Around line ~140 adminbar.css
place the selector ruleset in your style.css and add your new background.
-
hnla posted on the forum topic hook available for preventing group creation? in the group How-To and Troubleshooting: 15 years, 9 months ago
🙂 see told you so!
Rich has a plugin – BuddyPress Restrict Group Creation -
hnla posted on the forum topic followers VS friends in the group How-To and Troubleshooting: 15 years, 9 months ago
So in other words you can follow someone but be their mortal enemy – as the saying goes ” keep your friends close but your enemies closer” It’s possible that ‘Follwers/Following’ is more useful than ‘Friends’ I’m trying to see – at the moment – what the problems are or may be with having both […]
-
hnla posted on the forum topic How to Remove "Active x minutes ago" on Profiles in the group How-To and Troubleshooting: 15 years, 9 months ago
🙂
Display:none is an alternative though, wouldn’t be my first choice as technically it’s still there, however in dealing with more than one occurrence of this it would be simpler.
-
hnla posted on the forum topic How to Remove "Active x minutes ago" on Profiles in the group How-To and Troubleshooting: 15 years, 9 months ago
Simplest way would be to delete the markup entirely in /members/single/member-header.php
removing this line:
<span class=”activity”><?php bp_last_activity( bp_displayed_user_id() ) ?></span>Preferably in a child theme copy of the file.
-
hnla posted on the forum topic About that "tosyn" member in the group Miscellaneous: 15 years, 9 months ago
They will be dealt with shortly, in the meantime if we can try and ignore them, and not draw too much attention to the little…
-
hnla posted on the forum topic BuddyPress Dev Chat today – July 14th in the group Miscellaneous: 15 years, 9 months ago
Don’t waste time with java,freenode just gave me the run around for half an hour and I’m pissed 🙂
-
hnla posted on the forum topic Hack: Remove Reply/Favorite buttons from activity stream on certain types in the group Creating & Extending: 15 years, 9 months ago
Haven’t really time to think this through but your approach is correct but the conceptual one isn’t? how about two arrays one containing all the meta actions in functions.php the second is in the entry.php – in the second the user sets the the ones they want/don’t want then the two arrays are compared.
-
hnla posted on the forum topic Hack: Remove Reply/Favorite buttons from activity stream on certain types in the group Creating & Extending: 15 years, 9 months ago
Perhaps your way does work, but then it needs to be permenant along with a sort of light switch series of user configurable parameters in the activity entry loop sort of: ## user config options ## // 0 = off 1 = on $bp_link_vote = ‘0’; That’s not correct but I do something similar quite […]
-
hnla posted on the forum topic Hack: Remove Reply/Favorite buttons from activity stream on certain types in the group Creating & Extending: 15 years, 9 months ago
Can’t help but think this is simply overcomplicated for the end result! (not your attempt per se rich) Just makes me think there are simpler approaches and roll on a re think of the API and templating.
-
hnla posted on the forum topic Expanding the codex in the group buddypress.org Ninjas: 15 years, 9 months ago
@rogercoathup I agree; the lists are useful but there is a need for breaking down the anatomy of BP pages along with the relevant template tags if that makes sense, the lists should be under dev docs or similar, with theme structure explained with relevent info under Theming. My slight concern at the moment is that […]
-
hnla posted on the forum topic I have used this for a bit and and having my WordPress blog seems to be the defualt on the frontpage in the group How-To and Troubleshooting: 15 years, 9 months ago
It has activity set to front page. Go to dashboard menu General > Reading and there you can change the front page display -select ‘static page’ set ‘Activity’ as front create a new blank page named ‘News’ ? and then select that page to display posts on.
-
hnla posted on the forum topic Additional Registration Requirements in the group How-To and Troubleshooting: 15 years, 9 months ago
I’m with you 100% on the privacy policy actually. Not sure about the hyperlinks in localization file would have thought not, but did just check out of curiosity and the text string that is editable in admin will actually take markup, doesn’t strip it out so you could enter links directly, but also would have […]
-
hnla posted on the forum topic Expanding the codex in the group buddypress.org Ninjas: 15 years, 9 months ago
Quite a broad subject setting up a LAMP server from scratch! Doubt that WP or BP codexes will want to cover that in any great detail but definitely a detailed guide to running and maintaining a WP BP installation on Linux – permissions, folder structures, users/groups, backing up, scheduling tasks, caching in detail and perhaps […]
-
hnla posted on the forum topic Change Adminbar font color? in the group How-To and Troubleshooting: 15 years, 9 months ago
original:
background: url( ../images/60pc_black.png );new:
background: #000 url( ../images/60pc_black.png );That will darken the background right down, adjust the color of text?
line~50:
#wp-admin-bar li a {
padding: 7px 15px 7px 15px;
color: #eee; <<<<< change to ??? #F0CF35
text-decoration: none;
font-size: 11px;
} - Load More
@hnla
Active 7 years, 10 months ago