Ali Erkurt
Project Developer, Entrepreneur, PHP, WP, BP junkie.
-
no comment?
-
Ali Erkurt posted a new activity comment:
Hi joesw! Can you send me your details from here: http://alierkurt.net/contact?lang=en
In reply to - joesw posted an update: @alierkurt Hi, i need to make an adaptation of my existing WP theme to run Buddypress. Can you help me? How much it would cost? i need it ASAP, please help..!! Regards · View -
Ali Erkurt posted a new activity comment:
OK Rose. good luck in your spammy world. Cheers!
In reply to - goodrose86 posted an update: @alierkurt My Dear, My name is Rose ,i saw your profile today and became intrested in you,i will also like to know you the more,and i want you to send an email to my email address so i […] · View -
-
Ali Erkurt joined the group BuddyPress Like
-
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 posted a new activity comment:
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…
In reply to - Enrico posted an update: @alierkurt Hi Ali. Did you have a look at rockettheme’s wp themes (the ones based on gantry framework)? I’ve tried to add support for buddypress but it doesn’t work well. I’m missing page […] · View -
Ali Erkurt posted on the forum topic How to limit activity items for per page? in the group How-To and Troubleshooting:
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:
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.
In reply to - Enrico posted an update: @alierkurt Hi Ali. Did you have a look at rockettheme’s wp themes (the ones based on gantry framework)? I’ve tried to add support for buddypress but it doesn’t work well. I’m missing page […] · View -
Ali Erkurt started the forum topic How to limit activity items for per page? in the group How-To and Troubleshooting:
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 joined the group BP Posts On Profile
-
Ali Erkurt reviewed the plugin BP Posts On Profile:
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 posted on the forum topic Convert a WordPress Theme to a BuddyPress Theme in the group Creating & Extending:
I can integrate your WP theme to BP. If you need help just let me know.
-
Ali Erkurt joined the group Creating & Extending
-
Ali Erkurt posted on the forum topic Safe Mode Off and JS Infection Issue in the group How-To and Troubleshooting:
@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:
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:
@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:
@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:
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:
I think it’s about “onchange” event, right? But how can I integrate this to the fields?
- Load More

