Search for at
Security Code:
Security Code 
Type Security Code:
EVO CMS Advanced Search
 
 
Recent Topics
Latest Site News << Previous 5  Next 5 >>
Forum Author Replies Last Post
under work  IE 8 > Avatare werden nicht angezeigt ! News & Informationen Spiders 10 15 May 2009
chiroptera View latest post
No icon  Evo mods Fehler News & Informationen Roadrunner25 2 24 Apr 2009
Roadrunner25 View latest post
Important  Neues Teammitglied kiste0406 News & Informationen chiroptera 3 26 Mar 2009
nighty View latest post
Info  Umstellung der Europäischen Community auf 2.1.0RC2 erfolgt News & Informationen ReOrGaNiSaTiOn 30 26 Feb 2009
RTC4EVER View latest post
Idea  Mindmaps online erstellen News & Informationen Spiders 1 24 Feb 2009
RTC4EVER View latest post
Recent Topics << Previous 15  Next 15 >>
Forum Author Replies Last Post
No icon  FREE, Download-Manager. ChitChat nighty 0 18 Mar 2012
nighty View latest post
added to Bug Tracker  Little problem with AUC of Forum Fehlermeldungen 2.1.0 Litoon 3 13 Mar 2012
chiroptera View latest post
solved in Bug Tracker  Banner Adden ! Support German Community Codex87 5 08 Mar 2012
chiroptera View latest post
solved  Passwort kann nicht zurückgesetzt werden Fehlermeldungen 2.1.0 der-cyberwolf 10 21 Feb 2012
der-cyberwolf View latest post
No icon  Update nicht ohne Fehler möglich Fragen & Hilfe zur Installation/Upgrade 2.1.x der-cyberwolf 17 19 Feb 2012
Loneranger View latest post
solved  Probleme mit Forums Scroller oder Forums Scroll Anfragen zu Blöcken der-cyberwolf 8 19 Feb 2012
Loneranger View latest post
No icon  Hack auf Dateien im Root Security mdlasse 5 15 Feb 2012
KaiKiste View latest post
2nd level support  Feedback versedet keine Mail Fehlermeldungen 2.1.0 BlackThor 6 13 Feb 2012
KaiKiste View latest post
No icon  Problem mit Registrierung Fehlermeldungen 2.1.0 Reptile2k 11 12 Feb 2012
Reptile2k View latest post
Idea  Geburtstage (Geburtstagsübersicht) - oder andere Daten Tips & Tricks ReOrGaNiSaTiOn 9 10 Feb 2012
Loneranger View latest post
No icon  Kein Update möglich von 102 Fragen & Hilfe zur Installation/Upgrade 2.1.x Maiki 23 10 Feb 2012
Loneranger View latest post
solved  (KILU) Registrierung-Email kann nicht versandt werden Fehlermeldungen 2.1.0 sinchris2000 5 07 Feb 2012
sinchris2000 View latest post
No icon  EVO CMS Basic 2.1.0 Build 2028-Spanish Fragen & Hilfe vor der Installation 2.1.x valecar 0 06 Feb 2012
valecar View latest post
No icon  Datenbank als sql datei Fragen & Hilfe vor der Installation 2.1.x onkelv 5 06 Feb 2012
der-cyberwolf View latest post
solved  gästebuch verursacht homepageausfall! Module manulito 6 23 Jan 2012
manulito View latest post
 

 
having a weird theme issue with latest build
 
 
Post new topic Reply to topic printer-friendly view
View previous topic :: View next topic  
Author Message
Dave9
EVO User
EVO User



Joined: 07-Nov-2009
Posts: 70
Location: The insane assylum~ a quiet peaceful place to change your mind
Offline
EVO Version: evo2.0.7basic/evo2.0.7extreme/evo2.0.7extreme2/evo2.1.0 rev1536
Post Posted:
 18 Apr 2010
Reply with quote
Post subject: solved in Bug Tracker having a weird theme issue with latest build

Hi guys,

I am having this issue where my default theme is not selectable, this is on my test site so people can view my themes. I didn't realize at first but for some reason chromo doesn't seem as though it can be removed. This is not exactly what I mean.

I have uninstalled chromo and set the default theme to TG-OrangeSlate. However if I clear my cookies and go back to the site or refresh chromo reappears as the theme. TG-OragneSlate is listed as the active theme but cannot be selected. I can switch to the other themes available but still TG-OrangeSlate is listed as the active theme and still I cannot choose TG-OrangeSlate.

I hope this makes sense as my attempts to translate via google very rarely translate properly. That is if I try to translate back from German to English what I have said is completely different then my intent.

Link to site:
Please login to see this link
Get registered or Log in


BH  


 
 
Back to top
View user's profile Send private message Visit poster's website
Spiders
EVO World Team
EVO World Team



