Quote:
Originally Posted by -TÜRK-
ehm. logo do not appear and says error;
PHP Code:
Table 'board.wbb1_1_thread' doesn't exist Warning: mysql_fetch_object(): supplied argument is not a valid MySQL result resource in /home/public_html/inc/plugins/wbb_news/wbb_news.con.php on line 25
£: and how to disable wbb plugin? i want write news manually :D
£2: :( when i open ranking, do not appear anything :( but statistics active.
|
You'll have do edit the config.inc.php (Main folder) and look for:
Code:
"home" => array(
"title" => false, // Overwrite title
"plugins" => array("statistics","online_status","userpanel","sbranking","wbb_news") // List all plugins you want to load
),
Change wbb_news to text
Then go to: inc/plugins/text and open the config.inc.php in there and add:
Code:
"home" => array(
"multi" => true,
array(
"head" => array(
"title" => "Example News blabla",
),
"middle" => array(
"text" => "Your news text here!"
)
),
)
before the );
Just repeat the
Code:
array(
"head" => array(
"title" => "Example News blabla",
),
"middle" => array(
"text" => "Your news text here!"
)
),
part as often as you wish to add more boxes
The logo is a png file under: images/logo/logo.png
(it is a black one by default - i probably need to change that.. lol)
Quote:
Originally Posted by [SA]Night
bei mir kommt der error
PHP Code:
Parse error: syntax error, unexpected T_DOUBLE_ARROW in /var/customers/webs/che/left4metin2/hp test/config.inc.php on line 9 Call Stack: 0.0002 652424 1. {main}() /var/customers/webs/che/left4metin2/hp test/index.php:0
|
Sicher, dass du PHP5 benutzt?
Ansonsten gib mir mal config.inc.php Zeile 8-10
Quote:
Originally Posted by MityQ
Warning: mysql_query() expects parameter 2 to be resource, null given in C:\xampp\htdocs\chat\inc\plugins\ranking\buildcach e.inc.php on line 18
Warning: mysql_fetch_object(): supplied argument is not a valid MySQL result resource in C:\xampp\htdocs\chat\inc\plugins\ranking\buildcach e.inc.php on line 18
Warning: mysql_query() expects parameter 2 to be resource, null given in C:\xampp\htdocs\chat\inc\plugins\ranking\buildcach e.inc.php on line 18
Warning: mysql_fetch_object(): supplied argument is not a valid MySQL result resource in C:\xampp\htdocs\chat\inc\plugins\ranking\buildcach e.inc.php on line 18
Warning: mysql_query() expects parameter 2 to be resource, null given in C:\xampp\htdocs\chat\inc\plugins\ranking\buildcach e.inc.php on line 18
Warning: mysql_fetch_object(): supplied argument is not a valid MySQL result resource in C:\xampp\htdocs\chat\inc\plugins\ranking\buildcach e.inc.php on line 18
Warning: mysql_query() expects parameter 2 to be resource, null given in C:\xampp\htdocs\chat\inc\plugins\ranking\buildcach e.inc.php on line 18
Warning: mysql_fetch_object(): supplied argument is not a valid MySQL result resource in C:\xampp\htdocs\chat\inc\plugins\ranking\buildcach e.inc.php on line 18
Warning: mysql_query() expects parameter 2 to be resource, null given in C:\xampp\htdocs\chat\inc\plugins\ranking\buildcach e.inc.php on line 18
Warning: mysql_fetch_object(): supplied argument is not a valid MySQL result resource in C:\xampp\htdocs\chat\inc\plugins\ranking\buildcach e.inc.php on line 18
|
Hast du MySQL Daten richtig eingetragen?