help with {} {in links} after doing a mod

Support for PhpBB3. Post here to get help with any phpBB3 related issue here
There is no support here! Only Read Access!
Forum rules
In order the get any support, you will have to do following:
1. Use a describing title!
2. Describe your problem and what happened when the problem occured
3. Tell us what version of phpBB3 you are currently using.
Else your topic may be ignored or locked!
Locked
dragon
BBCoder II
BBCoder II
Posts: 33
Joined: 08 Apr 2010, 14:20

help with {} {in links} after doing a mod

Post by dragon »

i know i should ask that mod page what to do, but there seems to be nobody there anymore.
anyway, hope you can help me. i went to the colored link when new post mod and installed the mod via AUTOMOD.

didnt seem much of a success, and i even saw the bracket things { and } surrounding my links!
have a look at my website and see for yourself.

that same { } is also found in my admin cp
"
You are logged in as:
dragon [ { LOGOUT } ][ ACP Logout ] "

or even {sumbit} button.

so when i go to board settings, i get this

Code: Select all

[phpBB Debug] PHP Notice: in file /includes/acp/acp_board.php on line 896: Invalid argument supplied for foreach()
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 1165: Invalid argument supplied for foreach()
[phpBB Debug] PHP Notice: in file /adm/index.php on line 150: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3494)
[phpBB Debug] PHP Notice: in file /adm/index.php on line 152: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3494)
[phpBB Debug] PHP Notice: in file /adm/index.php on line 153: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3494)
[phpBB Debug] PHP Notice: in file /adm/index.php on line 154: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3494)
i already uploaded every file changed and still nothing.

here are the files modified by change color link mod
<open src="viewforum.php">
<open src="search.php">

<open src="includes/functions_display.php">
<open src="includes/acp/acp_board.php">
<open src="language/en/acp/common.php">

<open src="styles/prosilver/template/forumlist_body.html">
<open src="styles/prosilver/template/viewforum_body.html">
<open src="styles/prosilver/template/search_results.html">

help please
dragon
BBCoder II
BBCoder II
Posts: 33
Joined: 08 Apr 2010, 14:20

Re: help with {} {in links} after doing a mod

Post by dragon »

solved this already.

would you believe, after reading http://www.phpbb.com/community/viewtopi ... start=2040 .
it mentions of a similar problem, and all he did was reupload language pack and everything was okay

did that too and it was now okay with mine. im just curious as to why that would be the solution, if i didnt touch my language pack for this mod.
User avatar
Fire-Fox
BBCoder IV
BBCoder IV
Posts: 275
Joined: 22 Mar 2010, 13:24
Location: Denmark

Re: help with {} {in links} after doing a mod

Post by Fire-Fox »

Good you got it solved :)

There is more between heaven and earth then we know :) so i don't thing are is a good explanation to that :)
cisco007
BBCoder VI
BBCoder VI
Posts: 1015
Joined: 16 Mar 2010, 18:14
Location: Don't really know!

Re: help with {} {in links} after doing a mod

Post by cisco007 »

well according to the files you posted to edit, you did edit language/en/acp/common.php!
Locked