-
Ali Erkurt posted on the forum topic How to like blog posts? in the group BuddyPress Like: 13 years, 11 months ago
no comment?
-
Ali Erkurt posted a new activity comment 13 years, 11 months ago
Hi joesw! Can you send me your details from here: http://alierkurt.net/contact?lang=en
-
Ali Erkurt reviewed the plugin BuddyPress Like: 13 years, 11 months ago
Thanks for this great plugin. I like liking 🙂
-
Ali Erkurt started the forum topic How to like blog posts? in the group BuddyPress Like: 13 years, 11 months ago
Hey guys! Thank you for this great plugin. I’m using the 0.0.8 version and it says you can like blog posts. I can do that via activity stream. Is there any other way to like it e.g. on the single post page? Do I need to add any code to single.php or somewhere else? I […]
-
Ali Erkurt joined the group BuddyPress Like 13 years, 11 months ago
-
Ali Erkurt posted a new activity comment 13 years, 11 months ago
Did you change rockettheme’s header.php’s title? You need to change the function of title. WP’s title function is something like that:
wp_title(‘«’, true, ‘right’);
You should change it to that:
bp_page_title()
You need to replace the function. Hope that works…
-
Ali Erkurt posted on the forum topic How to limit activity items for per page? in the group How-To and Troubleshooting: 13 years, 11 months ago
OK, I found the solution. For those who need that here is the solution:
Add this to your functions.php:
function my_query_filter( $query_string ) {
$query_string .= '&per_page=10';
return $query_string;
}
add_filter( 'bp_dtheme_ajax_querystring', 'my_query_filter' ); -
Ali Erkurt posted a new activity comment 13 years, 11 months ago
Hello Enrico. Sorry for delay. I was unable to get online. Did you fix your problem? If you need further help please let me know.
-
Hi Ali, no I didn’t fix the issues with rockettheme’s templates.
BP’s page title doesn’t show up and doesn’t work.-
Did you change rockettheme’s header.php’s title? You need to change the function of title. WP’s title function is something like that:
wp_title(‘«’, true, ‘right’);
You should change it to that:
bp_page_title()
You need to replace the function. Hope that works…
-
-
-
Ali Erkurt started the forum topic How to limit activity items for per page? in the group How-To and Troubleshooting: 13 years, 11 months ago
Hello everyone! I want to limit my activity pages’ entries. I know there is “per_page” for that but in my activity-loop.php, there is a line like that:
I tried to put it like
. It limited to 10 but ajax didn’t work. Where can I put “per_page=10” without breaking “bp_ajax_querystring” thing. Thank […]
-
Ali Erkurt reviewed the plugin BP Posts On Profile: 13 years, 11 months ago
I love the plugin. But pagination didn’t work for me. When I click a page number, it takes me to the homepage. How can I fix that? Thanks.
-
Ali Erkurt joined the group BP Posts On Profile 13 years, 11 months ago
-
Ali Erkurt posted on the forum topic Convert a WordPress Theme to a BuddyPress Theme in the group Creating & Extending: 14 years ago
I can integrate your WP theme to BP. If you need help just let me know.
-
Ali Erkurt joined the group Creating & Extending 14 years ago
-
Ali Erkurt posted on the forum topic Safe Mode Off and JS Infection Issue in the group How-To and Troubleshooting: 14 years, 2 months ago
@DJPaul I had that infection issue three times on my web site and I had to re-upload all files to the server. I think this happens when safe mode is off. Now I want to install BP to another site and to upload avatars, I need to turn safe mode off. If I do that, does […]
-
Ali Erkurt started the forum topic Safe Mode Off and JS Infection Issue in the group How-To and Troubleshooting: 14 years, 2 months ago
Hello. As you know we have to use BP with safe mode disabled. But this might cause some hack and infection issues. A simple code might infect all .JS files -including plugin files- and all the index.php and home.php files. You can try changing your FTP client and password. You can also upgrade your WP […]
-
Ali Erkurt posted an update 14 years, 3 months ago
@PeterAnselmo Hello Peter!
I’m using your Group Documents. Thanks for the plugin!I want to add a nav item as “My Documents” on user profile page. When you navigate to this item, it’ll show user’s documents which were uploaded by him/her. What I want is the list of documents for the user.
How can I do that?
-
Ali Erkurt posted on the forum topic Is Group Documents safe on large sites? Can people upload malicious code/ viruses etc? in the group How-To and Troubleshooting: 14 years, 4 months ago
@rossagrant Unless someone merges virus to PDF, yes it’s safe 🙂
-
Ali Erkurt posted on the forum topic How can I change the profile field when the user selects the upper one? in the group How-To and Troubleshooting: 14 years, 4 months ago
Here’s the example script:
http://downhomeconsulting.com/Downloads/Country_State_Drop_Down/demo.html
-
Ali Erkurt posted on the forum topic How can I change the profile field when the user selects the upper one? in the group How-To and Troubleshooting: 14 years, 4 months ago
I think it’s about “onchange” event, right? But how can I integrate this to the fields?
-
Ali Erkurt started the forum topic How can I change the profile field when the user selects the upper one? in the group How-To and Troubleshooting: 14 years, 4 months ago
Hello. I’m using BP 1.2.5.2 and WP 3.0. I want to add some features to the registration page. What I want to do is that: For example, user is selecting country section. When it selects e.g. USA, I want the State field to change to USA’s states which I created before. I mean if user […]
- Load More
@alierkurt
Not recently active