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 - Matthias70

Pages: 1 2 3 [4] 5 6 7 8 ... 11
47
Is multilang for {site_name} possible?
When yes, where can I find the code where the "site_name" is generated ???

Matthias

48
Hi V@no
The URL ist still without cat_number but the fix works great  8)
Thank you V@no
Matthias

49
for testing purposes, first open a page where your categories dropdown is, then add this into categories.php
Code: [Select]
echo "<pre>";
print_r($_POST);
print_r($_GET);
exit;
(above)
Code: [Select]
  header("Location: ".$site_sess->url(ROOT_PATH."index.php", "&"));Then try to use dropdown. it should show you some text on blank page.

The text on the blank page is
Code: [Select]
Array
(
    [cat_id] => 33
)
Array
(
    [cat_id] =>
    [page] =>
    [l] => deutsch
)


50
Quote from: V@no
Are you sure it worked fine with the original modification?

Just tested it with the original code.
Same Problem in category dropdown? Perhabs the Problem is somewhere else  :roll:

51
the dropdown should add ?cat_id=1 into the url...

Hm, do you know where I can fix it?
Matthias

52
Hi V@no,
another problem  :oops: with this code
http://www.4homepages.de/forum/index.php?topic=6729.msg48487#msg48487

my category_dropdownfield is messed up
The links in the category dropdownfield are nearly O.K. only the catnumber is missing...
So every link in the category dropdownfield looks like
gpaed.de/bildergalerie/cat_english.htm
instead of
gpaed.de/bildergalerie/cat1_english.htm

Matthias

53
Mods & Plugins (Requests & Discussions) / Re: Extra Download Link
« on: October 31, 2005, 12:03:18 PM »

54
Mods & Plugins (Releases & Support) / Re: Signature image v2.21
« on: October 29, 2005, 12:13:43 AM »
This is wrong:
Quote
define('ROOT_PATH', '/www/htdocs/v030672/bildergalerie/'); //path to your 4images root dir
The path must be relative ( ./ or ../ or cobination of these ) and not full local path!

With this hint I solved my problem in less than 2 Minutes.
V@no somtimes I wonder, if there is a problem you cannot solve  :wink:

BTW there is one  :mrgreen: :mrgreen:
http://www.4homepages.de/forum/index.php?topic=6729.msg50064#msg50064

Matthias

55
Mods & Plugins (Releases & Support) / Re: Signature image v2.21
« on: October 28, 2005, 11:49:09 PM »
Hallo Acidgod,
das Umschreiben mit der htaccess Datei funktioniert zwar, aber mir wird nach wie vor eine Fehlerseite angezeigt.
Habe gerade beschlossen, aufzugeben, so wichtig ist die Weiterleitung auf die Detailseite auch wieder nicht  :roll:

Danke für deine Hilfe
viele Grüße
Matthias

56
Mods & Plugins (Releases & Support) / Re: Signature image v2.21
« on: October 28, 2005, 05:53:54 PM »
klappt es jetzt?

Mit folgendem Code wird zwar die Signatur angezeigt, aber der Link führt auf meine Fehlerseite, d.h. das Zufallsbild wird nicht gefunden.
Code: [Select]
[url=http://www.url.de/bildergalerie/signature.php?go=1][img]http://www.gpaed.de/bildergalerie/signature/signature.php[/img][/url]
Findest du einen Fehler im Code?

57
Mods & Plugins (Releases & Support) / Re: Signature image v2.21
« on: October 28, 2005, 05:33:59 PM »
To redirect to the last random image showed in the signature use: http://<youraddress>/signature.png?go=1

Hm, irgendwie bekomme ich das nicht zum Laufen.
Muss die Zeile im Forum in die Signatur oder muss ich das irgendwo in die signature.php einbauen.

Momentan schaut meine signatur so aus:
Code: [Select]
[url=http://www.url.de/bildergalerie/][img]http://www.url.de/bildergalerie/signature/signature.php[/img][/url]
Dein Vorschlag läuft leider nicht
Code: [Select]
[url=http://www.url.de/bildergalerie/][img]http://www.url.de/bildergalerie/signature/signature.png?go=1[/img][/url]
Matthias

Quote

58
Mods & Plugins (Releases & Support) / Re: Signature image v2.21
« on: October 28, 2005, 05:23:24 PM »
To redirect to the last random image showed in the signature use: http://<youraddress>/signature.png?go=1

Bitte...

Danke, ich muss wohl doch blind gewesen sein  :wink:

59
Mods & Plugins (Releases & Support) / Re: Signature image v2.21
« on: October 28, 2005, 05:16:51 PM »
Hab ich das was verpasst oder bin ich blind?
Wie schaffe ich es, dass das signature image auf die Detailseite des gerade angezeigten Bildes weiterleitet?

viele Grüße
Matthias

60
Und diesen hier vielleicht auch noch, wenn Du Usern das uploaden erlaubst...

http://www.4homepages.de/forum/index.php?topic=7700.0

Hallo Acidgod,
wusste gar nicht dass das Big-Folder Prinzip (verschieben der Originaldatei in den big-folder) auch bei User-Uploads angewendet werden kann.
Hab ich wieder was gelernt und gleich eingebaut.
Läuft super!

Matthias

Pages: 1 2 3 [4] 5 6 7 8 ... 11