-
Modemlooper posted on the forum topic BuddyPress Share It button live in the group Third Party Components & Plugins: 15 years, 1 month ago
@pjnu I may add that option. I’ll probably do a version 2.0 with admin options to pick and choose share sites.
-
Modemlooper posted on the forum topic Buddypress 1.2.6, 2 months late -.- in the group Requests & Feedback: 15 years, 1 month ago
better late and less buggy than never 🙂
-
Modemlooper posted on the forum topic Basic iPhone theme testing in the group IPhone + iPad Themes: 15 years, 1 month ago
cool, I’ll need feedback on which parts of the UI are a problem so I can code the app I’m working on flow better. I already know scrolling is an issue. I need to know what could be removed / moved.
-
Modemlooper posted on the forum topic Basic iPhone theme testing in the group IPhone + iPad Themes: 15 years, 1 month ago
Sending plugin to repo so you can use on your own site. Please test and report back usibility.
-
Modemlooper posted on the forum topic BuddyPress Share It button live in the group Third Party Components & Plugins: 15 years, 1 month ago
I think another plugin is causing this. Do you have any other sharing plugins? Try turning them off until you find the culprit so I can fix it. Thanks.
-
Modemlooper posted on the forum topic Basic iPhone theme testing in the group IPhone + iPad Themes: 15 years, 1 month ago
I intenionally put everything all links and such on this to get feedback about what links are clicked the most and have those options up front and then hide others. This theme like i said is just a stop gap for something app like I’m working on. The challenge is that you really shouldn’t have […]
-
Modemlooper posted on the forum topic Profile full of links to 'members' for some reason in the group How-To and Troubleshooting: 15 years, 1 month ago
remove_filter( ‘bp_get_the_profile_field_value’, ‘xprofile_filter_link_profile_data’, 50 );
Thats the code to remove auto links. You can add this to a file bp-custom.php and place file in your plugins folder.
-
Modemlooper started the forum topic default theme page.php doesnt include comment code so theme reviewers are rejecting child themes in the group Requests & Feedback: 15 years, 1 month ago
default theme page.php doesnt include comment code so theme reviewers are rejecting child themes
-
Modemlooper posted on the forum topic Limit sign up based on age? in the group How-To and Troubleshooting: 15 years, 1 month ago
I would do an overlay when people hit the registration page. That way before they even sign up they agree to being over 18. Google it. There are a ton of tuts on this type of thing.
-
Modemlooper posted on the forum topic Basic iPhone theme testing in the group IPhone + iPad Themes: 15 years, 1 month ago
“remember me” works it’s just that if you slide it doesn’t, if you tap it it will. I’ll probably remove it and put a basic check. I’m afraid scrolling is inevitable. There is just too much content. Log in at top is a bad idea as well. You will then have to scroll down everytime […]
-
modemlooper posted a new activity comment 15 years, 1 month ago
did you read the guidelines? It’s pretty easy. upload a zip file if something is missing it will tell you.
-
Modemlooper posted on the forum topic How to make a permalink for a WordPress template menu directly to a group forum in the group How-To and Troubleshooting: 15 years, 1 month ago
url.com/groups/ group name here /forum/#post-new
-
Modemlooper posted on the forum topic Issues with gaps in theming on BP pages in the group Creating & Extending: 15 years, 1 month ago
clear: none !important;
-
Modemlooper posted on the forum topic Issues with gaps in theming on BP pages in the group Creating & Extending: 15 years, 1 month ago
Find this in your style.css file
div.item-list-tabs
Change clear: left;
to
clear: none;You will have to futz with some css to get it to fit 100% but that should fix the gap problem.
-
Modemlooper posted on the forum topic Basic iPhone theme testing in the group IPhone + iPad Themes: 15 years, 1 month ago
ok, one last round of testing from mobile phones. Post on the site anything that looks weird.
NOTE: I’m still fine tuning some things but I need users to send messages, create a forum topic and reply.
Thanks!
-
Modemlooper posted on the forum topic Can group avatar size be changed? in the group How-To and Troubleshooting: 15 years, 1 month ago
bp_group_avatar(‘type=full&width=75&height=75’)
Change height and width.
-
Modemlooper posted on the forum topic Basic iPhone theme testing in the group IPhone + iPad Themes: 15 years, 1 month ago
@LPH2005 Some of those plugins are theme independent. I’m not including support for every plugin out there and only choosing a few. I’m including bp album but you wont be able to upload pics from mobile. Only native apps can access a phones hardware. You will be able to view pics and comment on them but […]
-
modemlooper posted a new activity comment 15 years, 1 month ago
You can not upload form a mobile phone. It will work on all webkit based mobile browsers.
-
Modemlooper posted on the forum topic Basic iPhone theme testing in the group IPhone + iPad Themes: 15 years, 1 month ago
@paulhastings0 it will detect a mobile and use this theme. No need for a secondary blog.
-
Modemlooper posted on the forum topic Basic iPhone theme testing in the group IPhone + iPad Themes: 15 years, 1 month ago
I need to know what plugins people want to have support for in this theme. I can’t include them all. Below are a few of the ones I plan to include. Let me know of any others you think should be included.
Achievements
Buddystream
BuddyPress Album+
WP-FB-AutoConnect
twit-connect
Buddypress privacy - Load More
@modemlooper
Active 3 months, 3 weeks ago
on https://wordpress.org/extend/plugins/add/ there’s the Plugin URL field. Now I don’t have a live site so what do I do now?