To jest tylko wersja do druku, aby zobaczyć pełną wersję tematu, kliknij TUTAJ
phpBB2 by Przemo
Support forów phpBB2 modified by Przemo

English version - small shoutbox 1.4 problem

Anonymous - 01-02-2004, 23:53
Temat postu: small shoutbox 1.4 problem
After installing shoutbox I get this error when accessing my board.

Parse error: parse error, expecting `')'' in /home/onebadss/public_html/phpBB2/index.php on line 293


Here is line 293:

Kod:
'U_SHOUTBOX' => append_sid("shoutbox.$phpEx"),



and the surrounding code:

Kod:
$template->assign_vars(array(
        'TOTAL_POSTS' => sprintf($l_total_post_s, $total_posts),
        'TOTAL_USERS' => sprintf($l_total_user_s, $total_users),
        'NEWEST_USER' => sprintf($lang['Newest_user'], '<a href="' . append_sid("profile.$phpEx?mode=viewprofile&amp;" . POST_USERS_URL . "=$newest_uid") . '">', $newest_user, '</a>'),

        'FORUM_IMG' => $images['forum'],
        'FORUM_NEW_IMG' => $images['forum_new'],
        'FORUM_LOCKED_IMG' =>
        // Start add - Fully integrated shoutbox MOD
'U_SHOUTBOX' => append_sid("shoutbox.$phpEx"),
'L_SHOUTBOX' => $lang['Shoutbox'],
'U_SHOUTBOX_MAX' => append_sid("shoutbox_max.$phpEx"),
// End add - Fully integrated shoutbox MOD
$images['forum_locked'],

        'L_FORUM' => $lang['Forum'],
        'L_TOPICS' => $lang['Topics'],
        'L_REPLIES' => $lang['Replies'],
        'L_VIEWS' => $lang['Views'],
        'L_POSTS' => $lang['Posts'],
        'L_LASTPOST' => $lang['Last_Post'],
        'L_NO_NEW_POSTS' => $lang['No_new_posts'],
        'L_NEW_POSTS' => $lang['New_posts'],
        'L_NO_NEW_POSTS_LOCKED' => $lang['No_new_posts_locked'],
        'L_NEW_POSTS_LOCKED' => $lang['New_posts_locked'],
        'L_ONLINE_EXPLAIN' => $lang['Online_explain'],


I followed instructions - all instructions were very good.

Przemo - 02-02-2004, 02:00

Kod:
'FORUM_LOCKED_IMG' =>
// Start add - Fully integrated shoutbox MOD
'U_SHOUTBOX' => append_sid("shoutbox.$phpEx"),
'L_SHOUTBOX' => $lang['Shoutbox'],
'U_SHOUTBOX_MAX' => append_sid("shoutbox_max.$phpEx"),
// End add - Fully integrated shoutbox MOD
$images['forum_locked'],
It must be the wrong instalation
Kod:
 'FORUM_LOCKED_IMG' => $images['forum_locked'],

Anonymous - 02-02-2004, 16:30
Temat postu: Thank you Przemo
Well now that is fixed. I had to also change the other errors with the same code in admin\admin_board and admin\admin_db_utilites and it works just fine now.

One other problem though.....

take a look please http://bb.fragwhore.com/phpBB2/

See where it lists Profile - Messages - Login/Out at the top left?

There used to be a frame around that. Where did it go? Was some other links to click on too and they are gone also. ?? Oh by the way I didn't use subsilver theme I used subPortal. Almost the same.

But anyway, thanks again Przemo. Do you take donations? This is a great mod and my clan is happy that I have installed it. KUDOS to you. :)

Anonymous - 03-02-2004, 02:30

It is all working fine now thank you Przemo.
Przemo - 07-02-2004, 12:20

Cytat:
But anyway, thanks again Przemo. Do you take donations? This is a great mod and my clan is happy that I have installed it. KUDOS to you.

No, i do it for free it is my hobby, but thanks :)



Powered by phpBB modified by Przemo © 2003 phpBB Group