-
modemlooper replied to the topic Post-type powered custom group front page in the forum Creating & Extending 11 years, 6 months ago
This is way beyond the scope of this help forum. Have you tried creating a loop that pulls the custom post type directly?
$args = array( 'post_type' => 'product', 'posts_per_page' => 10 );
[Read more]
$loop = new WP_Query( $args );
while ( $loop->have_posts() ) : $loop->the_post();
the_title();
echo '<div class="entry-content">';
the_content();
echo… -
modemlooper replied to the topic Activities different for Admin in the forum How-to & Troubleshooting 11 years, 6 months ago
The text that makes that up is one string saved to the db so there isn’t an easy way to place things in the middle.
-
modemlooper replied to the topic Activities different for Admin in the forum How-to & Troubleshooting 11 years, 6 months ago
Added ability to place badge in activity template file. Add the code below to the activity/entry.php file where you want to show the badge.
<?php bp_show_verified_badge_activity(); ?>
download plugin update: https://github.com/modemlooper/BuddyVerified
-
modemlooper replied to the topic Creating new tab in user profile – what's wrong? in the forum How-to & Troubleshooting 11 years, 6 months ago
Google is your best friend. 😉
-
modemlooper replied to the topic [Resolved] Unable to modify sidebars – BP Columns theme in the forum How-to & Troubleshooting 11 years, 6 months ago
If you can not drag widgets in the WordPress admin then your install is most likely broken. This could be anything and you will need to narrow it down by deactivating everything except the very basics of WordPress. Use Twenty Twelve theme with no plugins active and then test dragging widgets, if dragging works then test each plugin one by one.
-
modemlooper replied to the topic Creating new tab in user profile – what's wrong? in the forum How-to & Troubleshooting 11 years, 6 months ago
Use this example https://gist.github.com/modemlooper/5416410
-
modemlooper replied to the topic Problem With Registration Help please! 🙁 in the forum How-to & Troubleshooting 11 years, 6 months ago
Make sure you have a page created for your registration and then in admin at Settings > BuddyPress > Pages you have set the registration to your page.
-
modemlooper replied to the topic [Resolved] Unable to modify sidebars – BP Columns theme in the forum How-to & Troubleshooting 11 years, 6 months ago
This theme is severely outdated. I would not use it with BP 1.7. You can use most any 3 column WordPress theme with BuddyPress 1.7
-
modemlooper replied to the topic Front End User Blog in the forum Creating & Extending 11 years, 6 months ago
You should ask the developer of that plugin. 😉
-
modemlooper replied to the topic Verified accounts? in the forum Creating & Extending 11 years, 6 months ago
No, look at screenshots in plugin folder.
-
modemlooper replied to the topic Front End User Blog in the forum Creating & Extending 11 years, 6 months ago
Haven’t started it yet, try this plugin http://buddydev.com/plugins/buddyblog/
-
modemlooper replied to the topic Verified accounts? in the forum Creating & Extending 11 years, 6 months ago
-
modemlooper replied to the topic Separate Theme for BP in the forum How-to & Troubleshooting 11 years, 7 months ago
If you activate Twenty Twelve and it works then it’s the theme and you should contact the theme developer
-
modemlooper replied to the topic Separate Theme for BP in the forum How-to & Troubleshooting 11 years, 7 months ago
I’m not seeing the file loaded into your header. You can try to copy the file over to yourtheme/css/buddypress.css
but that isn’t fixing the issue if why it’s not loaded in the first place.
-
modemlooper replied to the topic Is buddypress 1.7 going to have share icon to replace bp share it? in the forum How-to & Troubleshooting 11 years, 7 months ago
I think the fix was they didn’t do the admin settings, as you suggested and now the only issue is some css in IE
-
modemlooper replied to the topic Separate Theme for BP in the forum How-to & Troubleshooting 11 years, 7 months ago
What am I missing? It seems to be working on your site. You’re just are missing some css.
http://www.victoryrock.org/wp-content/plugins/buddypress/bp-templates/bp-legacy/css/buddypress.css
The file is there but it’s not loaded into header. Is there a buddypress.css file in your theme folder?
-
modemlooper replied to the topic Separate Theme for BP in the forum How-to & Troubleshooting 11 years, 7 months ago
paste this
into a file buddypress.php and place in your theme folder and then try the BuddyPress pages
-
modemlooper replied to the topic Separate Theme for BP in the forum How-to & Troubleshooting 11 years, 7 months ago
as mercime suggested please copy the contents of page.php into a pastebin. That theme seems to be using a lot of custom templates.
-
modemlooper replied to the topic Separate Theme for BP in the forum How-to & Troubleshooting 11 years, 7 months ago
What theme are you using?
-
modemlooper replied to the topic Is this hosting plan good for buddypress? in the forum Miscellaneous 11 years, 7 months ago
I had a gs BuddyPress site with 3,000 members and had no problem. You will not be able to run three sites on one grid. But I had to do major work on cache, minimize files and utilization of CDN
You are better off going dedicated if you think you will have more than this.
- Load More
@modemlooper
Active 10 months ago