Jump to content
Sign in to follow this  
thelimit

Different but simple problems

Recommended Posts

thelimit

Hi there, thanks for your great work on this themes! My Config: - Wordpress v. 2.9.2 - Wordpress Theme iBlogPro v. 4 - bbPress v. 1.0 - bbPress Theme iBlogPro Forum v. 1.0.4 My Situation: - Clean install of Wordpress - Clean install of iBlogPro 3 Theme - 1 week later Clean install of iBlogPro 4 Theme - Changed Theme to iBlog Pro 4 and adapted the site - Clean install of bbPress - Clean install of iBlogPro Forum Theme My Problems: 1. Deep integration did not work with the wp-blog-header. i used

require_once(dirname(__FILE__) . '/../wp-load.php');
instead and now forum site and forum admin works for me! Question: Did i miss something or is this correct now? 2. I have tried several options for getting the forum up in German language. My wordpress config file is:
define ('WPLANG', 'de_DE');
My bbForum config file is (as described):
define( 'BB_LANG', 'de_DE.mo' );

Question: Is this correct now and where or how do i change the entries like "Categories", "Topic Tags", "Views", "Allowing Markup", "Showing Code" etc.? 3. I have read in the forum about how to remove the PageLines Logo in the bottom of the site but couldnt find an answer. As i like the theme very much i will place an ad to administer instead. Question: How to remove? 4. I have read but not understood how i am able to change the "bottom" or footer of iBlogPro 4. As you can see here i would like to remove all the code below the twitter line. It also looks not good at support.thelimit.at or forum.thelimit.at Question: How or where can i modify/change/remove the bottom/footer ? Thank you very much for reading and i would be really happy if some1 can help me! Thank you and keep up the great work on this awesome themes!

Share this post


Link to post
Share on other sites
cmunns

using css is the easiest way to hide things on the site that you wish to not show. If you use firebug you can inspect the site and see what css you must enter to hide things using display:none; For example to hide the footer add this to your custom css code area in the theme admin: `#fcolumns_container {display:none;}` I do believe you deep installed correctly, our method needs to be updated. Regarding the translation, is only a portion of the site being translated or none at all?

Share this post


Link to post
Share on other sites
thelimit

Hi Adam, thank you very much for your help. The code for not displaying my footer worked fine. Thx! ----- Regarding translations: Seems that the moste code is still in english as you can see here! For example it shows up mixed with DE and EN like this:

Commented on 3 Tage ago by me
Any idea? ----- Second thing is the deep integration, as i am still facing problems with the admin-login: I have same auth-keys defined in both wp and bb config files. I have given detailed informations to bb config where my user-db is located and entered all necessary data correctly. Furthermore i am using the same password for admin-login to wp and bb. But i am still not able to login and i always get dc in wp when i logged in to bb. any idea ? Thx again for any help!

Share this post


Link to post
Share on other sites
Andrew

hmm.. interesting issues w/ deep integration. We usually fix our bbPress issues by restarting browser/clearing cache.. did you check w/ the bbPress.org forum?

Share this post


Link to post
Share on other sites
Andrew

test

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

Sign in to follow this  

×