e107 Themes.Net - Free e107themes, plugins and more.

Welcome


Chatbox


Online


Forums

e107 Themes.Net - Free e107themes, plugins and more. :: Forums :: Critiques Lounge :: Comments and Critiques
 
<< Previous thread | Next thread >>
Post them all here - Comments and Critiques
Moderators: Arun
Author Post
Arun
Fri Sep 23 2005, 08:23AM
Arun


Registered Member #1
Joined: Fri May 20 2005, 04:11PM
Location: Kerala, India
Posts: 70
This forum is for your invluable comments and critiques on my work tongue.png



Back to top
Website
luckyluke
Thu Mar 02 2006, 04:41AM
Registered Member #246
Joined: Wed Mar 01 2006, 06:21AM
Posts: 5
Hey Arun,,,

I am using your great e107 themes for a while and I must say they rock! But recently I am having some problems with your PhsioBlog v1.1 theme...

When I publish news it is written below them: LAN_THEME_2 instead of "No comments possible" or LAN_THEME_30 instead of "Read/write comments"...

I also have some problems with finding out how to change font size in content pages made with content management plugin- fonts are much too small and I cant get them bigger with WYSIWYG editor... I tried to edit CSS files of your theme but couldn´t find out how to do it because if I changed anything only fonts at news.php change, others at content pages don´t...

Your help would be appreciated very much!

Thanks,
Lucky

[ Edited Thu Mar 02 2006, 04:44AM ]
Back to top
Arun
Fri Mar 03 2006, 05:24AM
Arun


Registered Member #1
Joined: Fri May 20 2005, 04:11PM
Location: Kerala, India
Posts: 70
Wher did u download the theme from? You know PhysioBlog theme was released when e107 v0.7 was under development. So it is likely to have bugs with the officially released issue. I'll try to make a new release of that theme when i find some free time.

Back to top
Website
luckyluke
Fri Mar 03 2006, 11:43AM
Registered Member #246
Joined: Wed Mar 01 2006, 06:21AM
Posts: 5
Hey,,,

Yeah, I know that, but anyway theme works almost perfectly with 0.7.2, just some minor incompatibilities ... I have already solved a problem with fonts size at content pages... I just can´t find a place where to change LAN_THEME_ strings ...Well I know where they are, but changing them doesn´t help much

Ok, anyway thanks for your help and keep on with a good work

Lucky
Back to top
Arun
Fri Mar 03 2006, 12:48PM
Arun


Registered Member #1
Joined: Fri May 20 2005, 04:11PM
Location: Kerala, India
Posts: 70
See if the Physioblog folder has a folder called language in it and it has the lang file English.php

Fina ly check if the path to the langfile is correct in the theme.php

  1.  
  2. @include_once(e_THEME."~ThemeFolderName ~/languages/".e_LANGUAGE.".php");
  3. @include_once(e_THEME."~ThemeFolderName ~/languages/ English.php");
  4.  
  5. -------------OR----------------
  6.  
  7. if(file_exists(e_THEME."~ThemeFolderName ~/languages/".e_LANGUAGE.".php")){
  8.         require_once(e_THEME."~ThemeFolderName ~/languages/".e_LANGUAGE.".php");
  9. }else{
  10.         require_once(e_THEME."~ThemeFolderName ~/languages/ English.php");
  11. }



Ofcourse change ~ThemeFolderName~ to the exact name of the theme folder.

See if that fixes your issue.

Arun

Back to top
Website
luckyluke
Sat Mar 04 2006, 02:13PM
Registered Member #246
Joined: Wed Mar 01 2006, 06:21AM
Posts: 5
Hey Arun,,,

Thanks very much- will try and report!
Back to top
luckyluke
Sat Mar 04 2006, 02:26PM
Registered Member #246
Joined: Wed Mar 01 2006, 06:21AM
Posts: 5
Yeah, now it works correctly! Thanks a lot and have a nice day...

Lucky
Back to top
Arun
Sun Mar 12 2006, 11:14AM
Arun


Registered Member #1
Joined: Fri May 20 2005, 04:11PM
Location: Kerala, India
Posts: 70
Happy that it worked for u.

Back to top
Website
 

Jump:     Back to top

Syndicate this thread: rss 0.92 Syndicate this thread: rss 2.0 Syndicate this thread: RDF
Powered by e107 Forum System


All trademarks are © their respective owners, all other content is © e107 Themes.Net
e107 is © e107.org 2002-2005 and is released under the GNU GPL license.

Privacy Policy

'Painted Medows' by Arun.
Render time: 0.3334 sec, 0.0296 of that for queries.