Mhm ... kann mir jemand weiterhelfen?
Also, als erstes bau ich den MOD ein, ganz normal.
Danach folgt diese Lösung.
Wenn ich das richtig verstanden habe, macht man einen Ordner mit dem Namen sig.gif im Forum Root.
Dann verlegt man das signature.php in diesen Ordner.
Das signature.php ändert man um in index.php
In index.php nimmt man dann diese Änderungen vor.
Ist das soweit richtig?
Bei mir funktionierts nämlich nicht ...
1. Create a folder call sig.gif in your forum root.
2. Move file signature.php to sig.gif folder.
3. Rename signature.php to index.php
4. Open that index.php then find:
Code:
$phpbb_root_path = './';
Then replace with:
Code:
$phpbb_root_path = '../';
Next find:
Code:
$image = "images/signature.png";
Then replace with:
Code:
$image = "../images/signature.png";
Save it & done.
5. Access to profile page on your forum, then change the signature code to
Code:
[ externes Bild ]
And that's it!