Search Results for 'wordpress'
-
AuthorSearch Results
-
July 16, 2011 at 12:14 am #116402
@mercime
ParticipantIt’s in beta, read this http://wpmututorials.com/news/new-features/multiple-buddypress-social-networks/
July 15, 2011 at 8:40 pm #116398In reply to: month names not translated
danbpfr
ParticipantI have the same problem with birth date in french.
Warum ?
According to this ticket, this would be solved in 1.3 (even if this problem was mentionned 2 years ago…)
https://buddypress.trac.wordpress.org/ticket/3149
Concerning private msg date, you can read this:
https://buddypress.trac.wordpress.org/ticket/2203July 15, 2011 at 3:51 pm #116384In reply to: Widgetize MyBuddyPress theme
@mercime
Participant@drhoussem The article I linked to was quite clear. For more assistance re adding widget areas in your theme, WP.org forums is the place to go –> https://wordpress.org/support/forum/how-to-and-troubleshooting
July 15, 2011 at 3:48 pm #116383In reply to: [Resolved] Compatibility with InStyle Theme
@mercime
Participant@curtis642 sure, just start a new thread. Before doing so, I recognize the theme you’re using as one which needs some decryption if you haven’t done so already. Clean the theme files up first. You’ll find decoding assistance here https://wordpress.org/support/topic/theme-decoding-thread?replies=7
July 15, 2011 at 3:35 pm #116376In reply to: Using a wordpress theme for buddypress?
@mercime
ParticipantYou make a WP theme compatible with BP via the BP Template Pack plugin. The whole process is explained in the first link and an example in the second link.
https://codex.buddypress.org/theme-development/wordpress-to-buddypress-theme/
https://codex.buddypress.org/theme-development/bp-template-pack-walkthrough-level-easy-2/ where it shows how you can hardcode the navigation tabs/links to BP components and regular WP pagesLearning curve on CSS is relative to time allotted to learning and interest in the subject matter. You can start off with online CSS tutorials and continue from there
http://css-tricks.com/category/beginner/
http://css-tricks.com/category/intermediate/
http://css-tricks.com/category/advanced/July 15, 2011 at 7:47 am #116366Prince Abiola Ogundipe
Participant@shaunokeefe, i think this plugin can handle what you want : https://wordpress.org/extend/plugins/welcome-pack/ . it will give you ability to edit email notification content. you can try it and see how it goes.
regards
July 15, 2011 at 3:03 am #116354In reply to: Blog locations when using BP secblog
@mercime
ParticipantHi @tjbrewers fixed in BP 1.3 https://buddypress.trac.wordpress.org/ticket/1796
July 15, 2011 at 2:51 am #116353@mercime
ParticipantPermissions errors more often appear with incomplete auto-upgrades. Manually upload via FTP/cpanel WordPress files and all plugins you have recently upgraded. Clear cache.
July 15, 2011 at 2:20 am #116351In reply to: Widgetize MyBuddyPress theme
@mercime
ParticipantHere’s a very good tutorial about sidebar widgets. It would involve adding code to theme’s sidebar.php and functions.php files http://justintadlock.com/archives/2010/11/08/sidebars-in-wordpress
July 15, 2011 at 12:58 am #116347In reply to: Widgetize MyBuddyPress theme
drhoussem
MemberHere is the theme sorry: https://wordpress.org/extend/themes/my-buddypress
July 14, 2011 at 9:30 pm #116342kizinko
Participant*bump*
Someone please help! I am completely without a wordpress admin dashboard and can’t continue working on the project until it is back up.
July 14, 2011 at 8:28 pm #116341In reply to: How to disable ajax loader in activity stream?
mralexweber
ParticipantTry disabling your plugins and see if that fixes it. Also make sure to search the forums for more ideas about troubleshooting javascript problems (here and wordpress.org)
July 14, 2011 at 6:24 pm #116324In reply to: Still trying to get BP1.9 working
dharmen99
ParticipantI have:
# BEGIN WordPress
RewriteEngine On
RewriteBase /now/
RewriteRule ^index.php$ – [L]# uploaded files
RewriteRule ^([_0-9a-zA-Z-]+/)?files/(.+) wp-includes/ms-files.php?file=$2 [L]# add a trailing slash to /wp-admin
RewriteRule ^([_0-9a-zA-Z-]+/)?wp-admin$ $1wp-admin/ [R=301,L]RewriteCond %{REQUEST_FILENAME} -f [OR]
RewriteCond %{REQUEST_FILENAME} -d
RewriteRule ^ – [L]
RewriteRule ^[_0-9a-zA-Z-]+/(wp-(content|admin|includes).*) $1 [L]
RewriteRule ^[_0-9a-zA-Z-]+/(.*.php)$ $1 [L]
RewriteRule . index.php [L]# END WordPress
Presume that means its on?
July 14, 2011 at 6:09 pm #116322In reply to: Still trying to get BP1.9 working
aces
ParticipantLook in your .htaccess file in your main directory (where wpconfig.php is) for the appropriate block… something like:
`
# BEGIN WordPressRewriteEngine On
RewriteBase /
RewriteRule ^index.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]# END WordPress
`July 14, 2011 at 4:06 pm #116311In reply to: Whats up with this buddypress.org ?
@mercime
Participant@lschnellinger search can easily be done via google in the meantime e.g. “buddypress.org memory limit”
@uloga patience unicorn
Feel free to help out, 6 more tickets left for BP 1.3 https://buddypress.trac.wordpress.org/roadmapJuly 14, 2011 at 1:34 pm #116300In reply to: New members not getting verification emails.
Andrea Rennick
ParticipantAre you receiving email from wordpress?
Not sending emails and not getting them are two different things. what that support email told you to do won;t actually help, as some mails are sent as wordpress@yourdoman.com and they get rejected on the recipient’s end.
July 14, 2011 at 1:24 pm #116299Andrea Rennick
ParticipantJuly 14, 2011 at 1:19 pm #116298In reply to: Main site users not showing up as Members in secblog
July 14, 2011 at 12:05 pm #116293In reply to: New members not getting verification emails.
aces
ParticipantSome web hosts need wordpress to use an extra plugin to send mail, such as https://wordpress.org/extend/plugins/wp-mail-smtp/
July 14, 2011 at 6:56 am #116286In reply to: [Resolved] Compatibility with InStyle Theme
@mercime
Participant3. Save revised file and make necessary replacements in the rest of the files listed here https://codex.buddypress.org/theme-development/wordpress-to-buddypress-theme/#revise-templates
4. Upload revised files to active WP theme folder following directory structure.
July 13, 2011 at 8:57 pm #116252Hector100
MemberAm using buddypress and the page is a php page. i need to reference the current user in these page but it is not working out
July 13, 2011 at 8:13 am #116231In reply to: Usernames with dots don’t work anymore
Andreas Karsten
ParticipantFound it. As per the discussion here:
https://core.trac.wordpress.org/ticket/17239
dots in usernames are not allowed in WordPress 3.2.(1). I have changed that now in my install by modifying the function wpmu_validate_user_signup in /wp-includes/ms-functions.php in line 524 from
preg_match( ‘/[a-z0-9]+/’, $user_name, $maybe );
to
preg_match( ‘/[a-z0-9.]+/’, $user_name, $maybe );
I don’t like having to modify a core file, but I like even less that in ticket #17239 it was just decided to disallow dots in usernames. For network sites, which often are associated with username databases, which in turn are often associated with firstname.surname server accounts and email addresses, the dot is an importanrt feature!
July 13, 2011 at 7:51 am #116230Hugo Ashmore
ParticipantYou are asking about WP functions on a support forum for BP

What are you actually trying to do? There may be BP method.
The function is failing as you likely haven’t called the global variable $current_user or get_currentuserinfo#()
but you should read the WP codex on how to access this data.All the info you need is in the codex pages:
https://codex.wordpress.org/Function_Reference/wp_get_current_userJuly 13, 2011 at 5:05 am #116223In reply to: Dont work “Load more” in Activity
ig0r74
MemberWordPress 3.2 and BuddyPress 1.2.9
July 13, 2011 at 2:56 am #116221In reply to: Images in the blogroll are not visible, please help!
@mercime
ParticipantDo you mean blog posts? Because blogroll has a special mean in WP sites https://codex.wordpress.org/Glossary#Blogroll
Are you referring to post thumbnails or featured images in posts? Did you check if your theme supports post thumbnails?
-
AuthorSearch Results
