Search Results for 'wordpress'
-
AuthorSearch Results
-
August 19, 2010 at 3:31 pm #89707
In reply to: group types
@mercime
ParticipantAugust 19, 2010 at 3:25 pm #89705@mercime
Participant@Pisanojm https://wordpress.org/extend/plugins/buddypress-badge/
@warut Thank you. Badge is working well in test install WP 3.0.1 – BP 1.2.5.2, subdomain structure, and upgraded from WPMU 2.9.2. Cool
August 19, 2010 at 9:55 am #89679Roger Coathup
Participantother than the check for mod_rewrite.c, you have the same .htaccess that I have in a default install, with permalinks set to /%category%/%postname%/ (http://playground.21inspired.com is a simple default install).
My .htaccess:
# BEGIN WordPressRewriteEngine On
RewriteBase /
RewriteRule ^index.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]# END WordPress
Unfortunately, this is beyond my area of expertise. Hopefully, someone else can help you get rid of index.php in your urls, and get the blog & BuddyPress urls resolved correctly.
Other quick thoughts: is your .htaccess in your site’s root directory? Do you have other .htaccess files in the subdirectories? Does your server support mod_rewrite?
Anyone able to help?
August 19, 2010 at 9:06 am #89674In reply to: Quick Q – link to a website
nit3watch
ParticipantTo be a bit more clear, gwebsite_get_group_website() returns the ‘web site’ correctly as below:

