Button (Hilfe, Admin, Log) mobil neue Position (Support für das Chatscript)

sala99 ⌂, Wednesday, 15.02.2023, 20:50 (vor 408 Tagen) @ Nohwet
bearbeitet von sala99, Wednesday, 15.02.2023, 20:55

und wenn du es nach unten haben magst so habe ich das ganze gelöst
das in die zeile 2205

also da wo das steht

<!-- <p id="logout"  style="clear:left"><a style="font-weight:bold; text-decoration:none;" title="Logout" href="logout.php" onclick="fadeout()" >X ... Logout!&nbsp;</a></p> -->


eine zeile drüber da würd der code eingefügt


<?php
if (isset($create_profile) && $create_profile == "yes" && phpversion() > '5.0.0' && file_exists("profil.php") && !file_exists("rooms/Offline")  && $tmp_closed !== true && $s != 12) {
 echo' <p class="logout" style="margin-top: .5em;  clear:left;"><a style="font-weight:bold;" href="profil.php">'._PROFIL.'</a></p> ';
}
if (file_exists("webradio_inc.php")) {
    echo' <p class="webradios" style="margin-top: .5em;  clear:left;"><a style="font-weight:bold;" href="deine url/" target="_blank" >wunsch name</a></p> ';
}
if (file_exists("help.php")) {
 echo' <p class="logout" style="margin-top: .5em;  clear:left;"><a style="font-weight:bold;" href="/help.php" target="_blank" >Hilfe</a></p> ';
}
if (file_exists("abuse.php")) {
 echo' <p class="logout" style="margin-top: .5em;  clear:left;"><a style="font-weight:bold;" href="/abuse.php" target="_blank" >Melden</a></p> ';
}
if (file_exists("logs/reader.php") && $admintrue)  
 echo " <p class='logout' style='margin-top: .5em;  clear:left;'><a style='font-weight:bold;' href=\"logs/reader.php\" target='_blank' title =\"Log Files\">Chat Log</a></p>";

if (file_exists("admin/admin.php") && $admintrue)  
 echo " <p class='logout' style='margin-top: .5em;  clear:left;'><a style='font-weight:bold;' href=\"admin/admin.php\" target='_blank' title =\"Administration\">Adminbereich</a></p>";

?>

<p id="logout"  style="clear:left"><a style="font-weight:bold; text-decoration:none;" title="Logout" href="logout.php"  >Logout!&nbsp;</a></p>

aber du hast den das in der rechten Seite die links drin wenn du ohne handy online gehst
lg

Eintrag gesperrt
495 Views

gesamter Thread: