Egna sidor i phpBB3
Moderatorer: Moderatorgrupp, Supportgrupp
Re: Egna sidor i phpBB3
* Länka som minsida.php?visa=#
* Exempel: minsida.php?visa=sida_1
Brukar sova lite efter 29:e timman och Ingen support via PM!
Re: Egna sidor i phpBB3
Jag har tetstat, hur många gånger som helst, men ingen reslutat :/
http://swepales.se/minsida.php
vad gör jag för fel
Re: Egna sidor i phpBB3
Brukar sova lite efter 29:e timman och Ingen support via PM!
Re: Egna sidor i phpBB3
Re: Egna sidor i phpBB3
Re: Egna sidor i phpBB3
jag har nu laddatner Notepad, och det gick lite bättre
Se:
http://swepales.se/minsida.php
Det är något som är fel!, vad har jag gjort för fel?
Re: Egna sidor i phpBB3
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 3391: Cannot modify header information - headers already sent by (output started at /minsida.php:1)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 3392: Cannot modify header information - headers already sent by (output started at /minsida.php:1)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 3393: Cannot modify header information - headers already sent by (output started at /minsida.php:1)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 3394: Cannot modify header information - headers already sent by (output started at /minsida.php:1)
Re: Egna sidor i phpBB3
Inga mellanslag eller andra tecken före <?php
Brukar sova lite efter 29:e timman och Ingen support via PM!
Re: Egna sidor i phpBB3
Kod: Markera allt
<?php
/**Re: Egna sidor i phpBB3
Brukar sova lite efter 29:e timman och Ingen support via PM!
Re: Egna sidor i phpBB3
Re: Egna sidor i phpBB3
Tackar själv för att du har varit uppmärksamJKMS skrev:Stort tack Kjell
Brukar sova lite efter 29:e timman och Ingen support via PM!
Re: Egna sidor i phpBB3
Kod: Markera allt
$current_phpbb_users_id = $user->data['user_id'];
// check if user is ADMINISTRATOR, i.e group = 5
$result = $db->sql_query("SELECT * FROM phpbb_user_group
WHERE user_id = '$current_phpbb_users_id'
AND group_id = '5'");
$isAdmin = "false";
while($row = $db->sql_fetchrow($result)) {
$isAdmin = "true";
}Re: Egna sidor i phpBB3
Brukar sova lite efter 29:e timman och Ingen support via PM!
Vilka är online
Användare som besöker denna kategori: 13 och 0 gäster



