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.


Topics - Matthias70

Pages: [1]
1
When I post a comment on my site. I have the following warning message

Quote
Warning: preg_match() expects parameter 2 to be string, resource given in /www/htdocs/v030672/bildergalerie/includes/functions.php on line 1437

Warning: preg_match() expects parameter 2 to be string, resource given in /www/htdocs/v030672/bildergalerie/includes/functions.php on line 1441

Warning: preg_match() expects parameter 2 to be string, resource given in /www/htdocs/v030672/bildergalerie/includes/functions.php on line 1445

I think it's a problem with the multilang mod, because the lines in functions.php are part of the multilang mod.
This is the code in functions.php:

Code: [Select]
function multilang($text, $show_first = 0, $remove = 0){
  global $config;
  preg_match("#\[".$config['language_dir']."\](.*)(\[\/?".$config['language_list']."\]|$)#iDUs", $text, $match);
  if (!empty($match[1])) {
    return $match[1];
  }
  preg_match("#^(.*)\[".$config['language_list']."\]#iDUs", $text, $match);
  if (!empty($match[1])) {
    return $match[1];
  }
  preg_match("#\[".$config['language_dir_default']."\](.*)(\[\/?".$config['language_list']."\]|$)#iDUs", $text, $match);
  if (!empty($match[1])) {
    return $match[1];
  }

Do you have any suggestions?
Matthias

2
My ecard-code has a sip up  :roll:
It acts a little bit crazy.
Everthing works fine but when you preview or send the ecard the wrong image is sent???

Any ideas?
Link to the gallery: http://www.gpaed.de/bildergalerie/

Matthias


Mein Ecard Code hat einen Schluckauf  :roll:
Irgendwie läuft das was falsch.
Bis zur Vorschau oder bis zum Absenden läuft alles noch normal, aber dann, statt dem ausgewählten Bild einfach ein anderes Bild angezeigt???

Hat irgendjemand eine Lösung dafür?
Link zur Gallerie: http://www.gpaed.de/bildergalerie/

Matthias

 

3
Mods & Plugins (Requests & Discussions) / TOP 10 by lightbox
« on: July 25, 2005, 08:30:46 PM »
Hi,
in my top images-site I have
top 10 by votes
top 10 by rating
top 10 by hits
top 10 by downloads
top 10 by postcards

Demo: http://www.gpaed.de/bildergalerie/top.php?

Is ist possible to include somthing like TOP 10 BY LIGHTBOX?
Means the pictures users have in their lightbox are counted and sorted to a top 10...

Matthias

4
Discussion & Troubleshooting / Download Counter Manipulation
« on: April 16, 2005, 01:07:47 PM »
Gestern hat sich jemand in meiner Gallerie angemeldet.
Anscheinend hat er sich gelangweilt, denn er hat seine Lightbox mit hundert Bildern gefüllt und diese dann 30 mal downgeloadet.
Nun spielen meine Downloadstatistiken natürich verrückt.
Hat jemand eine Idee, wie ich das ohne kompletten Counter Reset rückgängig machen kann und evtl in Zunkunft verhindern kann?

viele Grüße
Matthias

English

Yesterday someone registered in my gallery.
He filled his lightbox with 100 pictures und download it 30 times.
The download counter is'nt correct anymore.
Any ideas to stop this?

Matthias

5
Discussion & Troubleshooting / Meta-Tags / Title
« on: January 30, 2003, 06:30:43 PM »
Ich habe versucht, die Titelangabe einer jeden Seite zu automatisieren.
In die Metaangaben des Header habe ich folgenden title geschrieben.

Code: [Select]
<title>BILDERGALERIE für Sonderpädagogen > {cat_name} > {image_name}</title>

Das klappt auch fast, blöderweise stimmt aber der Titel nicht mit der Seite überein, sondern ist völlig willkürlich...

Beispiel: http://www.gpaed.de/4images

Was hab ich falsch gemacht???

viele Grüße
Matthias

6
Discussion & Troubleshooting / Email Problem
« on: October 09, 2002, 05:28:37 PM »
Hallo zusammen,
wenn ich einem registrierten User eine Email schicken möchte, dann erhalte ich stattdessen die Mail und zwar sogar zweimal???

Ansonsten läuft alles super mit dem Script!
Was habe ich angestellt?

viele Grüße
Matthias

www.gpaed.de

7
Discussion & Troubleshooting / Bewertung geht nicht
« on: September 17, 2002, 05:42:59 PM »
Hallo,
die Bewertung auf meiner Seite geht nicht.
Es öffnet sich beim Bewerten immer nur die selbe Seite noch einmal
und die Bewertung bleibt auf null.
Wo könnte das Problem liegen?

http://www.gpaed.de/4images

Viellicht sollte ich noch dazu sagen, das ich in der constants.php die Wertungsmöglichkeit auf 10 gesetzt habe und rate.html auch auf 10.

Gruß
Matthias

8
Templates & Styles (Requests & Discussions) / Rahmenfarbe der Thumnails?
« on: September 15, 2002, 12:10:04 PM »
Hallo,
passe das Layout gerade meinen Farbwünschen an.

WIE bzw. WO (Bezeichnung in der style.css) kann ich die Rahmenfarbe der Thumbnails verändern?

Danke im Voraus
Matthias

Pages: [1]