Page 1 of 2 12 LastLast
Results 1 to 10 of 15

Thread: Modern Aqua Theme

  1. #1
    mds4662 is offline Member
    Join Date
    Nov 2010
    Posts
    10

    Default Modern Aqua Theme

    Guten Abend,

    ich habe mir heute mal o.g. Theme runter geladen und installiert. (Sugarce 6.1) Nach der Installation habe ich es ausgewählt und gespeichert. Aber leider bekomme ich dann nur ein kaputtes Theme?!
    http://www.sugarforge.org/frs/?group_id=868

    Kann mir jemand sagen woran das liegen kann? hat es mit den rechten zu tun?

    Danke im voraus.
    Gruß
    Michael

  2. #2
    sts's Avatar
    sts
    sts is offline Sugar Community Member
    Join Date
    Aug 2010
    Posts
    978

    Default Re: Modern Aqua Theme

    Was genau verstehen Sie unter "kaputtes Theme"? Haben Sie einen Screenshot dazu?

    Allgemein kann man sagen: wenn quasi reines HTML angezeigt wird, also keine Formatierung, dann wird die css-Datei nicht gefunden und sind die von Ihnen angesprochenen Zugriffsrechte ein guter Ansatzpunkt für die Untersuchung. Ansonsten kann das Theme selbst auch noch seine Mängel aufweisen. Ich habe es selbst vor einiger Zeit (ca. Nov. 2010) mal ausprobiert mit der 6.0.1 und da gab es noch sehr viele Probleme mit dem Aqua-Theme. Neuere Erfahrungen damit habe ich aber nicht.
    Stefan Ulrich Sauer
    System Analyst

    Devoteam Danet GmbH
    Gutenbergstraße 10
    D-64331 Weiterstadt
    Germany
    email: Stefan-Ulrich.Sauer@devoteam.com
    http://www.devoteam.de

  3. #3
    mds4662 is offline Member
    Join Date
    Nov 2010
    Posts
    10

    Default Re: Modern Aqua Theme

    Hallo Sauer,

    vielen Dank für Ihre Antwort, genau so ist es es wird reines html. angezeigt..abe rwo müssen den die Rechte geändert werden? und welche Rechte bekommt das Theme?

    Gruß Michael

  4. #4
    sts's Avatar
    sts
    sts is offline Sugar Community Member
    Join Date
    Aug 2010
    Posts
    978

    Default Re: Modern Aqua Theme

    Die Definition des Themes befindet sich hier:
    <Sugar-Installationspfad>\themes\ModernAqua

    Zumindest Lesezugriff sollte für dieses Verzeichnis und alle seine Dateien und Unterverzeichnisse erlaubt sein. Das sollte m.E. reichen.
    Falls das nicht hilft: meinem Kollegen Kuske hat eine Firewall unter Linux den gleichen Effekt beschert. Sugar selbst war verfügbar, aber die Themes nicht. Durch Neuaufsetzen der Firewall konnte er das lösen.
    Stefan Ulrich Sauer
    System Analyst

    Devoteam Danet GmbH
    Gutenbergstraße 10
    D-64331 Weiterstadt
    Germany
    email: Stefan-Ulrich.Sauer@devoteam.com
    http://www.devoteam.de

  5. #5
    mds4662 is offline Member
    Join Date
    Nov 2010
    Posts
    10

    Default Re: Modern Aqua Theme

    So ich habe nach den rechten gesehen auf dem ftp Server, der Ordner hat die Rechte 777 und alle Unterverzeichnisse.

    Gruß
    Michael

  6. #6
    malcek is offline Sugar Community Member
    Join Date
    Dec 2009
    Posts
    19

    Default Re: Modern Aqua Theme

    Hi, sorry to write in english, but i have working Aqua theme on sugarcrm 6.2.4. The only problem I have is printing. There is no button for printing . Can anybody know how to fix that. I attached the pricture of theme.Name:  sugar.jpg
