Demo

Probiere ClanSphere aus und teste daran herum. Demo


Antworten: 10
Seite [1]
fay-pain


Specialist




Beiträge: 2006
# Thema - 10.01.2007 um 17:13 Uhr
Hi,

komischerweise (liegt wohl an der Hintergrundgrafik, die aber nur ein paar Pixel groß ist) drückt die linke Spalte des Gästebuchs den Inhalt in die rechte Ecke:

http://technobase.ch/index.php?mod=gbook&action=list&id=0

Ich verwende BXCP 3.2.2

Danke!


------------------
Manchmal hast du fay und machmal pain.
- hajo
Inaktiv
Nosnos


Poststar




Herkunft: Clansphere City
Beiträge: 736
# Antwort: 1 - 10.01.2007 um 17:26 Uhr
liegt nicht an dem kleinen icon ;-) weis aber auch nicht genau an was es liegt ...


------------------
ClanSphere - Makes your website a playmate, just dress her

Inaktiv
|
rocco


Going for pro




Herkunft: Wiesbaden
Beiträge: 444
# Antwort: 2 - 10.01.2007 um 17:36 Uhr
poste mal deine list.php aus dem mod gbook. in nopaste selbstverständlich...


------------------
WS | rocco
Projektleiter Webmedia Solutions
[ www.webmedia-solutions.de ]
- - - - - - - - - - - - - - - - - - - - - - - - - - - - -
FSK 12 heißt: Der Held kriegt das Mädchen
FSK 16 heißt: Der Böse kriegt das Mädchen
FSK 18 heißt: Jeder kriegt das Mädchen
- - - - - - - - - - - - - - - - - - - - - - - - - - - - -

Inaktiv
|
fay-pain
Thread-Ersteller


Specialist




Beiträge: 2006
# Antwort: 3 - 10.01.2007 um 18:41 Uhr
Hier ist sie
list.php +-

 
1.
2.
3.
4.
5.
6.
7.
8.
9.
10.
11.
12.
13.
14.
15.
16.
17.
18.
19.
20.
21.
22.
23.
24.
25.
26.
27.
28.
29.
30.
31.
32.
33.
34.
35.
36.
37.
38.
39.
40.
41.
42.
43.
44.
45.
46.
47.
48.
49.
50.
51.
52.
53.
54.
55.
56.
57.
58.
59.
60.
61.
62.
63.
64.
65.
66.
67.
68.
69.
70.
71.
72.
73.
74.
75.
76.
77.
78.
79.
80.
81.
82.
83.
84.
85.
86.
87.
88.
89.
90.
91.
92.
93.
94.
95.
96.
97.
98.
99.
100.
101.
102.
103.
104.
105.
106.
107.
108.
109.
110.
111.
112.
113.
114.
115.
116.
117.
118.
119.
120.
121.
122.
123.
124.
125.
126.
127.
128.
129.
130.
131.
132.
133.
134.
135.
136.
137.
138.
139.
140.
141.
142.
143.
144.
145.
146.
147.
148.
149.
150.
151.
152.
153.
154.
155.
156.
157.
158.
159.
160.
1. / 2. / ... 

<?php
// bx clanportal - www.bxcp.com
// $Id: list.php 101 2006-07-12 09:36:29Z hajo $

$bx_lang bx_translate('gbook','list');

$start = empty($_REQUEST['start']) ? $_REQUEST['start'];
$id = empty($_REQUEST['id']) ? $_REQUEST['id'];
settype($id,'integer');

$gbook_count bx_sql_count(__FILE__,'gbook',"gbook_users_id = '" $id "'");

echo 
bx_html_form (1,'gbook_nav','gbook','list');
echo 
bx_html_table(1,'forum',1);
echo 
bx_html_roco(1,'headb',0,3);
echo 
$bx_lang['mod'] . ' - ' $bx_lang['head_list'];
echo 
bx_html_roco(0);
echo 
bx_html_roco(1,'leftb');
echo 
bx_link(bx_icon('editpaste'),'gbook','entry','id=' $id);
echo 
bx_link($bx_lang['body_entry'],'gbook','entry','id=' $id);
echo 
bx_html_roco(2,'leftb');
echo 
bx_icon('contents') . $bx_lang['all'] . $gbook_count;
echo 
bx_html_roco(2,'rightb');
echo 
bx_pages('gbook','list',$gbook_count,$start);
echo 
bx_html_roco(0);
echo 
bx_html_table(0);
echo 
bx_html_form (0);
echo 
bx_html_br(1);