Though using
$link = gwebsite_get_group_website();
when
$group_website = ' '.gwebsite_get_group_website().' ' ;
return $group_website;returns the url as http://localhost/wordpress/groups/example-group/www.example-group.com and not to http://www.example-group.com .
Any idea’s were Im going wrong?
August 19, 2010 at 3:42 am #89638In reply to: Time on my site is off by 5 hours.
peterverkooijen
ParticipantSure, that is one place. But I still get different times in Sitewide Activity, a jQuery FullCalendar script that works fine in WordPress site without BP, etc.
I am on customized BP 1.1.3 + WP 3.0, but judging from hnla’s comment the issue has not been fully fixed in the latest versions. Anyway I’m trying to figure out where to fix it, where in the code, where in the database.
August 19, 2010 at 1:34 am #89626christinarule
Member.htacess
# BEGIN WordPress
RewriteEngine On
RewriteBase /
RewriteRule ^index.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]# END WordPress
wp-config:
<?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’, ‘***’);/** MySQL database username */
define(‘DB_USER’, ‘***’);/** MySQL database password */
define(‘DB_PASSWORD’, ”);/** MySQL hostname */
define(‘DB_HOST’, ‘localhost’);/** 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.
*
* Change these to different unique phrases!
* You can generate these using the { @link https://api.wordpress.org/secret-key/1.1/ 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’);
/**#@-*//**
* 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.mo to wp-content/languages and set WPLANG to ‘de’ to enable German
* language support.
*/
define (‘WPLANG’, ”);/* 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’);August 19, 2010 at 1:06 am #89625katemgilbert
ParticipantIf you use custom profile filters plugin (https://wordpress.org/extend/plugins/custom-profile-filters-for-buddypress/) and add a field labeled “Twitter”, user can enter their Twitter handle and the plug-in will automatically convert it to their Twitter URL. No need to enter URL.
August 18, 2010 at 11:48 pm #89614erikshosting
MemberJust thought I’d mention that I had this issue and solved it by checking that the blogs.dir folder AND ALL SUBFOLDERS, RECURSIVELY, were set to ownership by ‘apache’ and had 775 permissions.
This took some time to trouble shoot, as it turned out my host was only setting the blogs.dir folder to ownership by ‘apache’ and not its sub-folders. I had to specifically ask a second tech support guy to check the sub-folders for me before I figured this out.
‘apache’ needs to be the owner on apache machines, the rest should have the main ftp user as the owner (you may have to enable group permissions so you can still edit them)
I Hope this article I wrote helps: http://erikshosting.com/wordpress-tips-code/buddypress-avatar-upload-failed-fix/
August 18, 2010 at 7:28 pm #89584In reply to: problem creating user blogs
r-a-y
KeymasterI would post about this on the WordPress.org multsite forum:
https://wordpress.org/support/forum/multisiteSince this is most likely a problem with your network settings after switching hosts.
August 18, 2010 at 4:59 pm #89551In reply to: Activation Code after New Member Registration
tomslick
ParticipantI’m also seeing the same issue using WordPress 3.0 and Buddypress 1.2.5. Zero BP plugins installed.
Email gets sent, user clicks on it but still gets the activation code screen. Enter the code results in an error message about the code being incorrect.
It’s not a very good first impression.
August 18, 2010 at 4:11 pm #89549In reply to: wpmudev plugins just don’t seem to work?
modemlooper
ModeratorPer WordPress licensing, plugins and themes really should be free and people should charge for support and customization. If someone is selling ‘support’ under the guise to sell themes or plugins and not giving support it’s their own fault if somebody releases the paid plugins to everyone.
The best way to go about it, in my opinion, is to release themes or plugins as a free version and then have some with paid support and more options.
August 18, 2010 at 3:50 pm #89541In reply to: I need ideas for theme creation.
modemlooper
Moderator@nahummadrid bb forums are leaving BuddyPress to become a WordPress plugin. This might open more opportunities to customize it. What QA theme are you using or is it from scratch?
August 18, 2010 at 1:21 pm #89520In reply to: BuddyPress good for Feedback forums?
Jeremy Herve
Participant@rogercoathup Alright, thanks for the heads up then! I will stay posted! By the way, is there an easy way to follow on the development of bbPress plugin? Maybe a dev blog like wpdevel.wordpress.com?
And about the reviews/ voting, I am open to any plugin ideas then!
Thank you again!
August 18, 2010 at 1:17 pm #89519christinarule
MemberWell the only reason I was setting my permalinks to /index.php/%category%/%postname%/ was because if I didnt ( if i would just set them to /%category%/%postname%/) then my whole site would break… I couldnt click on any other page with out getting a “not found” error.
Even when I set my perma linking to /%category%/%postname%/ my buddy press still goes to a “not found page”
Am I missing something??
I thought maybe updated my wordpress would do the trick so thats what I did last night… and still nothing… in fact now im just left with an even MORE broken site. I guess some of my plug ins arent working correctly with wordpress latest version.
August 18, 2010 at 12:50 pm #89515In reply to: Blog Theme / Buddypress Theme
John
Participant@rogercoathup as you can see I use the term template/theme to talk about the same thing.
Thanks you for the correct utilization of the term.Take a look at the BuddyPress default theme (it’s in plugins/buddypress/bp-themes/bp-default), and you will see all the separate template files, including sub-folders with the templates for activity, members, etc.
=> So I’ll have to modify the template of the buddypres pages ? This mean the css “attached” to each buddypress pages. this way I could have a network who look totally different than the main blog.Your secondary blogs can have any WordPress theme you want: you simply install more themes, and assign them on a blog by blog basis to the other blogs.
=> The users can choose by themselves the theme for their blog, no ?Best regards,
August 18, 2010 at 12:46 pm #89514In reply to: Help with converting WordPress theme to Buddypress
alex
Participantif u don`t manage to rezolv your problem and u are tiered u can come at http://www.five-games.com and take a moment to relax by plaing one of the 4000 free online games ! is safe for kids too . hope to see u all there !
website is willing to do link exchnage . and if u come u can get games and have them posted on your blog for your friends to play !regards
August 18, 2010 at 12:38 pm #89512In reply to: BuddyPress good for Feedback forums?
Roger Coathup
Participant@jeherve – there are some exciting developments happening with bbPress, which should help you build your site.
A new version of bbPress will work better with BuddyPress to provide the one main forum solution you are looking for, backed up by all the advantages of the BuddyPress social platform for looking after the user base.
A beta of the new bbPress (installed as a plugin in your WordPress site alongside BuddyPress) is due around the middle of September. @johnjamesjacoby is leading the development.
Not sure on the reviews / voting, but there are bound to be some good plugins out there.
August 18, 2010 at 10:15 am #89497In reply to: Blog Theme / Buddypress Theme
Roger Coathup
Participant@johnwinch42 – I think it is a terminology problem:
Each page in a WordPress / BuddyPress site can have it’s own template, so for example a template for posts (single.php), for categories (archive.php), etc.. You can even specialise it further, so that different types of posts have different templates and so on.
BuddyPress extends WordPress in the same way, adding new template files for groups, activity, members, profiles, etc.
A theme is a collection of template files, CSS, and javascripts, that are used together to give your site its design, look and feel.
A BuddyPress site typically has one theme that contains the template files for both the main blog and the social network parts. Although it’s one theme, you can style each part uniquely (e.g. the main blog and social network can look different), because you have different templates within that theme for each part of the site.
Take a look at the BuddyPress default theme (it’s in plugins/buddypress/bp-themes/bp-default), and you will see all the separate template files, including sub-folders with the templates for activity, members, etc.
Your secondary blogs can have any WordPress theme you want: you simply install more themes, and assign them on a blog by blog basis to the other blogs.
August 18, 2010 at 8:29 am #89492In reply to: New install just gets 404 errors
Adam Turner
ParticipantThis message “If your .htaccess file were writable, we could do this automatically, but it isn’t so these are the mod_rewrite rules you should have in your .htaccess file”
This page is not very user friendly for such a critical step in new installations for many new users. It is not clear how to allow .htaccess permision.
https://codex.wordpress.org/Changing_File_PermissionsCan someone give me a simple paste this text: where? type screenshot. This link is not helpful https://codex.wordpress.org/Changing_File_Permissions
RewriteEngine On
RewriteBase /blog/
RewriteRule ^index.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /blog/index.php [L]It seems like using the default setting https://codex.wordpress.org/Changing_File_Permissions is actually NOT an option:
“For core WordPress files, all should be writable only by your user account. However, if you utilize mod_rewrite Permalinks or other .htaccess features you should make sure that WordPress can also write to your /.htaccess file. “I saved my permalink settings from the default to month and name. But that does not seem to be enough.
Can anyone help? This seems like it would be a common problem.
August 18, 2010 at 2:26 am #89467intimez
ParticipantDid you go to Appearance – BP Compatibility and then go through all steps to final page?
August 17, 2010 at 11:42 pm #89457bb32
ParticipantTry http://buddydev.com/buddypress/creating-the-sitewide-globalunified-search-page-for-your-buddypress-theme/
I got it to work. Just download the zip file towards the end of the post and follow the instructions.August 17, 2010 at 11:42 pm #89456christinarule
Member@Thorsten that also worked for me…
When using buddypress how do you change it so when you click on “my account”, or any link for that matter, it calls out http://www.yourdomain.com/index.php/groups/ Mine is still defaulting to http://www.yourdomain.com/groups/ even though I changed the permlink settings in my wordpress dashboardAugust 17, 2010 at 11:26 pm #89454christinarule
Memberhey yea thanks I tried that… I have it installed but when I try and click on My account or anything really on the main page is just goes to an “Not found “Page. I looked over all my stuff time after time making sure I wasnt missing a step or messing up my perma linking…. cant seem to get it!
August 17, 2010 at 8:50 pm #89426In reply to: Static Front Page, Blog Link Doesn’t Work
rayd8
MemberI found this fix and it appears to be working for me:
1. Open the index.php, save it to your theme as posts-page.php (or whatever template name you like).
2. Edit the newly created posts-page.php file and place the following at the top to create a page template:`<?php
/*
Template Name: Posts Page
*/
?> `3. Now scroll down in the posts-page.php to the beginning of the WordPress loop and just before the line “ add this one line of code “ Note: (5 == the number of post to show you can change this to whatever you want.)
4. Save the posts-page.php file.
5. In your WordPress/BuddyPress admin panel create a new page called “Blog” (or something similar) and select “Posts Page” under Template.
6. Publish page.You should now be able to go to your Settings -> Reading menu and set a static page and select your Posts Page to show your blog posts.
August 17, 2010 at 8:24 pm #89421In reply to: Anyone got BuddyPress Maps working?
amahesh
MemberAny update on this
https://wordpress.org/extend/plugins/buddypress-maps/ -
AuthorSearch Results
