alt-tag beim einbinden von grafiken über {IMAGE:xy.jpg}??
alt-tag beim einbinden von grafiken über {IMAGE:xy.jpg}??
hallo,
ich möchte eine funktionsleiste einbinden mit symbolen für drucken, seite empfehlen etc. wenn ich die funktionen einbinde mit z.b. [PRINT]{IMAGE:xy.jpg}[/PRINT] ist kein alt-tag für eine beschreibung des symbols möglich, oder? gibts da einen trick?
apropo empfehlen. gibt es innerhalb phpwcms schon funktionen für das "seite weiterempfehlen"?
vielen dank im voraus,
susi
ich möchte eine funktionsleiste einbinden mit symbolen für drucken, seite empfehlen etc. wenn ich die funktionen einbinde mit z.b. [PRINT]{IMAGE:xy.jpg}[/PRINT] ist kein alt-tag für eine beschreibung des symbols möglich, oder? gibts da einen trick?
apropo empfehlen. gibt es innerhalb phpwcms schon funktionen für das "seite weiterempfehlen"?
vielen dank im voraus,
susi
Hallo susi,
da ich gerade eben auf der seite war ;-)
http://www.artmedic-phpscripts.de/index.php
Hier gibt es php-scripte, die sich einbinden lassen.
da ich gerade eben auf der seite war ;-)
http://www.artmedic-phpscripts.de/index.php
Hier gibt es php-scripte, die sich einbinden lassen.
Gruß/ regards cyrano
--------------------------------------------------------
templates -> http://www.128.weitzelmedia.de
planepix -> http://www.planepix.de
XING -> https://www.xing.com/profile/Thomas_Weitzel3
--------------------------------------------------------
templates -> http://www.128.weitzelmedia.de
planepix -> http://www.planepix.de
XING -> https://www.xing.com/profile/Thomas_Weitzel3
hi susi
auf der seite
http://www.emediafabrik.de/index.php?de ... gealttext1
gibt es ganau das, was du suchst. läuft bei mir unter DEV 1.2.3 prima
einen schönen abend
volkman
http://www.emediafabrik.de/index.php?de ... gealttext1
gibt es ganau das, was du suchst. läuft bei mir unter DEV 1.2.3 prima
einen schönen abend
volkman
vielen dank!!!
das muss jetzt mal gesagt werden: das forum ist echt gold wert. gerade, wenn man / bzw. wenn ich was neues anfange und auf mich alleine gestellt bin, siegt oft der frust und ich komme nicht so recht vorwärts! die unterstützung durch das forum ist klasse!!!
alt tags bei Version 1.2.5
Gibt es einen vergleichbaren Hack für die Version 1.2.5? Der genannte Hack scheint jedenfalls hier nicht zu funktionieren. Auch im Forum konnte ich keine Lösung finden. Kann jemand helfen?
Grüße
xtian
Grüße
xtian
one more time in English
Alright, let me try this in English as there doesn´t seem to be a German answer
I am desperately trying to add alt text tags to those pictures that call up phpwcms commands like [BACK]{IMAGE:back.gif}[/BACK]. I have tried emedia´s hack but this did not work out - I guess due to version 1.2.5 that I am using.
Can someone think of a solution? Maybe I just didn´t find it in the forum???
Thanks
xtian
I am desperately trying to add alt text tags to those pictures that call up phpwcms commands like [BACK]{IMAGE:back.gif}[/BACK]. I have tried emedia´s hack but this did not work out - I guess due to version 1.2.5 that I am using.
Can someone think of a solution? Maybe I just didn´t find it in the forum???
Thanks
xtian
Hi xtian,
here it is for your /include/inc_front/front.func.inc.php
Please replace the original code with this one. (Between line ~1650-1700)
e.G. [BACK]{IMAGE:back.gif:My alt text}[/BACK]
Atention: You must edit all used {IMAGE:image.ext} to {IMAGE:image.ext:} or {IMAGE:image.ext:My text}
Gruß Knut
here it is for your /include/inc_front/front.func.inc.php
Please replace the original code with this one. (Between line ~1650-1700)
Code: Select all
// insert non db image standard
// $search[7] = '/\{IMAGE:(.*?)\}/';
// $replace[7] = '<img src="picture/$1" border="0" alt="" />';
// insert non db image:{IMAGE:image.ext:alt text} ----------KH (flip-flop) 17.08.2005
$search[7] = '/\{IMAGE:(.*?):(.*?)\}/';
$replace[7] = '<img src="picture/$1" border="0" vspace="0" hspace="0" alt="$2" title="$2" />';
Atention: You must edit all used {IMAGE:image.ext} to {IMAGE:image.ext:} or {IMAGE:image.ext:My text}
Gruß Knut
Last edited by flip-flop on Tue 25. Apr 2006, 07:46, edited 2 times in total.
>> HowTo | DOCU | FAQ | TEMPLATES/DOCS << ( SITE )
error
Hi Knut,
thanks for this; I am still having trouble with it though. Like before (with the emedia hack) I keep getting the following error:
Parse error: parse error, unexpected '%' in /homepages/15/d150834013/htdocs/q08.de/include/inc_front/front.func.inc.php on line 3201
This is why I thought it has got to do with the version I am using.
Cheers
xtian
thanks for this; I am still having trouble with it though. Like before (with the emedia hack) I keep getting the following error:
Parse error: parse error, unexpected '%' in /homepages/15/d150834013/htdocs/q08.de/include/inc_front/front.func.inc.php on line 3201
This is why I thought it has got to do with the version I am using.
Cheers
xtian