Demo

Probiere ClanSphere aus und teste daran herum. Demo


Antworten: 2
Seite [1]
Beckz


Rock the board




Beiträge: 62
# Thema - 22.12.2007 um 18:06 Uhr
Grüßt euch,

folgendes Problem...

Ich wollte gerade das Ticker Modul von Mr. AndersoN testen

http://csphere.slang-in-use.de/index.php?mod=files&action=view&where=4

Benutze allerdings nicht Bxcp 0.3.2.0 R2 sondern Clansphere 2007.4.3

Also habe ich überall bx_ in cs_ umgeschrieben ... so weit richtig oder?

Hab das ganze dann wie beschrieben installiert und hab nun folgendes Problem:

Habe den Ticker mit {ticker:display} aktiviert und funktioniert auch soweit, zumindestens
habe ich nun eine hübsche Laufschrift " --Ticker--" die an der Gewünschten stelle durchs
Bild läuft.
Aaaaber ... wie kann ich denn Einstellen was im Ticker angezeigt werden soll (vorgebender Text oder News,Forum o.ä.)??

Ich hatte hier im Forum schon irgendwo gelesen das man das angeblich unter System/ Options tun könnte. Dort habe ich aber keinen Eintrag dafür!
Auch wenn ich unter System/Module gehe, habe ich keinen entsprechenden Eintrag!?

Was könnte denn falsch gelaufen sein? ... oder ist überhaupt etwas falsch gelaufen?

