Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'wordpress'

Viewing 25 results - 19,301 through 19,325 (of 22,616 total)
  • Author
    Search Results
  • #67477
    Anointed
    Participant

    I actually do run my business from the root domain.

    1.customer goes to root.com to register and signup for a site.

    2. customer is given a subdomain.root.com blog which I domain mapp to their own domain

    That is normal wp operation.

    Where it gets sticky:

    1. customer whose site is actually subdomain.root.com turns on group blogs and tries to create one…. that creates subdomain.subdomain.root.com

    see the problem?

    It’s pretty much the exact same type of situation that wordpress.com does.

    1. I go to wp.com and register my site, subdomain.wordpress.com

    2. If they had group blogs, I would go in and create one, it would create subdomain.subdomain.wordpress.com

    I hope this makes it clearer, how I am actually doing what wpmu was intended to do. I run everything off of the root domain, so every customer is subdomain.root.com

    The only ‘solution’ I see without having wpmu fixed, would be to give complete fresh installs of wpmu to each client, so they are actually on a root.com instead of a subdomain.

    That completely kills the entire concept of wpmu (one codebase for me to maintain). I would have to maintain all the installs separately, which would suck bigtime.

    Anyhow, it is not an error with your plugin, but rather an error with wpmu core. I posted question in their forums, and if I can find the ticket system for mu I will report it as well.

    #67476
    corin-rules
    Member

    Hi DJ Paul, upgraded wordpress and now the default theme is working fine. Still having the same trouble with buddymatic, but i’ll tool around with the CSS in default and get myself something similar.

    Cheers mate.

    #67470

    In reply to: video plugin?

    symm2112
    Participant

    I tested out Kaltura but one thing to caution you about that I saw was that the last updated date was almost 6 months ago and it shows compatibility with 1.0.x and 1.1.x, NOT 1.2. It didn’t seem to be very actively worked on so I started looking at different options. Here’s their wordpress repo link for you to decide on your own.

    https://wordpress.org/extend/plugins/buddypress-kaltura-media-component/

    #67452
    Paul Wong-Gibbs
    Keymaster

    Hm, no real instruction manual as such. And no question is a noob question :)

    With regards to features, you can read this page https://buddypress.org/, find some BuddyPress introduction videos from WordCamp conferences at http://wordpress.tv/category/buddypress/. I’ve just got back from WordCamp Ireland where I did an introduction to BP session; slides are at http://slideshare.net/DJPaul/wordcamp-ireland-2010-introduction-to-buddypress

    If you can ask us a specific question about BuddyPress, we can come up with a more specific answer (hopefully!)

    #67437

    In reply to: Can't go into wp-admin

    sec7
    Member

    The issue isn’t with BuddyPress, its an issue with your WP environment. when you were told to change your Permalink Settings wordpress created a .htaccess file. this probably broke your access to get in, it did mine.

    I updated the file so that the rewriter worked correctly and all is better. Enable rewriter and you’ll probably be good.

    Sec7

    #67429

    In reply to: phpBB integration

    r-a-y
    Keymaster

    You’re looking for a WordPress <-> phpBB bridge.

    Have you tried WP-United?

    http://www.wp-united.com/get-wp-united/

    #67416

    In reply to: phpBB integration

    lostdeviant
    Participant

    I don’t know how to integrate the others into wordpress/buddypress, but you could still disable the forum component in buddypress and use the other features.

    #67411
    r-a-y
    Keymaster

    It sounds like this plugin will help you:

    https://wordpress.org/extend/plugins/buddypress-geo/

    Haven’t tested it though.

    #67410

    In reply to: phpBB integration

    r-a-y
    Keymaster

    BuddyPress utilizes bbPress only for the groups component.

    This doesn’t limit you from using using phpBB or vBulletin!

    There are a few scripts out there that can integrate phpBB and vBulletin into WordPress.

    I’d suggest checking those out.

    #67407
    r-a-y
    Keymaster

    Are you able to receive emails regularly in WordPress?

    eg. when someone posts a comment on your blog or when a new user registers for your site?

    #67404

    In reply to: Group Blog Error

    Mariusooms
    Participant

    The groupblog_blog_id should hold a single value. If this isn’t the case it is misfiring somewhere. Did the following post help at all? Please follow the instructions there and see if you can clean up the meta table. This should not be a problem in 1.4.4, but 1.4.3 causes issues.

    https://wordpress.org/support/topic/371370?replies=6#post-1427856

    #67394

    Thanks everyone for the tips and tricks, I’ll be checking this page again!

    It’s strange but the moment I upgraded to WP2.9.2 and BP 1.2 spam started again.

    Previously, I just added SI Captcha and I went from getting 10-20+ spam registrations to none. I added WP-hashcash now and I’ve only had one registration since.

    I’ve just disabled the blog registration on the signup page, hopefully that’ll help too.

    By the way, there’s also a meta tag in the header of many templates :

    <meta name="generator" content="WordPress 2.9.2" />

    Removing that may help too….

    jobjorn
    Participant

    My registration link is broken too. I’m using the latest versions of everything (WPMU), no active plugins except BuddyPress and WordPress.com Stats, no custom language, and the default theme. Any ideas?

    Xevo
    Participant

    Make a page in the back-end admin area, make a custom wordpress page, by adding a comment with the template name in the top (https://codex.wordpress.org/Pages#Creating_Your_Own_Page_Templates). After throwing this file inside your themes folder, you get a dropdown on the right side of your page editings page, select the file and you can use normal tags like get_header(); in the php file of the custom page template.

    This is the only correct way to make a custom wordpress page as far as I know.

    #67353
    bpinspire
    Participant

    Is it now compatible with a single WordPress 2.9.2 install (for only one blog) with BP1.2.1? or do we have to wait for WP3.0

    #67348
    Mariusooms
    Participant

    Hmmm, I’m starting to think your setup is quite unique. While we want to help out as much as we can, it looks like this goes beyond the scoop of what the plugin entails. If you can figure out how to make it work we could possible include into the core code. As it is I don’t belive we would be able to support your setup.

    We use the same function that WordPress uses when a user creates a blog. So my question would be, can you create additional user blogs from your subdomain.root.com? If so what domain does it create? If you can create regular blogs from your subdomain, in theory the groupblog should do the same. In short, the only thing we do extra is create some meta keys to link it to the group and we decide the name for the blog.

    Let me know your progress.

    #67308
    Peter Anselmo
    Participant

    Here’s the existing menu code (That’s working)

    http://wordpress.pastebin.com/xirYbH4H

    #67291
    dorono
    Member

    Duh! Of course.

    I’m actually using a single-user version of WordPress and not MU, but I still was able to fix the issue by going to General Settings and checking the ‘Anyone can register’ box in the Membership field.

    Thanks!

    Doron

    #67279
    Mariusooms
    Participant

    Their was a terrible bug in 1.4.3 Please update to 1.4.4. Please read this post at the WP forum and see if that helps you. Otherwise you can contact me through BP and we can figure it out. In future version we make sure to avoid creating havoc.

    https://wordpress.org/support/topic/371370?replies=4#post-1427856

    Regards,

    Marius

    #67278

    In reply to: Group Blog Error

    Mariusooms
    Participant

    Does this post help at all: https://wordpress.org/support/topic/371370?replies=4#post-1427856

    Do you have access to your db?

    #67259
    Peter Hofman
    Participant

    New version! Version 1.1.9 just released.

    Grab it over here: https://wordpress.org/extend/plugins/tweetstream/

    * Fixed cron updates added messages as admin

    * Added Italian translation.

    * Added Turkish translation.

    * Fixed typo in language file

    * Added admin option to turn off syncing to bp for all users

    * Added admin option to set max import of tweets per user.

    #67250
    lostdeviant
    Participant

    we need something like is_page() but just for buddypress specific pages so I can check. and send it over to the buddypress title function otherwise use my normal titles from wordpress.

    The problem is that if you don’t let buddypress use its own function for the title tag, all the buddypress specific pages will show the most recent post’s title for all buddypress specific pages…

    what a huge bug.

    #67242

    In reply to: Forum at front page?

    thecorkboard
    Participant

    https://wordpress.org/extend/plugins/bbpress-latest-discussion/

    doesn’t work with 1.2

    in desperate need of some more widgets.

    #67230
    rspowers
    Member

    ended up reinstalling wordpress and buddypress. not sure what the problem was but its working now.

    #67221
    thecorkboard
    Participant

    @snark

    In response to your points up top:

    1)

    +1 Favorites sometimes = bookmarks in social networking sites. We need to be able to offer this across all types of communication features.

    2)

    Theme developers need to be able to pull this info in with a loop. Maybe we can already?

    3)What is the current state of Favorties plugin development, and is there something in the works that can accomplish the above?

    There is the BuddyPress-Like plugin: https://wordpress.org/extend/plugins/buddypress-like/

    The problem with BP Like is that it now competes with Favorites built-in to BP 1.2. I need to be able to turn off Favorites so that BP Like isn’t confusing/repetitive.

    But really, this is something should be rolled into core.

    @Peterverkooijen

    Forums, yes, were part of an older web community – it was the sole way they communicated. With the advent of social networking came the creation of new ways to communicate. Forums were given less focus but they still have there place. Even today in Facebook you can clearly identify forum-esque features.

    I don’t think BP has ever focused on forums. It’s always been on the activity stream/wire. Of course, forum topics are now tied to the activity stream – as they should be – but does not in any way give BP a “schizophrenic” identity.

Viewing 25 results - 19,301 through 19,325 (of 22,616 total)
Skip to toolbar