Search Results for 'wordpress'
-
AuthorSearch Results
-
March 25, 2010 at 11:37 am #70074
In reply to: bp-events update
Andrew Fielden
ParticipantI first of all want to say that I support Erwin all the way in what he is saying as I know that the effort involved in getting a piece of decent code out there is huge and doing it all for free is a big ask. This is especially so when such code could quite happily be used in commercial organisations who most definitely will charge for the services that they provide.
It seems to me that the eco-system surrounding a product like WP/BP is one that we are still coming to grips with but in essence it seems that there is a move to basic functionality/service for free and that additional usage/features will attract a fee. According to the Mashable review of the recent talk by WP Founder Matt Mullenweg this is how Automattic supports its operations.
So why should a plugin developer not expect the same? Perhaps the future of such development should be along the lines of groups of coders providing a freemium type service so that there is a basic level of functionality and you pay for the extras.
March 25, 2010 at 8:42 am #70072In reply to: Buddypress/buddymatic issue
thirdnote
MemberAndrea , I don’t think so, have latest versions of wpmu/bp and downloaded latest version I can find, for instance buddymatic is https://wordpress.org/extend/themes/buddymatic and the auto install on wmpu. This is the same for Sense and Sensibility, btw. white screen o’ death
March 25, 2010 at 1:41 am #70058In reply to: [New Plugin] BuddyPress Group Forum Extras
rich! @ etiviti
Participanti have updated the development version again to 1.6b3 which now includes RSS Feed for public group forum topics and topic posts.
also included a few extra functions which require theme edits but give a little more bbpress feel
Link the freshness time_since to the last post
edit theme
/bp-default/forums/forums-loop.phpChange:
<td>
<?php bp_the_topic_time_since_last_post() ?>
</td>To:
<td>
<a href="<?php echo bp_forum_extras_topic_last_post_link( 15 ); ?>"><?php bp_the_topic_time_since_last_post() ?></a>
</td>Note: 15 per_page is default for bp_has_forum_topic_posts – you may need to change this if you use a different per_page in the loop.
Add pagination next to topic title
theme edit
/bp-default/forums/forums-loop.phpAfter the topic title, Add:
<?php bp_forum_extras_topic_page_links( 15 ) ?>You may pass additional args – refer to paginate_links codex
if you would like to test it out… grab the download from ‘development version’ at:
https://wordpress.org/extend/plugins/buddypress-group-forum-extras/download/
March 25, 2010 at 1:28 am #70056r-a-y
KeymasterPlease either PM Dave or post on Dave’s support site for his plugin:
http://getpaidfrom.us/groups/buddypress-ajax-chat-support
Dave doesn’t frequent these forums often.
March 25, 2010 at 1:26 am #70055In reply to: Rebuild/regenerate activity items?
r-a-y
KeymasterYou can try purging blog posts from the BP activity table and then using the following plugin by Boone Gorges:
https://wordpress.org/extend/plugins/bp-import-blog-activity/
March 25, 2010 at 1:23 am #70054heathology
ParticipantI’m having the same problem and I have version 1.2.6. Is this a settings error or a bug?
March 25, 2010 at 12:26 am #70051In reply to: Removing Avatar from Activity page only
roadblock
ParticipantNo, Its a wordpress theme that I used the template-pack plugin to make it a BP theme. Everything works and is fine.. Its the item-header-avatar on the /members/user/activity/ page.. You CAN see the same image on the default BP theme.
I only want to remove this from that specific page and not all the related pages (maybe on a few other specific pages but that might be an after thought.
March 24, 2010 at 11:33 pm #70047In reply to: Question about Budypress and my WordPress Theme
r-a-y
KeymasterBuddyPress doesn’t create any pages (at least not in the current version).
It should be safe to use the BP Template Pack plugin.
But, as always, make a backup of your filesystem and your database just for safety measures.
Also, before making any changes on your live site, you should have some type of development site so you can test things like BuddyPress on it without worrying.
March 24, 2010 at 11:28 pm #70044In reply to: Question about Budypress and my WordPress Theme
Aanorak
MemberThank you so much I’ve a last question:will this BP Template Pack create a social network ? I mean is it possible to keep my pages in one hand and create a social network where users will be able to discuss?
Thank you again
March 24, 2010 at 10:55 pm #70041In reply to: Group Hierarchy & Sub Groups
inthewoods
ParticipantSo far the best option I’ve found are group tags: https://wordpress.org/extend/plugins/buddypress-group-tags/
March 24, 2010 at 10:15 pm #70037In reply to: How to make a private community?
marioe
MemberTravel junkie,
I’m using a regular WordPress install( not MU) can your posting still work for me?
March 24, 2010 at 9:10 pm #70026In reply to: [New Plugin] BuddyPress Group Forum Extras
bOingball
Member@etiviti – cheers for plugging the plugin

Any news on getting the buttons enabled with my plugin.
Also my plugin uses standard bbcode (the _CK_ buttons use [*] for list items, whilst mine use [li] ) – reason being is that [*] is not picked up by the wordpress API

If you need any help I’m sure I could get _CK_s buttons in for you.
Cheers
bOing
March 24, 2010 at 9:04 pm #70025In reply to: Question about Budypress and my WordPress Theme
r-a-y
KeymasterYes, you need to install BuddyPress first.
https://codex.buddypress.org/getting-started/setting-up-a-new-installation/
Then you can try enabling your current theme and using the BP Template Pack plugin.
March 24, 2010 at 8:55 pm #70024In reply to: Question about Budypress and my WordPress Theme
Aanorak
MemberOk thank you! Do I have also to install the main Buddypress plugin?
March 24, 2010 at 8:49 pm #70023In reply to: Question about Budypress and my WordPress Theme
r-a-y
KeymasterTry the BP Template Pack plugin – https://wordpress.org/extend/plugins/bp-template-pack/ – to use BP with your existing WP theme.
BP will not delete your posts or pages.
March 24, 2010 at 7:47 pm #70007r-a-y
Keymaster1) Avatars – users can upload their own avatar. Please check out testbp.org for a demo of BP.
2) Use the BP Template Pack plugin – https://wordpress.org/extend/plugins/bp-template-pack/
Be sure to go through all the steps in the plugin.
3) Go to testbp.org and try the group forums yourself. If you want a traditional forum script, use bbPress, vBulletin, phpBB, etc. BP is not a forum script – it’s social networking in a box!
March 24, 2010 at 7:39 pm #70006In reply to: How to make a private community?
hachimaki
MemberFound a much more better solution:
Use this plugin: Force user login https://wordpress.org/extend/plugins/force-user-login/
Use this other plugin: http://wpmututorials.com/how-to/custom-branded-login-screen-for-wpmu/ and all done!
March 24, 2010 at 5:39 pm #69997In reply to: Profile Field Search Boxes
r-a-y
KeymasterHey Greg,
You’re looking for this plugin by JJJ:
https://wordpress.org/extend/plugins/bp-member-filter/
Try it out; be sure to read the documentation.
March 24, 2010 at 5:16 pm #69994In reply to: Is there a buddypress plugin that can…
r-a-y
KeymasterBP-Links: https://wordpress.org/extend/plugins/buddypress-links/
Can do what you want. Once you create a link, it gets added into the activity stream.
March 24, 2010 at 4:26 pm #69985In reply to: Welcome Pack update request
snark
Participant@DJPaul — great plugin. I just posted this little enhancement idea to the WordPress forums:
March 24, 2010 at 1:12 pm #69972In reply to: New users are not getting verification email
darrenrinaldi
ParticipantI am running into the same problem. Does anyone have a possible solution or a plug-in that will fix this? My other wordpress sites on the same host work fine, so I am leaning toward a buddypress issue. Thanks in advance
March 24, 2010 at 11:14 am #69964In reply to: How to have a landing page for guests?
nado
MemberCan you please explain how to do this?
I’d like to have a custom landing homepage (preferably just a wordpress “page”) with general information for non-logged-in users… then if the user is logged-in the homepage defaults to the activity stream (and becomes the “Home” menu link). i.e. when logged-in the custom landing page is unaccessible.
March 24, 2010 at 1:31 am #69930In reply to: bp-events update
3sixty
ParticipantThere are many people who would gladly donate time and money to help Erwin with this. Not sure if you saw this, but Andy is about to make this much easier:
Andy Peatling (6 days ago): I’m working on a new version of this site that will automatically create a group for every new BuddyPress plugin that appears in the repo. This means plugins will get all the functionality of BP groups – a forum, activity stream, a list of members who are interested in the plugin, etc etc. I’m also going to add a donate page, which should help out a bit.
This has been held up a little right now because I’m trying to get the new upgrade/install wizard done first. This will allow BP to use WordPress pages instead of hacking with root components. It’s all bits of the jigsaw that need to be put in place before I can continue. Hopefully by the end of the month I should have at least the first iteration of the site close to completion.
https://buddypress.org/forums/topic/supporting-devs-wishlist#post-43329
Ultimately, this is Erwin’s baby, so he’s free to develop this at his own pace and according to his own specifications.
March 24, 2010 at 12:27 am #69923In reply to: [New Plugin] BuddyPress Group Forum Extras
rich! @ etiviti
Participantok, so the shortcode way. try this one: https://wordpress.org/extend/plugins/boingball-bbcode/ (has the rules on the plugin page too)
March 24, 2010 at 12:19 am #69921In reply to: Users posts to activity stream
arezki
Participantyes, correct assessment, but there is a potential solution, if i am right. first about BP: the default theme used to be “widget” ready or friendly, meaning that you can decide what goes in there from the Widget Admin area. This latest version brings essentially major changes in the codes that organize user behavior, but not so easy on the theme side. In fact, there aren’t any themes, may be 2 or 3, that are BP1.2.2.1 compliant and easy to just deploy. However, the Buddypress creators and developers say that you have to create what they call a child theme and then make whatever changes you want from there, probably including making the first “Activity” page as your landing page. Now, one very smart developer released this base theme, http://freebpthemes.com/onsite/sense-sensibility/ If you have bandwidth, time and some technical capabilities, I would recommend having a look.
Now WordPress(MU) may allow u to pick your activity page as the landing page. In your WP Admin section, scroll down to the Settings area (left column). You see “Reading”. In it, it will let you choose “Front Page Display.” You may try to select “Static Page” and open the drop down menu for Front Page and select the Activity Stream page. Then save. By doing, I suspect, since I did not try it, the Activity Stream page (Facebook-like section) will be what your visitors will see when they hit your website.
One think you may want to consider. The Activity Page puts any acvity across your site on that page. If you have a lot of people, that could be overwhelming. There is, however, one plugin u should find on this site called: BuddyPress Friends Only Activity Stream. It essentially should show only activity from the memeber’s friends. Again, I did not try it, but I plan so.
Good luck
Arezki
-
AuthorSearch Results