Search Results for 'buddypress'
-
AuthorSearch Results
-
October 17, 2010 at 10:48 pm #95418
Roger Coathup
ParticipantTake a look at this page for details on writing your own custom activity loop – paying particular attention to the scope and filter options: https://codex.buddypress.org/developer-docs/custom-buddypress-loops/the-activity-stream-loop/
October 17, 2010 at 6:39 pm #95407In reply to: BuddyPress Mobile Theme
modemlooper
ModeratorClosing this thread. Please move all discussions on this plugin here. https://buddypress.org/community/groups/buddypress-mobile/forum/
October 17, 2010 at 5:06 pm #95403Pisanojm
ParticipantWow that is fantastic!
October 17, 2010 at 3:51 pm #95397jhansensd
MemberI install buddypress, and after I go to my site, I can no longer access my wordpress admin panel. Every time I go to home/wp-login.php and login, I get brought back to my home page. No matter what I do I always get brought back to the home page.
Keep in mind I am using my own custom template I migrated over using the buddy press conversion plug in.
October 17, 2010 at 3:44 pm #95396In reply to: Is There a Way to Paginate a Private Message Thread?
October 17, 2010 at 3:23 pm #95392Hugo Ashmore
ParticipantIn fairness the docs are a little light at present, but being brought up to date as quickly as possible. Essentially BP needs the root, you cant run bp on a user blog created by the main blog.
October 17, 2010 at 2:12 pm #95387In reply to: Popup when new PM arrives
tubruk
ParticipantOctober 17, 2010 at 1:03 pm #95380Jesse Torres
ParticipantThank you hnla for your quick reply. 1) do you have any papers/sites/documentation recommendations (I didn’t see anything directly related)? 2) Is there any existing way (including documentation) to create the child sites as BuddyPress sites?
Thanks you again, Jesse
October 17, 2010 at 12:42 pm #95379Hugo Ashmore
ParticipantThe ‘New Site’ is not! a buddypress site it’s a WP blog which will carry the BP adminbar. These blogs effectively work just as a standard WP blog their theme is defined from their own admin backend.
I would have a good read of all the docs you can find on the BP codex and WP codex.
October 17, 2010 at 11:50 am #95378Hugo Ashmore
ParticipantAs I mentioned a search would have answered this:
https://buddypress.org/search/?f=php+memory+limitOctober 17, 2010 at 10:18 am #95376Raza
ParticipantWhats the needed memory size so that I can edit the htaccess file accordingly
October 17, 2010 at 9:13 am #95375In reply to: BP components no show in secondary blogs
Sofian J. Anom
Participant@imjscn — You can put BP on a secondary blog by adding
define ( 'BP_ROOT_BLOG', $blog_id );, or in all blogs by addingdefine ( 'BP_ENABLE_MULTIBLOG', true );, into wp-config. However, by activating the BP at all blogs will make the blog posts on each blog will not appear in the activity.For more can be found at https://codex.buddypress.org/buddypress-site-administration/changing-internal-configuration-settings
October 17, 2010 at 7:25 am #95370Hugo Ashmore
ParticipantHave you has a search through the posts for any solutions or pointers?
Most often when this issue arises as you describe it’s due to having insufficient PHP script memory allocated, if you have a search around you will find many posts on the subject dealing with this and the available methods to deal with a the script memory limit setting in php.ini
October 17, 2010 at 3:20 am #95368In reply to: I need a tutorial of Citizen Kane Theme
modemlooper
Moderator@amattajm directions are in the readme file.
******How to set up featured posts*****
To show a featured post place it into a category ‘featured’
To show an post in the midbar column place it into a category ‘breaking’
******How to set up custom front page*****
Create a page called home and choose ‘Widget Home Page’ as the page template. Then in admin >> reading choose your created home page as the static front page.
The custom front page shows one featured post and four thumbs of the latest posts. The midbar shows two ‘breaking’ posts. The rest of the front page is made up from widgets.
To show a thumbnail on the front page posts just set an image as a featured image. Thumbnails are automatically cropped. To create exact thumbnails use the sizes listed below
Thumbnail sizes:
featured 405×175
midbar: 150×150
sub content: 190×100******How to set up custom front page widgets*****
Widget areas include the sidebar that is a site wide column. The midbar, only on the front page. The bottom left column under the latest posts.
******How to set up sidebar ad space*****
Add your 300×250 ad code to sidebar.php file.
October 17, 2010 at 1:01 am #95361In reply to: Remove Sitewide Activity
paulhastings0
ParticipantHere’s what you’re looking for: http://shabushabu.eu/reordering-buddypress-group-tabs/
October 17, 2010 at 12:57 am #95360luccame
ParticipantYou should also visit http://bpdevel.wordpress.com/ where you can find information about dev chat sessions on IRC (next one will be Wednesday, 20th October – 19:00 UTC)
Please use https://trac.buddypress.org/ for bug reporting, this way your fixes have a chance of being applied to the core and released to the community.
Good luck with your project and thank you for choosing BuddyPress!October 16, 2010 at 10:33 pm #95355In reply to: Group Avatar
@mercime
Participant@whitbyglennk codebases of WP single and WPMU were merged in version WP 3.0. You can now enable multisite (create a network) from WP 3.0+ installation. If you are considering going multisite, you must fix any path or permissions problems you have in single WP install (at WordPress.org forums) before Creating a Network. And, you must Create a Network and test it per link I gave you above BEOFRE installing BuddyPress, otherwise it’s going to be a bumpy ride
EDIT – too slow posting
October 16, 2010 at 9:12 pm #95351In reply to: First Steps with BP…
@mercime
Participant@keithmarsh before installing BuddyPress, make sure that your WP is working well after you’ve moved your WP to root.
https://codex.wordpress.org/Moving_WordPress
btw, Giving WordPress its own directory method does not work for multisite and I haven’t seen it work for BuddyPress even if you have WP single site.October 16, 2010 at 9:05 pm #95350In reply to: Group Avatar
@mercime
Participant@whitbyglennk At first glance, seems to me like an upload path problem when you haven’t configured WP/multisite correctly – https://codex.buddypress.org/getting-started/before-installing/#wp-configuration
Q1: Group Avatars – if you’re on multisite and BP is installed at root, group avatars go to wp-content/blogs.dir/1/files/group-avatars
Q2: What folders and in which places? The avatars and group avatars folders are automatically generated. I would suggest checking your site’s .htaccess file since I have only seen this kind of problem if multisite is not configured correctly https://codex.wordpress.org/Create_A_Network#Step_6:_Super_Admin_SettingsOctober 16, 2010 at 7:26 pm #95348Cyndi Seidler
ParticipantI’m having a similar issue with the Forum except there isn’t even an option to Post a Topic! What the heck??!! Same with Groups – can’t post to it!
October 16, 2010 at 3:58 pm #95334In reply to: different profils for different roles
freeriders
Member@hnla, no problem, I will keep on searching around.. thank you for your time
October 16, 2010 at 3:33 pm #95333In reply to: different profils for different roles
Hugo Ashmore
Participant@freeriders sorry i don’t have a link to that particular comment which was likely part of a larger thread
October 16, 2010 at 2:58 pm #95331In reply to: Avatar Not Displaying
jonnylons
ParticipantThanks, LPH.
I currently have WP 3.0.1 installed and I am using the default Buddypress Theme. I also have Buddypress version 1.2.5.2 installed.
It is weird because it shows my avatar when I make a comment on one of my other blogs on the site network, but it won’t show that avatar on the main site (where I have BP installed) in the “recently online” list or anywhere on the main site/buddpress install.
Here is what I mean:
October 16, 2010 at 1:13 pm #95327In reply to: Beginners Questions
Roger Coathup
ParticipantThere are very few premium themes built specifically for BuddyPress – although you can enhance existing WordPress themes. I’ve seen some great looking bespoke BuddyPress sites, but I haven’t seen a generic BuddyPress theme with a design and layout that blows you away.
The difference between BuddyPress and WordPress is the number of options available to you. BuddyPress allows you to build much more complex sites.
Out of the box, BuddyPress attempts to be a generic social network that is all things to all men. Of course, this is not what real world sites tend to need – you’ll find that most of the best commercial developments only use the portions of BuddyPress they need, and bend the core product considerably to meet real world needs.
Whilst it’s useful to have an all encompassing platform, it doesn’t make it particularly suited to premium theme designers – sure, you can make it look nice, but with so many options, and so much tailoring to deliver real world needs, themers face an uphill challenge to produce something that breaks away from the out of box generic set of functions.
A further problem is the make up of the code – BP embeds an awful lot of presentation decisions in the core of the product (activity stream contents, default menu structures) instead of in the templates (where you’d expect them to be). So, again, producing any significantly different can be a real chore.
October 16, 2010 at 9:50 am #95323In reply to: New Buddypress Groups design.. Group Hierarchy
freeriders
MemberHi Firetag
thank you so much.. I’m total rookie with BP but stumb upon your plunginThat is an awsome start.. definitively a must have in my list. hope you will be carry on developping it. What I think is missing in the overhall group concept is to be able to add fields for the group description.. that would be a kiler.. and from what I have found, nothing really exist so far.. for example let say that you are a wakerboard fan.. you built a community around it. you want to list all the clubs in your community geography area.. there could be a master category group as clubs and then sub category group for each club name… for example ‘club n°1’.. it would be great to be able to have additionnal fields for example the street address of the club, their website and so on to give more details… then administrator of that sub-grup (let say the club president) can invite all the member on his club who are in your community to join that sub group..
That could be a great starting point to make a club directory that way.. listing all their members…Thank you again and good luck with the developpement
-
AuthorSearch Results