-
Unsal Korkmaz replied to the topic What is the most important thing BuddyPress is missing? in the forum Requests & Feedback 2 years, 1 month ago
Mobile app.
Browser only websites are dying, slowly. Can you imagine discord, telegram etc without a mobile app?
I am working on a wordpress theme that focuses on being a bridge for headless wordpress + https://quasar.dev
I believe BuddyPress can be ground breaking for any mobile app that built with WordPress.
-
Unsal Korkmaz updated the Turkish – Tรผrkรงe (tr_TR) page, on the BuddyPress Codex 10 years, 1 month ago
Turkish Translation
This translation is for BuddyPress version 2.1.1. The project is hosted on github. Feel free to fork it and contribute. ย For any requests and wishes please contact the project maintainer รnsal […] -
Unsal Korkmaz replied to the topic How can i add query_var to custom buddypress page? in the forum Creating & Extending 10 years, 2 months ago
Meh.. i couldnt find an example even in internet lol. Please can you give an example?
-
Unsal Korkmaz started the topic How can i add query_var to custom buddypress page? in the forum Creating & Extending 10 years, 2 months ago
Hi,
I added a new page to buddypress with bp_core_new_subnav_item.
Lets say its adress:
/members/myname/example/
I want this page to handle a custom query_var. While its working like this:
/members/myname/example/?query=variable
but its not working like this:
/members/myname/example/query/variable/
I tried to use bp_pre_user_query_construct…[Read more]
-
Unsal Korkmaz started the topic Firmasite theme is 2.1 ready – Moved in the forum Miscellaneous 10 years, 2 months ago
Shamelessly promoting my theme ๐
It supports BuddyPress 2.1 with fully rewrote buddypress integration ๐ -
Unsal Korkmaz replied to the topic in the forum Unsal Korkmaz 10 years, 2 months ago
Shamelessly promoting my theme ๐
It supports BuddyPress 2.1 with fully rewrote buddypress integration ๐ -
Unsal Korkmaz started the topic Content Blocks on BuddyPress Profiles! in the forum Showcase 11 years, 2 months ago
Soon, i will release my theme’s commercial version which lets you create custom BuddyPress profiles! Example:
http://theme.firmasite.com/members/unsalkorkmaz/profile/What do you think? What type of content you want to add to profiles?
-
Unsal Korkmaz replied to the topic hub.jmonkeyengine.org โ Game engine community site in the forum Showcase 11 years, 2 months ago
Erlend, i would suggest you to wait commercial release for group customization. I am preparing those content blocks to work in user profiles & buddypress groups.
For people interesting, this is an example of content block usage in bbpress replies: http://theme.firmasite.com/support/topic/firmasite-as-a-childtheme/#content_block5
Think about using…[Read more] -
Unsal Korkmaz replied to the topic Do you want full bootstrap buddypress theme? in the forum Miscellaneous 11 years, 3 months ago
Yeah, have some links comes here and i see that trac ticket is not linking to latest result. Sorry if i did something wrong
-
Unsal Korkmaz replied to the topic Do you want full bootstrap buddypress theme? in the forum Miscellaneous 11 years, 3 months ago
-
Unsal Korkmaz replied to the topic FirmaSite Social: Buddypress + bbPress theme based on Bootstrap in the forum Showcase 11 years, 4 months ago
FirmaSite 1.1.15 Released!
http://theme.firmasite.com/firmasite-1-1-15-released/
Color switch option for site title and taxonomy colors!Live Demo:
http://demo.theme.firmasite.com
Download & Official WordPress.Org page: -
Unsal Korkmaz replied to the topic FirmaSite Social: Buddypress + bbPress theme based on Bootstrap in the forum Showcase 11 years, 4 months ago
Shortcode to display posts like ShowCase:
http://theme.firmasite.com/showcase-shortcode/I would like to hear your suggestions on this. Please send a comment in post.
-
Unsal Korkmaz replied to the topic FirmaSite Social: Buddypress + bbPress theme based on Bootstrap in the forum Showcase 11 years, 5 months ago
Spanish Translation for FirmaSite theme, BuddyPress and bbPress plugins:
http://theme.firmasite.com/spanish-translation/ -
Unsal Korkmaz replied to the topic FirmaSite Social: Buddypress + bbPress theme based on Bootstrap in the forum Showcase 11 years, 5 months ago
FirmaSite 1.1.4 released.
Biggest improvement is adding Flatly named theme style. You can check demo here:
http://demo.theme.firmasite.com/?style=flatlyYou can read other details of changes here:
http://theme.firmasite.com/category/changelog/ -
Unsal Korkmaz replied to the topic FirmaSite Social: Buddypress + bbPress theme based on Bootstrap in the forum Showcase 11 years, 7 months ago
This weeks question & answer:
Question Summary: How to add custom css to all widgets?
Solution: In our theme, you can target all widgets with article.widget. An example:
article.widget {
background: #fff;
border-radius: 6px;
margin: 10px;
padding: 10px;
box-shadow: rgba(0,0,0,0.3) 0 1px 3px;
} -
Unsal Korkmaz replied to the topic FirmaSite Social: Buddypress + bbPress theme based on Bootstrap in the forum Showcase 11 years, 7 months ago
This weeks question & answer:ย
Showcase, promotion and custom content types
Question Summary: How to add PromotionBar and ShowCase feature to your custom post types?
Solution:ย Its super simple;
add_filter(‘firmasite_pre_get_posts_ekle’, “firmasite_custom_cpt_add”);
function firmasite_custom_cpt_add($array){
$array[]=’anothercct’;
return $…[Read more] -
Unsal Korkmaz commented on the post, BuddyPress 1.7 is now available!, on the site BuddyPress.org 11 years, 7 months ago
Gratz for release ๐
-
Unsal Korkmaz replied to the topic FirmaSite Social: Buddypress + bbPress theme based on Bootstrap in the forum Showcase 11 years, 7 months ago
An alternative menu code for BuddyPress menu:
http://theme.firmasite.com/support/topic/account-menu-in-top-menu-bar/It adds login form for visitors and it becomes buddypress menu for logged-in users. Code needs php5.3+ atm. You can play with it ๐
-
Unsal Korkmaz replied to the topic FirmaSite Social: Buddypress + bbPress theme based on Bootstrap in the forum Showcase 11 years, 7 months ago
Update: I added “Change style” button to theme website. Now you can see how buddypress or bbpress pages are changing when you change theme style.
Example BuddyPress Profile page:
http://theme.firmasite.com/members/unsalkorkmaz/profile/Dark style of same profile…[Read more]
-
Unsal Korkmaz replied to the topic FirmaSite Social: Buddypress + bbPress theme based on Bootstrap in the forum Showcase 11 years, 8 months ago
@mercime ty ๐
An update: I wrote an article about child-themes and how to add/remove custom bootstrap styles:
- Load More
@unsalkorkmaz
Active 1 year, 1 month ago