Joined: 13-Mar-2006
Posts: 3877
Location: Aachen
Offline
Post Posted:
 18 Apr 2010
Reply with quote
Post subject: No icon Re: having a weird theme issue with latest build

Hi, thanks for report,
I opened a ticket in our BugTracker:

Please login to see this link
Get registered or Log in



I have seen  your themes.
I think they are designed for Evo 2.0.7.

Here is a little Upgrade Tutorial for your Themes, to make them compatible:


Open theme.php:

Delete the follow functions:

FormatStory()
themearticles()


Find themeindex() and replace the code with this code:

PHP:
/************************************************************/
/* Function themeindex()                                    */
/* This function format the stories on the Homepage         */
/************************************************************/
function themeindex ($aid$informant$time$title$counter$topic$thetext$notes$morelink$topicname$topicimage$topictext$informantwrites) {
 
   global $theme_name$ThemeImgDir;

 
   if(!empty($topicimage)) {
 
       $t_image   = @evo_image(@basename($topicimage), 'Topics');
 
       $topic_img "<a href='modules.php?name=News&amp;new_topic=".$topic."'><img src='".$t_image."' border='0' alt='".$topictext."' title='".$topictext."'/></a>
"
;
 
   } else {
 
       $topic_img '';
 
   }
 
   if (!empty($notes)) {
 
       $notes "<span style='font-weight:bold;'>"._NOTE."</span>&nbsp;".$notes."
"
;
 
   } else {
 
       $notes '';
 
   }
 
   if($informantwrites == 0) {
 
       if(!empty($informant)) {
 
           if(is_array($informant)) {
 
               $info_text "<a href='modules.php?name=Your_Account&amp;op=userinfo&amp;username=".$informant[0]."'>".$informant[1]."</a> ";
 
           } else {
 
               $info_text "<a href='modules.php?name=Your_Account&amp;op=userinfo&amp;username=".$informant."'>".$informant."</a> ";
 
           }
 
       } else {
 
           $info_text _ANONYMOUS;
 
       }
 
       $info_text _WRITES."&nbsp;".$info_text;
 
   } else {
 
       $info_text '';
 
   }
 
   $topictext "<span style='font-size:smaller;font-weight:bold;'>".$topictext."</span>";
 
   $title     "<span style='font-size:smaller;font-weight:bold;'>".$title."</span>";
 
   $content   $info_text."<br />".$thetext."<br /><br />".$notes;
 
   $posted    "<span style='font-size:smaller;'>"._APPROVEDBY."&nbsp;".get_author($aid)."&nbsp;"._ON."&nbsp;".$time."&nbsp;&nbsp;</span>"
 


They are only looking at the main points.
Complete Tutorial will follow ...  


 
 
Back to top
View user's profile Send private message Visit poster's website
ReOrGaNiSaTiOn
EVO World Team
EVO World Team



Joined: 03-Jan-2006
Posts: 11731
Location: Als Schwabe in Sachsen-Anhalt
Offline
EVO Version: - Developer Edition -
Post Posted:
 18 Apr 2010
Reply with quote
Post subject: No icon Re: having a weird theme issue with latest build

Ok,

I have tested this with the latest developer release on our testside:

1. Made Aqua to standard theme.
2. Deleted chromo in stylesadministration
3. renamed chromo folder to chromo-basic.

Inside themesblock all themes were selectable.

Deleted cookies (session and domain). Default Theme Aqua remaind as my standard theme.

What caused errors was this:
1. BEFORE I did anything else, I deleted my cookies.
2. BEFORE calling the side again, I renamed the folder chromo to chromo-basic.
3. This caused fatal error, because theme is available in administration and therefore be selectable from user.

The error on your side isn't ab problem from the block, but a problem from includes/themes.php.
This was changed on 03.04.2010 while the latest downloadable zip-file is from 01.04.2010.
So my changes made afterwards seems to stop your problem.

This files will be available as soon as the latest change (marquee function moved from marquee-tag to mootools function) is finished.

Greetings
Reo  


 
 
Back to top
View user's profile Send private message Visit poster's website
Dave9
EVO User
EVO User



Joined: 07-Nov-2009
Posts: 70
Location: The insane assylum~ a quiet peaceful place to change your mind
Offline
EVO Version: evo2.0.7basic/evo2.0.7extreme/evo2.0.7extreme2/evo2.1.0 rev1536
Post Posted:
 18 Apr 2010
Reply with quote
Post subject: No icon Re: having a weird theme issue with latest build

@Spiders ~ I don't understand fully what you are saying. Did some changes get made to the theme format that I did not accommodate for? Are you saying that Story, and article have been degraded? I made the changes you mentioned and they seem to work ok though I still have a couple more themes to update now, thanks Spiders and BTW I like your new avatar much better then the chi one  Grinsen

@ ReO ~ ok so this issue is on my end? or no?

Thanks as always for the speedy responses

BH  


 
 
Back to top
View user's profile Send private message Visit poster's website
Spiders
EVO World Team
EVO World Team



Joined: 13-Mar-2006
Posts: 3877
Location: Aachen
Offline
Post Posted:
 18 Apr 2010
Reply with quote
Post subject: No icon Re: having a weird theme issue with latest build

Hi,
there were some changes in the themes. The FormatSTory() and the themearticles() are no longer needed. Their function takes now the themeindex().

Yes, my new avatar is better suited to me :-)

