Php photo gallery TWG | JFUploader | TWG Flash upload | WFU | Forum

Get help for TinyWebGallery, the best image gallery. The forum is also home for the Joomla JFUploader, TWG Flash Uploader and the Wordpress flash uploader.
It is currently 22. Nov 2024, 21:36

This forum is readonly now. Please use the new forum if you don't find the answer to your question here. The new forum is at https://www.tinywebgallery.com/blog/forum/


All times are UTC + 1 hour [ DST ]




Post new topic Reply to topic  [ 43 posts ]  Go to page 1, 2, 3  Next
Author Message
 Post subject: bug in $hide_top=true; ?
PostPosted: 13. Nov 2009, 16:28 
Offline

Joined: 31. Oct 2008, 17:31
Posts: 51
Hallo Michael,
bis ich meine icons zsammen habe wollte ich dii top navi auschalten

$hide_top=true; // new 1.7.6 - (true/false) Show/hide the whole top menu.

wenn ich nun auf true setzte ist das top menü immer noch da und verschiebt das menü so wie das album nach links.

#removed_broken_link

gruss mik


Top
 Profile  
 
 Post subject:
PostPosted: 13. Nov 2009, 16:56 
Offline
Site Admin
User avatar

Joined: 1. Aug 2005, 12:53
Posts: 11232
Es scheint auch unten alles verschoben zu werden.

Hast du alles in einer my_config.php ? weil dann kannst du mir die mal schicken und ich test das mal bei mir.

- Michael


Top
 Profile  
 
 Post subject:
PostPosted: 13. Nov 2009, 18:22 
Offline

Joined: 31. Oct 2008, 17:31
Posts: 51
hab das nur in der haupt config geändert.

gruss mik


Top
 Profile  
 
 Post subject:
PostPosted: 13. Nov 2009, 18:26 
Offline
Site Admin
User avatar

Joined: 1. Aug 2005, 12:53
Posts: 11232
ich brauch schon die ganze config - weil wenn ich nur das abschalte past bei mir alles.

Wie du vielleicht schon gelesen hast sollte man nie in der config.php was ändern -

Schick mir am besten mal beide Dateien.

- Michael


Top
 Profile  
 
 Post subject:
PostPosted: 13. Nov 2009, 19:10 
Offline

Joined: 31. Oct 2008, 17:31
Posts: 51
hab sie dir im zipfile per mail geschickt.

gruss mik


Top
 Profile  
 
 Post subject:
PostPosted: 13. Nov 2009, 19:13 
Offline
Site Admin
User avatar

Joined: 1. Aug 2005, 12:53
Posts: 11232
für die top - navi must du

$hide_topnavigation=true setzen.

hide top geht bei dir wahrscheinlich nicht mehr, weil du das schon modifiziert hast?

- Michael


Top
 Profile  
 
 Post subject:
PostPosted: 13. Nov 2009, 19:21 
Offline

Joined: 31. Oct 2008, 17:31
Posts: 51
nun zeigt er es wieder normal an, aber die top navi ist noch da.
das ist alles was ich verändert habe.

Code:
height: 19px;
background-image: url(silber_cellpic.gif);


hier komplett

Code:
td.topnavleft {

   height: 19px;
   vertical-align: middle;
    border-top: 2px none;
   border-bottom: 2px none;
   font-family: Verdana;
   font-size: 11px;
    text-align: left;
    width: 35%;
   padding-left: 5px;
   background-color: #F6F6F6;
   background-image: url(silber_cellpic.gif);
}

td.topnavright {

   height: 19px;
    width: 35%;
    text-align: right;
    vertical-align: middle;
    border-top: 2px none;
   border-bottom: 2px none;
   font-family: Verdana;
   font-size: 11px;
   padding-right: 5px;
   background-color: #F6F6F6;
   background-image: url(silber_cellpic.gif);
}

Code:


Last edited by mikstart on 13. Nov 2009, 19:28, edited 1 time in total.

