Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'wordpress'

Viewing 25 results - 32,451 through 32,475 (of 32,678 total)
  • Author
    Search Results
  • #35500
    karthikvk
    Member

    Hi Andy,

    I tried updating the home and member themes…but dont see any success. I’m getting the following error when I select the buddypress theme from the ‘design’ console:

    ***************************************************

    Fatal error: Call to undefined function bp_search_form_action() in /home/thekartn/public_html/chennairunnersorg/site/wp-content/themes/buddypress-home/header.php on line 33

    ***************************************************

    I’m using WordPress v2.6.5 and the latest version of Buddypress (downloaded from the website on 1st Jan ’09). Is there a compatibility issue? Thanks in advance for the help!

    Karthik

    #2884
    Pegasusteam
    Member

    Hello,

    I would like to install BP into my root directory eg: mydomain.com/

    I already have an existing WordPress 2.7 blog setup at: mydomain.com/blog/

    My question is if the BP install will in any way effect the operation of my existing WP 2.7 blog?

    From reading I see it sets up …/blogs/

    Thanks

    #35461

    In reply to: OpenID Support?

    David Bisset
    Participant

    Just as a follow up to this, here is the relvant urls:

    http://willnorris.com/2008/10/wordpress-openid-v3

    https://wordpress.org/extend/plugins/openid/

    According to Will, it’s already working in WPMU so we’ll have to look and how to make this work in BP. I’ve got a client interested in this, so hopefully I might report back in the near future.

    #2879
    bandit999
    Member

    Sorry, I’m very confused about themes…

    There are 2 locations & 2 standard themes wp-content/member-themes/buddypress-member & wp-content/themes/buddypress-home

    So my thought is that the buddypress-home theme is the base theme for BuddyPress home page and joining members get the buddypress-member theme

    In the member-themes-readme.txt it says that any normal theme must be ‘BuddyPress enabled” to enable it as a member theme. It also says that any standard WordPress theme can be used as a home theme.

    So if I add a standard WordPress theme to the wp-content/themes directory & enable it I can change the base BuddyPress home page – that works ok. But any member going into their wp-admin pages and selecting Design/Themes can only see the activated themes in the wp-content/themes directory.

    Under the siteadmin/buddypress BuddyPress settings page I have a drop down “Select theme to use for member pages:” and in there I have “Buddy Press Member Theme” but when a member logs on all they can see is themes in the wp-content-theme directory…

    As I said I’m very confused about how this should be working. Is what I’ve said above the correct understanding and something is wrong with my install? Or have I misunderstood something?

    Thanks.

    #35448
    gpo1
    Participant

    I’ve got a widget class code maybe this solve the could issue :

    <div class=’widgetcase’>

      <?php if ( !function_exists(‘dynamic_sidebar’)

      || !dynamic_sidebar() ) : ?>

      <?php endif; ?>

    </div>

    any idea?

    Mike Pratt
    Participant

    I have done exactly what you are talking about at http://buglenotes.com. I set default role to Author, turned off new blog creation, and then modified menus as nec to remove personal blog options (so as not to confuse). I also renamed the News menu item to Blog. Now everyone contributes posts to a “central” blog. So far so good. Of course, this could all backfire after launch :-)

    ohsoclever
    Member

    Several people, myself included, have had issues with cropping avatars once they’ve been uploaded. After doing some plugin testing I discovered that “Dynamic Content Gallery” (http://www.studiograsshopper.ch/wordpress-plugins/dynamic-content-gallery-v2/) causes a conflict. This plugin uses SmoothGallery which in turn runs on MooTools.

    As many know, Mootools has conflicts with jQuery which is the script used for avatar cropping. I think the problem occurs because of the way Dynamic Content Gallery loads its script into wp_head. I believe this problem can possibly be resolved using the “jQuery.noConflict” command. However since I’m not familiar with javascript, I don’t know how to do it.

    The Dynamic Content Gallery plugin is a very important part of several WordPress themes, so just disabling it isn’t really an option. But of course, I also want the the ability to crop my avatars. Any solutions?

    FYI:

    I’m running WP MU 2.6.5, the latest stable version of BuddyPress (not the trunk), and using the “Revolution Church” theme (http://www.revolutiontwo.com/themes/church).

    gogoplata
    Participant

    It works for the main blog too, thought the search function isn’t all that useful given there would only be a single blog but all the other functions work with the main blog.

    All you’d need to do to get this setup is to change the default role for the main blog from subscriber to contributor and disable blog registration. Also, you may want to hack at the code to remove things such as the blog directory, the list of user blogs, etc. but this is optional.

    usergnome
    Member

    Hiya, I would love to use some of the BuddyPress functionality with classic WordPress rather than MU though since that’s not currently a possibility I’m hoping to re-purpose MU a little bit. Rather than my users getting their own blog I’d simply like them to become members of the core blog and contribute posts which I believe to be possible.

    Question. The Blogs component of BuddyPress – does this only “allow the search and aggregation of blogs, posts and comments for any site member” for separate member blogs or does this also include posts/comments of core MU blog members?

    Has anyone else tried to re-purpose MU to act more like classic WordPress with Buddypress? If so – be interested to hear from you and what you’ve achieved.

    Thanks,

    Al

    #35410
    Huda Toriq
    Member

    usually I search the whole wordpress directory for the string do_action or apply_filters, then look for the best place to hook my functions to.

    #2862
    David Bisset
    Participant

    I’ve already written BuddyPress building blocks and components, and about to wrap up the Auto Suggest plugin for BuddyPress. This question goes out to seasoned WordPress plugin makers… is there a complete list of all possible add_action hooks? Seems to be the one thing in my plugin-building arsenal that i’m missing. Please refer me to the best links or online references.

    Thanks in advance.

    #35392
    danf-1
    Participant

    I wanted to give an update here as I am continually impressed with this shopping cart (http://shopplugin.net/). I would recommend it to anyone needing a solution. (Im not the only one singing its praises: http://lbnuke.com/2008/12/30/wordpress-ecommerce-plugins-shopp-vs-wp-ecommerce/ )

    Anyways, its now publicly available as a 1.0 release for $55 standalone, plus $25 for gateways ($300 for developer license – he doesn’t specify where wpmu falls on this)

    So, with the latest 1.0 release, the developer behind shopp fixed the global database issue I had previously mentioned. I can now install it in a wordpressmu environment (with buddypress installed, too) and get it running on 2 different blogs, each with their own products/carts! It requires further testing to declare it production ready, but I could not find anything wrong with it from an hour of testing. The only issue I found was doing the automated upgrades causing an error in wpmu – so if/when upgrading the plugin, be sure to do it manually instead of through the automated process (but Im sure that will get fixed in future releases as well)

    #2855
    Trent Adams
    Participant

    I personally have never touched or looked at an iPhone theme for wordpress, but was thinking about either doing a CSS plugin for mobile phones based off the home and member themes or trying to alter an existing iPhone (iTouch) theme. Anyone have an ideas or experience with these types of themes? Any pointers or ideas?

    #35380
    Per Søderlind
    Participant
    #2850
    liljohn
    Member

    I have done a fresh install of wordpress mu / buddypress. I was wanting to use the Thesis theme but have run into a slight snag of sorts.

    When I enabled Thesis, I had to manually add pages for News, Blogs, Members & Groups. Everything appears to work until you click on one of the created Pages. (Blogs, Members & Groups mainly)

    It doesn’t load Thesis, I get the following:

    “To enable the blog directory you must drop the “plugin-template.php” file into your theme directory.”

    I did and it only loads the ‘bp_template_content’ from what I can gather.

    How can I incorporate this into the Thesis theme.

    Note: Thesis does have the ability to use hooks in the theme. I however need a little guidance on how to do so.

    From the Thesis release info:

    New Page Template Functionality and Hooks

    In addition, some of you may encounter situations where you need to create your own page templates. By using the new “Custom Template” page template, you’ll gain access to a new hook, thesis_hook_custom_template, and you can use that to inject anything you want into the #content_box (the space between the header and footer of your site).

    4+ hours on this and I am ready to shoot my computer… lol

    #2848
    Obuisson1976
    Participant

    Hi all,

    I would like to create a sitemap.xml file to help search engine with buddypress sites. My first idea is to test “Google XML Sitemap” wordpress plugin and see what happens. The plugins work find but only parse the main blog posts. it is logical.

    So, I would like to extend the plugins by adding Buddypress support.

    For me, the only think very revelant to include in the sitemap is the group’s pages (url like http://www.mysite.com/groups/GroupName) and forums of the group.I don’t believe members page will be a good help for search engine.

    It will be also possible to include page for buddypress plugins with a lot of content.

    What do you think about that ?

    Thanks

    Olivier

    #2845
    belogical
    Participant

    I added the page widget to the front page and it’s showing all the pages. For the life of me I can’t remember where in the world to edit this to only show the 1st level of pages. Is it a buddpress theme issue or wordpress widget issue? I remember you have to change it to depth=1 or similar. Can someone point me in the right direction?

    #35349
    danielfelice
    Participant

    what is your site burtadsit?

    #2843
    danielfelice
    Participant

    Hi Guys,

    Just wondering if anyone is creating a support/help/guide/FAQ document for users of your site?

    I plan on creating one, or at least utilising someone else’s.

    If anyone else is going to do this please let me know and maybe we can share the work and make it available to other BuddyPressers.

    Also if anyone has the same for WordPress do tell :)

    #35346
    Wardee
    Participant

    Yes, graphic integration.

    I read yesterday on bbpress forums about “deep” integration where you include wp with the loading of bbpress: https://bbpress.org/documentation/integration-with-wordpress/#func

    But all I get is a blank screen when I try to do that. I’m not sure I’m adding the right code to bb-config.php.

    #2841
    bebopcool
    Participant

    wpmu 2.7

    bdpress combo

    bbpress : alpha 04

    I do not know if it is standard or due to a bug so i did no create a ticket for this.

    On my different bdpress installs, the pages

    At the begining no problem with that, but some users on one platform are creating websites using wordpress as cms more than blog and so using pages.

    and they feel a bit disapointed that their work do not appear in activity.

    where somethings not so important as MR 1 and Mr 2 are friends are presented there.

    the great feature would be to be able to choose what is shown in activity.

    But for pages ? is it coded that way in buddypress ? or is it a bug ? a problem only on my installs ?

    #35344
    gpo1
    Participant

    i am looking forward for this!

    #2832
    mbchandar
    Member

    hi,

    i use wordpress mu 2.6 in http://ulagam.net. i installed buddypress yday and after which the registration failed to work. i couldnt find any php error.

    i fill up all form details and press submit button, it asks for blog details. then i fill them up and then goes back to first page. can some body help?

    #35286
    oceandoctor
    Member

    I’m using wordpress-mu-2.6.5 and bp combo beta. No other plug-ins, etc.

    #35278
    oceandoctor
    Member

    Is this creating the problem: “DEFAULT CHARACTER SET utf8” ??

    From the Apache error log, this is the same syntax error I saw earlier when BP was trying to create tables (see earlier posts):

    [suexec 11180] Chdir to /kunden/homepages/14/d123456789/htdocs/exploreouroceans

    [suexec 11180] Executing PHP4 /usr/lib/cgi-bin/php4 /kunden/homepages/14/d123456789/htdocs/exploreouroceans/index.php

    WordPress database error You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near ‘DEFAULT CHARACTER SET utf8’ at line 14 for query CREATE TABLE wp_user_3_activity (

    id int(11) NOT NULL AUTO_INCREMENT PRIMARY KEY,

    item_id int(11) NOT NULL,

    secondary_item_id int(11),

    user_id int(11) NOT NULL,

    component_name varchar(75) NOT NULL,

    component_action varchar(75) NOT NULL,

    date_recorded datetime NOT NULL,

    is_private tinyint(1) NOT NULL,

    KEY item_id (item_id),

    KEY user_id (user_id),

    KEY is_private (is_private),

    KEY component_name (component_name)

    ) DEFAULT CHARACTER SET utf8; made by dbdelta

Viewing 25 results - 32,451 through 32,475 (of 32,678 total)
Skip to toolbar