Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'wordpress'

Viewing 25 results - 20,626 through 20,650 (of 22,658 total)
  • Author
    Search Results
  • #54927

    In reply to: Chat Plugin Problem

    Sven Lehnert
    Participant

    I installed the plugin for testing purpose and I didn’t like it at all.

    The chat software it self is nice stuff.

    Build by https://blueimp.net/ajax/

    I daunt like to have advertising stuff integrated. And there is add-sense in this Plugin.

    I think this is not the finest way of making money.

    If you want to test it, you need to install the chat client too.

    For me it look like you just installed the plugin.

    Go to the plugin directory. There must be a directory chat. Go in there and read the readme file.

    After you fallow the instillation process of the chat software.

    You will be able to chat and the Page will show up.

    You will need to enter your mysql connection information.

    I don’t know, but I think it is the best not to use the wordpress database for this.

    Actually it is not a plugin and has nothing to do with wordpress it self.

    The chat has its own connection to the db.

    #54917

    In reply to: 'empty' group members

    Paul Wong-Gibbs
    Keymaster

    If you make a new group and join user(s) into it, does this problem reoccur? If it does, try to deactivate all plugins other than BuddyPress and make a new group and try again. If it doesn’t reoccur, then it’s a conflict with a plugin.

    I have read recently of problems with feedwordpress + BuddyPress, so there’s an incompatibility somewhere (if indeed feedwordpress works with WPMU).

    I’m inclined to thing this is a problem from the Groupblogs plugin, but let me know what happens when you test the above.

    #54914
    madyogi
    Participant

    Alright, this is starting to congeal. Only thing is, I”m about 80% confident with what you’re saying regarding the creation of actions in the functions.php file and those actions hooking into a do_action call in the parent theme.

    2 questions:

    1) If I create an action in the child functions.php that does not exist in the various templates of the parent theme, is it better practice to fiddle with the template file(s) of the parent theme, adding the do_action call there, or to move the template file to the child theme before making any changes?

    2) Do you or anyone else have any suggestions for references a semi-savvy-newbie might use to gain a more complete understanding of how to write actions in the functions.php file? I assume there’s some fairly complete documentation in the wordpress codex, but perhaps there’s a link or two to some nice tutorial-type blog entries? I probably need to spend some more time with PHP coding anyway :-)

    Thanks everybody.

    #54909
    Anonymous User 96400
    Inactive

    The best way to start with a theme for BP is to start off with the bp-default theme. Then copy files across from the bp-sn-parent theme if you need to modify a file. If not, then you can leave that file in bp-sn-parent, cause WP will get that automatically for you.

    Of course, you can add all the functions later. The codex here is a great starting point on what functions are available to you. You can also go through the bp-sn-parent theme and have a look what’s in there and move it across, if you don’t want to use a parent/child theme structure.

    You can place div#search-login-bar anywhere you like.

    do_action functions cannot be reversed. They happen at exactly that spot in the template files. There’s so many, though, that you won’t have a problem finding one that suits your needs. Basically, you can write some custom functionality and add that to a certain hook by calling the add_action function. Here’s an example.

    Somewhere in a template you might have this:

    do_action( 'your_action_name' );

    Then in your theme’s functions.php file you could put the following:

    function your_function_name()
    {
    //some stuff happens here
    }
    add_action( 'your_action_name', 'your_function_name' );

    That’s basically it. Sometimes the action passes along a variable with which you can then work.

    Hope this helps you along a bit. The codex at wordpress.org is pretty extensive as well and you’ll find loads of stuff on actions.

    #54908
    abcde666
    Participant

    Hi Marius,

    Do you have a Demo-website online to test your plug-in ?

    Another thing: is there a chance to have something like the following, but not on a Group-Blog, but just a normal User-Blog ?

    https://apeatling.files.wordpress.com/2008/06/blog.jpg

    Many thanks,

    #54904

    In reply to: 'empty' group members

    Mark
    Participant

    @DJPaul, thanks for the feedback and the info you offer. My basics:

    1. wpmu 2.8.4a

    2. subdomain

    3. n/a

    4. upgraded WPMU regularly since 2.7

    5. Was WPMU functioning properly before installing/upgrading BuddyPress? yes

    6. BP 1.1.1

    7. Did you upgraded from a previous version of BP? last week when the current version was released.

    8. Do you have any plugins other than BuddyPress installed and activated? Yes, 2 were activated on the main admin when and since this has occured:

    a. Group Forum Subscription for BuddyPress

    b. BP Groupblog

    In mu-plugins directory:

    akismet-credit-inserter

    akismet

    sitewide-tags

    wordpressmu-favicon

    9. Are you using the standard BuddyPress themes or customized themes? Standard

    10. Have you modified the core files in any way? No

    11. Do you have any custom functions in bp-custom.php? No

    12. If running bbPress, which version? Or did your BuddyPress install come with a copy of bbPress built-in? Using built-in bbPress

    13. The errors that occurred during the period these member place holders ’empty’ were created are at the link. The IDs # were different. With bp-groupblog activated this error is generated any time any group is visited (the group doesn’t need to have a groupblog). Prior to this ‘event’, Groupblogs were activated when members joined other groups without any ’empty’ members being added to the group:

    https://wordpress.org/support/topic/319417

    Some blogs (not home blog) have feedwordpress plugin activated. It’s use generates errors/warnings. The ‘Failed to fetch’ started yesterday and the plugin is no longer functioning. Neither of these errors are logged around the time the ’empty’ members were added to groups:

    [20-Oct-2009 17:15:32] PHP Warning: Illegal offset type in /home/xxxx/public_html/wp-includes/rss.php on line 1459

    [20-Oct-2009 17:34:20] MagpieRSS: Failed to fetch (HTTP Error: <url> malforme)

    #54900
    Bowe
    Participant

    It doesnt have to be exactly like this.. just a wordpress theme that has a look that suits with the normal BuddyPress layout.. I’ll try to look into this, and hopefully I can make something, but some help would be needed!

    Paul Wong-Gibbs
    Keymaster

    To defend Mr Peatling, I believe he has just taken the existing WordPress FBC plugin and adapted it to work with WPMU/BuddyPress.

    #54892
    jobjorn
    Participant
    #54883

    In reply to: Specific Widgets

    Paul Wong-Gibbs
    Keymaster

    Widgets displaying on certain blogs/pages is probably something you are best searching the WordPress forum/plugin directory for, as it’s not something that BuddyPress implements.

    #54880
    Paul Wong-Gibbs
    Keymaster

    The text “The default theme for BuddyPress” cannot be translated as it is in a .css file. As only the site administrator will see that text when they activate the theme, is it a big issue? The other text here is part of WordPress.

    The wrong path thing is more interesting and there are some other forum posts here with that problem. I don’t know when I will get time to look into it so maybe someone else can help.

    #54879
    Bowe
    Participant

    that looks pretty awesome! Is mediawiki a standalone wiki or is it integrated with WordPress in some way? How hard is it to get the whole shabang running? thanks in advance :D

    ps: Is there a default member Blog theme available that matches the default BP look?

    #54874
    Brajesh Singh
    Participant

    hey

    Try this one,hopefully It will help.

    https://wordpress.org/extend/plugins/custom-profile-filters-for-buddypress/

    Otherwise you can always edit the template file for profile.

    #54872
    Brajesh Singh
    Participant

    hi,Your page will not be accessible as http://yourdomain.com/features.php as it resides in your theme,It should be accessible via http://yourdomain.com/wp-content/themes/your_theme_name/pages/features.php

    Now my advise,better look at How to use page template in wordpress.

    https://codex.wordpress.org/Pages#Page_Templates

    You can use your features.php as page template and create a page features, so this file can be accessed via yourdomain.com/features

    Hope it helps.

    #54871
    Mark
    Participant

    @jeff, no problem when feedwordpress is disabled. And yes, compatibility up to 2.8.1 is a problem


    @r-a-y
    thanks for feedback. My setup consists of the latest plugin and RSS libraries. Issue still exists but further discussion should take place here:

    https://wordpress.org/support/topic/297848

    #54870
    lmarchese
    Participant

    Use the defining function option in this post, it works like a charm. I just did it and it was a piece of cake!

    http://www.thinkinginwordpress.com/2009/06/adding-sitewide-menu-items-to-buddypress-site/

    #54859
    Bowe
    Participant

    Great idea and I would love to help out in creating buddypress themes.. I’m experienced in making themes, but not familiar with wordpress/buddypress but I think it would be good to have a site dedicated to bp themes only :)

    trusktr
    Participant

    I’m having the same exact problem as well! Every page is Error 404. Fresh WordPress MU install followed by a fresh BuddyPress install. Error 404 on every page.

    Might this have to do with htaccess? Are files missing? (I re-installed, but problem still persists)

    #54830
    danbpfr
    Participant
    bolonki
    Participant

    @Jacoby who wrote “I’m curious how many queries other social network sites use on a single page load.”

    I was too, and saw that it varies widely — from about 40 queries per page for the commercial SocialEngine script (which now includes Zend fragment and full page caching, very nice) to the mind-blowing 1.364 queries just to show the Dashboard on Elgg as reported in Elgg’s own forum. As for Drupal, it makes a similar number of queries per page as BuddyPress (of course it depends on the number of modules, etc) and with that level it is such a mess that Jesse Farmer, the main developer for Popsugar (the most trafficked social network built on Drupal) abandoned the project and wrote on a developers forum that Drupal is impossible to scale and “it would have been easier to start from scratch”. And bear in mind that Popsugar got $5 million from Sequoia Capital, so they have plenty of money to “throw hardware” at the problem.

    @DJPaul, who said “Your post is not very constructive as you haven’t suggested a particular page on a site which interested developers could look into – saying that the entire thing needs attention may be valid, but we need to start from somewhere.”

    I am not a coder, so how about starting here: I will pay $500 dollars to the person or team that reduces the number of queries on the main Buddypress blog page to around 20 (which is the normal number for a WordPress blog running the default theme). I am ready to escrow this money on the site of their preference.

    #54817
    madyogi
    Participant

    Hey all. I have just been hired full time as a web developer and videographer for a major medical school. The idea is to create a site that will recruit more young people to go into healthcare related fields.

    Anyway, I want to use WPMU and Buddypress as the architecture for content management and some social networking components. I have a good bit of WordPress experience, but am completely new to BuddyPress. I am right now in the process of developing a totally custom theme for the site.

    There is a lot of content outside just the main blog and the BuddyPress components. The wordpress functionality is basically complete and I’m now starting on the BuddyPress portion. I’m a bit confused as to how to step into the theme development. Is there a good explainer somewhere that might help me understand how exactly the BP components are called or hooked into what would otherwise be a standard WP theme?

    I would not be able to share the custom build with the community as it would not have any applicability outside this site, but once I get my feet wet, I would be happy to help develop a more generic theme to donate to the cause.

    #54814
    David Lewis
    Participant

    Personally… I would just try to make it work with jQuery instead since WordPress already includes it… and then you won’t be using two JS Frameworks. I’m pretty sure that anything MooTools can do… jQuery can do.

    #54810
    21cdb
    Participant

    I was looking at http://www.dailywp.com/jobpress-wordpress-theme/ which is in use at http://jobs.smashingmagazine.com/. I was wondering if it was compatible with WPMU and Buddypress.

    I would definitely interested in ur jobboard component!

    #54790
    Hollosch
    Participant

    Thanks,

    I’ll try to contact the developer of this plugin.

    #54785
    Jeff Sayre
    Participant

    I have not seen anyone on the BuddyPress forums reporting that they are using this plugin. You are the first that I’ve seen.

    From the error message, it looks like WPMU has an issue with some code in the plugin. It could be caused by another plugin you’ve installed being incompatible or simply a bug within the plugin itself.

    Your best bet is to contact the plugin developer, tell them about the error, and ask whether it works with BP v1.1.1.

Viewing 25 results - 20,626 through 20,650 (of 22,658 total)
Skip to toolbar