Top
 Profile  
 
 Post subject:
PostPosted: 13. Nov 2009, 19:28 
Offline
Site Admin
User avatar

Joined: 1. Aug 2005, 12:53
Posts: 11232
ich hab das gerade getestet - drum hab ich ja auch nach deiner my_config.php gefragt. Evtl. hast du da noch was verändert (und eigentlich hättest du nur dort Sachen Ändern sollen)

- Michael


Top
 Profile  
 
 Post subject:
PostPosted: 13. Nov 2009, 19:30 
Offline

Joined: 31. Oct 2008, 17:31
Posts: 51
in der my config hab ich nichts verändert. na ich dachte in der hauptconfig könnte ich das auch ändern da alle parameter vorhanden sind.


Last edited by mikstart on 13. Nov 2009, 19:46, edited 1 time in total.

Top
 Profile  
 
 Post subject:
PostPosted: 13. Nov 2009, 19:34 
Offline
Site Admin
User avatar

Joined: 1. Aug 2005, 12:53
Posts: 11232
Lies einfach mal

http://www.tinywebgallery.com/de/configuration.php 3. durch.

Dann verstehst du wie die Dateien zusammenspielen. Weil sonst reageirt immer alles anders, als du erwartest ...

- Michael


Top
 Profile  
 
 Post subject:
PostPosted: 13. Nov 2009, 19:45 
Offline

Joined: 31. Oct 2008, 17:31
Posts: 51
und ich schlag mich die ganze zeit mit der how do in englisch rum, danke, werd das mal lesen und dann es mit der my config probieren.

gruss mik


Top
 Profile  
 
 Post subject:
PostPosted: 13. Nov 2009, 19:52 
Offline
Site Admin
User avatar

Joined: 1. Aug 2005, 12:53
Posts: 11232
weil sonst überschreibst du dir immer settings und wunderst dich, das sich nix tut.

- Michael


Top
 Profile  
 
 Post subject:
PostPosted: 14. Nov 2009, 20:24 
Offline

Joined: 31. Oct 2008, 17:31
Posts: 51
habe nun die original config wieder hergestellt und hochgeladen.

habe folgendes in meiner myconfig hinzugefügt.

$show_languages_as_dropdown=false;
$sort_by_date = true;
$show_tips_overview=false;

$hide_top=true;
$hide_topnavigation=true;

habe beides auch einzeln versucht

macht das gleiche wie oben beschrieben verschiebt alles nach links und die navi ist noch da.
vieleicht durch iframe? hab eingestellt im admin gallery im iframe.

my config schicke ich dir per mail.

gruss mik


Top
 Profile  
 
 Post subject:
PostPosted: 14. Nov 2009, 21:47 
Offline

Joined: 31. Oct 2008, 17:31
Posts: 51
so hab auch die style.css zurückgestetz. nun verschiebt er es nicht. nun zeigt er nur noch bei den tumbnails einen pfeil zurück an. (der noch weg müsste) im detail wo mittel grosse bilder angezeigt werden, ist es jetzt richtig keine pfeilnavigation.

werd auch in zukunft my style benutzen grins

#removed_broken_link

gruss mik

komplette gallery neu hoch geladen, nur noch der pfleil zurück bei der tumbnails seite wie oben beschrieben.

gruss mik


Top
 Profile  
 
 Post subject:
PostPosted: 15. Nov 2009, 00:28 
Offline
Site Admin
User avatar

Joined: 1. Aug 2005, 12:53
Posts: 11232
am einfachsten wäre es, das Bild durch das 1x1.gif zu ersetzen.

- Michael


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 43 posts ]  Go to page 1, 2, 3  Next

All times are UTC + 1 hour [ DST ]


Who is online

Users browsing this forum: No registered users and 76 guests


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 post attachments in this forum

Search for:
cron
powered by phpbb | Datenschutz/ Privacy policy