Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'wordpress'

Viewing 25 results - 16,776 through 16,800 (of 22,651 total)
  • Author
    Search Results
  • #92309
    Sven Lehnert
    Participant

    Its in the WP repository now, the new version of the theme can be found here: https://themes.svn.wordpress.org/simple-wp-community-theme/

    #92257
    @mercime
    Participant
    #92221
    Paul Wong-Gibbs
    Keymaster

    I think it’s here https://wordpress.org/extend/plugins/first-visitor-message/. I can see straight away that it is loading its own version of jQuery. It is also loading its own javascript on every front-end and admin page load. I think if these issues were addressed in the plugin, it would work properly with BuddyPress.

    #92199
    @mercime
    Participant

    Theme, you can get a WordPress theme with magazine format then install BP Template Pack which you will need to tweak to mesh with HTML structure of your WP theme.

    Photos, videos and audio (if you allow all three in admin) uploads working with BP Gallery Plugin, which is premium at this time. You could set Gallery page to include all media or set up pages for respective media. Edit – Also individual members plus groups have their own respective photo, video and audio gallery pages out of the box.

    #92197
    modemlooper
    Moderator

    There are too many options. There are 725 plugins tagged video for WordPress. Not all of these will work with BuddyPress.

    https://wordpress.org/extend/plugins/search.php?q=videos&sort=

    You are better off testing plugins out. As for themes, you can use most WordPress themes with BuddyPress but you will have to adjust the code.

    #92195
    dainismichel
    Participant

    i tried this and it breaks the install http://www.tamba2.org.uk/wordpress/site-url/

    #92185
    LPH2005
    Participant

    Unless someone can see a better way to optimize this file, this is my final online version:

    `php_value memory_limit 256M

    RewriteEngine on
    RewriteCond %{HTTP_HOST} ^thechembook.com [NC]
    RewriteRule ^(.*)$ http://www.thechembook.com/$1 [L,R=301]

    RewriteCond %{HTTP_HOST} ^thechemistrybook.com [NC]
    RewriteRule ^(.*)$ http://www.thechembook.com/$1 [L,R=301]

    RewriteCond %{HTTP_HOST} http://www.thechemistrybook.com [NC]
    RewriteRule ^(.*)$ http://www.thechembook.com/$1 [L,R=301]

    RewriteCond %{HTTP_HOST} http://www.chemhints.com [NC]
    RewriteRule ^(.*)$ http://www.thechembook.com/$1 [L,R=301]

    RewriteCond %{HTTP_HOST} ^chemhints.com [NC]
    RewriteRule ^(.*)$ http://www.thechembook.com/$1 [L,R=301]

    php_value session.gc_probability 1
    php_value session.gc_divisor 100
    php_value session.gc_maxlifetime 3600
    php_value session.save_path /path/to/sessions

    # Protect the htaccess file

    Order Allow,Deny
    Deny from all

    # Protect wpconfig.php

    Order Allow,Deny
    Deny from all

    # Disable directory browsing
    Options All -Indexes

    # BEGIN COMPRESSION AND CACHING

    # Enable compression
    AddOutputFilterByType DEFLATE text/css text/javascript application/x-javascript text/html text/plain text/xml image/x-icon

    BrowserMatch ^Mozilla/4 gzip-only-text/html
    BrowserMatch ^Mozilla/4.0[678] no-gzip
    BrowserMatch bMSIE !no-gzip !gzip-only-text/html
    BrowserMatch bMSI[E] !no-gzip !gzip-only-text/html

    # Make sure proxies deliver correct content
    Header append Vary User-Agent env=!dont-vary
    # Ensure proxies deliver compressed content correctly
    Header append Vary Accept-Encoding

    # No ETags, No Pragma
    Header unset Pragma
    Header unset ETag
    # Default cache time to 1 year (31536000 sec)
    Header set Cache-Control “max-age=31536000, public, must-revalidate”

    # No ETags
    FileETag none

    # CACHE SETTINGS (mod_expires)

    # Turn on Expires
    ExpiresActive On
    # set default to “access plus 1 year”
    ExpiresDefault A31536000
    # html – “modification plus 1 hour”
    ExpiresByType text/html M3600
    # css and JavaScript – “modification plus 6 weeks”
    ExpiresByType text/css M3628800
    ExpiresByType text/javascript M3628800
    ExpiresByType application/x-javascript M3628800

    # No cache for php-files

    ExpiresActive Off

    Header set Cache-Control “private, no-cache, no-store, proxy-revalidate, no-transform”

    # END CACHING

    # BEGIN WordPress

    RewriteEngine On
    RewriteBase /
    RewriteRule ^index.php$ – [L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]

    # END WordPress`

    #92175
    @mercime
    Participant
    #92145
    Paul Wong-Gibbs
    Keymaster

    That looks like it would rename part of WordPress’ author URI, not the actual user name?

    #92139
    Bill Dennen
    Participant

    It looks like this plugin will do the trick:

    http://brandonallen.org/wordpress/plugins/edit-author-slug/

    #92134
    christofian
    Participant

    sorry

    1. Which version of WP/MU are you running?
    wordpress 3.0.1

    2. Did you install WP/MU as a directory or subdomain install?
    3. If a directory install, is it in root or in a subdirectory?
    the directory that I installed it in is: mysite.com/site/wordpress

    4. Did you upgraded from a previous version of WP/MU? If so, from which version?
    no, this is a clean install

    5. Was WP/MU functioning properly before installing/upgrading BuddyPress (BP)? e.g. permalinks, creating a new post, commenting.
    yes

    6. Which version of BP are you running?
    buddypress 1.2.5.2

    7. Did you upgraded from a previous version of BP? If so, from which version?
    no

    8. Do you have any plugins other than BuddyPress installed and activated? If so, which ones?
    Akismet, BuddyPress Moderation, and Register Plus. I tried deactivating them to no avail.

    9. Are you using the standard BuddyPress themes or customized themes?
    the standard bp theme with a different header image

    10. Have you modified the core files in any way?
    Yes. Before this I was getting an error because of mysql_get_server_info on wp-db.com, so I changed line 1589 (or somewhere around there from `return preg_replace( ‘/[^0-9.].*/’, ”, mysql_get_server_info( $this->dbh ));` to `return preg_replace( ‘/[^0-9.].*/’, ”, mysql_query(“select version() as $this->dbh”) );`, and that error stopped.

    11. Do you have any custom functions in bp-custom.php?
    no

    12. If running bbPress, which version? Or did your BuddyPress install come with a copy of bbPress built-in?
    it came with bbpress build in.

    13. Please provide a list of any errors in your server’s log files.
    couldn’t find those: I will keep on looking though.

    14. Which company provides your hosting?
    000webhost.com

    15. Is your server running Windows, or if Linux; Apache, nginx or something else?
    linux with apache 2.0

    Thank you for your help.

    #92128

    In reply to: events plugin?

    milordk
    Participant

    @hnla
    It makes no sense to prove that it is better:) my plugin is being developed under my projects, it will evolve to a normal user, not a “how to calculate marketing .. You always have a choice – to use interface administrative panel of WordPress or normal and a lot of understandable for the user – the interface used by the theme …

    #92122
    thelandman
    Participant
    #92101
    Ken Swift
    Participant

    https://wordpress.org/extend/plugins/auto-join-groups/

    This plugin does the trick. The only issue is that it hasn’t been updated to work with Buddypress so you need to manually change the ‘wpmu-admin’ references into ‘ms-admin’ by simply editing the script.

    #92092
    Bowe
    Participant

    you should put the script call in a new page template and use that template for the page you would like to use the script on:

    https://codex.wordpress.org/Pages#Page_Templates

    #92057

    In reply to: New user approvals

    @mercime
    Participant

    There’s a plugin but I don’t know if it’s working in 3.0.1
    https://wordpress.org/extend/plugins/bp-registration-options/

    #92056
    @mercime
    Participant

    There’s a plugin for that but I don’t know if it’s working in 3.0.1
    https://wordpress.org/extend/plugins/bp-registration-options/

    #92026
    jordashtalon
    Member

    @pcwriter

    It’s so wierd the user isn’t highlighted in red and “Not Spam” isn’t an even an option,

    The only options I have are “Bulk Actions” and “Delete”

    This is WordPress 3.1 Not WordPress MU.

    #91981
    rich! @ etiviti
    Participant

    try https://wordpress.org/extend/plugins/buddypress-restrict-group-creation/ set “Create group capability” to “subscriber” and all other settings to something above

    #91979
    thelandman
    Participant

    @modemlooper, thats a pretty neat little .js library. Cool.

    @mohansingh, IE6 is what satan excreted on the internet back in the stone age. You shouldn’t be bothered about IE6 actually. Try this plugin https://wordpress.org/extend/plugins/nomoreie6/

    #91978
    Boone Gorges
    Keymaster

    Mark – you’ll need to follow the instructions in that post clearly. Keep in mind that the plugin is not for WordPress; the modifications are mostly to Mediawiki. Your “valid headers” issue probably arises from the fact that you’re loading the plugins into wp-content/plugins instead of the extensions directory of your MW install.

    #91963
    Boone Gorges
    Keymaster

    Sounds to me like most of your requirements could be met with WP Multisite plus a few selected plugins and themes.
    – P2 allows for front-end posting
    https://wordpress.org/extend/plugins/more-privacy-options/ expands WP’s default privacy options to allow blog admins to hide their blogs from everyone but themselves
    – Forums could be accomplished with bbPress or a forum-specific WP plugin

    Depending on what you need out of “blogs”, you might also be able to repurpose BuddyPress groups to do something similar. For instance:
    – Each member is the sole member of a private/hidden group, and uses BP activity to “blog”. Since this happens through BP, there is no WP Dashboard involved.
    – Likewise with Notes
    – Depending on what you want with “Link List”, that can be pretty easily done with an additional profile field.
    – Forums would of course be built in, in the form of non-private groups that the user could join.

    How to decide? If you don’t need the rich functionality of blogs (post revision history, out of the box multimedia support, etc), then actually giving each user two WP blogs might be too much overhead. In that case, BP would be a good choice. The functionality that you’d need is all already there; your work would be limited to customizing and configuring the interface.

    #91957

    In reply to: Translating buddypress

    Roger Coathup
    Participant

    https://codex.buddypress.org/translations/

    Have a look in the WordPress plugin repository for plugins that let your users switch language. You’ll also find plugins that support translation of page content (as opposed to the standard BP menus / text)

    #91943
    Paul Wong-Gibbs
    Keymaster

    It is a WordPress setting, under the “Settings > General” pages.

    #91935
    philip
    Participant

    Thank you! WordPress is so flexible I get lost a lot but I’m getting better

Viewing 25 results - 16,776 through 16,800 (of 22,651 total)
Skip to toolbar