Search Results for 'wordpress'
-
AuthorSearch Results
-
September 20, 2010 at 2:39 pm #92927
In reply to: Capital letters in Usernames
Paul Wong-Gibbs
KeymasterThis is a WordPress limitation, which treats user registration in the same way.
September 20, 2010 at 1:10 pm #92925In reply to: BuddyPress with danish letters
Mikael Boldt
MemberThe problem with Danish letters in usernames is not a BuddyPress problem but a WordPress.
I solved using a plugin from http://oneconsult.dk/wordpress/cleaner
Thanks to http://wordpress.dk/forum/ and maxemil2September 20, 2010 at 12:34 pm #92922In reply to: BuddyPress with danish letters
Mikael Boldt
Member1) the link is http://sms.ronnespejder.dk It is in Danish (it is not complete, I am in the process of making a new language file in Danish)
2) I have changed the meta line in the header – but it didn’t solved the problem.
3) I can only see one .htaccess which has following content:
# BEGIN WordPress
RewriteEngine On
RewriteBase /
RewriteRule ^index.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]# END WordPress
Where do I place the ‘AddDefaultCharset UTF-8’ text-string (without ‘) ?
4) I am using a web-hotel
September 20, 2010 at 2:59 am #92898In reply to: Posts and replys on home page
pcwriter
ParticipantI just thought of an alternative solution. You can always try the Buddypress Widget Theme for what you want to accomplish.
https://wordpress.org/extend/themes/buddypress-widget-themeSeptember 20, 2010 at 2:37 am #92896Builder
ParticipantSome host will do this for you for free. You can do it easy too: Archive, zip, your full database if it’s larger (or if small just download it as in .sql file.) Archive all your files and folders into a zip file. Download the 2 zip files. Create the same database on your new host (same password, dat name, dat user) and reinstall then from your donwloaded one. Upload the other zipped files to your new host into a www directory where they belong, extract them there. You can preview your website from cpanel (or plesk panel it depends what control panel you have).
Then configure your DNS pointing it to your new installation space (you will get all the IP etc. from your new host or they will do it for you if you carry also your domain name to them.)
September 19, 2010 at 10:53 pm #92892@mercime
Participant@mdehart85 With WP 3.0.1 you can go mulisite in subdirectory mode then, as @pcwriter mentioned above, install BP in secondary blog. You can have different themes on each site.
If for your own reasons you still want the separate WP blogs using same database – read this. Make sure that both WP installs are working before installing BP in the 2nd WP install.
September 19, 2010 at 10:16 pm #92889In reply to: Member Count Incorrect
Roger Coathup
Participantyes, they were on separate themes in 1.0.3, but the primary site and BP pages now share a single theme.
If you take a look at this plugin, you should be able to update thesis for BuddyPress:
https://wordpress.org/extend/plugins/bp-template-pack/
Once updated, activate the theme in your admin system and select it instead of the default.
I’m sure others will have updated thesis, so you might be able to get specific help if you run into difficulties.
I suggest asking them as a separate forum thread.
Good luck!
September 19, 2010 at 5:31 pm #92869In reply to: @thepseudo in the posts
Roger Coathup
ParticipantIf you are adding your own filters you can add them either in your theme’s function.php file or in bp-custom.php in your plugins folder.
This article introduces you to the concept of filters in WordPress (albeit from a plugin perspective): https://codex.wordpress.org/Plugin_API#Filters
To find the hook in question (content_save_pre), I suggest using your file editor and searching the files in your WordPress install. Also have a Google, and you’ll find some information: e.g. http://adambrown.info/p/wp_hooks/hook/content_save_pre?version=1.5.2&file=xmlrpc.php
[Edit: Rich has already given you the line to add for the filter – try it in your functions.php]
September 19, 2010 at 9:45 am #92854In reply to: User Registration Problems
Heli
MemberHi. I have found a solution to that no activation email has sent. Check this out http://www.thinkplexx.com/neokrates/fix-wordpress-and-buddypress-sendmail-problems-sign-up-complete-activate-your-account-via-the-email-but-email-doesnt-come
I actually used Google mail account. There in Google account settings also probably has to set that you use imap. I’m not sure of that. But now the activation email is sent and users can register.
September 19, 2010 at 9:33 am #92851In reply to: User blogs show up not working correctly.
Roger Coathup
ParticipantThis is exactly the same post you made 1 month ago: https://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/users-blogs-show-up-broken/
Your first link is just a Google Blogger blog, and locks a visitor’s browser to some extent… I don’t advise clicking on it.
Your second link is a blank page.
I don’t see any sign of BuddyPress on your sites.
Are you trying to install WordPress multisite and give people a blog? – this should be your starting point: https://codex.wordpress.org/Create_A_Network
September 19, 2010 at 9:19 am #92849In reply to: Avatars of member not showing in all blogs
Paul Wong-Gibbs
KeymasterWhat version of BuddyPress and WordPress are you using?
September 19, 2010 at 2:38 am #92833In reply to: Conflict with bbPress?
LPH2005
ParticipantI’m not familiar with deep integration of bbpress with BP but I just wanted to make sure you’ve looked over the troubleshooting document:
https://bbpress.org/forums/topic/wordpress-and-bbpress-integration-101
Also, could you post all of the versions you are using WP, BP, and BBPress – that might help get some ideas flowing for you.
HTH
September 18, 2010 at 5:21 pm #92808In reply to: Activating new member account
siddharth gupta
Participanthey..
i jus started my own blog: http://www.studentbuff.com/
when somebody tries to log in…its going to the word press page ( http://www.studentbuff.com/wp-login.php?redirect_to=http://www.studentbuff.com )i have wordpress 3.01 installed….and none of the 2 options above for registering new members is there as an option
September 18, 2010 at 3:36 pm #92796In reply to: @thepseudo in the posts
Roger Coathup
Participant‘fix’ isn’t the right word, as it’s not really broken – in general, WordPress blog post text is left as the original author intended it to be written (with the exception of some meddling by Matt mullenweg).
If you want to modify your blog posts to convert @pseudo references into clickable links, you can probably do it by filtering the blog content when it is saved.
BuddyPress uses the function bp_activity_at_name_filter() to create those links. Take a look at it (it’s defined in bp-activity-filters.php) and see if you can adapt / use it for the filters on blog content saves.
September 18, 2010 at 3:31 pm #92795In reply to: Installation gives a blank screen
Ajet
Participantwordpress requires a huge amount of memory to load … arround 30Mb …
when you are activating buddypress it requires more ….running phpinfo I found the default memory limit was 34MB
via .htaccess i have increased my memory to 64M now it is working fine i can access my wp-adminSeptember 18, 2010 at 3:29 pm #92794In reply to: Trouble with installing buddypress
Ajet
Participantwordpress requires a huge amount of memory to load … arround 30Mb …
when you are activating buddypress it requires more ….running phpinfo I found the default memory limit was 34MB
via .htaccess i have increased my memory to 64M now it is working fine i can access my wp-adminSeptember 18, 2010 at 1:29 pm #92788In reply to: Need a Submit News Plugin
Sofian J. Anom
ParticipantI’m using “One Quick Post” plugin on my site.
September 18, 2010 at 12:56 pm #92785In reply to: Need a Submit News Plugin
Roger Coathup
ParticipantTake a look at @Pollyplummer‘s recent article on front page posting http://wpmu.org/8-wordpress-plugins-that-enable-posting-and-editing-from-the-front-end/
September 18, 2010 at 12:53 pm #92784In reply to: Need a Submit News Plugin
rossagrant
Participant@creativologist You need to buy gravity forms for WordPress. It’s a premium plugin but does exactly what you want and is quite literally amazing! stacked full of features. The best WP plugin there is in my opinion for this kind of thing. Well worth the small cost.
September 18, 2010 at 9:42 am #92777paulmontwill
ParticipantI have a similar situation with the other site – bbpress 1.2.5, wordpress 3.0.1 – activity reply does not update group last activity. Did you experience the same?
September 18, 2010 at 8:37 am #92775In reply to: Dashboard problem
@mercime
ParticipantBuddyPress works in single site mode. The only time you want multisite or network is if you want to allow your members to create blogs.
If that’s the case, deactivate BuddyPress. Then follow steps to create a network here – https://codex.wordpress.org/Create_A_Network. Then double-check your WordPress is working as it should before installing BuddyPress – https://codex.buddypress.org/getting-started/before-installing/
September 18, 2010 at 6:10 am #92766In reply to: Edit comments
paulhastings0
Participant@bplove I searched around and found this: https://wordpress.org/extend/plugins/editable-comments/
September 18, 2010 at 4:00 am #92760@mercime
ParticipantDo you mean you cannot edit the WordPress theme from theme editor? Or that you revised your WP theme’s index.php, uploaded it to server and revisions do not show?
September 17, 2010 at 7:19 pm #92735In reply to: Need help learning plugin development
Anonymous User 96400
Inactive@boonebgorges
true. it makes a lot more sense working towards a certain goal. in my case that was also wordpress development, so that’s the way i learned php as well. which wasn’t necessarily the easiest or fastest way to do it. Anyways, I think, having a certain understanding of php makes it so much easier to understand WP, or any other php-based code.Once I got my hands on Programming PHP, my skills developed a lot faster than by trying to figure out stuff by reading other peoples source code.
September 17, 2010 at 4:38 pm #92724In reply to: Split members into admin defined caregories
Roger Coathup
Participantit’s item 9 on this list for BuddyPress 1.3:
-
AuthorSearch Results