-
Modemlooper posted on the forum topic I need ideas for theme creation. in the group Creating & Extending: 15 years, 2 months ago
I agree 100% with @Travel-Junkie. Functionality should be a added via plugins however the default theme is a kitchen sink and some networks need to weed out some of the functionality built in. “The only exception I can think of is a mobile theme.” So true learning this the hard way with my mobile theme. The […]
-
Modemlooper posted on the forum topic Can somebody test this share button in IE? in the group Third Party Components & Plugins: 15 years, 3 months ago
@bowromir thanks, I’ve noticed most plugins being developed are more component like (albums, achievements, jobboardr) than enhancements to UX. Figured i’d create some simple intuitive things.
-
Modemlooper posted on the forum topic Can somebody test this share button in IE? in the group Third Party Components & Plugins: 15 years, 3 months ago
Doesn’t everything break in IE6 😉
Modal windows YES!
-
Modemlooper posted on the forum topic Add Verbage in the group How-To and Troubleshooting: 15 years, 3 months ago
Be more specific. Forum directory or the forum group page? Same with blog. Front page or the single blog post page ?
-
Modemlooper posted on the forum topic Can somebody test this share button in IE? in the group Third Party Components & Plugins: 15 years, 3 months ago
Cool, it will be in the repo soon. I need to finish a couple more things on it.
forums topics need a testing too 🙂
http://tempsg.com/groups/basic-group/forum/topic/this-is-a-test-topic/
-
Modemlooper started the forum topic Can somebody test this share button in IE? in the group Third Party Components & Plugins: 15 years, 3 months ago
Click share and there should be a drop down with a few sharing options.
Thanks
-
Modemlooper posted on the forum topic What are the most useful plugins you recommend to use with Buddypress? in the group Creating & Extending: 15 years, 3 months ago
i don’t think that will work. All the forum links point to buddypress group forums.
-
Modemlooper posted on the forum topic Sidebar Tabs in the group Creating & Extending: 15 years, 3 months ago
Is it a tabbed widget or a tabbed sidebar area you add widgets to?
-
Modemlooper posted on the forum topic Need Help with a share plugin i’m creating in the group Third Party Components & Plugins: 15 years, 3 months ago
Not ready yet, having trouble getting 3-party buttons to work when you update the activity stream with ajax as it doesn’t reload the javascript for the buttons to show up.
Anyone good with jquery and loading external scripts via ajax?
-
Modemlooper posted on the forum topic Members, Groups, etc. not working after changing themes in the group How-To and Troubleshooting: 15 years, 3 months ago
Try and re-save a custom permalink stucture.
-
Modemlooper posted on the forum topic Help with manually adding Twitter Button in the group How-To and Troubleshooting: 15 years, 3 months ago
-
Modemlooper posted on the forum topic Help with manually adding Twitter Button in the group How-To and Troubleshooting: 15 years, 3 months ago
bp_get_activity_thread_permalink();
-
Modemlooper posted on the forum topic Need Help with a share plugin i’m creating in the group Third Party Components & Plugins: 15 years, 3 months ago
Weird Twitters js works fine but BUZZ and FB does not. FB likes button via iframe works.
-
Modemlooper posted on the forum topic Need Help with a share plugin i’m creating in the group Third Party Components & Plugins: 15 years, 3 months ago
Hmm, maybe my approach is wrong and I shouldn’t load the buttons until “share’ is clicked.
-
Modemlooper started the forum topic Need Help with a share plugin i’m creating in the group Third Party Components & Plugins: 15 years, 3 months ago
I am extending on the tweet button plugin and creating a share button that as more options. The problem is when I add an activity update and the ajax refreshes and adds it to the stream its not calling the javascript for the buttons. Any update that was loaded after a page refresh then the […]
-
Modemlooper started the forum topic "The Giants Are “Generic,” We Are Fun." in the group Miscellaneous: 15 years, 3 months ago
I think this article on TechCrunch sums up the question, “Why build a niche social network when facebook owns the internet?”
Foursquare's Crowley: The Giants Are "Generic," We Are Fun. I Wonder Who He's Referring To…
-
Modemlooper posted on the forum topic mobile theme for buddypress? in the group Creating & Extending: 15 years, 3 months ago
@joseffb I’ve tried that and it works but is not 100% The problem is WPTouch is made for a blog not groups, profiles and forums and various edit screens. I’m putting together a simple default mobile theme based on the default BP theme. It’s not ready yet as a BP theme has many files to go […]
-
Modemlooper posted on the forum topic Show: By Latest Post | By Group in the group Creating & Extending: 15 years, 3 months ago
Couldn’t you create your own loop that calls the groups forums that you want. Then repeat it a few times for each group forum you want to list?
if ( bp_has_groups( ‘slug=GroupName’) ) :
locate_template( array( ‘forums/forums-loop.php’ ), true )
endif;Or what about the forum extra’s plugin?…[Read more]
-
Modemlooper posted on the forum topic Singular Activity Stream in the group How-To and Troubleshooting: 15 years, 3 months ago
You can filter an activity stream https://codex.buddypress.org/developer-docs/custom-buddypress-loops/the-activity-stream-loop/
This only shows @mentions in an activity stream
if ( bp_has_activities( ‘scope=mentions&action=activity_update’ )) : bp_the_activity();
-
Modemlooper posted on the forum topic Buddypress + SSL ? in the group Creating & Extending: 15 years, 3 months ago
You would have to change the link in the plugin file.
Read Twitter’s documentation on creating your own button. http://dev.twitter.com/pages/tweet_button
I’m going to create a similar plugin that will have facebook share, digg, and google buzz.
- Load More
@modemlooper
Active 3 months, 3 weeks ago