Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'wordpress'

Viewing 25 results - 19,226 through 19,250 (of 22,687 total)
  • Author
    Search Results
  • Tosh
    Participant

    Ok, I tried the default wordpress theme and move the templates files using the BuddyPress Template Pack.

    Now it’s filtering correctly. Dang, so what do I check in my theme ?

    Boone Gorges
    Keymaster

    Anton, you aren’t by chance using this plugin, are you? https://wordpress.org/extend/plugins/bp-include-non-member-comments/ I have heard from some people that they’re having the problem you described, though I can’t for the life of me reproduce it myself.

    #68791
    thecorkboard
    Participant

    bug report

    environment:

    bp 1.2.1

    wp 3.0a

    plugin 0.1.4

    bp forum extras enabled

    bp forum extras- signatures enabled

    what caused it:

    went to dashboard>buddypress>forum extras>signatures

    error:

    Fatal error: Call to undefined function bb_get_option() in /home/.jona/wp4lib/ltr/dev.wordpressforlibraries.org/wp-content/plugins/buddypress-group-forum-extras/bp-forum-extras-signatures.php on line 32

    #68768
    Kelly L Lockwood
    Participant

    Okay, I am still having this same problem, but now on a new website same server DELL PowerEdge 2950, same envrionment (Windows 2008 Server SP2, IIS 7, PHP v5.3.1, My SQL v5.1.41) I am using BP 1.2.2 svn 2853. I click on the “create group” link, i get a 404 error for 3 to 4 seconds and then it redirects to the proper url without a problem. I’ve created a test user account, it’s testuser with the password test2000 if anyone needs to verify the issue. Here is a copy of my web.config, I just gave the “groups” directory under my theme folder “full control”, so I am not sure what else it could be but something I am missing in my web.config? or any other thoughts?

    <?xml version=”1.0″ encoding=”UTF-8″?>

    <configuration>

    <system.webServer>

    <rewrite>

    <rules><rule name=”Imported Rule 1″ stopProcessing=”true”><match url=”^(.*/)?files/$” ignoreCase=”false” /><action type=”Rewrite” url=”index.php” /></rule><rule name=”Imported Rule 2″ stopProcessing=”true”><match url=”^(.*/)?files/(.*)” ignoreCase=”false” /><conditions logicalGrouping=”MatchAll”><add input=”{URL}” pattern=”.*wp-content/plugins.*” ignoreCase=”false” negate=”true” /></conditions><action type=”Rewrite” url=”wp-content/blogs.php?file={R:2}” appendQueryString=”false” /></rule><rule name=”Imported Rule 3″ stopProcessing=”true”><match url=”^(.+)$” ignoreCase=”false” /><conditions logicalGrouping=”MatchAll”><add input=”{URL}” pattern=”^.*/wp-admin$” ignoreCase=”false” /></conditions><action type=”Redirect” url=”{R:1}/” redirectType=”Permanent” /></rule><rule name=”Imported Rule 4″ stopProcessing=”true”><match url=”.” ignoreCase=”false” /><conditions logicalGrouping=”MatchAny”><add input=”{REQUEST_FILENAME}” matchType=”IsFile” ignoreCase=”false” /><add input=”{REQUEST_FILENAME}” matchType=”IsDirectory” ignoreCase=”false” /></conditions><action type=”None” /></rule><rule name=”Imported Rule 5″ stopProcessing=”true”><match url=”^([_0-9a-zA-Z-]+/)?(wp-.*)” ignoreCase=”false” /><action type=”Rewrite” url=”{R:2}” /></rule><rule name=”Imported Rule 6″ stopProcessing=”true”><match url=”^([_0-9a-zA-Z-]+/)?(.*\.php)$” ignoreCase=”false” /><action type=”Rewrite” url=”{R:2}” /></rule><rule name=”Imported Rule 7″ stopProcessing=”true”><match url=”.” ignoreCase=”false” /><action type=”Rewrite” url=”index.php” /></rule><rule name=”wordpress – strip index.php” stopProcessing=”false”>

    <match url=”^index.php/(.*)$” />

    <action type=”Rewrite” url=”{R:1}” />

    </rule>

    <rule name=”wordpress – 1″ stopProcessing=”true”>

    <match url=”^(.*/)?files/$” />

    <action type=”Rewrite” url=”index.php” />

    </rule>

    <rule name=”wordpress – 2″ stopProcessing=”true”>

    <match url=”^(.*/)?files/(.*)” />

    <conditions>

    <add input=”{REQUEST_URI}” negate=”true” pattern=”.*wp-content/plugins.*” />

    </conditions>

    <action type=”Rewrite” url=”wp-content/blogs.php?file={R:2}” appendQueryString=”false” />

    </rule>

    <rule name=”wordpress – 3″ stopProcessing=”true”>

    <match url=”^(.+)$” />

    <conditions>

    <add input=”{REQUEST_URI}” pattern=”^.*/wp-admin$” />

    </conditions>

    <action type=”Redirect” url=”{R:1}/” redirectType=”Permanent” />

    </rule>

    <rule name=”wordpress – 4″ stopProcessing=”true”>

    <match url=”.” />

    <conditions logicalGrouping=”MatchAny”>

    <add input=”{REQUEST_FILENAME}” matchType=”IsFile” pattern=”” />

    <add input=”{REQUEST_FILENAME}” matchType=”IsDirectory” pattern=”” />

    </conditions>

    <action type=”None” />

    </rule>

    <rule name=”wordpress – 5″ stopProcessing=”true”>

    <match url=”^([_0-9a-zA-Z-]+/)?(wp-.*)” />

    <action type=”Rewrite” url=”{R:2}” />

    </rule>

    <rule name=”wordpress – 6″ stopProcessing=”true”>

    <match url=”^([_0-9a-zA-Z-]+/)?(.*\.php)$” />

    <action type=”Rewrite” url=”{R:2}” />

    </rule>

    <rule name=”wordpress – 7″ stopProcessing=”true”>

    <match url=”.” />

    <action type=”Rewrite” url=”index.php” />

    </rule></rules>

    </rewrite>

    </system.webServer>

    <system.web>

    <authentication mode=”Forms” />

    </system.web>

    </configuration>

    Kunal17
    Participant

    vinbytes, you will have to rename the folder through ftp. It cannot be done from the wordpress install itself. You can also check if you host has web based folder access.

    vinbytes
    Participant

    May I know how to do that?

    I can’t use the log in page : http://gpsnavigation.wizard4u.com/wp-admin/

    because it says ERROR too. Please try to click that link.

    I am using wordpress platform also.

    Thanks

    #68720
    kiwipearls
    Participant

    Sorry about that, thought by saying I updated to the latest it was obvious. Updated to the latest buddypress 1.2.21 and WordPress MU 2.9.2. Everything is in the same place as before the update. Buddypress is in the MU plugins directory. wp-content/plugins.

    I use no plugins that re-direct. Only plugin not working is wp-o-matic.

    r-a-y
    Keymaster

    You write too much ;)

    Still not sure quite what you want to do.

    First of all, you need to install BuddyPress. On first glance at your site, it doesn’t look like you’ve installed it at all.

    Second of all, since you’re using a different theme, once you’ve installed BP, you’ll need to use the BP Template Pack plugin so your theme can support BP:

    https://wordpress.org/extend/plugins/bp-template-pack/

    Once you’ve done these steps, then we can proceed.

    #68700
    murrayac
    Participant
    #68698
    sabater_wb
    Member

    As I know, BuddyPress allows to the users create their blog’s when installed with wordpress mu. What I need is what I wrote before. If is there someone interested in this work, tell me.

    #68682
    Robert
    Member

    In WPMU the solution is to deactivate WP-O-Matic from the main blog and create a blog only for the feeds. After creating the new blog go to its back-end > plugins > activate WP-O-Matic and that’s it. The feed posts will appear on the site-wide activity. The conflict seems to exist only in the main blog.

    I’m using a WordPress single instalation and the only problem is that in some cases the “Warning: Cannot modify header information – headers already sent by … and so on” keeps showing but WP-O-Matic is running perfectly. The warnings only show in Buddypress pages, not in the blog.

    I’m looking now for a way to hide those warnings. If someone knows how to make warnings not show I really would be very grateful.

    #68677
    r-a-y
    Keymaster

    @hachimaki

    Instead of modifying all the BP templates, you could try the Registered Users Only 2 plugin:

    https://wordpress.org/extend/plugins/registered-users-only-2/

    I’ve made a few mods to that plugin to better support BP here:

    https://buddypress.org/forums/topic/bp12-plugin-wishlists#post-42114

    @nipponmonkey

    Use what I suggested above.

    Then turn off registration and manually create users. Assign these users a role of contributor or higher.

    #68674
    kiwipearls
    Participant

    With it still activated, it duplicates all the articles – I had to get rid of over 100 of the same article.

    I hope this get’s fixed soon. I like the features compared to feedwordpress.

    #68664
    Anonymous User 1502623
    Inactive

    WordPress was indeed working fine – I’ve never had a problem with it until trying to install BP. As soon as the buddypress folder is deleted, access to my site is restored. If the buddypress folder is there and *activated*, I cannot access any of my site. If I does the same on a fresh install of MU, then you’d assume the problem lies with something to do with the hosting, the server, or htaccess, right?

    WordPress – 2.9.2

    BP – 1.2.2.1

    Edit: I have my access and error logs here. Is it safe to publish a link them on here or is that a bad idea?

    #68660
    Gianfranco
    Participant

    I can’t believe that such a problem is not discussed to the point of being already solved.

    I am sure that there are so many people who got wp installed in a subdirectory.

    Two days ago I wrote an in-depth topic about just that. Please read it here.

    It was TOTALLY ignored by the community.

    I don’t care if it is the discussed here or there, as long as IT IS discussed, and not ignored.

    Really, is there only 3-4 people with wp in a subdirectory and don’t want a permalink configuration such as: mywebsite.com/wordpress/activity?

    C’mon…

    (Oh, by the way my site does work with that setup, I just don’t want the subfolder in the permalinks, and yes, that represent a big issue for me).

    #68658
    Jeff Sayre
    Participant

    Okay, is WordPress working fine before installing and activating BuddyPress?

    Also, which version of WordPress and which version of BuddyPress are you using?

    You need to look at your error logs to find out more details–both PHP and Apache logs. Your host should be able to give you access.

    Finally, you can try adding this to the top of your .htaccess file:

    ### Set PHP directives ###
    php_value memory_limit 96M

    You may need to decrease that if your hosting company has not allocated that much memory for your account. You can try 60 then 30, for instance.

    #68657
    hachimaki
    Member

    Ok, here I am.

    For making buddypress a private commmunity, do the following:

    -Create a new page in the admin interface.

    -Make the page not to show in navigation with one of these: (http://www.kimwoodbridge.com/how-to-exclude-pages-from-the-wordpress-navigation-bar/ ) (https://wordpress.org/extend/plugins/exclude-pages/)

    -Fill the page with HTML (as you wish). If you want Widgets, you can follow this: http://wpmu.org/how-to-widgetize-a-page-post-header-or-any-other-template-in-wordpress/

    -Now, use this in the top of ALL PAGES NOT TO SHOW TO GUESTS: (https://buddypress.org/forums/topic/securing-components-from-non-logged-in-users/page/2)

    if (!is_user_logged_in() ){

    bp_core_redirect( $bp->root_domain.’/register’ );

    }

    AND REDIRECT THEM TO THE PAGE YOU CREATED BEFORE.

    AND THAT’S IT!

    #68654
    Jeff Sayre
    Participant

    How are you installing BuddyPress. Are you using the plugins search form in WP admin and automatically installing it from there? Are you manually installing it yourself? Or, are you using a service, an install script, that some Web hosting firms provide?

    Also, can you confirm for me that WordPress works fine before you installing BuddyPress.

    #68647
    Jeff Sayre
    Participant

    Okay, let’s try something else. Back up one step by deactivating BuddyPress once again. Next, make sure that you are using the default WordPress theme. We are trying to make sure that WordPress is working by itself without issue. I assume it is, since you have to activate BP from the Admin panel. But, let’s do this anyway.

    Once again, before doing anything, make sure you have backed up your Data and have offsite copies of any non-default themes and your plugins. It is just a standard precaution that makes it much simpler to restore your environment if anything goes wrong.

    Next, you’ll want to remove all your plugins from the “plugins” directory. Of course, you first have to be absolutely sure that you have deactivated them all before doing this. You should copy your existing, deactivated plugins into a temporary folder. That way, you can add them back into your empty “plugins” directory after everything is back up and running.

    Now, you should have WordPress with the default theme and zero plugins in the “plugins” directory. Make sure that the plugins folder is still there. It should just be empty.

    Does WordPress work without issue in this bare-bones setup?

    If so, now you reupload the BuddyPress plugin into the empty “plugins” directory. Then, activate it. What happens?

    #68630
    Anonymous User 1502623
    Inactive

    Hello Jeff, I have just uploaded buddypress and uploaded the default wordpress .htaccess into my public_html folder. I then deactivated all of my plugins and solely activated buddypress. I immediately got the internal server 500 error, so I have just contacted my host to ask if I’m running PHP4 or 5.

    #68622
    rich! @ etiviti
    Participant

    First, where is the “@ mentions” part in the BBCode that @3sixty is referring to?

    Technically when Ajaxed Quote is enabled and someone quotes a post in the forums – the activity-update-filter will pick up the @username mention – thus if the user has the notifications turn on – they will get an email about it.

    Second, should we be activating both BBCode and Shortcode sub-plugins?

    No

    Activate the “Forum Extras – BBCode” if you want to parse the bbcode into html prior to database update. (useful if you have external but also ok for internal). I’m a fan of this method as the process happens pre-save but when a user goes back to edit a post – they’ll see html

    Or

    Activate the “Forum Extras – Shortcode” and then Viper’s Shortcode BBCode wordpress plugin – this will retain the shortcode bbcode markup in the database. All this does does is enable the shortcode filter hook on the bbpress post content. (buddypress already hooks shortcode filter on activity updates) – Downside to this approach if you ever deactivate the shortcode – you’ll see the bbcode markup instead of filtering to the html equivalent but when a user edits a post – they see bbcode instead of html.

    Hopefully not too confusing. I’ll update the documentation in the next release (working on getting bbpress favorites enabled)

    #68605
    Jeff Sayre
    Participant

    @kanefulton-

    Worrying about HD space is not relevant at this stage. Although the HD space is an issue once things are working, I was under the impression that you could not even get WP with BP working, that you kept receiving a Error 500. If this is the case, the allocated HD space is a moot point at this time.

    Are you still having Error 500 issues? If so, that is where we need to be focusing the attention, unless you are planning on switching to a different host. Please read the threads that I linked to above. Is your site running under PHP 4 or PHP 5? Also, as @hnla states, there can be other issues with PHP memory limits.

    Finally, I am a little concerned that you have manually edited your .htaccess file. If you’ve deactivated and uninstalled all plugins, then the . htaccess file that comes with WP should work fine. Is WordPress working fine by itself once you’ve distilled your WP install down to the lowest common denominator as I detailed in my first post above?

    Let’s get WP working first and worry about BP later.

    Dfa327
    Participant

    Delete the plugin to fix any admin issues.

    Do you have wordpress mu or wordpress single user? Perhaps the call is different in single user?

    Thanks,

    Dave

    #68583
    Hugo Ashmore
    Participant

    tbh having looked at your hosts site as well I wouldn’t have been able top pass a judgement as to whether they were big or small, there are a lot of factors involved in good hosting and these are not necessarilly apparent just by looking at a site.

    If they have offered to tweak settings to you requirements that is a good sign, good customer support counts for a great deal with hosting.

    If your happy with this host I would stick with them, especially if they are willing to tune things as you need them.

    As for basic requirements you need Apache to allow overide so that .htaccess rules will work, you need mem limits for scripts in PHP set quite high (higher than default) PHP version is best at 5.2 or above.

    There are probably guides to optimum and required settings if you look around buddypress.org and wordpress.org and perhaps other members will chip in with min requirements for a healthy installation.

    Out of interest what sort of hosting account do have presently and what do you plan to upgrade to? and are you intending running WPMU for it’s blog creation capabilities.

    #68571
    Anonymous User 1502623
    Inactive

    Thanks for all of the suggestions so far. Unfortunately, 20mb is accurate; I’ve ‘got by’ on a minimal amount of space for a fair while now and I suspected that it was far, far from ideal. I assumed UH would be a fairly larger sized host.. shows how little I know..! They do have very good customer support and are very responsive to any issues I have, I would like to stick with them if their hosting will hold BP (even if I have to upgrade my package to buy more webspace). Is there anything I should ask them? They said they would be more than happy to tweak anything ‘serverside’ or alter anything to do with the php. I have also tried .htaccess in the public html folder, as to whether the .htaccess is correct is a different matter.

    Joining new hosting and transferring my wordpress installation/database over sounds like a very sticky task and not one I’d be confident undertaking. I’d rather take suggestions onboard and see what I can do :) I think I’ll start with increasing filespace?

Viewing 25 results - 19,226 through 19,250 (of 22,687 total)
Skip to toolbar