Search Results for 'wordpress'
-
AuthorSearch Results
-
February 6, 2010 at 12:49 am #62512
In reply to: Convert a WordPress Theme to a BuddyPress Theme
Scotm
Participant@andrea_r i’m looking to have posts on the main page. definitely potential for conflicts with js/ajax.
February 6, 2010 at 12:14 am #62510In reply to: Convert a WordPress Theme to a BuddyPress Theme
Andrea Rennick
ParticipantGuess it depends on a couple things:
– what you want on the front page (activity stream vs posts)
– if there’s any javascript/ajax conflicts between bp & p2.
man I wish I had time to play.
February 5, 2010 at 5:58 pm #62490In reply to: Convert a WordPress Theme to a BuddyPress Theme
Scotm
Participant@mercime I’d like to hear from someone who has enabled the P2 theme for BuddyPress, for starters, and I’m not looking for major customizations.
Simply ensuring that the features within BuddyPress stay intact when using P2 versus the default theme would do nicely.
Thx
February 5, 2010 at 3:30 pm #62482In reply to: BuddyPress Classifieds Component 1-beta released !
grosbouff
ParticipantFebruary 4, 2010 at 10:44 pm #62426In reply to: .Pot File : Why can't I just change this in NotePad
Peter Anselmo
ParticipantYeah, the command line conversion is a barrier for a lot of people, as they either don’t have command line access, or if they do, gettext is not installed on the server.
You can find some alternate ways to generate .mo files here:
https://codex.wordpress.org/Translating_WordPress
Also, there is no bp-custom.php file by default. You just create it as a new file, and put it directly in the plugins folder. BuddyPress will automatically check there for it.
Yeah, it’s a bit of work to change strings, but anything simpler would likely not be upgrade-proof, or would be much slower.
February 4, 2010 at 10:41 pm #62425In reply to: forums : Fatal error: Cannot redeclare checked()
cargo
MemberWordPress-MU 2.9.1.1 + BuddyPress 1.2rc (upgrade from 1.1.3) = same problem.
February 4, 2010 at 8:43 pm #62411grosbouff
Participant@MrMaz :
could you check at my Classifieds plugin and see how to do this in it ?
I did try but there’s always templates which do not load…
Thanks a lot !
https://wordpress.org/extend/plugins/buddypress-classifieds
Your functions
-bp_classifieds_locate_template
-bp_classifieds_filter_template
-bp_classifieds_load_template
are at the bottom of the -templates.php page
February 4, 2010 at 8:41 pm #62410In reply to: email notification – changing the "from" setting
catinw12
ParticipantHooray. It’s only Noon in Los Angeles but time to break out the whiskey!
Poo U for Callum’s plugin but hip hip hooray for Andrew Hamilton’s simple wordpress ‘mail from’ plugin.
Yes, it works, and the sender address now shows a respectable email address instead of some default server addee.
Find the plug in link here: https://wordpress.org/extend/plugins/mail-from/
February 4, 2010 at 8:24 pm #62406In reply to: Convert a WordPress Theme to a BuddyPress Theme
@mercime
Participant@ScotM – Although converting a WordPress theme to a BuddyPress child theme is a bit more challenging than converting an HTML template to a WordPress theme is, the basic concepts are the same – knowing at the very least, HTML and CSS plus basic PHP and JS, and adapting it to the required environment.
The level of difficulty and required skills for conversion of a WordPress theme to a BuddyPress theme depends on what aspects of that WordPress theme you want incorporated into your BuddyPress theme.
– If it’s the styling or layout, then level of difficulty and required skills = Medium.
– If it’s incorporating/combining functionality and design of a WordPress theme framework like what @designodyssey and @Windhamdavid are discussing above, then level of difficulty and required skills = High.
– If it’s incorporating/combining functionality of truly advanced layout designs and functions like what you would see in say, Headway theme or ithemes’ Builder Theme, then the level of difficulty and required skills = Superduper.
So to better address your question, my question is what WordPress theme were you thinking of porting over as a BuddyPress child theme?
February 4, 2010 at 7:07 pm #62400In reply to: BuddyPress Classifieds Component 1-beta released !
@mercime
ParticipantHi Grosbouff, thank you for all the update. As nexia mentioned above, the classifieds theme folder, css folder and js folder are not in the buddypress-classifieds 1.002 download. So does this mean we use the classifieds theme, css and js from buddypress-classifieds 1.0 beta download?
Those are tags you have to create in your data-blog and then put their “ids” in (eg:7,4)
My bad, read too fast and missed the last phrase
Thank you.The roles are retrieven from your blog. I don’t understand your question very well but you should find the usual wordpress roules there
Thank you. Strange thing really, when I checked the roles for classified ads in my test install this morning – there was no Keymaster role, and I could have sworn it was there in the classified roles list last night

