Forum Replies Created
-
In reply to: Change between languages? (multilingual forum)
How about you change after the page load using js – Google Translate API?
First, LOL for the second post of appreciating your own question
Second, Even values in percentage would need to be changed. They only work if you change the parent element and expect the nested elements to adjust accordingly. But what you are trying to do is something with siblings.
If you want to look for more themes, then you can take a look at these bbPress themes.
First, LOL for the second post of appreciating your own question
Second, Even values in percentage would need to be changed. They only work if you change the parent element and expect the nested elements to adjust accordingly. But what you are trying to do is something with siblings.
If you want to look for more themes, then you can take a look at these bbPress themes.
In reply to: Change between languages? (multilingual forum)Well you can let the user choose one for their account by hooking into the language filter if the need be, after checking the user preference.
Not sure how you can change that on-the-fly with a link.
In reply to: Change between languages? (multilingual forum)Well you can let the user choose one for their account by hooking into the language filter if the need be, after checking the user preference.
Not sure how you can change that on-the-fly with a link.
In reply to: Including Youtube video embeds?I am guessing it is slow because it queries Youtube server every now and then for each page load (assuming it doesn’t cache the youtube embed code and always retrieve it), though I could be wrong!
In reply to: Including Youtube video embeds?I am guessing it is slow because it queries Youtube server every now and then for each page load (assuming it doesn’t cache the youtube embed code and always retrieve it), though I could be wrong!
In reply to: Here’s how to install Avatar Upload pluginuse
bavatars
In reply to: import all topic and post from wordpress to bbpressHe means editing the script and not wp-config.php
In reply to: import all topic and post from wordpress to bbpressHe means editing the script and not wp-config.php
In reply to: import all topic and post from wordpress to bbpressIf you want to move your WordPress data to a bbPress install, then you can use this http://code.google.com/p/wordpress-to-bbpress-converter/
In reply to: import all topic and post from wordpress to bbpressIf you want to move your WordPress data to a bbPress install, then you can use this http://code.google.com/p/wordpress-to-bbpress-converter/
In reply to: Security Bug Report ContactAlright! Your call.
In reply to: Security Bug Report ContactAlright! Your call.
In reply to: Security Bug Report ContactCK, I think it would be best to create a new topic also and sticky it!
In reply to: Security Bug Report ContactCK, I think it would be best to create a new topic also and sticky it!
In reply to: Integrating WordPress THEME ONLY with bbPressIntegrating bbPress & WordPress is a lot easier than before.
In reply to: Integrating WordPress THEME ONLY with bbPressIntegrating bbPress & WordPress is a lot easier than before.
In reply to: Plugin Help – Getting User IDIn your function declare
$bb_current_user
as global and print_r it to see what all you can havefunction blah() {
global $bb_current_user;
print_r( $bb_current_user );
}In reply to: Plugin Help – Getting User IDIn your function declare
$bb_current_user
as global and print_r it to see what all you can havefunction blah() {
global $bb_current_user;
print_r( $bb_current_user );
}In reply to: Need AssistRunning busy currently (I can’t be immediately available), but you can contact me – http://blog.ashfame.com/contact-ashfame/
In reply to: Need AssistRunning busy currently (I can’t be immediately available), but you can contact me – http://blog.ashfame.com/contact-ashfame/
In reply to: Integrate bbpress with an existing WordPress theme?deep integration is easier if you know how to mess around with html & css.
Integration plugin is solely needed for the purpose of generating bbPress admin side cookies when a user logs in from WordPress side. If you don’t use it, everything will be fine, just you won’t be able to access bbPress dashboard unless you login from bbPress side.
but this clearly doesn’t affect regular normal users as they don’t have to access the dashboard, only you have to.
In reply to: Integrate bbpress with an existing WordPress theme?deep integration is easier if you know how to mess around with html & css.
Integration plugin is solely needed for the purpose of generating bbPress admin side cookies when a user logs in from WordPress side. If you don’t use it, everything will be fine, just you won’t be able to access bbPress dashboard unless you login from bbPress side.
but this clearly doesn’t affect regular normal users as they don’t have to access the dashboard, only you have to.
In reply to: Language problems with with v.1.0.1Do you have a deep integrated setup? If not then that can’t be the reason, both works independently