hier mal der debug:

 
1.
2.
3.
4.
5.
6.
7.
8.
9.
10.
11.
12.
13.
14.
15.
16.
1. / 2. / ... 
<?php Warningcs_html_vote - Function goes away in next minor release, use themes instead
SELECT options_name
options_value FROM cs_options WHERE options_mod 'clansphere'
SELECT users_idusers_nickusers_langaccess_idusers_limitusers_viewusers_timezoneusers_dstime FROM cs_users WHERE users_id '1' LIMIT 0,1
UPDATE cs_users SET users_laston
='1198339477' WHERE users_id='1'
SELECT FROM cs_access WHERE access_id '5' LIMIT 0,1
SELECT count_id
count_time FROM cs_count WHERE count_ip '89.182.128.167' ORDER BY count_id DESC LIMIT 0,1
UPDATE cs_count SET count_time
='1198339477'count_location='news/recent' WHERE count_id='1'
SELECT options_nameoptions_value FROM cs_options WHERE options_mod 'counter'
SELECT FROM cs_categories WHERE categories_mod 'news' AND categories_access <= '5' ORDER BY categories_name
SELECT COUNT
(DISTINCT news_idFROM cs_news nws INNER JOIN cs_categories cat ON nws.categories_id cat.categories_id WHERE nws.news_public AND cat.categories_access <= '5'
SELECT nws.news_id AS news_idnws.news_headline AS news_headlinenws.news_time AS news_timenws.news_text AS news_textnws.news_pictures AS news_picturesnws.users_id AS users_idusr.users_nick AS users_nicknws.categories_id AS categories_idcat.categories_picture AS categories_picturecat.categories_name AS categories_name FROM cs_news nws INNER JOIN cs_users usr ON nws.users_id usr.users_id INNER JOIN cs_categories cat ON nws.categories_id cat.categories_id WHERE nws.news_public AND cat.categories_access <= '5' ORDER BY news_attached DESCnews_time DESC LIMIT 0,8
SELECT options_name
options_value FROM cs_options WHERE options_mod 'abcode'
SELECT abcode_funcabcode_patternabcode_resultabcode_file FROM cs_abcode
SELECT COUNT
(*) FROM cs_comments WHERE comments_mod 'news' AND comments_fid '1'
SELECT metatags_idmetatags_namemetatags_content FROM cs_metatags WHERE metatags_active 1 ORDER BY metatags_name
SELECT COUNT
(*) FROM cs_messages WHERE users_id_to '1' AND messages_show_receiver AND messages_view 0 ?>








Zuletzt editiert von Beckz am 22.12.2007 um 18:08 Uhr (1x Editiert)
Inaktiv
Fredd<y


Poststar





Beiträge: 766
# Antwort: 1 - 22.12.2007 um 18:16 Uhr
clansphere Cache gelöscht?


------------------

KBs speichern, Produktion ausrechnen, Spioberichte speichern...
Machs dir einfach!

(System for Intelligence, Cooperation and Combat)


Inaktiv
|
Beckz
Thread-Ersteller


Rock the board




Beiträge: 62
# Antwort: 2 - 22.12.2007 um 18:47 Uhr
Nein! ... und genau das war das Problem!! .... thx

Edtit ... naja gut ... das war fast das Problem...


Also ich sehe nun den Eintrag [Ticker] zwar in den optionen aber bekomme jetzt eine Reihe Fehlermeldungen.

z.B.

Notice: Undefined index: mod in /usr/export/www/vhosts/funnetwork/hosting/beckz0511/mods/ticker/options.php on line 11
- Optionen

Line 11:
 
1.
1. / 2. / ... 
<?php echo $cs_lang['mod'] . ' - ' $cs_lang['options']; ?>



Notice: Undefined index: options_text in /usr/export/www/vhosts/funnetwork/hosting/beckz0511/mods/ticker/options.php on line 14

Line 14:
 
1.
1. / 2. / ... 
<?php echo $cs_lang['options_text']; ?>


Notice: Undefined index: seperator in /usr/export/www/vhosts/funnetwork/hosting/beckz0511/mods/ticker/options.php on line 63

Line 63:
 
1.
1. / 2. / ... 
<?php echo cs_icon('editcut') . $cs_lang['seperator']; ?>


usw.

Die Fehlermeldungen ziehen sich so durch jeden Option Punkt...

Da ich so keine Fehler in den Zeilen erkennen kann, hab vermute ich, das irgendwas mit den Eckigen Klammern falsch ist... richtig?

hier mal der komplette Code

 
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.
1. / 2. / ... 
<?php <?php
// bx clanportal - www.bxcp.com
// ticker - access.php - Mr.AndersoN
// 2006-08-16

$cs_lang cs_translate('ticker','translate');
require_once(
'mods/ticker/func.php');

echo 
cs_html_table(1,'forum',1);
echo 
cs_html_roco(1,'headb');
echo 
$cs_lang['mod'] . ' - ' $cs_lang['options'];
echo 
cs_html_roco(0);
echo 
cs_html_roco(1,'leftb');
echo 
$cs_lang['options_text'];
echo 
cs_html_roco(0);
echo 
cs_html_table(0);
echo 
cs_html_br(1);

$opt_ticker cs_sql_option(__FILE__,'ticker');

if(isset(
$_POST['submit'])) {

    
settype($_POST['max_news'], 'integer');
    
settype($_POST['max_user'], 'integer');
    
settype($_POST['max_dls'], 'integer');
    
settype($_POST['max_online'], 'integer');
    
settype($_POST['max_threads'], 'integer');

    
$_POST['stop_mo'] = isset($_POST['stop_mo']) ? 0;

    
$where  "options_mod = 'ticker' AND options_name =";
    
$cell    = array('options_value');
    
$cont    = array($_POST['seperator']);
    
cs_sql_update(__FILE__,'options',$cell,$cont,0,$where "'seperator'");
    
$cont    = array($_POST['stop_mo']);
    
cs_sql_update(__FILE__,'options',$cell,$cont,0,$where "'stop_mo'");
    
$cont    = array($_POST['max_news']);
    
cs_sql_update(__FILE__,'options',$cell,$cont,0,$where "'max_news'");
    
$cont    = array($_POST['max_user']);
    
cs_sql_update(__FILE__,'options',$cell,$cont,0,$where "'max_user'");
    
$cont    = array($_POST['max_dls']);
    
cs_sql_update(__FILE__,'options',$cell,$cont,0,$where "'max_dls'");
    
$cont    = array($_POST['max_online']);
    
cs_sql_update(__FILE__,'options',$cell,$cont,0,$where "'max_online'");
    
$cont    = array($_POST['max_threads']);
    
cs_sql_update(__FILE__,'options',$cell,$cont,0,$where "'max_threads'");

    echo 
cs_html_table(1,'forum',1);
    echo 
cs_html_roco(1,'leftc');
    echo 
$cs_lang['edit_success'];
    echo 
cs_html_roco(0);
    echo 
cs_html_roco(1,'centerb');
    echo 
cs_link($cs_lang['continue'],'bxcp','system');
    echo 
cs_html_roco(0);
    echo 
cs_html_table(0);

}
else {

    echo 
cs_html_form(1,'ticker_options','ticker','options');
    echo 
cs_html_table(1,'forum',1);
    echo 
cs_html_roco(1,'leftc',0,0,'25%');
    echo 
cs_icon('editcut') . $cs_lang['seperator'];
    echo 
cs_html_roco(2,'leftb');
    echo 
cs_html_input('seperator',$opt_ticker['seperator'],'text',5,5);
    echo 
cs_html_roco(0);

    echo 
cs_html_roco(1,'leftc');
    echo 
cs_icon('stop') . $cs_lang['stop_mo'];
    echo 
cs_html_roco(2,'leftb');
    echo 
cs_html_vote('stop_mo',1,'checkbox',$opt_ticker['stop_mo']);
    echo 
cs_html_roco(0);

    echo 
cs_html_roco(1,'leftc');
    echo 
cs_icon('contents') . $cs_lang['max_news'];
    echo 
cs_html_roco(2,'leftb');
    echo 
cs_html_input('max_news',$opt_ticker['max_news'],'text',2,3);
    echo 
cs_html_roco(0);

    echo 
cs_html_roco(1,'leftc');
    echo 
cs_icon('personal') . $cs_lang['max_user'];
    echo 
cs_html_roco(2,'leftb');
    echo 
cs_html_input('max_user',$opt_ticker['max_user'],'text',2,3);
    echo 
cs_html_roco(0);

    echo 
cs_html_roco(1,'leftc');
    echo 
cs_icon('download_manager') . $cs_lang['max_dls'];
    echo 
cs_html_roco(2,'leftb');
    echo 
cs_html_input('max_dls',$opt_ticker['max_dls'],'text',2,3);
    echo 
cs_html_roco(0);

    echo 
cs_html_roco(1,'leftc');
    echo 
cs_icon('wp') . $cs_lang['max_online'];
    echo 
cs_html_roco(2,'leftb');
    echo 
cs_html_input('max_online',$opt_ticker['max_online'],'text',2,3);
    echo 
cs_html_roco(0);

    echo 
cs_html_roco(1,'leftc');
    echo 
cs_icon('tutorials') . $cs_lang['max_threads'];
    echo 
cs_html_roco(2,'leftb');
    echo 
cs_html_input('max_threads',$opt_ticker['max_threads'],'text',2,3);
    echo 
cs_html_roco(0);

    echo 
cs_html_roco(1,'leftc');
    echo 
cs_icon('ksysguard') . $cs_lang['options'];
    echo 
cs_html_roco(2,'leftb');
    echo 
cs_html_vote('submit',$cs_lang['edit'],'submit');
    echo 
cs_html_vote('reset',$cs_lang['reset'],'reset');
    echo 
cs_html_roco(0);

    echo 
cs_html_table(0);
    echo 
cs_html_form(0);

}

?> ?>




Zuletzt editiert von Beckz am 22.12.2007 um 19:17 Uhr (2x Editiert)
Inaktiv
|
Antworten: 2
Seite [1]


Sie müssen sich registrieren, um zu antworten.