Search Results for 'wordpress'
-
AuthorSearch Results
-
June 1, 2012 at 4:39 pm #135366
In reply to: older wordpress site
weebit
MemberI don’t have a free account anywhere. I have three domains might be fixing to own four. I am pretty good at fixing things on websites, but in the same breath I have had bloopers too. Joomla has crashed, so has Pligg twice, and WordPress so far has done well. I run an education blog, and a website, plus have a Tech based website.
The education blog is most important because it is for teachers and students. Would buddypress be a good tool for teachers and students? Because changing out and losing my theme would not be worth it unless Buddypress has good offering tools for my teachers and students. Judging from what I have seen I would definitely lose my theme. How also does buddypress handle the blog portion of the wordpress site? Would I lose my blog also?
June 1, 2012 at 10:18 am #135360In reply to: older wordpress site
pawriter
ParticipantI agree about scepticism on free hosting – I wasn’t suggesting moving the data simply trying the WP configuration with the established theme then adding Buddypress and looking at the result.
However as a newcomer to WP and BP perhaps my thinking is a bit woolly.
I dont trust my data to free hosting either but I am finding it a good way to learn what seems to fit together for my purposes.June 1, 2012 at 9:54 am #135359In reply to: older wordpress site
Tammie Lister
ModeratorAh sorry thought by you saying older site no updates you meant you’d not updated WordPress either.
Well there is the template pack you can use for BuddyPress https://wordpress.org/extend/plugins/bp-template-pack/. Or yes, you can go with making a child of Bp-default and that as your basis. I’d recommend creating a child theme.
Personally I’d be very sceptical over ‘free’ hosting. You are putting maybe your data on their site and personally I’d be sceptical about a free service like that. But, that’s my opinion everyone has their own.
June 1, 2012 at 9:35 am #135357pawriter
ParticipantThanks for the prompt reply Paul.
I seem vaguely to remember using square brackets to refine general searches but now I’m not sure if that was in Buddypress or WordPress.
Is there a workaround or should I just post my topics anyway?
On registration issues I end up posting in both places because I can’t determine if its a WordPress or Buddypress problem.Regards
Paul
June 1, 2012 at 7:50 am #135356In reply to: Activity timestamp error
Hugo Ashmore
ParticipantA quick search through Trac produced this :
https://buddypress.trac.wordpress.org/ticket/4090June 1, 2012 at 5:43 am #135346In reply to: older wordpress site
pawriter
ParticipantIf you don’t already use free hosting you might like to consider using http://www,000hosting.com or http://www.cixx6.com for prototyping changes they both have fairly easy WP installation which might enable you to set up a duplicate/development site (minus members and using their provided domain) to see how installing Buddypress will affect your theme without affecting your production site.
Just a thought.June 1, 2012 at 2:02 am #135343@ChrisClayton
ParticipantThe wp_footer() and wp_head() functions located in the footer and header files use just do_action to print all of there ‘stuff’ (meta, css, js etc).
https://core.trac.wordpress.org/browser/tags/3.3.2/wp-includes/general-template.php#L1576
May 31, 2012 at 9:22 pm #135339In reply to: older wordpress site
weebit
Memberi do update it but haven’t added too much to it except a catacha and few other tools that help me, but not my readers. So I thought about using buddypress as a way to help my readers out. Now my theme on the website has only been up for like six to 8 months. Yes it has had updates and i installed them. But as far as upgrades are concerned that benefit the readers, and members i haven’t done much at all. I did install a spam blocker, to help them out too. I have never used buddypress, and if i do use it then I will because of the benefits to my members and readers. But I think I will be losing my theme. After looking at buddypress I think it will effect my whole site layout.
May 31, 2012 at 9:05 pm #135336In reply to: older wordpress site
Tammie Lister
ModeratorIt may sound brutal but you really should be updating WordPress whether you are using BuddyPress or not. If your theme is limiting you then I’m afraid you do have to consider an alternative or update to it. Upgrades when done right shouldn’t effect your blog posts – it all depends though how far you’ve gotten behind though as to this task (and it won’t get less leaving it).
In saying this I do understand sometimes restrictions and issues happen that mean upgrading isn’t easy or as frequent. I usually find though that the issues in doing are out weighed by the benefits.
May 31, 2012 at 6:23 pm #135327In reply to: Changing bbpress Column Headings
@mercime
ParticipantYou can change the text on line #21 loop-forums.php within bbPress plugin folders https://bbpress.trac.wordpress.org/browser/tags/2.0.2/bbp-themes/bbp-twentyten/bbpress/loop-forums.php
For more information, please post at bbPress.org support forums
May 31, 2012 at 2:43 pm #135318Eric Langley
Participant@olihaslam Please check out:
Multisite User Management
Add user role to site during registration
https://wordpress.org/extend/plugins/multisite-user-management/~eric
May 31, 2012 at 10:52 am #135308thirstcard
MemberAh, I see now & I can see where using these would be useful – there is no need to edit the WordPress/BuddyPress core.
The part I couldn’t get my head around was why you wouldn’t just place the whole function in the theme but now I realise by using do_action() you can insert multiple functions at that specific particular point in the code.
Thanks for helping out!
May 31, 2012 at 4:54 am #135301@mercime
Participanthttps://codex.wordpress.org/Giving_WordPress_Its_Own_Directory – old style and cannot be used for multisite nor BuddyPress
May 31, 2012 at 4:53 am #135300@ChrisClayton
Participant@thirstcard
The do_action() creates a hook. Basically it prints out the contents of the function that is added to that tag (bp_after_message_content) with add_action.Usage? Let’s say Developer A makes a plugin that will place some text at the bottom of message contents, Instead of the end user having to edit the theme templates to add a call to the function, the developer can use `add_action(‘bp_after_message_content’, ‘plugins_function_that_does_stuff’);` WordPress will remember that function and will print it out where it finds `do_action( ‘bp_after_message_content’ )`
Does that help?
May 31, 2012 at 3:06 am #135299Eric Langley
ParticipantI installed a fresh copy of WordPress Multisite and added the BuddyPress plugin and Network Activated.
On the primary site I configured BuddyPress and then clicked the “Install Group Forums” button. I still received the “You do not have sufficient permissions to access this page.” error.
~eric
May 31, 2012 at 12:23 am #135296shanebp
ModeratorIf you’re trying to load members-overview.php as a separate page, take a look at this plugin:
https://wordpress.org/extend/plugins/allow-php-in-posts-and-pages/If not, then use the bp-custom approach I mentioned above – you’ll need to learn it anyway.
Basically, you need to ask better questions, ie. what, where – exactly, why etc.
Use http://pastie.org/ and show your code.May 30, 2012 at 7:24 pm #135282@mercime
Participant@edgarestradac We have “template-packed” a number of WP themes with instructions/fixes on Step 3 of the BP compatibility process. Check if your WP theme is listed already at the bottom half of this page https://codex.buddypress.org/theme-development/wordpress-to-buddypress-theme/
May 30, 2012 at 6:48 pm #135280In reply to: Blogging: WordPress/BP or WordPress MU/BP
@mercime
ParticipantSure they can post on single WP. You just have to upgrade their default role from “subscriber” to at least a “contributor” (needs your approval before post is published) or an “author” (can publish right away) and they’ll post from the backend (wp-admin Post > Add New).
Or, not change their roles and use Simple Front End Post plugin http://buddydev.com/plugins/bp-simple-front-end-post/
And/Or, just allow them to post in Group’s blog using this plugin http://buddydev.com/buddypress/blog-categories-for-groups-plugin/
May 30, 2012 at 6:42 pm #135279In reply to: Restrict or resize photos on Activity page.
@mercime
ParticipantI suggest that you also post at https://wordpress.org/support/plugin/u-buddypress-forum-attachment
May 30, 2012 at 5:31 pm #135275In reply to: Groups and Master Groups
@mercime
ParticipantYou can start off by using https://wordpress.org/extend/plugins/bp-group-hierarchy/ then proceed from there.
May 30, 2012 at 12:30 pm #135256In reply to: Activity displaying posts from plugin developer?
Boone Gorges
KeymasterIt’s being caused by a plugin called bp-external-activity. As the docs note, you have to open the PHP file to replace the default feed with your own: https://wordpress.org/extend/plugins/bp-external-activity/installation/
May 30, 2012 at 5:56 am #135249Paul Wong-Gibbs
KeymasterTo clarify, un-activated user accounts will show in WordPress, but not in BuddyPress.
May 30, 2012 at 5:56 am #135248Paul Wong-Gibbs
KeymasterThere are genuinely a lot of reasons why your web server may not be sending emails. The activation key is contained in this email. As a first step — and I’m sure someone will post here with a much more complicated answer soon — contact your web host and ask them if they support PHP’s mail() function; specifically, is PHP configured fully to send emails.
Most web servers can send emails, but the ‘From’ headers are not properly set, so most of the time, they don’t get delivered to the recipient properly.If they come back and say that the From address in the email doesn’t match the name of your site (quite often this occurs in a virtual server situation), try https://wordpress.org/extend/plugins/mail-from/
If that doesn’t work, or they say you need to specify an SMTP server, try https://wordpress.org/extend/plugins/configure-smtp/
May 30, 2012 at 4:07 am #135246In reply to: Edit profile link leads to ‘page not found’ error?!?
Nirok
ParticipantOk did a bit of testing…. things which may have caused this for me was password protecting my test website directory through cpanel. Also the folder name (with the wordpress install) was a number which may have cause this issue. I ended up installing this on a new directory with an alphabetic name rather than a number and it now works. I think it may have being the folder name which was the issue, so look at that if someone has ever had the same issue as this. I even created a whole new install with a new database in the same numeric directory and this still wasn’t working.
May 30, 2012 at 2:41 am #135244In reply to: How to enable blogs in buddypress theme?
creaturis
Participantyou need wordpress multisite for that. Some host offer the possibility to automatically install multisite with softaculous. If you hosts doesn’t do this you need to do it manually here you can find the information. https://codex.wordpress.org/Create_A_Network
-
AuthorSearch Results