Graphical Text MOD - FINAL - Version 2.0
I have just re-installed the MOD on a clean install and it still works for me with the replacement tag
bit3 is the short name of my font. Anyway, if a shortname is not found, the MOD returns just the simple text.
A white space in front of the replacement tag (someone has posted this and then deleted it again) should not be a solution to this problem.
Have you done the change to "inc_front/content.func.inc.php"?
Code: Select all
{GT:bit3:24:003366:Hallo, dies ist ein Test}
A white space in front of the replacement tag (someone has posted this and then deleted it again) should not be a solution to this problem.
Have you done the change to "inc_front/content.func.inc.php"?
Please don't use color-names for the color definitions, that will not work in this release (but in later ones, it will).snobba wrote:Same here...Just didn't work..
tag: {GT:bit:8:black:Testtext} (shorttag is correct)
With what do you create the pictures? Can it be that there could be something with the picture generating on the server?
Greetings from Martin
The pictures are generated with GD-functions and should work as GD is included in most PHP-packages.
Hellas,
i had the same problem...
i put the line in the content.func.inc.php just a few line up, before the
and then i worked on mine
i had the same problem...
i put the line in the content.func.inc.php just a few line up, before the
Code: Select all
// add possible redirection code (blablalba
Jetzt bin ich wirklich verwirrt...
Ich habe deinen {GT...}-Tag in meinen Artikel copy-pasted und jetzt wird mit der Text angezeigt... allerdings nicht als Bild, obwohl ich die Schriftart auch entsprechend benannt und aktiviert habe... ?!
EDIT:
Vielleicht war das Problem, dass ich Überschrift als Text hatte und er Umlaute nicht mag?!
Gleich die nächste Frage: Wo kann ich die Hintergrundfarbe für das PNG einstellen?
Gefunden: RGB Wert: $background = imagecolorallocate($im, 255, 255, 255);
Ich habe deinen {GT...}-Tag in meinen Artikel copy-pasted und jetzt wird mit der Text angezeigt... allerdings nicht als Bild, obwohl ich die Schriftart auch entsprechend benannt und aktiviert habe... ?!
EDIT:
Vielleicht war das Problem, dass ich Überschrift als Text hatte und er Umlaute nicht mag?!
Gleich die nächste Frage: Wo kann ich die Hintergrundfarbe für das PNG einstellen?
Gefunden: RGB Wert: $background = imagecolorallocate($im, 255, 255, 255);
A, I read your installation post wrong.I thought that you could only use text color-definition(which I hate) - much better with the 'correct' color definition!
Now a picture is created but with normal text! And I tried with different shorttags on different .tff - but still the same problem. Maybe there are some answer here in GERMAN but I do not understand it!
Thanks,
Greetings from
Martin
Now a picture is created but with normal text! And I tried with different shorttags on different .tff - but still the same problem. Maybe there are some answer here in GERMAN but I do not understand it!
Thanks,
Greetings from
Martin
it seems like the font bit3 doesnt work...
It will not work on server running on xp
It will not work on server running on xp
http://www.studmed.dk Portal for doctors and medical students in Denmark
How will this mod work for a visitor?
Will it first check if the user have the font and if not will it then load the font to the harddisk or how does it work?
Cause every font is about 100kb and if you want to use many weird fonts on your site it will end with many kb a user have to download to see a page = looooong time....
Will it first check if the user have the font and if not will it then load the font to the harddisk or how does it work?
Cause every font is about 100kb and if you want to use many weird fonts on your site it will end with many kb a user have to download to see a page = looooong time....
http://www.studmed.dk Portal for doctors and medical students in Denmark
I see that I haven't explained the MOD well enough.
The fonts are loaded onto your webserver. The MOD will then generate a picture which the visitor will see like any other picture. The fonts are only used to generate the pictures.
You can use whatever font you like. I don't know why the bit3-Font does not work on your site, it works on mine, and if it doesn't, just replace it by another one
The fonts are loaded onto your webserver. The MOD will then generate a picture which the visitor will see like any other picture. The fonts are only used to generate the pictures.
You can use whatever font you like. I don't know why the bit3-Font does not work on your site, it works on mine, and if it doesn't, just replace it by another one