Wollte mal fragen ob es ein Mod gibt, wo jeder user links reinsetzten kann, so wie das photoalbum nur statt photos halt links

wenn ja wo gibt es den

MarkusHow to install: Download the zip file and language pack(s) - available on this site - for the language(s) you have installed on your forums. Unpack to any directory on your site, change values of $phpbb_root_path and 'INDEX_LINKS_PAGE' and run MOD_Links_install.php. That's all.
Code: Alles auswählen
onMouseOver="this.style.backgroundColor='{T_TD_COLOR1}'; this.style.cursor='hand';" onMouseOut=this.style.backgroundColor="{T_TR_COLOR1}" onclick="window.location.href='{topicrow.U_VIEW_TOPIC}'">
Code: Alles auswählen
$db->sql_freeresult($result);
header("Location: " . $url);
exit;
}
Code: Alles auswählen
//$db->sql_freeresult($result);
//header("Location:".$url);
$temp = mysql_query("SELECT link_URL FROM MOD_Links where link_id=$link_id");
$tempurl = mysql_result($temp, 0, "link_URL");
header("Location:".$tempurl);
exit;
}