Hallo,
ich hab bei smf eine Modifikation gefunden die ich gern bei mir einbauen würde:
http://custom.simplemachines.org/mods/index.php?mod=1140
eine manuelle Einbauanleitung gibt es dafür ..
in dieser heisst es zB:
File Edits
./Sources/Subs.php
Find: [Select]
); // This is mainly for the bbc manager, so it's easy to add tags above. Custom BBC should be added above this line.
Add Before: [Select]
array( 'tag' => 'tooltip', 'type' => 'unparsed_equals', 'before' => '<span class="autoTooltip" title="$1">', 'after' => '</span>', 'quoted' => 'optional', 'disabled_after' => ' ($1)', ), array( 'tag' => 'linktip', 'type' => 'unparsed_commas', 'before' => '<a href="$1" title="$2" class="autoTooltip" target="_blank">', 'after' => '</a>', 'quoted' => 'optional', 'disallow_children' => array('email', 'ftp', 'url', 'iurl'), 'disabled_after' => ' ($1)', ),
Tjo, sobald das gemacht ist gibt es im Forum die Fehlermeldung das die Bridge nicht installiert ist. Was läuft da schief ?