Herzlich willkommen im SEO Forum der ABAKUS Internet Marketing GmbH
registrieren registriertes Mitglied
Webby hat geschrieben:Für phpbb muss mann bbcode.php und bbcode.tpl änderungen machen.
Kannst du mir sagen an welcher Stelle du das eingebaut hast ?Nullpointer hat geschrieben: ich habe die verlinkung zur outbound.pl in das bbcode.tpl eingefügt, und es funktioniert prima. was und wozu soll ich noch in der bbcode.php ändern?
Nullpointer hat geschrieben:na in die bbcode.tpl datei. dort sind doch die codefragmente für die html-tag-äquivalente eingetragen. einfach die outbound.pl dort fest verdrahten.
aber wie gesagt, ich weiß nicht, was noch notwendig ist.
Code: Alles auswählen
$www_img = ( $profiledata['user_website'] ) ? '<a href="http://www.maxrev.de/cgi-bin/outbound.pl?' . $profiledata['user_website'] . '" target="_userwww" rel="nofollow"><img src="' . $images['icon_www'] . '" alt="' . $lang['Visit_website'] . '" title="' . $lang['Visit_website'] . '" border="0" /></a>' : ' ';
$www = ( $profiledata['user_website'] ) ? '<a href="http://www.maxrev.de/cgi-bin/outbound.pl?' . $profiledata['user_website'] . '" target="_userwww" rel="nofollow">' . $profiledata['user_website'] . '</a>' : ' ';
Code: Alles auswählen
$www_img = ( $postrow[$i]['user_website'] ) ? '<a href="http://www.maxrev.de/cgi-bin/outbound.pl?' . $postrow[$i]['user_website'] . '" target="_userwww"><img src="' . $images['icon_www'] . '" alt="' . $lang['Visit_website'] . '" title="' . $lang['Visit_website'] . '" border="0" rel="nofollow" /></a>' : '';
$www = ( $postrow[$i]['user_website'] ) ? '<a href="http://www.maxrev.de/cgi-bin/outbound.pl?' . $postrow[$i]['user_website'] . '" target="_userwww" rel="nofollow">' . $lang['Visit_website'] . '</a>' : '';