Search Results for 'buddypress'
-
AuthorSearch Results
-
September 1, 2012 at 2:44 pm #140706
In reply to: Group Sub nav links
modemlooper
ModeratorDeveloper has been MIA for about a year. When you install plugins make sure the developer is active in the communtiy and plugins are updated regularly. You can also hire someone to fix the plugin.
If there is contact info in the plugin file, I would try and contact the developer to get an update.
You can also try this BP trick, tricking BP to use a WP custom post type that you can edit it the wp-admin giveing you a full WYSIWYG editor.
http://bp-tricks.com/featured/creating-a-custom-front-page-for-your-buddypress-groups/
September 1, 2012 at 2:41 pm #140705In reply to: BP Profile Privacy…
Roger Coathup
Participant@modemlooper — the fix would be to get rid of most of those classes that BP adds, not create more!
September 1, 2012 at 2:38 pm #140704In reply to: Is this possible? YES / NO?
Roger Coathup
ParticipantAs @modemlooper points out, this is trivial to implement with a little PHP development knowledge.
s2member builds on top of the WordPress roles and capabilities system — so, in addition to the s2member wrapper functions, you can also use standard WP functions. Combine them with the BuddyPress API and you have a rich environment for creating code to handle access control to pages.
You can add your access / redirect logic in your theme’s header.php files, or even neater in an action function (in your functions.php file) — try hooking onto init, or bp-screens.
September 1, 2012 at 2:11 pm #140700In reply to: New topics showing in more than one forum
zillabuggs
Participant@r-a-y If I set up another database and the problem is no longer there, I presume I won’t be able to keep the groups and topics I already have? if you want to have a look http://justcatchat.com is my site.
September 1, 2012 at 1:48 pm #140699In reply to: Is this possible? YES / NO?
newpress
Participantbuddypress is extremely limited in extensiblity and thin like a wafer. Just count how many settings it has. There are few other social scripts available. You have to give them a try
September 1, 2012 at 1:46 pm #140698In reply to: SocialTheme – what do you think?
Aron Prins
Participant@vakantie-2013 Check de homepage, call to action staat er nu op
Leuke site man vakantie2013 
English:
Check out the homepage, call to action is now active ( was working on that last night
) – Nice site you got there vakantie2013
September 1, 2012 at 12:55 pm #140696In reply to: Profile wireframes
Tammie Lister
Moderator@rogercoathup: yep you hit nail on head there, the idea is that this is purely the starting option for want of a better term. If you want to then take it and do whatever you want – the entire point of what we’re doing should mean that’s both easier to do.
My point with Facebook has an always will be that it doesn’t do everything right and it doesn’t do everything wrong. As you say, lets learn from it as one of many sources we can analyse.
September 1, 2012 at 12:23 pm #140694In reply to: Profile wireframes
Roger Coathup
Participant@FIQ – horizontal navigation tends to work well with a small set of options, but falls over for a flexible site with large numbers of screens / menu options / tabs. As you add more screens (photo albums, events, etc, etc.) you quickly run out of reasonable horizontal space to display the menu tabs. We’ve encountered this on a number of our builds.
Vertical navigation on a flexible (expandable) social site copes better with a large number / growth in menu options. It’s the approach that both Facebook (news feed / landing page) and Google+ take to cope with that situation.
It continues onto Facebook’s mobile app as well — where the menu button expands to a long vertical nav.
Of course, there are those who’ll cry out we shouldn’t copy Facebook — but, that kind of begs the answer “Why not? They’ll have invested considerably in analysing the UX issues / best practices – let’s learn from that.”
[EDIT: In any case, I trust the navigation and the actual content will be rendered via separate template parts – which should make it relatively straightforward (even for ‘default themers’) to present / locate the navigation where they best see fit.]
September 1, 2012 at 11:20 am #140693In reply to: Profile wireframes
Tammie Lister
Moderator@FIQ: This has half the page as the content area if you look not less than a 3rd. But, if you really are keen on other options please submit something as seeing wireframes would be great from anyone.
September 1, 2012 at 10:52 am #140691danbpfr
Participantbump…
Also do this be related in a ticket ?September 1, 2012 at 10:49 am #140690In reply to: [Resolved] Changing size avatar in member-loop.php
danbpfr
Participanthello,
you can read here at the bottom:
https://codex.buddypress.org/extending-buddypress/changing-internal-configuration-settings/and also here:
http://www.otreva.com/buddypress-how-to-change-avatar-size-larger-or-smaller/September 1, 2012 at 8:46 am #140686In reply to: Problem with a group forum dice roller
grafics
ParticipantThis is crude and requires hacking core file, but until a better fix is found this seems to be working.
In the file, bp-forums-functions.php (located in buddypress>bp-forums) I added $text = ‘dice roll’
to line 354. So it now looks like
`function bp_forums_reply_exists( $text = ”, $text = ‘dice roll’, $topic_id = 0, $user_id = 0 ) {
$reply_exists = false;`Tried several successive dice rolls and they posted correctly. You’re mileage may vary! It also seems to allow duplication of regular text replies as well, so that’s not ideal.
I’d much rather have a function or better yet, an update to the plugin, but this seems to work for now.September 1, 2012 at 8:34 am #140683In reply to: Profile wireframes
Quint
ParticipantI like this. One suggestion: Provide the user with the option in Settings to either show the widgets in the “sidebar” or the “footer”. If “footer” is selected, then this page becomes 2-column, thus providing more content real estate.
September 1, 2012 at 8:24 am #140682In reply to: BP Profile Privacy…
Quint
ParticipantThanks. I had no idea this was possible. Great add to the toolbox.
September 1, 2012 at 6:06 am #140680In reply to: Is this possible? YES / NO?
mairaj
Participant@modemlooper
Hello,
Thank you very much that you replied. No, I have been trying to find a solution for this for more than a month at BuddyPress forums, S2member forums and everywhere else I could find people talking about BuddyPress but no luck!S2member support has said that this is not possible, they suggest uri restrictions but a uri restriction prevents user from seeing their own profile too.
If for example I restrict /profile/ a member will not be able to see his/her own profile. I somewhere found a custom uri /members/%%displayed_username%%/ but that too blocks members from own profiles.
Please put some light on the idea you have in mind.
Thank you very much for your time and help.
September 1, 2012 at 3:33 am #140675In reply to: Beginner needs an overview of BP
modemlooper
Moderatorhttp://testbp.org This will show you BuddyPress out of the box. Log in an create content to understand the functionality. It’s a basic social network.
August 31, 2012 at 11:27 pm #140670In reply to: [Resolved] Mystique Theme From DigitalNature
August 31, 2012 at 8:55 pm #140667lidakis
MemberA fast solution in profile fields for the huddle theme…
Go to wp-content/themes/huddle/functions.php and open it.
At line 45 you should see
` $new_values[] = ‘‘ . $value . ‘‘; `
change it with this
` $new_values[] = strip_tags( $value ); `
I bought this theme today, and i did not have time to beautify the code and the functions, but i will write again probably the next days.August 31, 2012 at 7:38 pm #140665In reply to: threaded forum posts ?
r-a-y
KeymasterHi tjtate, this forum thread is over 10 months old. When you see an old thread that hasn’t been answered in awhile, it’s better to just create a new topic.
To quickly answer, when bbPress 2.0 is more tightly integrated with BuddyPress groups, it might be possible to use an existing bbPress 2.0 plugin with BuddyPress when that time comes. Until then, you probably won’t see threaded forum posts.
I’m going to close this thread now, but feel free to post new topics in the future.
August 31, 2012 at 7:21 pm #140660r-a-y
Keymaster@jwordsmith – Sorry if you were confused during the forum installation.
You shouldn’t have to click on “Use existing installation”. Try clicking on the “Uninstall group forums” button and then click on “Install Group Forums”.
Hopefully that fixes your issue.
August 31, 2012 at 6:17 pm #140656In reply to: SocialTheme – what do you think?
Vakantie 2013
Member@aronprins: Like the first look, nice and fresh. Also the login dropdown moves smoothly. Only thing I am missing is a clear call to action on the homepage. Goodluck with the further development!
August 31, 2012 at 4:37 pm #140654jwordsmith
MemberCan anyone explain how upgrading to 1.6.1 might have caused WP to ‘lose’ my forums? And what I can do to help it find them. I’ve deleted and reinstalled fresh files, but no joy.
I’ve tried putting the absolute path to the bb-config.php (in the root of my WP install) into the Settings page and clicking on ‘use existing install’ but it says the file does not exist. My forums still don’t show up. HELP PLEASE!
Anyone?
August 31, 2012 at 2:07 pm #1406434ella
ParticipantI understand , I wanted to create something similar , first add general fields for all groups (address and contact fields for example) , then to setup conditional field ( it should be a role field – you can create additional roles for wordpress ), I have nightclubs , agencies and girls working in nightclubs , so 3 new wp-buddypress roles , then within templates I can show content for specific groups , unfortunately on registration form I can use it yet because people are not logged in with their role yet , so it would be nice to have conditional field as gravity forms uses which will show you only set of fields by the role which you will confirm .
August 31, 2012 at 1:59 pm #140642ploupas
MemberAbout 2)
php-fpm had memory_limit at 32MB but php.ini at 128M, so lowering the limit back to 32M kinda fixed the problemAugust 31, 2012 at 12:11 pm #140635In reply to: New topics showing in more than one forum
zillabuggs
Participant@mercime this was a fresh install, because I had problems after upgrading to WP 3.4.1 so I decided to start afresh. It is a single install. The only thing I did was import my backed up database, if that’s any help.
-
AuthorSearch Results