best regards
Spiders  


 
 
Back to top
View user's profile Send private message Visit poster's website
Dave9
EVO User
EVO User



Joined: 07-Nov-2009
Posts: 70
Location: The insane assylum~ a quiet peaceful place to change your mind
Offline
EVO Version: evo2.0.7basic/evo2.0.7extreme/evo2.0.7extreme2/evo2.1.0 rev1536
Post Posted:
 18 Apr 2010
Reply with quote
Post subject: No icon Re: having a weird theme issue with latest build

I see that before the change there was an extra table inside of the articles/Story that is now gone as well. This looks much better, thank you for the info sir!

edit: The extra table does still seem to be there in 1536, I made the changes to an older builld at home but had not tested this in the real world at that point. I have now updated Thornz210 but still have the extra table there. Also at the bottom of the news story on the index page there is a nbsp; showing in between Nuke-Evolution and the comment/edit icons.

K .. I'll leave you guys alone  Grinsen

again thanks for the info

BH  


 
 
Back to top
View user's profile Send private message Visit poster's website
ReOrGaNiSaTiOn
EVO World Team
EVO World Team



Joined: 03-Jan-2006
Posts: 11731
Location: Als Schwabe in Sachsen-Anhalt
Offline
EVO Version: - Developer Edition -
Post Posted:
 19 Apr 2010
Reply with quote
Post subject: No icon Re: having a weird theme issue with latest build

Hi,

I will have time this week to go behind so I will answer you by Email (your offer done) and by having time to help you solving your problem.

Greetings
Reo  


 
 
Back to top
View user's profile Send private message Visit poster's website
Dave9
EVO User
EVO User



Joined: 07-Nov-2009
Posts: 70
Location: The insane assylum~ a quiet peaceful place to change your mind
Offline
EVO Version: evo2.0.7basic/evo2.0.7extreme/evo2.0.7extreme2/evo2.1.0 rev1536
Post Posted:
 19 Apr 2010
Reply with quote
Post subject: No icon Re: having a weird theme issue with latest build

ok ReO
no worries there

I will email you some info in a bit to get the last of the reg. process taken care of.

Dave9 / BH  


 
 
Back to top
View user's profile Send private message Visit poster's website
Dave9
EVO User
EVO User



Joined: 07-Nov-2009
Posts: 70
Location: The insane assylum~ a quiet peaceful place to change your mind
Offline
EVO Version: evo2.0.7basic/evo2.0.7extreme/evo2.0.7extreme2/evo2.1.0 rev1536
Post Posted:
 23 Apr 2010
Reply with quote
Post subject: No icon Re: having a weird theme issue with latest build

As a temporary fix I have just reinstalled chromo and set it as default, seems to be fine like that.  Grinsen  


 
 
Back to top
View user's profile Send private message Visit poster's website
ReOrGaNiSaTiOn
EVO World Team
EVO World Team



Joined: 03-Jan-2006
Posts: 11731
Location: Als Schwabe in Sachsen-Anhalt
Offline
EVO Version: - Developer Edition -
Post Posted:
 23 Apr 2010
Reply with quote
Post subject: No icon Re: having a weird theme issue with latest build

Hi,

first: kind thanks for sponsoring us a server for one year !!

Second: I have made an installation on this server -> works fine in php5.3 with "register_globals" = Off !!
Because our main-tester kiste0406 tests in php5.3 environment, I do not think, that there will be major differences between the behavior under php4.x and php5.x for the actual version 1618.

If you want to try it by yourself, you can download the latest edition from Sourceforge, which is 2.1.0RC4 Build 1618.

Otherwise (as you now be Tester  lol ) you hopefully make your tests within our testenvironment on 210test.evo-cms.org

Greetings
Reo  


 
 
Back to top
View user's profile Send private message Visit poster's website
Dave9
EVO User
EVO User



Joined: 07-Nov-2009
Posts: 70
Location: The insane assylum~ a quiet peaceful place to change your mind
Offline
EVO Version: evo2.0.7basic/evo2.0.7extreme/evo2.0.7extreme2/evo2.1.0 rev1536
Post Posted:
 23 Apr 2010
Reply with quote
Post subject: No icon Re: having a weird theme issue with latest build

