-
hnla posted on the forum topic Mass Group Creation possible? in the group How-To and Troubleshooting: 14 years, 3 months ago
Sadly plugin development has no real earnings model that works, if only half the people that downloaded the more popular plugins – downloaded in the thousands quite often – contributed $1.00 it would at least perhaps spur the authors on but it doesn’t appear to happen. You might club together with the OP and perhaps […]
-
hnla posted on the forum topic Help With Install- Very Little Tech Knowledge in the group Installing BuddyPress: 14 years, 3 months ago
By auto install I guess you mean a hosting control panel auto install? If permissions are wrong for your directories and you are on shared hosting then you will need to contact your hosting tech support to resolve the issue. With the manual install do you mean you tried to FTP the files up to […]
-
hnla posted on the forum topic Mass Group Creation possible? in the group How-To and Troubleshooting: 14 years, 3 months ago
I you need that sort of functionality you always have the option of hiring a BP developer to create it for you, waiting for someone to code up a free plugin might be a long wait.
-
hnla posted on the forum topic BIG activity stream bug when deleting a topic! in the group How-To and Troubleshooting: 14 years, 3 months ago
updated local trunk and can confirm fix works.
Of course won’t be retrospective for old orphaned replies.
-
hnla posted on the forum topic BIG activity stream bug when deleting a topic! in the group How-To and Troubleshooting: 14 years, 3 months ago
edit// oops there you go problem solved
Confirmed on trunk, of course one can always go through the activity stream and delete replies manually 🙂
-
hnla posted on the forum topic Mass Group Creation possible? in the group How-To and Troubleshooting: 14 years, 3 months ago
🙂 knew Boone would have the answer, I was only wrong on the assumed complexity of the task, now it just needs to be turned into a plugin with dashboard interface :0
-
hnla posted on the forum topic Jquery Code for the Text Dissappear in the Whats New Textarea in the group How-To and Troubleshooting: 14 years, 3 months ago
Forget that 😉 html5 an unratified proposal don’t forget things may change, behavior is the safe way of handling this, and anyway you would need to switch to a plain Doc Type sans formal identifier.
You avant guard coders !
-
hnla posted on the forum topic Mass Group Creation possible? in the group How-To and Troubleshooting: 14 years, 3 months ago
I guessing there were no responses as the question/request is far from a straightforward one and there isn’t a means to do this within BP. In theory you can achieve whatever you like as long as your prepared to manipulate the DB at the sql level and undoubtedly it would be possible to create a […]
-
hnla posted on the forum topic How to exclude(remove) the admin profile in the members Directory in the group How-To and Troubleshooting: 14 years, 3 months ago
You can pass parameters to most loops, for bp_has_members() try
'&exclude=1'
or whatever user id is relevant so on the default members dir page in members-loop you would do:( bp_has_members( bp_ajax_querystring( 'members').'&exclude=1' ) )
-
hnla posted on the forum topic VPS server, apache memory usage through the roof in the group How-To and Troubleshooting: 14 years, 3 months ago
very little information to give a meaningful response on. if this is your server then the way to proceed is to start reading your server logs to try and identify what processes are consuming memory. A WP or BP site should not strain a server in this manner ordinarily but then what plugins are running […]
-
hnla posted on the forum topic Theme Development on Trunk in the group Creating & Extending: 14 years, 3 months ago
@mercime isn’t that what I wrote a few posts up 🙂 although my version was more concise 😛 However since that was written there were other changes made to BP styles so I had to revise that to simply ‘bp-default-main’ as resets ‘spit’ were moved into main, so removing or de-registering reset.css ‘spit’ is no longer […]
-
hnla posted on the forum topic Expanding "item-body" in profile pages? in the group Creating & Extending: 14 years, 3 months ago
Try opening /members/single/home.php and to the element
<div id="content">
add a class<div id="content" class="member-account">
That should now allow you to add specific styles to any page within a set of member account/profile screens.member-account .padder {margin-right: 0;}
N.B. this is for bp-default theme and you should really effect these…[Read more] -
hnla posted on the forum topic hi i need to redirect my user to "my activity area " after they log in any hacks are most welcome ? in the group Creating & Extending: 14 years, 3 months ago
@naved I thought this had been covered on the other post of yours on redirect issues? regardless check out http://buddydev.com/plugins/page/5/
-
hnla posted on the forum topic Title of new blogs shown as site title? in the group How-To and Troubleshooting: 14 years, 3 months ago
Very old thread! suggest this isn’t a bug but you ought to read through the ticket linked to above.
if you want the tagline it’s (‘description’) instead of (‘name’) ( check the WP codex for bloginfo() for the parameters it accepts)
-
hnla posted on the forum topic it redirects my user to wp-admin instead of homepage which i dont like in the group Creating & Extending: 14 years, 3 months ago
Well I’ve told you previously not to play around with caching plugins *shrug* you do not need to be caching. A well set up server will handle wp/bp just fine for a standard low to medium traffic site, only add this sort of thing when it becomes apparent it’s needed. Avoid too many plugins until […]
-
hnla posted on the forum topic Where is this option ? in the group How-To and Troubleshooting: 14 years, 3 months ago
It’s a feature of the soon to be released BP 1.3 it’s seen at the install stage and steps you through the setup process. I’m not sure if this is going to be part of 1.3 as I had thought it been removed for a while certainly it doesn’t appear to be part of the […]
-
hnla posted on the forum topic it redirects my user to wp-admin instead of homepage which i dont like in the group Creating & Extending: 14 years, 3 months ago
@sbrajesh tbh when I read “into their home page” I imagined the OP might actually be using your plugin for re-direct but the post is unclear and needs clarification. It’s vital to try and get across to people how to perform basic troubleshooting so that they can come prepared in advance with the kind of detail […]
-
hnla posted on the forum topic it redirects my user to wp-admin instead of homepage which i dont like in the group Creating & Extending: 14 years, 3 months ago
No we must establish what’s happening first, before throwing another plugin at an issue, masking the symptoms and never curing the disease. The OP’s question is not clear and raises questions about what is occurring and must be explained in greater detail.
-
hnla posted on the forum topic it redirects my user to wp-admin instead of homepage which i dont like in the group Creating & Extending: 14 years, 3 months ago
When you log in the default action is to return you to the index page, it doesn’t sometimes choose the index, home page ,sometimes wp-admin. It sounds as though you have something altering the default behavior a plugin? if so same actions apply disable all plugins until the issue resolves itself, now you know which […]
-
hnla posted on the forum topic Letting the user upload a custom background? in the group How-To and Troubleshooting: 14 years, 3 months ago
Or failing that it might be sort of cool if instead of requests the community returned mods to the work, the backbone of the work done and given to the community then enhanced and extended so the onus isn’t on one single person to have to do, after all the basics are quite easy to […]
- Load More
@hnla
Active 7 years, 3 months ago