Search Results for 'buddypress'
-
AuthorSearch Results
-
August 19, 2010 at 7:09 am #89500
In reply to: Job board using buddypress ?
PetLvr
Member@Travel-Junkie … I just signed up at Jobboardr. .. I’ve got a buddypress community that might like this plugin (if you need testing)
August 19, 2010 at 6:41 am #89659In reply to: Time on my site is off by 5 hours.
Hugo Ashmore
ParticipantThat changeset is a total reworking of BP time functions as I read things and covers this later ticket which I believe was the final issue hanging around with time offsets.
https://trac.buddypress.org/ticket/2203August 19, 2010 at 6:39 am #89658In reply to: Please Help….buddypress post background
Grant
Participantif i post up both files could you let me know what i need to ajust then ill do it for the other files?
August 19, 2010 at 6:38 am #89657In reply to: Please Help….buddypress post background
Grant
ParticipantBut i dont just copy the page.php code and paste it into the BP file…… do i???
August 19, 2010 at 6:36 am #89656In reply to: Please Help….buddypress post background
r-a-y
KeymasterYour example to use is your theme’s page.php file.
An example of a BP file is your theme’s /members/index.php file.Compare the two files and make the necessary adjustments to /members/index.php. This will fix your member directory page. Then you’ll have to apply this to all your other BP templates.
August 19, 2010 at 6:34 am #89654In reply to: Please Help….buddypress post background
Grant
Participantcould you give me an example so that i can go and fix them all
August 19, 2010 at 6:29 am #89652In reply to: Please Help….buddypress post background
r-a-y
KeymasterYou’re using the BP Template Pack plugin, which is a quick fix.
You need to modify the BP templates that got moved into your theme so they match the structure of your theme’s page.php file.
August 19, 2010 at 6:24 am #89650In reply to: Time on my site is off by 5 hours.
r-a-y
KeymasterHere’s the main changeset in BP 1.2 branch that Paul Hastings is referring to:
https://trac.buddypress.org/changeset/3142Several people have confirmed it works (including myself).
I should note that there have been other patches since then that JJJ has added, so you might want to just use the updated BP 1.2 branch.
August 19, 2010 at 6:15 am #89648In reply to: New plugin: Add All Nav Links to BP Adminbar
Hugo Ashmore
Participant@pcwriter I’m trying to find out why the plugin group hasn’t got a forum activated, if it can be enabled I’ll close this thread off so that further discussions can continue within that group.
August 19, 2010 at 6:05 am #89647In reply to: Time on my site is off by 5 hours.
paulhastings0
Participant@peterverkooijen I think a patch has already been submitted in Trac and the next version of BP (hopefully next week?) will fix it.
August 19, 2010 at 5:25 am #89643In reply to: Singular Activity Stream
alanchrishughes
Participant@Modemlooper I guess that is what i was trying to ask, how would one go about adding things like @mentions to the default profile stream. I got that post to user’s wall thing going which is nice, but then it is directed to the @mentions tab still.
August 19, 2010 at 5:05 am #89642In reply to: EventPress
PJ
Participant@kunalb @hnla I was getting the same 294 error as @markhahnel with the 0.1 from the website.
@kunalb the bleeding version you sent me took down my site and gave me an error: “Fatal error: Cannot access empty property in /wp-content/plugins/bp_custom_posts/themes/tags.php on line 9” …So I uninstalled it. I can hang out til the new update this weekend. I’m excited to help out in any way or use it with my test users. Keep up the great work.
August 19, 2010 at 4:32 am #89641In reply to: How do you edit the header file?
@mercime
ParticipantAugust 19, 2010 at 3:58 am #89640christinarule
MemberI also should note that in this image http://christinarule.com/bperror.jpg the image on the right…if I click on a buddypress link its takes the index.php out of the URL but if I add it in myself then it works… maybe I need to somehow make it put in the index.php idk how else id do that since Im already doing that in the permalink setting
August 19, 2010 at 3:39 am #89637intimez
ParticipantMy suggestion is 1, 2, 3, 6 — make sure everything works using default theme — then 5, 4
August 19, 2010 at 3:34 am #89636In reply to: Kick (but not ban) a user from a a group?
intimez
Participant@johnjamesjacoby Thanks! Looking forward to 1.2.6 … hurry up already!!!
August 19, 2010 at 3:32 am #89635In reply to: Time on my site is off by 5 hours.
intimez
ParticipantDid you try General – Settings – Timezone?
August 19, 2010 at 2:51 am #89632In reply to: Singular Activity Stream
modemlooper
ModeratorOn this site the only filter that looks to have change is that they’ve added @ mentions to the default profile stream. Do you want a wall where people can post to? Maybe this is what you are looking for http://buddydev.com/buddypress/using-activity-as-wire-in-buddypress-1-2-themes/
August 19, 2010 at 2:40 am #89630In reply to: Kick (but not ban) a user from a a group?
PJ
ParticipantAll,
Thank you for your support! @johnjamesjacoby thank you for your prompt response and adding it to the future release
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 11:16 pm #89612In reply to: Singular Activity Stream
alanchrishughes
Participant@Modemlooper I’m not talking about that page, I’m talking about individual users’ activity. When someone @’s you on here, it shows up in your activity stream. I’ve never “favorited” anything so I don’t know if that shows up in your activity stream also or if you still have to go to its individual tab, but that is what I would want to setup, all activity in one stream.
August 18, 2010 at 11:14 pm #89611Roger Coathup
Participant@christinarule – also, do you have anything in the category base field on the permalink page?
August 18, 2010 at 10:41 pm #89609Roger Coathup
Participant@christinarule – if you post your .htaccess and wp-config.php files (use pastebin.com). It might help pinpoint the problem.
-
AuthorSearch Results