$from 'gbook gbk LEFT JOIN {pre}_users usr ON gbk.users_id = usr.users_id';
$select 'gbk.gbook_id AS gbook_id, gbk.users_id AS users_id, gbk.gbook_time AS gbook_time, gbk.gbook_nick AS gbook_nick, ';
$select .= 'gbk.gbook_email AS gbook_email, gbk.gbook_icq AS gbook_icq, gbk.gbook_msn AS gbook_msn, gbk.gbook_skype AS gbook_skype, ';
$select .= 'gbk.gbook_url AS gbook_url, gbk.gbook_town AS gbook_town, gbk.gbook_text AS gbook_text, gbk.gbook_ip AS gbook_ip, ';
$select .= 'usr.users_nick AS users_nick, usr.users_place AS users_place, usr.users_icq AS users_icq, usr.users_msn AS users_msn, ';
$select .= 'usr.users_skype AS users_skype, usr.users_email AS users_email, usr.users_url AS users_url, usr.users_private AS users_private';
$where "gbook_users_id = '" $id "'";
$order 'gbk.gbook_id DESC';
$bx_gbook bx_sql_select(__FILE__,$from,$select,$where,$order,$start,$account['users_limit']);
$gbook_loop count($bx_gbook);

$c 0;
for(
$run=0$run<$gbook_loop$run++) 
{
    
$pr 0;
    if(
$bx_gbook[$run]['users_private'] == OR $bx_gbook[$run]['users_private'] == 3)
    {
        
$pr 1;
    }
    
$entry_count $gbook_count $start $c;
    
$c++;
    echo 
bx_html_table(1,'forum',1);
    echo 
bx_html_roco(1,'bottom',0,0,'160px');
    echo 
'# ' $entry_count;
    echo 
bx_html_br(1);
    echo 
bx_icon('personal');
    if(
$bx_gbook[$run]['users_id'] == 0)
    {
        echo 
bx_secure($bx_gbook[$run]['gbook_nick']);
        echo 
bx_html_br(1);
        
$town bx_secure($bx_gbook[$run]['gbook_town']);
        if (!empty(
$town))
        {
            echo 
bx_html_br(1);
            echo 
bx_icon('gohome');
            echo 
$town;
            echo 
bx_html_br(1);
        }
        echo 
bx_html_br(1);
        
$mail bx_secure($bx_gbook[$run]['gbook_email']);
        if (!empty(
$mail))
        {
            echo 
bx_html_link("mailto:$mail",bx_icon('mail_generic'));
        }
        
$icq bx_secure($bx_gbook[$run]['gbook_icq']);
        if (!empty(
$icq))
        {
            echo 
bx_html_link("http://www.icq.com/$icq",bx_icon('licq')); 
        }
        
$msn bx_secure($bx_gbook[$run]['gbook_msn']);
        if (!empty(
$msn))
        {
            echo 
bx_html_link("http://members.msn.com/$msn",bx_icon('msn_protocol')); 
        }
        
$skype bx_secure($bx_gbook[$run]['gbook_skype']);
        if (!empty(
$skype))
        {
            
$url 'http://mystatus.skype.com/smallicon/' $skype;
            
$alt ='';
            echo 
bx_html_link("skype:$skype?userinfo",bx_html_img($url,'16','16','0',$alt),'0');
        }
        
$url bx_secure($bx_gbook[$run]['gbook_url']);
        if (!empty(
$url)) 
        { 
            echo 
bx_html_link("http://$url",bx_icon('html'));
        }
    }
    else
    {
        echo 
bx_link($bx_gbook[$run]['users_nick'],'users','view','id=' $bx_gbook[$run]['users_id']);
        echo 
bx_html_br(1);
        
$town bx_secure($bx_gbook[$run]['users_place']);
        if (!empty(
$town))
        {
            echo 
bx_html_br(1);
            echo 
bx_icon('gohome');
            echo 
$town;
            echo 
bx_html_br(1);
        }
        echo 
bx_html_br(1);
        
$mail bx_secure($bx_gbook[$run]['users_email']);
        if (!empty(
$mail))
        {
            echo 
bx_html_link("mailto:$mail",bx_icon('mail_generic'));
        }
        
$icq bx_secure($bx_gbook[$run]['users_icq']);
        if (!empty(
$icq) AND $pr == 0)
        {
            echo 
bx_html_link("http://www.icq.com/$icq",bx_icon('licq')); 
        }
        
$msn bx_secure($bx_gbook[$run]['users_msn']);
        if (!empty(
$msn) AND $pr == 0)
        {
            echo 
bx_html_link("http://members.msn.com/$msn",bx_icon('msn_protocol')); 
        }
        
$skype bx_secure($bx_gbook[$run]['users_skype']);
        if (!empty(
$skype))
        {
            
$url 'http://mystatus.skype.com/smallicon/' $skype;
            
$alt ='';
            echo 
bx_html_link("skype:$skype?userinfo",bx_html_img($url,'16','16','0',$alt),'0');
        }
        
$url bx_secure($bx_gbook[$run]['users_url']);
        if (!empty(
$url)) 
        { 
            echo 
bx_html_link("http://$url",bx_icon('html'));
        }
    }
    echo 
bx_html_roco(2,'leftb');
    echo 
bx_secure($bx_gbook[$run]['gbook_text'],1,1);
    echo 
bx_html_roco(0);
    echo 
bx_html_roco(1,'bottom');
    echo 
bx_date('unix',$bx_gbook[$run]['gbook_time'],1);
    echo 
bx_html_roco(2,'rightb');
    
    if(
$account['access_gbook'] >= 4
    {
        
$img_edit bx_icon('edit',16,$bx_lang['edit']);
        echo 
bx_link($img_edit,'gbook','edit','id=' $bx_gbook[$run]['gbook_id']);
        
$img_del bx_icon('editdelete',16,$bx_lang['del']);
           echo 
bx_link($img_del,'gbook','remove','id=' $bx_gbook[$run]['gbook_id']);
        
$img_ip bx_icon('important',16,$bx_lang['ip']);
        echo 
bx_link($img_ip,'gbook','ip','id=' $bx_gbook[$run]['gbook_id']);
    }    
    echo 
bx_html_roco(0);
    echo 
bx_html_table(0);
    echo 
bx_html_br(1);
}
?>



------------------
Manchmal hast du fay und machmal pain.
- hajo

Inaktiv
|
rocco


Going for pro




Herkunft: Wiesbaden
Beiträge: 444
# Antwort: 4 - 10.01.2007 um 18:52 Uhr
zeile 57: 160px

bische viel, oder? ^^


------------------
WS | rocco
Projektleiter Webmedia Solutions
[ www.webmedia-solutions.de ]
- - - - - - - - - - - - - - - - - - - - - - - - - - - - -
FSK 12 heißt: Der Held kriegt das Mädchen
FSK 16 heißt: Der Böse kriegt das Mädchen
FSK 18 heißt: Jeder kriegt das Mädchen
- - - - - - - - - - - - - - - - - - - - - - - - - - - - -

Inaktiv
|
fay-pain
Thread-Ersteller


Specialist




Beiträge: 2006
# Antwort: 5 - 10.01.2007 um 19:01 Uhr
ähh^^ ich hab eigentlich nichts geändert am gbook, ganz ehrlich^^
aber was soll ich eintragen?


------------------
Manchmal hast du fay und machmal pain.
- hajo

Inaktiv
|
Nosnos


Poststar




Herkunft: Clansphere City
Beiträge: 736
# Antwort: 6 - 10.01.2007 um 19:06 Uhr
daran liegt es nicht


------------------
ClanSphere - Makes your website a playmate, just dress her

Inaktiv
|
sgraewe ClanSphere Team

Supporter
Supporter




Beiträge: 6116
# Antwort: 7 - 10.01.2007 um 19:06 Uhr
spiel einfachmal mit der grösse rum bis es dir gefällt


Inaktiv
|
fay-pain
Thread-Ersteller


Specialist




Beiträge: 2006
# Antwort: 8 - 10.01.2007 um 19:13 Uhr
ich liebe rumspielen^^

Edit:

Egal wie ich´s drehe passiert nichts...

Wie kann ich doch noch was werden?


------------------
Manchmal hast du fay und machmal pain.
- hajo

Zuletzt editiert von fAY-pA!N am 10.01.2007 um 19:18 Uhr (1x Editiert)
Inaktiv
|
sgraewe ClanSphere Team

Supporter
Supporter




Beiträge: 6116
# Antwort: 9 - 10.01.2007 um 19:18 Uhr
kommt drauf an, an wem man rumspielen darf


Inaktiv
|
Nosnos


Poststar




Herkunft: Clansphere City
Beiträge: 736
# Antwort: 10 - 10.01.2007 um 19:31 Uhr
looool
ich habe doch gesagt daran liegt es nicht ^^


------------------
ClanSphere - Makes your website a playmate, just dress her

Inaktiv
|
Antworten: 10
Seite [1]


Sie müssen sich registrieren, um zu antworten.