Search Results for 'wordpress'
-
AuthorSearch Results
-
September 13, 2010 at 12:40 pm #92309
In reply to: Simple WP Community Theme
Sven Lehnert
ParticipantIts in the WP repository now, the new version of the theme can be found here: https://themes.svn.wordpress.org/simple-wp-community-theme/
September 12, 2010 at 10:45 pm #92257In reply to: Hide BuddyPress from non-loged-in users
September 12, 2010 at 12:26 pm #92221In reply to: Buddypress and jquery incompatability
Paul Wong-Gibbs
KeymasterI 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.
September 12, 2010 at 1:03 am #92199@mercime
ParticipantTheme, 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.
September 11, 2010 at 11:48 pm #92197modemlooper
ModeratorThere 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.
September 11, 2010 at 11:21 pm #92195In reply to: WP in Subdirectory, BP 1.3svn, home link incorrect
dainismichel
Participanti tried this and it breaks the install http://www.tamba2.org.uk/wordpress/site-url/
September 11, 2010 at 8:41 pm #92185In reply to: Site Crash: .htaccess buggered
LPH2005
ParticipantUnless 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-iconBrowserMatch ^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`
September 11, 2010 at 4:22 pm #92175In reply to: individual BLogs with BUddy
September 11, 2010 at 7:57 am #92145In reply to: Username in Profile URL
Paul Wong-Gibbs
KeymasterThat looks like it would rename part of WordPress’ author URI, not the actual user name?
September 11, 2010 at 1:31 am #92139In reply to: Username in Profile URL
Bill Dennen
ParticipantIt looks like this plugin will do the trick:
September 10, 2010 at 11:45 pm #92134In reply to: Buddypress forums not working
christofian
Participantsorry
1. Which version of WP/MU are you running?
wordpress 3.0.12. 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/wordpress4. Did you upgraded from a previous version of WP/MU? If so, from which version?
no, this is a clean install5. Was WP/MU functioning properly before installing/upgrading BuddyPress (BP)? e.g. permalinks, creating a new post, commenting.
yes6. Which version of BP are you running?
buddypress 1.2.5.27. Did you upgraded from a previous version of BP? If so, from which version?
no8. 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 image10. 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?
no12. 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.com15. Is your server running Windows, or if Linux; Apache, nginx or something else?
linux with apache 2.0Thank you for your help.
September 10, 2010 at 10:01 pm #92128In 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 …September 10, 2010 at 9:10 pm #92122In reply to: creating a new page with a chat script
thelandman
Participant@bugicp, Try this plugin https://wordpress.org/extend/plugins/phpfreechat/
September 10, 2010 at 5:10 pm #92101In reply to: Multiblog + unique communities
Ken Swift
Participanthttps://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.
September 10, 2010 at 3:55 pm #92092In reply to: creating a new page with a chat script
Bowe
Participantyou 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:
September 10, 2010 at 5:40 am #92057In reply to: New user approvals
@mercime
ParticipantThere’s a plugin but I don’t know if it’s working in 3.0.1
https://wordpress.org/extend/plugins/bp-registration-options/September 10, 2010 at 5:27 am #92056In reply to: Requiring new members to be approved first
@mercime
ParticipantThere’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/September 9, 2010 at 9:08 pm #92026jordashtalon
MemberIt’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.
September 9, 2010 at 3:44 pm #91981In reply to: Allow Only Public Groups
rich! @ etiviti
Participanttry https://wordpress.org/extend/plugins/buddypress-restrict-group-creation/ set “Create group capability” to “subscriber” and all other settings to something above
September 9, 2010 at 3:20 pm #91979thelandman
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/
September 9, 2010 at 3:13 pm #91978In reply to: Mediawiki single sign on
Boone Gorges
KeymasterMark – 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.
September 9, 2010 at 12:06 pm #91963In reply to: Is BP the right plattform for my project?
Boone Gorges
KeymasterSounds 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 pluginDepending 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.
September 9, 2010 at 9:19 am #91957In reply to: Translating buddypress
Roger Coathup
Participanthttps://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)
September 9, 2010 at 6:10 am #91943Paul Wong-Gibbs
KeymasterIt is a WordPress setting, under the “Settings > General” pages.
September 9, 2010 at 2:38 am #91935In reply to: Can’t find Group admin
philip
ParticipantThank you! WordPress is so flexible I get lost a lot but I’m getting better
-
AuthorSearch Results