ReOrGaNiSaTiOn wrote (View Post):
Hi,

first: kind thanks for sponsoring us a server for one year !!


Your welcome, happy to contribute.   Grinsen

ReOrGaNiSaTiOn wrote (View Post):
Second: I have made an installation on this server -> works fine in php5.3 with "register_globals" = Off !!
Because our main-tester kiste0406 tests in php5.3 environment, I do not think, that there will be major differences between the behavior under php4.x and php5.x for the actual version 1618.


This account allows for add-on domains as well, so if you have hosting coming due anywhere else you are welcome to add them to this account if you wish or need to do so. I know it is a US server but it is very fast and is completely set up for evo. Should you desire it, it is there for you to use.

ReOrGaNiSaTiOn wrote (View Post):
If you want to try it by yourself, you can download the latest edition from Sourceforge, which is 2.1.0RC4 Build 1618.


hahaha I just looked at the SVN and see it has been updated!!

ReOrGaNiSaTiOn wrote (View Post):
Otherwise (as you now be Tester  lol ) you hopefully make your tests within our testenvironment on 210test.evo-cms.org


Yes I will make an account over there some time today when I get some free time.  Grinsen  I do still have to have a version running on my site again so people can test my themes but I will start working on the test site for actual testing.

Cheers,

BH

Playing with logos  Grinsen

Please login to see this image.
Get registered or Log in


edit:

OKay membership had been made awaiting approval is all.  


 
 
Back to top
View user's profile Send private message Visit poster's website
Dave9
EVO User
EVO User



Joined: 07-Nov-2009
Posts: 70
Location: The insane assylum~ a quiet peaceful place to change your mind
Offline
EVO Version: evo2.0.7basic/evo2.0.7extreme/evo2.0.7extreme2/evo2.1.0 rev1536
Post Posted:
 05 May 2010
Reply with quote
Post subject: No icon Re: having a weird theme issue with latest build

Hi guys .. sorry to double, I am having this issue again. I installed 1618 and it seemed to have been fixed but I installed the latest revision and it appeared again.

As long as chromo is left alone and not uninstalled everything is fine.

What I did:
installed > installed a few themes and made one of them default > uninstalled chromo.

This again caused my default theme un-selectable but would always be listed as the active theme in the theme block. So if you were to change themes to another theme the default would still be the theme name showing in the theme block drop down.

To fix chromo must be reinstalled, made to be default and then the Prior default theme (the one just replaced by chromo) must be uninstalled and then reinstalled. After this everything is fine and any theme can be made to be the Default as long as chromo is installed and active.  Winken

BH  


 
 
Back to top
View user's profile Send private message Visit poster's website
ReOrGaNiSaTiOn
EVO World Team
EVO World Team



Joined: 03-Jan-2006
Posts: 11731
Location: Als Schwabe in Sachsen-Anhalt
Offline
EVO Version: - Developer Edition -
Post Posted:
 06 Jun 2010
Reply with quote
Post subject: No icon Re: having a weird theme issue with latest build

Hi,

I found the problem inside themes handling and fixed it now. Available on 210test.evo-cms.org with php5.3.

I think, that 2.0.8 could run into same problem, because in 5.3 in $_REQUEST the Cookies are included. So the variablename "theme" is got from $_POST or $_GET but overwritten by Cookie variable.

Will be available in SVN and Download after finishing Cookie-Recoding.

Greetings
Reo  


 
 
Back to top
View user's profile Send private message Visit poster's website
Dave9
EVO User
EVO User



Joined: 07-Nov-2009
Posts: 70
Location: The insane assylum~ a quiet peaceful place to change your mind
Offline
EVO Version: evo2.0.7basic/evo2.0.7extreme/evo2.0.7extreme2/evo2.1.0 rev1536
Post Posted:
 06 Jun 2010
Reply with quote
Post subject: No icon Re: having a weird theme issue with latest build

sweet..  Sehr Glücklich

Good to have ya back man.

BTW I see that your site evo-cms.org has a bad redirect or something as it is not redirecting to here it is showing a bad db connection.

BH  


 
 
Back to top
View user's profile Send private message Visit poster's website
ReOrGaNiSaTiOn
EVO World Team
EVO World Team



Joined: 03-Jan-2006
Posts: 11731
Location: Als Schwabe in Sachsen-Anhalt
Offline
EVO Version: - Developer Edition -
Post Posted:
 06 Jun 2010
Reply with quote
Post subject: No icon Re: having a weird theme issue with latest build

Yepp ... I have deleted the redirect to make there a new installation.  


 
 
Back to top
View user's profile Send private message Visit poster's website
Display posts from previous:  
Post new topic Reply to topic printer-friendly view
EVO CMS Forum Index -> Support German Community Time synchronized with the forum server time
 
Page 1 of 1


Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You cannot download files in this forum