Search Results for 'wordpress'
-
AuthorSearch Results
-
July 22, 2010 at 1:30 am #86565
In reply to: BuddyPress Forums WYSIWYG
modemlooper
Moderatorhttps://wordpress.org/extend/plugins/bp-tinymce/
but it was for the old BP
July 22, 2010 at 12:33 am #86564In reply to: @mention in wordpress post comment
intimez
ParticipantWith some people leaving replies in comments and others replying in activity/updates, this fragments the community discussion. For me, I prefer have discussion in post since relates to topic. Any coders would like to help?
July 22, 2010 at 12:00 am #86562In reply to: WordPress theme vs BuddyPress theme
Andrea Rennick
ParticipantI only start with a child theme off the default BP theme, *if* the markup of the non bp-areas (blog pages, etc) is close to what I want in the end.
July 21, 2010 at 10:37 pm #86550In reply to: WordPress theme vs BuddyPress theme
Paul Wong-Gibbs
KeymasterI disagree. Using the BP Template Pack and building as a child theme of BP-Default have their respective advantages and disadvantages.
An advantage of using the Template Pack which I feel you’re overlooking is that it allows theme designers to quickly get the required template/css/js files into their custom theme. This is a lot quicker for a non-BP-expert than figuring out which files are required. The designer then has two options; add, possibly duplicate, your CSS to style the BuddyPress templates to match the rest of the site, or use the Template Pack files as a skeleton, which the designer can then use to rebuild those templates to their own HTML/CSS specifications (perhaps to use a theme framework).
July 21, 2010 at 9:17 pm #86538In reply to: Goodreads Integration
July 21, 2010 at 9:12 pm #86537In reply to: WordPress theme vs BuddyPress theme
modemlooper
ModeratorDon’t use template pack. That’s a quick fix to get WP users without theming skills using BP. For the long run you are better using a child theme as a start. Upgrades are easy this way too.
July 21, 2010 at 8:54 pm #86535In reply to: WordPress theme vs BuddyPress theme
Roger Coathup
ParticipantHi, we always create a child theme derived from the BuddyPress default theme (we are on our 5th commercial BP project at the moment).
We customise heavily, change an awful lot of the CSS, and tear our hair out at the masses of unnecessary divs and classes. But, on the other hand it does give us a huge head start – BuddyPress needs a lot of template files and loops that aren’t in standard WordPress themes.
If you are happy with the default structures and functionality, you can get a long way quickly with this approach. Styling the layouts to your needs.
If you want to add new functionality, seriously enhance the loops, and so on – you are in for a bigger challenge – it’s not as easy as WordPress theming, you quickly end up in hooks, filters and plugins (which you can usually avoid in standard WP theming), and a fairly restricted API (which is due to get better, and better documented). The joys of building on the sands of a still relatively early stage project.
Good luck – I’m sure you’ll create a great site.
Roger
p.s. setting up a child theme is straightforward – a few lines in your style.css. We typically mimic the folder structure of the default theme, copy over just the files we are specialising (most of them!), and work from there. Only strange thing is functions.php – a functions.php in your child theme doesn’t override the one in the parent theme, both are used.
p.p.s. I can’t comment on the theme pack plugin… I haven’t used it
July 21, 2010 at 6:52 pm #86508In reply to: Interview Matt Mullenweg: WordPress and the GPL
Hugo Ashmore
ParticipantYes it’s a pretty fair post, but note it’s not a conclusive treatise on the subject. It remains a damned awkward subject in many areas, good that he pointed out the possibility of split license to cover CSS / graphics if I create a graphic it remains mine unless I sign over the copyright on it same with photographers you may hire them to take a picture for you but they will retain copyright on that image for all eternity.
July 21, 2010 at 6:22 pm #86499In reply to: All blog posts RSS feed
r-a-y
KeymasterI’d just create a custom page template and create a RSS feed from a filtered, BuddyPress activity loop that only outputs blog posts.
Here’s a guide that will help you create the custom RSS page template:
http://yoast.com/custom-rss-feeds-wordpress/Here’s the activity loop codex page:
https://codex.buddypress.org/developer-docs/custom-buddypress-loops/the-activity-stream-loop/*Set the action to “new_blog_post”
July 21, 2010 at 6:17 pm #86495In reply to: Interview Matt Mullenweg: WordPress and the GPL
techguy
ParticipantI liked this follow up post about the GPL from the WP lead developer: http://markjaquith.wordpress.com/2010/07/17/why-wordpress-themes-are-derivative-of-wordpress/ I learned a lot about the license as well.
July 21, 2010 at 5:15 pm #86490In reply to: All blog posts RSS feed
motomac
Participant@antonrsaopencirclecoza, this plugin doesn’t work with WordPress 3.0 (with network). Does anybody know analogs?
July 21, 2010 at 5:02 pm #86488In reply to: is_admin for group admin, can’t find it?
@mercime
Participant“the function where by if your are member it just displays the group or if you are the admin of the group it displays the group setting and so on”
That’s how it is already set up actually. If I didn’t get what you meant though, you can also use https://wordpress.org/extend/plugins/buddypress-restrict-group-creation/ or check source code for more info.edit – too slow mercime
July 21, 2010 at 4:51 pm #86483Ben
ParticipantThanks Mercime,
I downloaded the zip files and extracted them via cpanel from hostgator. Same problem, I even installed BP MU with wp 3.0 on another domain and account to test it and same outcome. It is not picking up the Twnety Ten Theme but everything else works. I am using my reseller account, I don’t know if that would be an issue. Also I noticed my “.htacccess” file (i think i pronounced it right) was burried in BB Press. (that’s where I added step 3 in copying the rewrite files). I don’t know if that has anything to do with it? Also it was set up with fantastico for wordpress 2.9.2 then I changed it to 3.0.
July 21, 2010 at 10:44 am #86448In reply to: Interview Matt Mullenweg: WordPress and the GPL
Hugo Ashmore
ParticipantHope he doesn’t say that. I’ve no love for them but the whole nature of the GPL as applied to projects is a contentious and far from clear area, and debates rumble on for ever and a day over the letter of the license.
July 21, 2010 at 9:10 am #86440Danny O Dwyer
ParticipantOkay I fixed it this morning, feeling relieved and dumb.
I went back over the changing directory readme:
https://codex.wordpress.org/Moving_WordPressAnd realised that I still had multisite enabled (which I dont want to use). The bottom of the page mentioned thas it doesn’t work with directory switches such as this, so I took away the line (define ( ‘BP_ENABLE_MULTIBLOG’, true )
in the wp_config file and everything works fine now.It had nothing to do with htaccess.
/phew!Oh, and here is a look at the site so far for anybody who’s interested: http://www.youtube.com/watch?v=XuxSZsbT100
July 21, 2010 at 2:32 am #86417Tony Zeoli
ParticipantCan someone help me with this?
July 21, 2010 at 2:30 am #86416In reply to: mobile theme for buddypress?
Griffin Boyce
Participant@afritech, No problemo
WPTouch improves teh look over the other plugin, but still not 100% solution: https://wordpress.org/extend/plugins/wptouch/July 21, 2010 at 1:18 am #86406In reply to: admin bar stopped working all of a sudden
Yukon Cornelius
ParticipantHi guys,
Did you manage to figure things out? I just lost my wordpress admin bar and my BuddyPress Sliding Login Panel ( a plugin) after rebooting my computer.
Jimmy
July 20, 2010 at 8:31 pm #86386In reply to: Unique Unique Problem – Images Not showing
@mercime
Participant@joamos the best thing is to isolate the image upload problem first. Deactivate BuddyPress and other BP plugins. If image upload process does not work in WordPress, it won’t work in BuddyPress.
So upload images to posts in main blog and sub-blogs with BP deactivated and see if media appears in main blog and in sub-blogs. If it doesn’t work, check out this thread – https://wordpress.org/support/topic/164999?replies=1 or find resolution in https://wordpress.org/support/
July 20, 2010 at 8:20 pm #86383In reply to: Secure Messaging
r-a-y
KeymasterAll you need is a SSL cert and then you can secure your entire WordPress install. BuddyPress should inherit the SSL settings from WordPress.
July 20, 2010 at 8:16 pm #86382r-a-y
KeymasterThere is no bbPress admin panel when using bbPress for BuddyPress.
First of all, I should let you know that BuddyPress is not a forum script, it’s a social networking plugin. If you’re expecting a forum, then you might want to use something else like Simple:Press.
Forums in BuddyPress follows a concept called “Groups“. You need to create a group to create a discussion forum. This is similar to how Facebook’s fan pages operate. Administration settings for forums are handled by group administrators and moderators.
The second thing you need to do is login to the WordPress dashboard, navigate to “BuddyPress > Forums setup” and setup forums.
Now you can create a group and enable a discussion forum.
—
The BP team here needs to write a codex article for people new to BuddyPress, so thanks for reminding us.
July 20, 2010 at 7:54 pm #86375In reply to: What happened to my index.php template?
@mercime
ParticipantFrom the point you deleted BuddyPress plugins, themes, and database tables, it’s all WordPress now. If something’s wrong with your WP Theme, reupload your backup of WP themes, that’s all there is to it.
July 20, 2010 at 7:26 pm #86364In reply to: Blog by invitation
@mercime
ParticipantJuly 20, 2010 at 7:19 pm #86361In reply to: Simple editor for BP?
@mercime
ParticipantJuly 20, 2010 at 6:35 pm #86339In reply to: New Blogs have weird URL.
alxjrvs
MemberNo Buddypress, same issue. I suppose I’ll check out the wordpress forums, thank you!
-
AuthorSearch Results