Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'wordpress'

Viewing 25 results - 12,376 through 12,400 (of 22,602 total)
  • Author
    Search Results
  • @mercime
    Participant

    You will only need to create two new files, header-buddypress.php and sidebar-buddypress.php

    If you’ve revised any of the BP template files transferred to your peekaboo theme folder in server during the BP Compatibility process, please delete the 6 BP folders transferred to your envision theme folder in server – activity, blogs, forums, members, groups, register – then re-run Appearance > BP Compatibility again to make sure that you have clean template files.

    A. COPY your theme’s header.php and Save As > header-buddypress.php

    Open up header-buddypress.php and at the BOTTOM of the file, below other code contained within, add this:
    `<div class="middle” id=”ID, PREFIX.’_page_sidebar_position’, true)==1 ) echo ‘sidebar_right’;
    elseif ( get_post_meta($post->ID, PREFIX.’_page_sidebar_position’, true)==2 ) echo ‘sidebar_left’;
    elseif ( get_option(PREFIX.’_sidebar_position’)==1 ) echo ‘sidebar_left’;
    else echo ‘sidebar_right’; ?>”>

    `

    Save file.

    @mercime
    Participant

    @hnla thank you :-)

    @strek-break will post in a little while.

    Hugo Ashmore
    Participant

    Would have helped to have posted that link in the first place then ;)

    The third step does require some manual modifications did you try that or are you not familiar with basic html /code?

    I’m sure mercime will help shortly – but I do stress again that the help forums are not to be regarded as a service.

    Strek
    Participant

    Hello, I tried using the plugin Template Pack BP, but the third step, the template is unformatted and can not finish. With this @ mercime asked me to send the links: header, footer, index, page and sidebar.

    https://wordpress.org/support/topic/who-can-adapt-the-template-wordpress-for-buddypress

    Hugo Ashmore
    Participant

    Please bear in mind that this is a support forum to help with BP issues and problems, it is not a coding service. People here are volunteers giving their free time to help.

    You really should make an attempt to begin this process – using the template pack plugin if required – or post to the jobs board with the request and pay someone to help you with this requirement.

    If you make an attempt to get started I’m sure @mercime or someone will guide you along with the process and help where you get stuck.

    Also do check out the codex pages as – apart from the template pack walk throughs – Mercime has done a lot of work converting themes to BP and has an extensive list of themes that have been converted or threads where the process for a given theme exist.

    denzuke76
    Member

    Thanks Paul. I read the article briefly last week and will read it again.

    Meanwhile here are some findings:
    1) It seems apparently the hackers are using some auto-login scripts – cos after setting achievements for tracking/awarding 1 point per login, some accounts clocked in over 20K points in a single day (twenty thousand times of login in to the site?!)
    2) Another research method which was accidental – i setup Feedjit to see traffic and potential users coming in. Apparently the hacker use this search phrase – “powered by WordPress and Buddypress” so they must have and actively seeking sites powered by Buddypress knowing they can come in to create spam easily.

    Anyway the above observations is for those who are working on their sites as reference.

    #133697

    In reply to: Getting Started…

    @mercime
    Participant

    == Getting Started’-type issues ==
    @tilley46 check out BuddyPress Codex – https://codex.buddypress.org/getting-started/

    == How do I create a standard Home Page for my BP site ==
    What’s a standard home page for you? The list of blog posts like it is with bp-default theme, Twenty Ten and Twenty Eleven themes? If you want a static front page, do the same thing as you would do for a regular WordPress theme.

    == I don’t see anywhere for new users to register new profiles’, etc ==
    Basic WordPress, go to Settings > General and allow registration.

    #133695
    modemlooper
    Moderator

    Do you need it to work with each MU site? Next version is in dev and will be a plugin you can activate on each sub site. You could use it for WordPress alone.

    #133690
    wewetho
    Member

    @mercime, ESFI is a truly international organisation. We are registered in Paris, but our members are dispersed around the world and collaborating only online (besides annual conferences). As a framework organisation, we do not do our own fundraising, but support the national chapters with theirs.

    #133673
    @mercime
    Participant

    @bryceburk Actually, if you don’t need social networking, you can do this in WordPress alone. You can use custom post types or categories for countries and states and those are searchable. Users can add posts or custom post types from wp-admin or from front end via
    https://wordpress.org/extend/plugins/wp-user-frontend/screenshots/
    https://wordpress.org/extend/plugins/quick-post-widget/screenshots/
    https://wordpress.org/extend/plugins/post-from-site/screenshots/

    If you want to use BuddyPress – there’s http://buddydev.com/plugins/bp-simple-front-end-post/ where you can created different forms which you can configure to contain what you need. Needs PHP and HTML/CSS skillsets for this though.

    There’s also the premium Gravity Forms plugin which can work for both WP and BP.

    @mercime
    Participant

    @kristopherlouie You’d need to use the first option, i.e., change 16 template files within the 6 BP folders transferred to your custom theme folder in server during the compatibility process.

    If you’ve previously changed any of the BP template files in your theme folder, replace all of them for a clean slate by deleting the 6 BP folders in server – /activity, /blogs, /forums, /groups, /members, and /registration – then re-run Appearance > BP Compatibility.

    Download the 6 clean BP folders to your computer hard drive.

    A. At the top of each of those 16 template files I linked to above, replace
    `

    `

    with
    `

    <article id="post-” >

    `

    Then, in each of 16 files, you’d like to change the BP Templates’ page title’s header tag from `

    ` or `

    ..

    ` to `

    // Titles Of Respective BP Page Templates //

    ` and move it above `

    `, just watch out when you do this in the /activity/index.php page.

    Save files.

    #133670
    koolkeith
    Member

    that plugin didn’t work but this one did https://wordpress.org/extend/plugins/open-external-links-in-a-new-window/.

    Thanks

    #133664
    JLent.
    Participant

    Yes it was the installation wizard I was trying to go through I would of remembered that if I could get into my dashboard my apologies. I am using the BP default theme with a WordPress dating plugin from datingsolutions.biz. It was the BuddyPress Template Pack and when it tried to move the files automatically it failed and showed me steps to do it manually, that’s why I used Filezilla.

    #133660
    @mercime
    Participant
    #133653
    @mercime
    Participant

    @wewetho I see organizational structures, slide presentations and the like. You’re missing an online donation page (or did I miss that?). Curious: Where is the main HQ of ESF located? Telephone number/s? Who or what companies sponsor this organization? Good luck.

    #133651
    verteus
    Participant

    Wow! I finally found the solution after all kind of testing.

    I’ll share my solution in case this helps someone in the same situation :

    1. Open the forums tab in buddypress
    2. Unsinstall group forums
    3. delete the file bb-config.php from your wordpress root directory
    4. uncheck the forums component from buddypress
    5. Save the page settings in the settings tab
    6. Save again the permalinks settings in wordpress
    7. check the forums component in buddypress
    8. click install group forums in buddypress forums tab
    9. Go to admin settings of all the groups I created and click save again the settings

    I’m not sure if all those steps are necessary, but I tried everything to make it work. hahaha

    #133645
    Boone Gorges
    Keymaster

    As Hugo points out, this is almost certainly a memory issue. Check out http://www.nerdgrind.com/increase-wordpress-and-php-memory-limit/ for details on increasing your memory limit. If this is not the problem, then, as Hugo says, we’d need more details from server logs to diagnose properly.

    #133638
    @mercime
    Participant

    == In my dashboard, to update the buddypress plugin ==

    @jloc14 to clarify, when you update BuddyPress plugin to BP 1.5+, you have to go through the installation wizard as seen here https://codex.buddypress.org/getting-started/setting-up-a-new-installation/buddypress-1-5-installation-wizard/ As you can see, you do not move any page at all nor have to use Filezilla

    == the next step was to move the template files as in each page, register, members, groups, forums, etc. ==

    Which most probably means that you are referring to BuddyPress Template Pack plugin instead. What WordPress theme are you making compatible with BuddyPress? We have “template-packed” some WP themes already, check if your theme is in the list – https://codex.buddypress.org/theme-development/wordpress-to-buddypress-theme/#template-packed-wordpress-themes

    #133630
    @mercime
    Participant

    @aprioristic You got it right, you’d need to use the first option, i.e., change 16 template files within the 6 BP folders transferred to your SMPL theme folder in server during the compatibility process.

    If you’ve previously changed any of the BP template files in your theme folder, replace all of them for a clean slate by deleting the 6 BP folders in server – /activity, /blogs, /forums, /groups, /members, and /registration – then re-run Appearance > BP Compatibility.

    Download the 6 clean BP folders to your computer hard drive.

    A. At the top of each of those 16 template files I linked to above, replace
    `

    `

    with
    `<?php
    get_header();
    global $woo_options;
    ?>

    <article >

    `

    Then, in each of 16 files, you’d like to change the BP Templates’ page title’s header tag from `

    ` or `

    ..

    ` to `

    // Titles Of Respective BP Page Templates //

    ` and move it above `

    `, just watch out when you do this in the /activity/index.php page.

    Save files.

    #133628
    verteus
    Participant

    Is it compatible with the latest wordpress 3.3.2 ?

    #133624
    jafar1374
    Member

    Hi @juanmaguerrero Thanks
    No , The theme is default.

    please look at : http://patomatlovers.com/activity

    I want to change the sidebar buddypress like this theme sidebar : http://wordpress.site5.net/alltuts/

    Anonymous User 8418620
    Inactive

    @ChrisClayton I tested the code pages, as you said, WordPress does not allow navigation on pages other than WordPress, but ok! But the code: bp_core_sort_subnav_items () did not work, could you give me the complete code on how to change the subnav position form a tab to another tab? Thanks!!!

    #133615

    I must have done something wrong with the set up, because I can’t get the forums to work either. When I try to go to the forums page, it says that forums have not been set up yet.

    #133614

    Yes, I went through the Installation Wizard, and all of the appropriate pages are associated with the appropriate functions. And, I forgot to mention, I’m running the Buddy Press default theme.

    #133594
    @mercime
    Participant

    Did you go through the Installation Wizard? Check dashboard menu BuddyPress > Pages and double-check that the Register component has a Page generated/selected for it.

Viewing 25 results - 12,376 through 12,400 (of 22,602 total)
Skip to toolbar