-
hnla posted on the forum topic Hosting requirements โ launching my site soon.. in the group How-To and Troubleshooting: 15 years, 9 months ago
Hmm when ISPs do cap overage on bandwidth allowance it tends to be simply throttling back on certain ports; to restrict where you can surf to sounds a bit odd. If you really expect those sorts of figures even at 25% that’s a lot of users, I would almost certainly say that you must have […]
-
hnla posted on the forum topic If BP is enable conditional tag in the group How-To and Troubleshooting: 15 years, 9 months ago
?
-
hnla posted on the forum topic How to customize Login and Logout pages ? in the group How-To and Troubleshooting: 15 years, 9 months ago
Odd that that plugin doesn’t make clearer provision for the logo, however if it can specify a stylesheet then simply copy the WP ruleset and change the background call on the h1 a to your image and path? If you want a very crude, rough and ready approach you could use this dropped into your […]
-
hnla posted on the forum topic Hey Paul Thanks For Proving My Points in the group Miscellaneous: 15 years, 9 months ago
Alan in fairness Paul locked the thread for the reason that it was coming across as simply confrontational, as was suggested writing in a less confrontational manner – those bullet points were somewhat closed statements – might engender a better response form people. I note your concerns and I have shared them too an extent […]
-
hnla posted on the forum topic Top 5 Reasons Why Buddypress May Fail in the group Requests & Feedback: 15 years, 9 months ago
๐ thanks mercime went off for the link but got distracted.
12,000 members is a fairly large site and by the looks of things there is a fair amount of current activity.
-
hnla posted on the forum topic Top 5 Reasons Why Buddypress May Fail in the group Requests & Feedback: 15 years, 9 months ago
Not sure I understand your last paragraph I don’t necessarily find your ‘Statements’ hostel yet they do come across as written by someone who is aggrieved in some fashion. Is the intent here to open debate? Recently there have been lengthy threads running on these points you raise and as much as I don’t intend […]
-
hnla posted on the forum topic Admin Bar is missing / dissapeared in the group How-To and Troubleshooting: 15 years, 9 months ago
Edit / Too slow ๐ That’s not a lot to go on Carl; were you you / have you been making any mods to your install? is the adminbar actually gone period or just misplaced through CSS edits? Is it still present in the markup source? You haven’t simply inadvertently set it to hidden for […]
-
hnla posted on the forum topic Singe WP or WP Mu?? in the group How-To and Troubleshooting: 15 years, 9 months ago
Given the option and with no impediments in the way you would always want to run the latest stable release of WP. WPMU is now effectively obsolete, and is merged into WP 3.0 thus WP 3.0 is the only WP that people will install after which they will decide whether they wish to run as […]
-
hnla posted on the forum topic OpenID in the group Creating & Extending: 15 years, 9 months ago
And what pray is Web 2.0 ? ๐ Remember that the phrase ‘Web 2.0’ was coined as a joke, a satirical dig if you will; what was the bigger joke though was the number of people that thought it ‘A real thing’ and began using it as a buzz word. As for OpenID it’s a […]
-
hnla posted on the forum topic How to Exclude a Group From the Groups Loop in the group How-To and Troubleshooting: 15 years, 9 months ago
You need ‘||’ ‘Or’ don’t you?
so you want to run code if it’s not the community group or not the general group etc?
if(bp_get_group_name() != โCommunityโ || bp_get_group_name() != โGeneralโ ):
-
hnla posted on the forum topic If BP is enable conditional tag in the group How-To and Troubleshooting: 15 years, 9 months ago
No problem ๐
-
hnla posted on the forum topic Buddypress followers plugin in the group Third Party Components & Plugins: 15 years, 9 months ago
Change ‘loggedin_user’ to ‘displayed_user’
I was originally using displayed_user changed to loggedin_user but realised it wasn’t the result I wanted.
-
hnla posted on the forum topic Buddypress followers plugin in the group Third Party Components & Plugins: 15 years, 9 months ago
Can you not use that function I posted up to help out? If not @nuprn1 will have an alternative and probably better approach.
-
hnla posted on the forum topic Buddypress followers plugin in the group Third Party Components & Plugins: 15 years, 9 months ago
๐ I just tried ๐
I did hesitate wondering if it was useful to have it in stats block in header as well as the nav items below. at the moment that little functions squirts followers/following directly beneath the stats output for me.
-
hnla posted on the forum topic Buddypress followers plugin in the group Third Party Components & Plugins: 15 years, 9 months ago
I wanted something similar, this works for me (rich may have better take on it though also didn’t someone write a stats plugin ๐ , seems these following items would sit nicely in that output?)
Dropped into functions.php:
-
hnla posted on the forum topic I canโt access any file in a subfolder of my site linked from a post or pageโฆ in the group How-To and Troubleshooting: 15 years, 9 months ago
You’re going to need be a little more detailed in your explanation of what you’re trying to do, if people are going to be able to help out.
uploaded via the backend, media library type of thing or simply uploaded via ftp and dumped in some folder?
file linked to as ?
-
hnla posted on the forum topic Need a BP plugin users to use Eventbrite on events to sell tickets in the group Requests & Feedback: 15 years, 9 months ago
‘We’? ๐ What about dropping them a line and asking? Events is such a problem area it seems, it’s still a shame that the events plugin that worked for BP 1.1 was never updated.
-
hnla posted on the forum topic Admin Bar CSS — background color in the group How-To and Troubleshooting: 15 years, 9 months ago
Look through the rulesets for all instances where you see the background is stated as #333 these would need to change. The reason the parent element retains an active state even though not being hovered is that scripting is used (classic suckerfish sfhover – used to provide hover on non anchor elements for IE <= […]
-
hnla posted on the forum topic If BP is enable conditional tag in the group How-To and Troubleshooting: 15 years, 9 months ago
Then do either of these not serve the purpose?
defined( ‘BP_VERSION’ )
did_action( ‘bp_init’ )
-
hnla posted on the forum topic If BP is enable conditional tag in the group How-To and Troubleshooting: 15 years, 9 months ago
I think you’ll find it does exist and is how plugins are meant to work by first checking that BP is loaded? It might be easier if you explained what you’re trying to achieve rather than the approach you would like to take to achieving it, then someone will be able to, possibly, provide an […]
- Load More
@hnla
Active 7 years, 10 months ago