Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'wordpress'

Viewing 25 results - 10,226 through 10,250 (of 22,680 total)
  • Author
    Search Results
  • #152742
    Thomasboerre
    Participant

    Yes,

    I did the steps written in this link only, https://codex.buddypress.org/user/buddypress-site-administration/deleting-buddypress/.

    But issue is still there. Also, one thing is that in my admin panel I can see that multisite is disabled, while I’ve enabled it in wp-config.php
    Is this could be the issue? If yes, then let me know how to remove this thing.
    Have a look on my wp-config.php and let me know your feedback. Removed original credentials.

    `
    <?php
    /**
    * The base configurations of the WordPress.
    *
    * This file has the following configurations: MySQL settings, Table Prefix,
    * Secret Keys, WordPress Language, and ABSPATH. You can find more information
    * by visiting {@link https://codex.wordpress.org/Editing_wp-config.php Editing
    * wp-config.php} Codex page. You can get the MySQL settings from your web host.
    *
    * This file is used by the wp-config.php creation script during the
    * installation. You don't have to use the web site, you can just copy this file
    * to "wp-config.php" and fill in the values.
    *
    * @package WordPress
    */

    // ** MySQL settings – You can get this info from your web host ** //
    /** The name of the database for WordPress */
    define('DB_NAME', database name);

    /** MySQL database username */
    define('DB_USER', user name);

    /** MySQL database password */
    define('DB_PASSWORD', password);

    /** MySQL hostname */
    define('DB_HOST', 'dbp12.meebox.net');

    /** Database Charset to use in creating database tables. */
    define('DB_CHARSET', 'utf8');

    /** The Database Collate type. Don't change this if in doubt. */
    define('DB_COLLATE', '');

    /**#@+
    * Authentication Unique Keys and Salts.
    *
    * Change these to different unique phrases!
    * You can generate these using the {@link https://api.wordpress.org/secret-key/1.1/salt/ WordPress.org secret-key service}
    * You can change these at any point in time to invalidate all existing cookies. This will force all users to have to log in again.
    *
    * @since 2.6.0
    */
    define('AUTH_KEY', 'put your unique phrase here');
    define('SECURE_AUTH_KEY', 'put your unique phrase here');
    define('LOGGED_IN_KEY', 'put your unique phrase here');
    define('NONCE_KEY', 'put your unique phrase here');
    define('AUTH_SALT', 'put your unique phrase here');
    define('SECURE_AUTH_SALT', 'put your unique phrase here');
    define('LOGGED_IN_SALT', 'put your unique phrase here');
    define('NONCE_SALT', 'put your unique phrase here');

    /**#@-*/

    /* Multisite */
    define('WP_ALLOW_MULTISITE', true);

    /**
    * WordPress Database Table prefix.
    *
    * You can have multiple installations in one database if you give each a unique
    * prefix. Only numbers, letters, and underscores please!
    */
    $table_prefix = 'wp_';

    /**
    * WordPress Localized Language, defaults to English.
    *
    * Change this to localize WordPress. A corresponding MO file for the chosen
    * language must be installed to wp-content/languages. For example, install
    * de_DE.mo to wp-content/languages and set WPLANG to 'de_DE' to enable German
    * language support.
    */
    define ('WPLANG', 'da_DK');

    /**
    * For developers: WordPress debugging mode.
    *
    * Change this to true to enable the display of notices during development.
    * It is strongly recommended that plugin and theme developers use WP_DEBUG
    * in their development environments.
    */

    define('WP_DEBUG', false);

    /* That's all, stop editing! Happy blogging. */

    /** Absolute path to the WordPress directory. */
    if ( !defined('ABSPATH') )
    define('ABSPATH', dirname(__FILE__) . '/');

    /** Sets up WordPress vars and included files. */
    require_once(ABSPATH . 'wp-settings.php');`

    #152723
    @mercime
    Participant

    @b2550 the forums page is the tip of the iceberg.
    #.URZ6pmf_34E is appended to the URL’s of many of your pages including WP’s archive pages and BP’s user profiles, and I find xxx/index.php/xxx in one of your site URL’s.

    I can only conclude that you are on a Windows server and something went awry with additions to the site’s .htaccess file in addition to using the option of adding index.php to your permalinks for pretty permalinks. That is not going to work with BuddyPress.

    Please deactivate BuddyPress and resolve permalinks before activating it again.
    https://codex.wordpress.org/Using_Permalinks#Permalinks_without_mod_rewrite
    http://www.cypressnorth.com/blog/web-programming-and-development/setting-up-url-rewrites-for-wordpress-under-iis-on-a-windows-server/
    – For more assistance in resolving the pretty permalinks issue, please post at https://wordpress.org/support/forum/how-to-and-troubleshooting

    #152711
    userabuser
    Participant

    @modemlooper,

    Its not a BP component, its actually a page under the page post_type.

    I’ve now got my code working, it was conflicting with the BP custom profile menu plugin (or vice versa). After disabling that plugin and applying the suggestion as provided by Shane, it now works.

    However when using the BP custom profile menu plugin, whatever pages were added (as per the normal WordPress Menu system) would correctly load themselves upon navigating to said URL.

    With the manual method I am using above, the URLs do 404 on me.

    So using the screen_function callback I can run a query for the page named account – which is fine, happy to do that.

    But I’d like to know whether there is a particular method I need to apply (rewrite rule) to have the links work (navigate to their permalink destination) without having to use the screen function?

    Anyway, for now thanks for the assistance and to Shane for providing the insight I needed to get this working correctly.

    #152696
    Ben Hansen
    Participant

    small update still no final resolution as of yet but they did reiterate that this issue is not normal so they wouldn’t be holding us to the inflated number in terms of billing so that’s definitely good and i do feel somewhat safer in recommending them. i would say that given the fact that i am personally 2 for 2 at this point i would definitely inform a client of the possibility prior to recommending them. i would say they have been very attentive in pretty much every support situation i have had so personally i have faith at this point at least they will turn out to be as i have suspected almost from the beginning the sort of ultimate managed hosting environment at least as it pertains to wordpress.

    #152641
    ssmedia
    Participant

    Also, wordpress version: 3.5.1 and buddypress version: 1.6.4

    #152635
    houfton
    Participant

    @mindyjoy do you have access to the database, eg through your Control Panel and phpMyAdmin?

    It might help to look in there to see what is going on.

    In the wp_users table there is a ‘user_status’ column. I don’t think WordPress uses it but BuddyPress does and so do these plugins (I believe). Active Users are ‘0’ unactivated are ‘2’.

    There is a ‘user_activation_key’ column but I think the relevant keys are found in the wp_usermeta table. Search the ‘meta_key’ column in that table for ‘activation_key’ and the keys will appear in the ‘meta_value’ column.

    Hopefully those tables should tally with what is shown by the plugins. Or else you could email your users with the keys…

    #152621
    Asynaptic
    Participant

    @Florence, you seem to have it up and running thanks to @modemlooper ‘s help. Just in case, have you seen this plugin? it is probably the most popular one and it was made to work with BP (Boone wrote it):

     

    https://wordpress.org/extend/plugins/invite-anyone/

     

     

    Stephen Edgar
    Moderator

    I have a feeling it may be related to Step #6, when the bbPress repair tool ‘Repair BuddyPress Group Forum relationships’ works only the first time it is run, subsequent attempts will not actually update bp_groups_groupmeta.id with the correct forum ID.

    Details of this are in bbPress ticket #2089

    If and ONLY if in your WP database tables `wp_bp_groups.slug` is an exact match with the associated post for the forum in `wp_posts.post_name` then the 2089.2.diff patch will work as long as this forum was one of the group forums originally imported.

    Diving into phpMyAdmin and looking at these values and manually updating them I think will be the best solution.

    Erlend
    Participant
    • WordPress 3.5.1
    • BuddyPress 1.6.4
    • bbPress 2.2.4

    After we had converted our legacy forum to bbPress 2, I created a new forum category called “Projects” and made all the remaining group forums parent to that category. By remaining, I mean that the other group forums had now been re-purposed as ordinary forums with no group attached. I did not re-link the remaining group forums with their respective groups until a few months (and probably a BuddyPress and bbPress update in between) after the initial forum conversion.

    We have a simple hierarchy. 3 main categories (Troubleshooting, Development and Projects) act as parents for all underlying forums. The ‘Projects’ category holds all old and new group forums. We followed the BP Docs to do the conversion right.

    #152608
    Florence
    Participant

    There’s no code field showing up on my registration page. I have used BAW before in combination with S2members, and it worked just fine. I posted about this in the wordpress support forum, but I didn’t get a reply.

    #152589
    Ben Hansen
    Participant

    indeed, something tells me that this maybe a common problem amongst the managed wordpress hosts (pure conjecture nothing really to back that up) as they all charged based on visitors. i can say that the service itself has been great and having actual phone support as well as the fact that you don’t have to explain how wordpress works or what buddypress is every time you call in or start a ticket is very nice. there are a few quirks to the system that take a little getting used to but if it weren’t for this one issue i would have no hesitation to fully endorse them. anyway i’ll definitely update the thread once i have some kind of final resolution.

    #152578
    Scott
    Participant

    Multisite WordPress along with this plugin will get you close to what you want.

    https://wordpress.org/extend/plugins/bp-groupblog/

    #152534
    @mercime
    Participant

    BP 1.7 trunk is not actively supported in this forum at this time. Having said that, Testbp.org is running WordPress 3.6-bleeding, BuddyPress 1.7-bleeding, and bbPress 2.3-bleeding

    #152525
    abarclay
    Participant

    Hi there – that was what I tried when the original tabs stopped working. I created a new menu, selected all the pages I wanted from the pages list and set that as my new default menu. Tried creating a new one just to double check. No joy, still does the same thing. Still have the BP components working, the pages I made not, but they’re find-able by searching.

    I updated bbPress and JetPack at the same time, but not WordPress itself (I’m on 3.5). I’m using the Post name permalink option which is what I was using before, I believe – I know on other blogs that caused trouble but the link shown on the edit pages matches the links which fail to display so no mismatch there. I’m perplexed (but also new to BP).

    #152515
    @mercime
    Participant

    I have set up buddypress 1.6.4 on WordPress 3.5.

    – Should be on WP 3.5.1. Or was that a typo error?
    – Did you go through the Installation Wizard after activating BuddyPress?
    – Have you tried re-uploading BuddyPress plugin manually? i.e, via s/FTP etc?
    – Are you using any membership plugin? Please deactivate and check if issue is resolved.

    #152501
    modemlooper
    Moderator

    there many ecommerce plugins for WordPress but none are 100% integrated into BuddyPress to allow a user to run a shop inside the BuddyPress install. Other option is to run WP multi-site and allow users to have their own site with their own individual store

    #152500
    @mercime
    Participant

    @chrchcol sorry, I cannot replicate the issue. The only times I’ve seen reports of such errors was in older BP versions where you install group forums via old Settings > BuddyPress > Forums which is not in the current instructions for installing the group and sitewide forums

    – Did you by any chance use a webhost script like Fantastico/Softalicious/etc. to install your WordPress? If so, start from scratch and re-upload WP manually, i.e., via s/FTP etc
    – Check on the off-chance that you have a bb-config.php file in the root of your WP install (same level as your wp-config.php) and delete it.

    #152492
    @mercime
    Participant
    #152457
    @mercime
    Participant

    @shanebp @ubernaut if you’re the original poster, you can “edit” your topic and just add [Resolved] before your topic title, which I’ll do now for this topic. There’s a cool new plugin by imath which makes it much easier to mark a topic as resolved in your own installations https://wordpress.org/extend/plugins/buddy-bbpress-support-topic/

    #152427

    In reply to: Missing ADD MEDIA

    pjfbncil
    Participant

    uploaded wordpress 3,5.1 zip downloaded from wordpress. unzipped manually installed mysql installed buddypress with default buddypress theme manually created pages. contributor does not have add media. author does so will use author. thanks for your time i give up.

    #152426
    linish
    Participant

    Hello all,

    I solved the issue by using the hook `wpmu_activate_user`

    Thanks for the tips 🙂

    #152415

    In reply to: Missing ADD MEDIA

    @mercime
    Participant

    Where are you hosted? I suggest starting from scratch. This time, do not use Fantastico but install WordPress 3.5.1 manually, i.e., s/FTP upload.

    #152414

    In reply to: Missing ADD MEDIA

    pjfbncil
    Participant

    I tried all plugins without success. Including changing themes. After I reinstalled WordPress Author has add media button Contributor does not. Here is a picture This is the first tome I have used assigned roles. I have been self hosting wp for 3 years.

    #152413
    linish
    Participant

    Hello,

    I had created the paste of the code i had tried both in profile-loop.php and in

    functions.php

    `http://pastie.org/6050342`

    The code is working fine in profile-loop.php but showing blank result in

    functions.php

    arijay
    Participant

    wooww.. thx shanebp and karmatosed…:) i use the underconstruction plugin https://wordpress.org/extend/plugins/underconstruction/  and it was the problem, now my site works perfectly… 🙂 thx again ..

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