Views: 184
Size:  364.1 KB

  7. #7
    sts's Avatar
    sts
    sts is offline Sugar Community Member
    Join Date
    Aug 2010
    Posts
    978

    Default Re: Modern Aqua Theme

    Hi Malcek,

    where did you download the theme? Some time ago I read in a thread about a page in github where to get newer releases of Aqua Theme than in SugarForge .. I tried that and it works fine in my installation. There is a print button on the bottom of the page. It opens preview page and printer menu if I click on it.

    Here is the forum's thread I mentioned: http://www.sugarcrm.com/forums/f115/...tml#post275057

    Regards
    Stefan
    Stefan Ulrich Sauer
    System Analyst

    Devoteam Danet GmbH
    Gutenbergstraße 10
    D-64331 Weiterstadt
    Germany
    email: Stefan-Ulrich.Sauer@devoteam.com
    http://www.devoteam.de

  8. #8
    malcek is offline Sugar Community Member
    Join Date
    Dec 2009
    Posts
    19

    Default Re: Modern Aqua Theme

    I dowloaded theme from your site and still no button .

    Best regards,

    Martin

  9. #9
    sts's Avatar
    sts
    sts is offline Sugar Community Member
    Join Date
    Aug 2010
    Posts
    978

    Default Re: Modern Aqua Theme

    There is a difference between the Sugar versions ... My first test was with 6.0.1 CE and there it worked. Now I installed it on 6.2.4 CE and there is NO such button - the same as in your screenshot.

    The problem is that there is a difference in HTML in both versions ...
    Here is the HTML code in 6.2.4 (which is not visible with Aqua theme ...):
    PHP Code:
    <div id="bottomLinks">
    <
    a onclick="void window.open('index.php?action=DetailView&amp;module=Users&amp;record=1&amp;type=&amp;return_id=1&amp;print=true','printwin','menubar=1,status=0,resizable=1,scrollbars=1,toolbar=0,location=1')" href="#"><img alt="Print" src="themes/Sugar5/images/print.gif?c=1"></a> <a onclick="void window.open('index.php?action=DetailView&amp;module=Users&amp;record=1&amp;type=&amp;return_id=1&amp;print=true','printwin','menubar=1,status=0,resizable=1,scrollbars=1,toolbar=0,location=1')" class="bottomLink" href="#">Print</a><a href="#top"> [...] 
    and here from 6.0.1 (which is ok with Aqua theme):
    PHP Code:
    <span class="utils"><class="utilsLink" href="javascript:void window.open('index.php?action=DetailView&amp;module=Users&amp;record=1&amp;type=&amp;return_id=1&amp;print=true','printwin','menubar=1,status=0,resizable=1,scrollbars=1,toolbar=0,location=1')">
    <
    img alt="Print" src="themes/Sugar5/images/print.gif?c=1"></a>
    <
    class="utilsLink" href="javascript:void window.open('index.php?action=DetailView&amp;module=Users&amp;record=1&amp;type=&amp;return_id=1&amp;print=true','printwin','menubar=1,status=0,resizable=1,scrollbars=1,toolbar=0,location=1')">
    Print
    </
    a>[...] 
    The problem is that Aqua theme has no proper styles defined for that bottomLinks section.
    You'd have to add styles for <div> id 'bottomLinks' and contained <a> tags to place these buttons anywhere on the screen where they could be shown ...
    Stefan Ulrich Sauer
    System Analyst

    Devoteam Danet GmbH
    Gutenbergstraße 10
    D-64331 Weiterstadt
    Germany
    email: Stefan-Ulrich.Sauer@devoteam.com
    http://www.devoteam.de

  10. #10
    sts's Avatar
    sts
    sts is offline Sugar Community Member
    Join Date
    Aug 2010
    Posts
    978

    Default Re: Modern Aqua Theme

    Found the actual position of the "print" button ... See small blue rectangle near "Calls" in the screenshot (the missed "help" button is right beside of that "print" button's position). This is only an example because the place changes when I change the size of the window. It is hidden so you are not able to click on it.

    Name:  ScreenShot349.jpg
Views: 175
Size:  12.5 KB
    Stefan Ulrich Sauer
    System Analyst

    Devoteam Danet GmbH
    Gutenbergstraße 10
    D-64331 Weiterstadt
    Germany
    email: Stefan-Ulrich.Sauer@devoteam.com
    http://www.devoteam.de

Page 1 of 2 12 LastLast

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. StoreIt and track_email - what's the modern solution/API?
    By rawagajah in forum Developer Help
    Replies: 1
    Last Post: 2010-06-23, 09:10 AM
  2. Aqua Theme for 4.5?
    By rtschimp in forum Help
    Replies: 0
    Last Post: 2007-04-13, 01:08 PM
  3. So which theme do you like best?
    By andydreisch in forum Musings, Mullings, and Mutterings
    Replies: 6
    Last Post: 2006-06-27, 09:39 PM
  4. THEME: Mac OS X Aqua
    By mrmilk in forum Downloads
    Replies: 10
    Last Post: 2006-02-15, 04:55 PM
  5. Modern Bill Integration
    By earthsite in forum Feature Requests
    Replies: 1
    Last Post: 2005-07-08, 02:04 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •