Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'wordpress'

Viewing 25 results - 31,376 through 31,400 (of 32,678 total)
  • Author
    Search Results
  • codyb
    Participant

    So what do you do, just place this in the plugins directory under wp-content, activate the plugin and then place the logo.gif file in that plugins directory? I’ve done that and its not working?

    #45442
    Jeff Sayre
    Participant

    This is actually a WPMU question, but I think you should find an answer here: https://buddypress.org/forums/topic.php?id=2042

    #45440
    Jeff Sayre
    Participant

    I’m glad you’re back up and running.

    Just in case you don’t know, phpMyAdmin is a MySQL administration tool. Whenever a task requires that you access your MySQL DB directly in the backend, this tool is what most WordPress developers and designers use.

    #4981
    codyb
    Participant

    Quick rundown, I am running WordPress MU 2.7.1 and I currently have the BuddyPress plugin activated. I have downloaded and activated the members only plugin, which basically means when you access my site (codyconnect.com) it takes you to the wordpress login screen and you must login before you can access the buddypress members theme page which is exactly what I want. My question is does anyone know how to change the WordPress logo on the login page to a different logo? Thanks for your help

    #4978
    codyb
    Participant

    I originally had installed my wordpress into a subdirectory called /var/www/html/wp so in order to access you had to go to http://www.example.com/wp

    I changed my wp content folder to just /var/www/html and now I’m having issues with the login. Even though I changed my BASE directory in wp-config.php back to / it is still trying to send me to example.com/wp when I login and its causing me issues. Anyone know how to fix this?

    #45415

    In reply to: Problems with encoding

    Jeff Sayre
    Participant

    Shakera-

    If I understand your issue, you are having problems localizing BuddyPress into Cyrillic.

    Please check this BuddyPress codex page first as there is a translation of BP for Bulgarian.

    If you are making your own translation, then you should read the Translating WordPress codex page.

    Sam Bauers
    Participant

    @Matew: You are right.

    #45394
    smdnizam
    Participant

    i believe the correction given in the following link must work….

    https://codex.wordpress.org/Function_Reference/current_time

    but still I haven tried it out…

    if you do so let me know whether it was useful

    #45389

    In reply to: the tale of the time

    alunsina
    Participant

    fixed the 4 hours later posting on WordPress. turns out i have to really make sure that everybodys time (all users!) is on the correct timezone. not just the admins.

    Only thing remaining, really is the sitewide activity. any activity is posting as an hour back. this, despite all settings set to the original time zone of server.

    xmike
    Participant

    I have fixed db-cache plugin to work with wordpress mu and buddypress.

    To try it download original version 0.6 from http://wordpress.org/extend/plugins/db-cache/ http://wordpress.org/extend/plugins/db-cache/

    and replace file db-module.php with

    http://prague.es/db-cache-fix-for-buddypress/db-module.php.txt

    and then activate the plugin

    Changes in db-module.php file are marked with a string “//mch” (replacement of functions and variables)

    I have tested it little bit but I’m not sure if its working well.

    You can see caching stats in at the bottom of generated html page.

    eg.

    <!– Generated in 2.814 seconds. Made 10 queries to database and 145 cached queries. Memory used – 31.56MB –>

    <!– Cached by DB Cache –>

    !!!Please post your experience with db-cache plugin and buddypress!!!

    Why I’m not using wp-super-cache plugin? Cause it doesn’t work well with bp-facebook connect plugin ( bp-fbconnect ).

    #45370
    jfcarter
    Participant

    You might take a look at the Members-Only plugin from WordPress:

    https://wordpress.org/extend/plugins/members-only

    It prevents anyone not logged from seeing the blog/site and directs them to the login page (or you can choose a different page).

    Seems to work with WPMU, but you’ll have to test it on your site to be sure.

    #45368

    In reply to: Friend Request Error

    ceeeeg
    Participant

    I think I found the problem… https://mu.wordpress.org/forums/topic/9888?replies=11

    I will let you know if that fixes it.

    #45347
    jfcarter
    Participant

    Well, I found it! You can select whatever page you want as your entry screen in Administration > Settings > Reading.

    Here’s the page (which needs updating) in the WordPress Codex: https://codex.wordpress.org/Creating_a_Static_Front_Page

    Now I just need to build the page!

    (am now marking this resolved)

    ndrwld
    Participant

    As I understand, after integration I can delete tables bb_users and bb_usermeta created by bbPress, because know it uses WPMU tables, am I right?

    Matew

    ndrwld
    Participant

    BIG BIG thanks Manoj, it works! Its my first experience with bbPress, I didn’t know that there is integration option inside :)

    I’ll will post it in bbPress forum too.

    Matew

    #45332

    In reply to: adding a page

    plunderpat808
    Participant

    This plugin was working for me for adding menu items with a working selected class, the problem I was having was that it corrupted my wordpress admin so that everytime I posted something I got a blank white screen. Does anybody know how to fix this? is it a permissions issue on the plugin file?

    #45329
    enlightenmental1
    Participant

    limiting the users to one blog can be done with this handy plugin:

    https://downloads.wordpress.org/plugin/limit-blogs-per-user.1.0.zip .

    Sven Lehnert
    Participant

    I have installed a new wordpress 2.7.1 and buddypress 1.0 for testing this problem.

    There are no other plugins running. Just a clean installation with buddypress.

    http://sven-lehnert.de/

    I used the wire_patch_too.patch added by burtadsit.

    It’s this Ticket http://trac.buddypress.org/ticket/723

    In the wp-config.php I insert all the slug rewrites:

    define( ‘BP_MEMBERS_SLUG’, ‘mitglieder’ );

    define( ‘BP_FRIENDS_SLUG’, ‘freunde’ );

    define( ‘BP_WIRE_SLUG’, ‘pinnwand’ );

    define( ‘BP_GROUPS_SLUG’, ‘gruppen’ );

    What did I wrong? Because after the changes, the wire in groups not working any more.

    I did this test because I thought it’s one of the plugins I’m using. but I have the same bug in a clean installation.

    I need help with this. Looking forward…

    Avaz
    Participant

    I’ve downloaded this plugin from here: https://wordpress.org/extend/plugins/invitefriends-plug-in/

    I use BP 1.0.

    1) unzipped to /wp-content/mu-plugins/ folder and there’s no Invite Friends section in Settings panel.

    2) unzipped to /wp-content/plugins/buddypress/ folder and the same thing here, there’s no Invite Friends section in Settins panel.

    What am I doing wrong?

    talk2manoj
    Participant

    1. Delete all tables created by bbPress from your database

    2. Install bbPress without integration with wordpress

    3. Login with Key Master

    4. Go to admin tab

    5. Do wordpress integration

    ndrwld
    Participant

    Have somebody tried new bbPress 1.0-RC release?

    I’ve a problem with bbPress integration with WPMU. All installation steps going fine. I enter cookie integration fields, the same database, use default prefix’es, but nothing solves the problem.

    In 3 step of bbPress installation when I enter existing user “admin” in key master field it shows me an error – “The key master could not be created. An existing user was found with that user login.”. But even if I choose new user, forum installation ends fine but when trying to login, it redirects me to install wizard once again.

    With single install (without integration) bbPress works fine.

    #4949
    2864451
    Inactive

    I dont seem to be able to find this answer.

    There are no “secure auth” cookie salt or “auth” cookie salt on my installation.

    I used the 1.0 Alpha 6 BbPress and Buddypress latest version.

    How come these are not where they say they are “this wordpress admin page”

    Cheers.

    plunderpat808
    Participant

    Ok I seemed to be able to get my WordPress pages up in the “ul nav” but I couldn’t get the selected class to work on them… I guess I’ll keep looking around for a solution.

    #45289
    Jeff Sayre
    Participant

    Freaking Wildchild-

    Well, what is surprising to me is that you were trying to debug this with plugins other than BuddyPress running. qTranslate is a WordPress plugin.

    In the fifth post in this thread, Burt advised you to:

    Disable all other plugins

    I had been under the assumption from that point on –even with your new attempt at a fresh install–that you did not have any other plugins installed and activated other than BuddyPress.

    When trying to debug something as complex as WPMU + BuddyPress, you need to remove as many variable from the equation as possible. That means, among other things, deactivating all plugins other than BP.

    Anyway, it looks like you have your culprit narrowed down. I’d suggest contacting the qTranslate plugin dev and asking for help.

    #45288
    Jeff Sayre
    Participant

    Kit-

    I’m sorry you’re having troubles with your theme folders. To be clear, I want to make sure that you realize that you were not, as you state:

    advised to change my “bphome” name to preserve it in case of future BP upgrades.

    I assume you’re talking about the discussion we had in this thread you asked:

    I assume renaming the theme is simply changing the name of its folder?

    I responded:

    That is correct. Make a copy of the bpmember theme, rename your copy, make whatever changes you want to it, and you have–in effect–a custom theme! Just make sure you keep your new theme in the /wp-content/bp-themes/ directory.

    Also, in this thread where I advised you to:

    Follow the same procedure as before. Make a backup of the standard bphome theme, rename it to something new…

    This means, rename your backup to something new, not change the name of the original theme folder.

    Furthermore, as per a private conversation you initiated with me on May 6 via the members messaging system, I state that:

    Make sure that you make a copy of both bphome theme and bpmember theme. Your customizations should be done in copies, not the original. That way, if you have issues with your custom themes (and we all do when working on customization), you can switch back to the standard BP themes to see how things should work.

    And, as we were talking about CSS issues in that private message and you stated that you had WordPress theming experience, I assumed you knew that the primary style file in BuddyPress, style.css, would need to reflect your new theme’s name.

    If you were confused by my advice, I do apologize. But, if you had done what I advised, you would have made a copy of the original theme and altered the copy. As I stated in my private message response to you, do not alter the original theme files.

Viewing 25 results - 31,376 through 31,400 (of 32,678 total)
Skip to toolbar