-
Asynaptic replied to the topic Paid Themes in the forum How-to & Troubleshooting 10 years, 11 months ago
@shanebp is right. If you want to buy a theme, buy a good wordpress theme. You don’t need a buddypress theme since they should all work work with buddypress out of the box.
The point is that the creator of a premium theme stands behind their work and will answer support questions. These questions may be specific to the theme and how it works so…[Read more]
-
Asynaptic replied to the topic Help with Buddy & bbpress in the forum How-to & Troubleshooting 10 years, 12 months ago
I need an interface that organizes all the forum related tasks. I’m finding the setup with BuddyPress & bbpress to be a little intimidating.
It sounds like you just need a forum, which would be bbPress. The reason bbPress and BuddyPress are separate plugins is that this allows people to pick and choose according to their needs. What you need t…[Read more]
-
Asynaptic replied to the topic Help with Buddy & bbpress in the forum How-to & Troubleshooting 10 years, 12 months ago
One more thing, you’ll notice that the labsecrets video link is from early 2012 (about 2 years ago) and at that time BuddyPress did have the ability to create its own forums.
-
Asynaptic replied to the topic Help with Buddy & bbpress in the forum How-to & Troubleshooting 10 years, 12 months ago
Hi Barry, it sounds like you’re not clear on what bbPress and BuddyPress are exactly. So let me try to clarify it for you.
bbPress is a plugin for wordpress which provides you with forum functionality. And because it comes from the same folks who created wordpress, it works great with wordpress and other WP plugins.
BuddyPress is a plugin for…[Read more]
-
Asynaptic replied to the topic Allow email invitation registration when general registration is turned of in the forum How-to & Troubleshooting 11 years ago
-
Asynaptic replied to the topic How to Contribute to BuddyPress if I'm not a programmer? in the forum Requests & Feedback 11 years ago
@bphelp thanks for your gentle suggestion. I take it in the best way possible 🙂
Now let me respond by saying that what you’re saying is valid. It assumes however that everyone has not only the inclination but the time and opportunity to learn to code. Here’s the thing though, we can’t all be a jack-of-all-trades as they say.
I can’t learn to…[Read more]
-
Asynaptic replied to the topic How to Contribute to BuddyPress if I'm not a programmer? in the forum Requests & Feedback 11 years ago
Here’s another crazy idea: run a crowd-sourcing Buddypress development project on kickstarter or indiegogo.
-
Asynaptic replied to the topic How to Contribute to BuddyPress if I'm not a programmer? in the forum Requests & Feedback 11 years ago
@boonebgorges thanks for that very illuminating and honest message 🙂
I totally agree with you and do understand that BP and bbPress are not comparable to WP in their development resources. That we only have a small handful of volunteer coders who advance the project and a similar group of non-coders who help out as and when they can.
It is…[Read more]
-
Asynaptic replied to the topic 1.9 top features – ideas in the forum Requests & Feedback 11 years ago
@bp-help wait, you’re telling me you’ve resolved the CPT issue that has been worked on for years on trac?
-
Asynaptic replied to the topic How to Contribute to BuddyPress if I'm not a programmer? in the forum Requests & Feedback 11 years ago
thanks @ubernaut +1
@modemlooper yes, I understand that but you’re missing the whole point… why has there been no prograss in 2 years? And yes, I do realize that it could be done as a plugin but again, that is missing the point! As it is, imho this mentality of functionality being in plugins vs. core has gone way too far.
-
Asynaptic replied to the topic 2.0 top features – ideas in the forum Ideas 11 years ago
I would like to offer two ideas for consideration:
1) Integrating basic anti-spam capabilities into core
2) Improving performance via fragment caching1) I realize that there are already good plugins that deal with spam, both comment and multisite blogspam. But being spam, it is a cat and mouse game and I feel that buddypress should have some…[Read more]
-
Asynaptic replied to the topic How to Contribute to BuddyPress if I'm not a programmer? in the forum Requests & Feedback 11 years ago
@modemlooper Thanks, I did know about hiring a coder to build a plugin. But you’ll note that’s not what I asked.
The article lays it on a bit too thick but it does have a point. For example, the ticket on custom post types has languished without any attention after a great initial discussion. And it has been punted several times already.
This is…[Read more]
-
Asynaptic replied to the topic Rackspace Hosting in the forum Requests & Feedback 11 years ago
check this out: https://www.scalyr.com/cloud/
-
Asynaptic started the topic How to Contribute to BuddyPress if I'm not a programmer? in the forum Requests & Feedback 11 years ago
I would really like to contribute to buddypress but I’m not a coder. Is there a way for me to help? For example, would it be feasible to ‘sponsor’ a trac ticket and hire a coder/freelancer to address it?
I read this article: http://wpmu.org/what-not-to-expect-in-buddypress-1-9/ and while I don’t like the negative tone, it has some valid points.…[Read more]
-
Asynaptic replied to the topic Rackspace Hosting in the forum Requests & Feedback 11 years ago
That is astonishingly expensive. You can find excellent non-shared hosting solutions for less than half that price. I suggest you head over to webhostingtalk forums and see the offers and also requesting quotes.
Your best option is to start with a host that you can grow with. Paying for rackspace when you don’t have the usage to justify…[Read more]
-
Asynaptic replied to the topic Change default email wordpress@mydomain.com in the forum How-to & Troubleshooting 11 years ago
found it! add this to functions.php
add_filter(‘wp_mail_from’, ‘new_mail_from’);
add_filter(‘wp_mail_from_name’, ‘new_mail_from_name’);function new_mail_from($old) {
return ‘ENTER NEW EMAIL HERE’;
}
function new_mail_from_name($old) {
return ‘ENTER NAME HERE’;
} -
Asynaptic started the topic Change default email wordpress@mydomain.com in the forum How-to & Troubleshooting 11 years ago
How do I change the default email? for some reason wordpress sends outgoing email as wordpress@mydomain.com
I’ve searched but there are only very old forum postings on this 6 or 7 years old!
Thanks
-
Asynaptic replied to the topic Fragment Caching, APC, object cachi and all around general speedifying of things in the forum Creating & Extending 11 years ago
I found a new plugin! fragment cache plugin from Rarst:
https://bitbucket.org/Rarst/fragment-cacheanyone more knowledgeable care to take a look at the code and take it for a spin?
-
Asynaptic replied to the topic Fragment Caching, APC, object cachi and all around general speedifying of things in the forum Creating & Extending 11 years ago
upon further research I found these:
http://tollmanz.com/partial-page-templating-in-wordpress/
in comments, TJ Thomas writes on May 6, 2013 at 8:51 pm:I’m playing with BuddyPress and watching my load times disappear. (I’ve been using Redis in front of APC and have been getting 0.002 sec load times), but with the new dynamic of having a “so…
-
Asynaptic started the topic Fragment Caching, APC, object cachi and all around general speedifying of things in the forum Creating & Extending 11 years ago
After watching the recent BP panel discussion I was interested in the short discussion about caching:
(caching: 19min – 22min)
I’ve found a few things around the web and was wondering if anyone could chime in as to their effectiveness and whether using fragment caching and…[Read more]
- Load More
@synaptic
Active 10 years ago