Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Werner1340

Pages: [1]
1
GREAT!!

Now it works exactly how i wanted it  :D

Sorry, for confusing you at the beginning and a very BIG THANKS for your help and efforts on this !!!!!!!!

Werner

2
I don't understand what you are trying to do...you don't want show subcategories, but want to see them?

 nearly  :D
The Categorie "Gästehaus" is protected but I don't want to see the subcategories underneath,
after entering the "Gästehaus" everybody can see all Subcategories which are all extra password protected too.
That's it.

Maincategorie (=pass-protected, the Subcategories are hidden)
- Subcategorie 1 (=pass-protected, seen by everyone, not hidden, but password-protected)
- Subcategorie 2 (=pass-protected, seen by everyone, not hidden, but password-protected)
and so on............

3

If you want hide subcategories, edit each subcategory and set it to be hidden.

It's still not working.
When i set the subcategories to be hidden i even can't see them after i passed the "Gästehaus"- entry  :?:

Werner

4
Hello V@no,

one more question from my side  :D:

Is it possible to have following structur in a pass-protected categorie:

Maincategorie (=pass-protected, the Subcategories should not be seen)
- Subcategorie 1 (=pass-protected, seen by everyone)
- Subcategorie 2 (=pass-protected, seen by everyone)
.....
.....

I tried everything to have it this way, but nothings works.

On my Homepage you can see what i tried so far.

http://fotowerner.at

Maincategorie = Gästehaus -> pass = test

in there you will find:

subcat1 -> pass = 1 (Settings are: Hidden=no, seen by everyone)
subcat2 -> pass = 2 (Settings are: Hidden=no, set to "private") set to private hides the sucat2 in Mainpage.
That's what i want. But when i click on subcat2, it jumps back to the Mainpage ?

Are the settings wrong, or what can i do?

Big Thanks in advance..................Werner







5
Hello V@no,

1: Ok, no problem.

2: Sorry, my fault  :oops:. It is case-sensitive. Sorry for that :!:

Werner

6
Hello V@no,

BIG Thanks for that great MOD. Works perfect on my site  :thumbup:  :!: :!:

Just 2 suggestions/questions:

1: Is it possible to protect the categories for each time I enter the site?

For example: I'm entering my site, answer the categorie-password-question and I'm in. So far, so good.
Now I'm leaving my site to  go somewhere else and after a while I come back and now I have to
answer the password again for the protected categorie, because i didn't stay on my site all the time.

2: Is it possibel to make the password case-sensitive? Just a little feature  :D, if it's easy to realize.

Thank you very much...................Werner

   


7
Mods & Plugins (Releases & Support) / Re: Flash Slideshow
« on: October 30, 2008, 07:51:26 AM »
Hat sich erledigt !

Hallo,

Ich bin schon eine Weile am rumbasteln um das Slideshow-Fenster in die Mitte des Bildschirms zu plazieren.
Klappt nicht und meine Kenntnisse dafür sind äusserst gering.
Vielleicht weiss einer von euch was ich in der Codezeile ändern muss damit das funktioniert.

Hier die Adresse zu einer Kategorie mit dem Slide-Show-Button. einfach draufdrücken, dann sehr ihr was ich meine.
Im Moment hab ich's mittels "top" +"left" -Angaben plaziert

http://fotowerner.at/categories.php?cat_id=12

Hier der Codeabschnitt, der geändert werden müsste: (glaube ich  :?:)

Code: [Select]
//-----------------------------------------------------
//--- flash Show changes 04 starts here          ---------
//-----------------------------------------------------

      if ($countit > 1)  {
      $flashshow_url = $site_sess->url(ROOT_PATH."flashshow.php?action=flashshow&".URL_CAT_ID."=".$cat_id);
        $flashshow_button = "<A HREF=\"#\" onClick=\"window.open('".$flashshow_url."','_blank','toolbar=0, location=0, directories=0, status=0, scrollbars=0, resizable=0, copyhistory=0, menuBar=0, left=350, top=185, width=640, height=480');return(false)\"><img src=\"".get_gallery_image("flashshow.gif")."\" border=\"0\" alt=\"".$lang['alt_flashshow']."\" /></a>";

   } else {
      $flashshow_button = " <img src=\"".get_gallery_image("flashshow_off.gif")."\" border=\"0\" alt=\"Sorry, but you cannot make a flashshow with only 1 picture!!!\" />";
   }

$num_rows_all = (isset($cat_cache[$cat_id]['num_images'])) ? $cat_cache[$cat_id]['num_images'] : 0;

 if ($num_rows_all > 0)  {
  $random_cat_image = (defined("SHOW_RANDOM_IMAGE") && SHOW_RANDOM_IMAGE == 0) ? "" : get_random_image($cat_id);
  $site_template->register_vars(array(
  "flashshow_url" => $flashshow_url,
  "cat_name" => htmlspecialchars($cat_cache[$cat_id]['cat_name']),
  "flashshow_button" => $flashshow_button
  ));
}

//-----------------------------------------------------
//--- flash Show changes 04 ends here          ---------
//-----------------------------------------------------

Vielen Dank im Voraus..............

Gruss Werner

8
Mods & Plugins (Releases & Support) / Re: Flash Slideshow
« on: June 17, 2008, 09:14:21 AM »
Schon erledigt.
habe heute Antwort bekommen. Er schaut nach, ob er das noch nachvollziehen kann und gibt mir dann Bescheid.

9
Mods & Plugins (Releases & Support) / Re: Flash Slideshow
« on: June 16, 2008, 09:38:51 PM »
ich schick ihm mal ne PN. Er ist schon seit Januar nicht mehr hier gewesen.
Ansonsten schau ich, ob ich ihn per mail über seine Seite erreichen kann.

Dachte vielleicht weiss es jemand grad aus'm Stegreif  :D

Vielen Dank für deine Mühe !!

Gruss Werner

10
Mods & Plugins (Releases & Support) / Re: Flash Slideshow
« on: June 16, 2008, 08:35:51 PM »
Hallo honda2000,

ja genau, der blaue IE-Rahmen stört mich. Es wär super wenn's wie bei den anderen aufgehen würde.
So wie du's eh schon bei den anderen gesehen hast. Das hab ich mit Highslide hingekriegt, aber den widerlichen blauen Rahmen krieg ich nicht weg :(. Hab rumprobiert, aber ich kriegs nicht hin.

so wie's Vincent gemacht hat -> http://www.foto-kocher.com/flashshow.php?cat_id=58"

nur wenn's geht möcht ich auf derselben Seite bleiben.


Wäre super, wenn du mir da weiterhelfen könntest :thumbup:

Gruss Werner

11
Mods & Plugins (Releases & Support) / Re: Flash Slideshow
« on: June 16, 2008, 04:30:15 PM »
Hallo,

ich hab grad die Slide-show in meine Gallery installiert. Funktioniert soweit prima.
Was mich stört ist der hässliche "Windows-Rahmen" um den Rahmen der Flash-show.
Weiss jemand, wie ich den weg kriege?

Siehe hier: http://werner.federleicht.co.at/4images/categories.php?cat_id=4

Vielen Dank im Voraus!!
Gruss Werner

Pages: [1]