Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'theme'

Viewing 25 results - 23,526 through 23,550 (of 32,561 total)
  • Author
    Search Results
  • #89415
    r-a-y
    Keymaster

    What happens when you use the default BuddyPress theme?

    Does the “Join Group” link work then?

    #89405
    damainman
    Member

    @nit3watch – Awesome, it worked, in the sidebar.php in the bp-default I copied the code from line 3 to line 74.. and pasted it into a sidebar widget utilizing the “Executable PHP widget” wordpress plugin, and it works like a charm!

    @hnla, yes you are correct… I am using a custom built theme and needed to incorporate buddypress so users can login/register via the front end and manage their profile via the frontend…. it is the only features I am using from buddypress because no other plugin I could find had similar functionality. It gets the job done though, and I like it :).

    I followed the steps in the template-pack plugin to get it working with my theme, it was pretty smooth and straightforward and I haven’t experienced the overlapping issues stated in the notices. so all is good.

    I knew there would be some customizations needed that have to be done manually, I just couldn’t find it in the documentation or via forum searches. I had no idea about the bp-default folder, but now that I do.. I am sure i will be able to solve some of my other problems :)

    cheers!

    #89395
    Andy Bailey
    Participant

    remove_action( ‘wp_footer’, ‘bp_core_admin_bar’ ,8);
    remove_action( ‘admin_footer’, ‘bp_core_admin_bar’ ,8);

    worked for me! thanks..it’s because the remove_action command requires the same priority as the original add_action that was used.

    https://codex.wordpress.org/Function_Reference/remove_action

    #89377
    John
    Participant

    @crashutah thanks you very much for your answer.

    http://www.themainblog.com (the main blog with Theme 1 and the buddypress navigation bar in the header)
    nameofablog.themainblog.com (the user’s blog url with Worpdress multi-bloggin with the wordpress theme of their choice)
    http://www.themainblog.com/members/ (Theme 2, a theme made for buddypress like the one on testbp.net which will be used with the buddypress functions)

    Or is it possible to have ?

    http://www.themainblog.com (the main blog with Theme 1 and the buddypress navigation bar in the header)
    nameofablog.themainblog.com (the user’s blog url with Worpdress multi-bloggin with the wordpress theme of their choice)
    budypress.themainblog.com/members/ (Theme 2, a theme made for buddypress like the one on testbp.net which will be used with the buddypress functions)

    Thanks you very much for helping me.

    Best regards,

    #89375
    @mercime
    Participant
    #89361
    Hugo Ashmore
    Participant

    😆

    Oh ok so I need now to add :)

    @christinerule you need to have a little patience your original post was only 8 hours old for many of us that was around midnight for others late evening you do need to allow a bit more time before expecting a reply.

    One post – avoid multiple duplicate posts on the same forum – generally these get locked or simply removed.

    Duplicate posts have the action of tying up forum members answering and possibly duplicating effort where an answer has already been given on the other thread – resources i.e member respondents are a valuable commodity with many requiring access to them.

    #89360
    Hugo Ashmore
    Participant

    As nit3watch says it’s just the default sidebar login code, not sure why this is an issue, other than I guess you are all using custom themes arrived at via template-pack plugin or some other means.

    If you are using custom themes I suppose that you have to bear in mind that there will always be a certain amount of manual configuration to get things the way one wants or to replicate certain BP features?

    #89356
    @mercime
    Participant
    #89355
    Hugo Ashmore
    Participant

    @christinarule

    Point of general forum nettiquette: It is a frowned upon practice to ‘Hijack’ another’s post, this is due to the confusion it can introduce to the thread where you have multiple replies to different questions asked.

    Please always start a fresh topic with your question unless you are responding in some fashion to the OP’s question.

    #89348
    @mercime
    Participant

    @christinarule nice site. After installing and activating BuddyPress, you coudl install and activate Buddy Template Pack https://wordpress.org/extend/plugins/bp-template-pack/ There are steps to go through with the Template Pack plugin and based on your theme, you would have to change the container divs of files within Template Pack. It’s not easy but it’s do-able.

    There is a BuddyPress demo at http://testbp.org/

    #89345
    Seobrien
    Participant

    Awesome Jeff, thank you that was very helpful

    John, can you clarify the use of old news functions – the theme is upgraded; everything is now at its most recent version

    #89342
    intimez
    Participant
    #89326

    anyone :)

    #89323

    I currently have a blog site that I customized http://www.blokmovaz.com I really want it to turn into a social networking community and I thought buddypress was just the thing! How do I easily Integrate buddypress into my existing wordpress site?

    It would be ideal if a user who is part of buddypress can comment on the post I make from my wordpress categories. Then once you click on a users profile they are given all the “buddy press features” to interact with that user..

    Is this something that can be easily done or do I have to re-theme buddypress?

    Thanks for all the help in advance!

    #89320
    dianat
    Member

    OK, I used the SQL querry ‘UPDATE wp_options SET option_value=’default’ WHERE option_name=’template’ OR option_name=’stylesheet’ LIMIT 2;’ suggested on http://www.sakinshrestha.com/wordpress/choosing-default-wordpress-theme-through-database/. I got into the Dashboard while the public side returned a blank page. I turned off the BP plugin and got my live site back.

    So, how can I get BP running?

    #89312
    techguy
    Participant

    Yes it is possible. Did you need the blog to be the root blog or is it another subdomain or subfolder blog? There are a number of different options depending on how you’ve setup the blog and which blog you mean.

    #89297
    r-a-y
    Keymaster

    Copy over /bp-themes/bp-default/index.php to your child theme and do the same thing I mentioned here:

    There is a reference to the_time(), so I’m not sure what you’re talking about.

    #89287
    Boone Gorges
    Keymaster

    It looks to me like you were storing images in the buddypress/bp-themes/bp-default directory, which gets overwritten whenever you upgrade BuddyPress. It’s a good idea to create a child theme for bp-default and to make all of your edits there. I see you’re using one called BuddyPress Colours Aqua; you should store all footer images in that directory, so that you don’t overwrite them when you upgrade BP.

    #89286
    tubruk
    Participant

    @rogercoathup yeah I’m using the default theme and I just tried it I get this error:

    Parse error: syntax error, unexpected T_IF, expecting ‘:’

    #89252

    In reply to: page title in BP

    Roger Coathup
    Participant

    @bpuser44 : Thanks for the positive feedback. I hit the support forums a little hard over the weekend.

    You can find stuff on bp-custom.php and / or functions.php (which can be used for similar things in your theme folder) by searching the forums. BuddyPress development is not as simple as WordPress theming – you are looking at hooks, filters, and reworking core functions a lot more in BP. This should lessen as the API develops in future releases.

    BP would benefit no end from a great set of developer tutorials; finding the resource (right people) and time to write them is the big challenge in the Open Source world.

    There was a short lived job board forum on the site – that would be a great place to advertise and for you to find BuddyPress consultants, plugin developers, and website designers. Unfortunately, the board was taken down – I don’t know why. We have a current freelance opportunity for a skilled BuddyPress developer, but nowhere effective to advertise it – which is really frustrating.

    Most of our work is on commercial BuddyPress developments – so feel free to give me a shout if you want to explore the consultancy route (http://21inspired.com).

    Sandra l***
    Participant

    @Whyameye and PeD,

    In the plugin , there is a sub-directory called “events” (under bp-events) that need to be moved under the root of your selected Buddypress theme (i.e. same level as groups, members, activity, etc…)

    Other thing I noticed:

    When creating an event, one can attach the event to a group. The problem is that the group does not show up later on (it should display “organized by [name of the group]”) when displaying the event. In order to fix this, look for function bp_event_groups_dropdown( $grp_id ) in file bp-events-templatetags.php and replace this loop

    foreach ($groups as $group) {
    echo “name.”‘”;
    if ($grp_id == $group->id)
    echo ” selected”;
    echo “>”.$group->name.””;
    }

    echo ”;

    with

    foreach ($groups as $group) {
    echo “id.”‘”;
    if ($grp_id == $group->id)
    echo ” selected”;
    echo “>”.$group->name.””;
    }

    echo ”;

    (i.e. replace “group->name” with “group->id” in the if statement)

    #89223
    intimez
    Participant

    @mrbcollins

    Switch to default theme and disable all plugins to test. Does it work after?

    #89220
    Roger Coathup
    Participant

    @tubruk

    Are you using the default theme, or something similar? Are you trying to do this in the profile-loop.php file inside the profile loop? Is it only the About Me field you want to replace?

    if so, you need to edit your profile loop with something like this (note: the default template files use tables for the profile display):

    http://pastebin.com/zUZCvn6z

    Making use of the bp_get_the_profile_field_name() to check you are only applying your image to the correct field.

    And use the CSS files to style the table cells appropriately.

    #89206
    Roger Coathup
    Participant

    @tubruk

    I’m not really sure what you are trying to do with your code. Whereabouts are you trying to hide fields with no data? In the default theme profile-loop.php, fields without values are already not displayed.

    As for quick fixes: You’ll need to replace ‘your-field-id’ with a variable that’s got the field id in it. You’ll also need to write valid PHP e.g. closing the PHP code before beginning your html. I’d steer clear of inline style definitions as well; the default BuddyPress theme comes with a comprehensive set of CSS files, and you’d be better augmenting these with style definitions.

    Unfortunately, this forum isn’t really the appropriate place for PHP coding tutorials – You might be better reading up on PHP before attempting to modify the theme templates in any depth.

    #89197
    pcwriter
    Participant

    That’s kind of what I had understood too while I was trying to figure out the concept of “theme locations”, but I had hoped I was wrong… like I have often been before.
    I’ll see if I can dig up some other folks to also take a look. Personally, I’m treading unknown waters and I’m pretty lost in all this new stuff.

    Thanks again very much for all the help you’ve given me these past several days. Without it, I doubt this plugin would have been born, and my knowledge of how to do so would have been sadly lacking. ;-)

Viewing 25 results - 23,526 through 23,550 (of 32,561 total)
Skip to toolbar