Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'wordpress'

Viewing 25 results - 17,651 through 17,675 (of 22,651 total)
  • Author
    Search Results
  • #83211
    barry-o-brien
    Participant

    wordpress 3 and the standard buddypress template

    #83208
    @mercime
    Participant

    @rohan_kapoor – install same as your configurations; check bb-config.php – sample here http://wordpress.pastebin.com/1qAdu2q3
    – after correcting your bb-config.php at root, you can re-run forum creation – BuddyPress > Forums Setup and click on re-install link. There should be 7 tables of bbPress generated in database wp_bb_forums, wp_bb_meta etc. as well as a new bbPress folder generated within wp-content/plugins/buddypress folder in server.

    #83206

    In reply to: WP Multi Network

    I was getting a redirect loop on the wp-signup.php page on my sub networks

    Well found out what’s causing the problem here
    https://core.trac.wordpress.org/ticket/13211#comment:1

    It has to do with the code that is in wp-signup.php in lines 25 -33

    if ( !is_multisite() ) {
    wp_redirect( get_option( 'siteurl' ) . "/wp-login.php?action=register" );
    die();
    }

    if ( !is_main_site() ) {
    wp_redirect( network_home_url( 'wp-signup.php' ) );
    die();
    }

    Wordpress doesnt allow signups on subsites. When someone tries to sign up on a sub site, it redirects them to the main site.
    I am using the multi network plugin,
    (https://wordpress.org/extend/plugins/wp-multi-network/)
    even though a site may be the main site for an additional network, wordpress still sees it as being a subsite so it keeps redirecting in an endless loop. By commenting out those lines it fixed the problem.

    Is there a way to make a plugin for this instead of having to hack core?

    #83192
    gfa202
    Member

    members/single/home.php is the file you need to edit to see the changes take effect on the activity page. bp-template-pack is a great plugin.

    #83187
    Boone Gorges
    Keymaster

    The Wire feature was deprecated with BuddyPress version 1.2. If you’d like to use the Wire, try installing the BuddyPress Backward Compatibility plugin and activating the wire feature: https://wordpress.org/extend/plugins/buddypress-backwards-compatibility/

    The functionality of the wire – namely, the ability to leave short messages for other users – has mainly been replaced by the @-mention feature.

    If you want users to have their own individual blogs, you’ll have to activate WP Network mode. If you want them to be able to post on your main BuddyPress blog, they’ll have to be at least Contributors. If you just want them to be able to post messages for others to see, then perhaps the status update feature will be enough.

    lincme.co.uk
    Member

    @elizawhat; Your post made me think, and I checked our (not yet) live site, which does require email confirmation. Mostly I’m thrashing around at home with a local xammp installation, and can’t remember what I did to make the live one require email conf. The plugin linked to below should do it, although it’s not activated in our site..! Something in WP or BP lets you require email confirmation, but I can’t remember what.

    https://wordpress.org/extend/plugins/bp-xtra-signup/

    #83119
    peterverkooijen
    Participant

    Would mm forms work?

    Buddypress profile fields are not standard WordPress though. They’re in complicated database tables called xprofile, so if you want to integrate it with anything else fuggedaboutit. You’ll need custom coding.

    #83115
    r-a-y
    Keymaster

    @joyceborneo – Read these instructions and follow them as your life depended on it!
    http://developersmind.com/2010/06/17/upgrading-wordpress-mu-2-9-2-to-wordpress-3-0/

    For the other people in this thread, the above might help, but might not depending on your use case.

    #83107
    r-a-y
    Keymaster
    #83098

    In reply to: Email login

    rich! @ etiviti
    Participant
    #83086

    If your theme isn’t 100% complete, then it won’t get accepted into the repository. It isn’t due to lack of responsibility, but quite the opposite. Themes in the WordPress.org repository are available to more than 10 million blogs all around the world. If 1% of those blogs try to download and install a broken theme, that’s 100,000 people that are frustrated instantly.

    When the bp-default theme has broken bits and pieces in it, look what happens in these forums! :D

    The best way to put your theme out there and get feedback on it, is to post it up on your own website, and use it. Setup a test installation and let people see what it can do, and have them use that website to give you that feedback. You can even setup your own group on this site too if you’d like.

    Save uploading your theme to the WordPress repository as the icing on the cake; your reward for a job well done and a theme well created. Your audience, and your spare time, will thank you for it. :)

    #83085

    @hnla That is correct. The 1.2 branch of code is what we’re working with. Anything up until 1.3 will exist in that branch of code. SVN can be confusing, but it works really well for large project development with multiple developers and various states of progress; projects like WordPress and BuddyPress would be a nightmare without it.

    @lincme Awesome; look forward to your response :)

    #83057
    r-a-y
    Keymaster

    If you’re just looking for an easy-to-integrate forum for WordPress, try Simple:Press.
    If you want to integrate a standalone forum into WordPress, try out bbPress.

    To find out if BuddyPress is for you, try out BuddyPress over on the test installation site – http://testbp.org.
    Although BuddyPress does have some forum functionality, it is not a dedicated forum script!

    Hope that helps somewhat.

    Walid
    Participant

    This is the most annoying bug feedback I ever read :

    ” I have them running on root also on at least three installations with no issues.

    If there are other plugins that deal with permalinks that are flushing the rewrite rules (post types, taxonomies, pagination, etc) then they may be conflicting with a recent change in WP core.

    Punting to 1.3 since this doesn’t appear to be a BP issue, but probably warrants a closer look later.

    I say so, cause I have the problem with a fresh install of wordpress and buddypress without any plugins, so, skipping some bug for later to solve can be understood, but don’t give reasons that make no sense at all.
    Thanks for effort anyway.

    MrsAngelD
    Participant

    Thanks for the fix ray using that file worked like a charm! I have my Wire back ;)

    #83009
    JPS Bhullar
    Participant

    @mercime thanks. I just downloaded and checked Brajesh’s plugin, I want to know which filter need to be used like Brajesh Singh has used filter “Login_redirect” to hook into login process of wordpress. ????

    #82989
    dkoepke
    Participant

    Just to add to the troubleshooting, I have changed themes to an out of the box unmodified buddypress theme (not the default but another) and I am still getting the issue. When logged into the admin the images all there come up fine so I don’t think it is related to WordPress, but rather something related to buddypress css or something else in buddypress.

    Any help would be greatly appreciated. You can check out the site at http://sharepointindex.com.

    Thanks,
    David

    harounkola
    Participant

    Hi peeps. I’m having a similar problem, but not sure if its exactly the same thing, my activity page is not the first page, nor do I want it. I’m using a custom theme designed in Artisteer, and the activity is not showing up. If I use the default buddypress theme, then the activity shows up.

    Any ideas?
    http://spaceoflove.co.za

    Thanks

    #82983
    Kevin
    Participant

    It’s weird. My site is wordpress 3.0, buddypress 1.2.4 and I wpmu enabled it. So I had a super admin menu which is now gone. I can’t upload or search for plugins any more. All I can do is activate and deactivate them. The site is still definitely running with wpmu though because buddypress is not listed in the plugins. It’s a network pluging but I can’t see and have no access to my network plugins.

    #82977

    In reply to: Create a new wp-admin

    @mercime
    Participant

    @azreeceli – based on your post, you want to allow your user to post and want to customize the admin dashboard so the user won’t even know that their posting in the back-end by theming the back-end to look like the front-end of the site. That’s is do-able but a lot of work which = paid work.
    There’s a way to allow your users to post from the front-end,install Jet QuickPress plugin.https://wordpress.org/extend/plugins/jet-quickpress/

    #82960
    peterverkooijen
    Participant

    @eric, current versions of BP are not WordPress 3.0-ready.

    I’ve upgraded a BP 1.1.3-based custom theme to WordPress 3.0. The only problem I’ve found so far is avatars upload, so I guess WP 3.0 changed how it handles avatars?

    Can someone point out which change broke the functionality? Were function or hook names changed? Were functions moved to other files? Or something more complicated?

    Is this already being worked on for a 1.2+ version? Is there a trac (or whatever it’s called) that I can use as reference to try to fix it in my custom theme?

    #82941
    gpo1
    Participant

    gPress adds new geo-relevant layers to WordPress, allowing you to create your own location-based services or to keep track of your own personal geo-tagged journies. Even in its beta state, you can presently geo-tag posts using native WordPress Mobile Applications, or create new geo-located places using custom post types, featured images and descriptions, add geoRSS functionality and integrated with BuddyPress and Foursquare…
    https://wordpress.org/extend/plugins/gpress/

    @mercime
    Participant

    Thanks @johnjamesjacoby

    @arunbasillal good share. That’s what I’d do to make home page “future-proof” for BP 1.2 series – all bets are off for BP 1.3 :-)

    still giving
    Participant

    Why dont the WordPress and Buddypress websites share more in terms of user interaction cues, e.g. using forums versus groups etc.

    Why is it not easy to clone off other langauge sub-domains and them all share the same layout etc … ? This is also true for WordPress sites.

    LPH2005
    Participant

    Agreed – @johnjamesjacoby – I just did this to a second site and took less than 3 minutes to get it working.

    1. Install plugin (https://wordpress.org/extend/plugins/syntaxhighlighter/)
    2. Insert add_filter statements around line 112 of the syntaxhighlighter.php file in the plugin directory

    Easy!

Viewing 25 results - 17,651 through 17,675 (of 22,651 total)
Skip to toolbar