Looking at the Roles & Capabilities panel of Classifieds (cool tool), almost all capabilities are self-explanatory except that I am not familiar with “Republish my Classifieds” – what does this mean and how can this be done? I haven’t explored the plugin that thoroughly yet so may be missing something.
Kudos Grosbouff for getting this plugin up and running with the bp 1.2 default theme.
Thanks again.
February 4, 2010 at 5:36 pm #62392In reply to: Component Setup button missing
Paul Wong-Gibbs
KeymasterUm. We’ve seen lots of issues on the forum here about corrupt installs via simplescripts or other weird options. I’d suggest you install WordPress and BuddyPress manually.
February 4, 2010 at 4:42 pm #62386In reply to: Convert a WordPress Theme to a BuddyPress Theme
Windhamdavid
Participant@odyssey ~ thanks for the nice writeup – one other step that I’ve found helpful in a merge is to call a custom – bp-header.php in the bp dependent files to reduce a bit of weight on the non bp pages, reduce any instances of javascript conflicts, increase the design and flexibility of the BuddyPress pages, and use bp specific functions(<?php bp_page_title() ?> in the alternate header.php ~ so I swapped out the get_header’s, sidebar’s, footers on the default theme with these ~<?php locate_template( array( ‘bp-header.php’ ), true ) ?> or <?php include (TEMPLATEPATH . ‘/bp_header.php’); ?>
February 4, 2010 at 4:26 pm #62384In reply to: Component Setup button missing
gerfr
MemberA tech at BlueHost says that Simplescripts doesn’t download MU with Buddypress and that it needs to be installed separately. But at the bottom of the page on my dashboard it says: Thank You for Creating with WordPress MU. So I’m stymied. I know nothing about coding. I used Simplescrips because BlueHost originally said it’s all-inclusive.
February 4, 2010 at 4:25 pm #62383In reply to: Multiblogs using one buddypress database?
Windhamdavid
Participant@jimi ~ http://svn.automattic.com/wordpress/trunk/
you won’t have multiple/duplicate userdata in the db, buddypress will plugin just fine and you’ll be able to enable it on a per site basis for multi-site.
February 4, 2010 at 4:20 pm #62382In reply to: Component Setup button missing
Windhamdavid
Participanti’d imagine that simplescripts is using WordPress MU version 2.9 so you need to navigate here yoursite.com/wp-admin/wpmu-options.php and you’ll see the option under Allow new registrations.
February 4, 2010 at 12:49 pm #62368In reply to: Blog limit
Bowe
ParticipantFebruary 4, 2010 at 11:01 am #62365Paul Wong-Gibbs
KeymasterTwo things
1) If they have released this as a plugin, it will work on any WordPress site. I do not have to remind you that BP runs on WP.
2) Do not put Andy’s name or anyone else’s in the subject of a forum post. If you really must have his attention, sed a message to him and see if you get a reply. We will be locking or deleting any such threads in future.
February 4, 2010 at 10:55 am #62363In reply to: forums : Fatal error: Cannot redeclare checked()
cargo
MemberSame trouble when i want to create a topic: “Fatal error: Cannot redeclare checked() in /home/vhosts/siteurl/wp-admin/includes/template.php on line 380”
WordPress-MU 2.9.1.1 + BuddyPress 1.1.3 (new installation)
Install WP/MU as a directory.
Directory install, is it in root.
BuddyPress install come with a copy of bbPress built-in
Active plugins: “rus-to-lat”
Using the standard BuddyPress theme.
I didn’t modify the core files.
February 4, 2010 at 9:33 am #62356In reply to: Can't change birthday field language
Paul Wong-Gibbs
KeymasterI think this is a wordpress bug. What versions of BP and WP are you using?
February 4, 2010 at 7:27 am #62354In reply to: Convert a WordPress Theme to a BuddyPress Theme
designodyssey
Participantthekmen and I have done this with Hybrid as the parent theme and our own child theme built on a Hybrid Child theme and Buddypress. Have a look at http://themehybrid.com/community/topic/hybrid-and-buddypress for the functions that need to move over at least for Hybrid. It was actually quite easy. My post at http://themehybrid.com/community/topic/hybrid-and-buddypress#post-2506 is as close to a step by step as I’ve seen. However, there are still more CSS tweaks needed after following those steps.
February 4, 2010 at 4:25 am #62349In reply to: Convert a WordPress Theme to a BuddyPress Theme
Xevo
ParticipantWoops, wasn’t reading correctly. Well work the other way around then.

Add the files that your theme doesn’t have and start using bp functions.
February 4, 2010 at 2:50 am #62346In reply to: BuddyPress Classifieds Component 1-beta released !
grosbouff
Participant@ Mike Pratt
Screenshots here : http://dev.benoitgreant.be/2010/02/03/buddypress-classifieds/
@mercime :
But there is still a nag
Ok, it’s fixed. Weird

Fixed double-nesting
– This is fixed now
If you want special tags[…] – so I wrote some tags like : new, used, giveaway, red, blue, black
Those are tags you have to create in your data-blog and then put their “ids” in (eg:7,4)
Checked option for Auto-suggest Tags
Oops I forgot this option, but it’s not active yet.
there is no Site Admin or Admin Role there, so do I assume that Keymaster ala forums is for Site Admin, correct?
The roles are retrieven from your blog. I don’t understand your question very well but you should find the usual wordpress roules there
Thanks for testing and review !
February 4, 2010 at 2:15 am #62345In reply to: Email Login + Random Member URLs
peterverkooijen
ParticipantEmail login plugin. Lose the username field by making it type=”hidden” on register.php and autogenerating a username value using a trick like this one.
February 4, 2010 at 12:56 am #62338Anointed
ParticipantJust so it’s clear why I am trying to do this.
I host a small amt of client sites on my server. In the past I used to use wordpress non-mu for each site. Frankly I got really tired of having to update 30-40 separate wordpress installs everytime there was a new vs of wp or plugins that were used. That is where wpmu really saved me time, one install one update for all clients.
I know that I can simply create multiple wpmu/bp installs and give each client their own install, but then I’m in the same boat as before I started using mu.
Having buddypress the way it is now, there is no way I can see to give each blog that wants their ‘own’ buddypress an install without having to install multiple copies of mu again.
Having grown accustomed to only having to maintain one codebase has really spoiled me, and I’m willing to do just about anything not to have to go back to the old way of sep installs.
February 4, 2010 at 12:06 am #62337In reply to: Convert a WordPress Theme to a BuddyPress Theme
Andrea Rennick
ParticipantThat’s the exact opposite of what he needs though.
-
AuthorSearch Results