-
romik84 posted on the forum topic Blogatize.net – The Social Blog Network in the group Gallery: 13 years, 10 months ago
Hey again, Happy New Year to everyone! With the new year new design of my network has come, too. Check it out and do let me know your opinion. Thank you! http://blogatize.net
-
romik84 started the forum topic Need a cheap reliable hosting for my BuddyPress network in the group Installing BuddyPress: 13 years, 11 months ago
Hi there guys,
I would like to ask you if you know some great hosting service for my BuddyPress network. I have currently about 530 blogs, 50GB bandwith and 388.46 MB size of database. Thanks for your help!!!
-
romik84 joined the group Installing BuddyPress 13 years, 11 months ago
-
romik84 started the forum topic Buddypress subscribe to blog plugin in the group Requests & Feedback: 14 years, 1 month ago
Hi,
I would love to have new feature on buddypress. Same like wordpress.com has ability to subscribe to blogs through admin bar for all members. Would someone make a plugin for that? It would be sweet. Thanks.
-
romik84 joined the group Requests & Feedback 14 years, 1 month ago
-
romik84 posted on the forum topic Moderate Signup / Restrict Registration in the group How-To and Troubleshooting: 14 years, 1 month ago
yeah, I definitely agree!!! How come there is no working solution for this BIG issue? I am already boring of removing tens of Chinese spammers and their stupid shoes, bags, other “cool cheap” stuff every day!!! There are also bloggers who wanna real blogs and real webmasters who wanna keep their network clean from those […]
-
romik84 posted on the forum topic [Plugin: Blog Topics For WPMU] With BuddyPress doesn't work properly in the group How-To and Troubleshooting: 14 years, 3 months ago
@clivoo I am using now WP MU 3.0.1 and Blog Topic 1.0, but it’s not working for new Sign Ups. If you are logged in and create a blog, it works. How you got it working?
-
romik84 posted on the forum topic Blogatize.net – The Social Blog Network in the group Gallery: 14 years, 4 months ago
@porscheheritage – thanks. sorry, but at this moment I am busy with other jobs so I am not able to modify it for public use. But I will think about that in future if I decide to change look of the network 🙂
-
romik84 posted on the forum topic Blogatize.net – The Social Blog Network in the group Gallery: 14 years, 4 months ago
hi there, thanks for the comments. I appreciate that. @webgyrl – I designed it by myself, and yes I am using WPMU with BuddyPress @techguy – there is possibility to import existing blogs and point domains to my server @modemlooper – thanks to let me know. I have checked it on FF 3.6+, IE6+ and Opera […]
-
romik84 posted on the forum topic [Plugin: Blog Topics For WPMU] With BuddyPress doesn't work properly in the group How-To and Troubleshooting: 14 years, 5 months ago
hey guys, no idea?
-
romik84 posted on the forum topic [Plugin: Blog Topics For WPMU] With BuddyPress doesn't work properly in the group How-To and Troubleshooting: 14 years, 5 months ago
my current code looks like this:
// Add the actions and filters we need to make all this run add_action('signup_blogform', array(&$cets_wpmubt, 'get_topics_select_signup')); add_filter('wpmu_new_blog', array(&$cets_wpmubt, 'set_new_blog_topic'), 101); add_filter('wpmu_activate_blog', array(&$cets_wpmubt, 'set_new_blog_topic'), 101);…
[Read more] -
romik84 started the forum topic Blogatize.net – The Social Blog Network in the group Gallery: 14 years, 5 months ago
The idea of this network is simply. Connect bloggers together, make friendships, earn money not only for beginner blogger, and simply bring more exposure for all members. Thanks to BuddyPress it comes true. Thank you guys!
-
romik84 joined the group Gallery 14 years, 5 months ago
-
romik84 started the forum topic [Plugin: Blog Topics For WPMU] With BuddyPress doesn't work properly in the group How-To and Troubleshooting: 14 years, 5 months ago
Hi there,
I am testing this plugin with BuddyPress but it doesn’t work for new registrations. For existing users it works, but when a new user wants to register, the Topic options is not in the Sign Up form and the blog then has topic value 0. Any ideas or help? Thank you.
-
romik84 posted on the forum topic AHP Sitewide Recent Posts and BuddyPress repeat gravatars in the group How-To and Troubleshooting: 14 years, 5 months ago
nah, I have found a solution:
change the line which I mentioned above to this:
$userid = $wpdb->get_var(“SELECT post_author FROM $blogPostsTable”);
and then find line starting $grav_img = and change it to:
$grav_img = get_avatar($userid, ’80’, ”);
and your gravatars will be working fine.
-
romik84 posted on the forum topic AHP Sitewide Recent Posts and BuddyPress repeat gravatars in the group How-To and Troubleshooting: 14 years, 6 months ago
anyone for help? I am lost.
-
romik84 started the forum topic AHP Sitewide Recent Posts and BuddyPress repeat gravatars in the group How-To and Troubleshooting: 14 years, 6 months ago
Hi again, I was searching for this issue but haven’t found any solution. The combination BuddyPress and AHP plugin repeat the first gravatar of a user and display for other users as well. I’ve tried to use function bp_blog_avatar but it doesn’t work. The function which I am talking about is this: // get gravatar […]
-
romik84 started the forum topic Featured Posts on main blog in the group How-To and Troubleshooting: 14 years, 6 months ago
Hi, I just try to write a function to show top posts on the main blog but it doesn’t work. What am I doing wrong? Here is the code.
function featured_posts() {
global $wpdb;
$date = date('Y-m-d', strtotime('-1 months'));
$date2 = date('Y-m-d', strtotime('-1000 days'));
$days = (strtotime($date2) - strtotime($date)) / (60 * 60 * 24);
$duration =…
[Read more] -
romik84 started the forum topic Where to change Members widget layout in the group How-To and Troubleshooting: 14 years, 6 months ago
Hi there,
I am not able to find out where the Members widget takes the loop of members from. I have tried to modify the bp-core-widgets.php but it works only for the first page load. After I click e.g. on Popular tab it changes the layout. Any help? Thanks.
-
romik84 posted on the forum topic default Gravatar in the group How-To and Troubleshooting: 14 years, 6 months ago
Try this: upload an avatar file to the BuddyPress plugin folder here: buddypress/bp-core/images/ Now edit file bp-core-avatars.php located in the buddypress/bp-core/ folder , find line #141 and change the avatar file name on the end of the line per your needs, e.g. Code: $default_grav = apply_filters( ‘bp_core_mysteryman_src’, BP_PLUGIN_URL .…[Read more]
- Load More
@romik84
Active 2 years, 7 months ago