trouble with thank you mod

Wondering why that MOD you have won't install correctly? Let's take a look
Forum rules
DO NOT give out any FTP passwords to anyone! There is no reason to do so! If you need help badly enough, create a temporary FTP account that is restricted to only the files that you need help with and give the information for that. Giving out FTP information can be very dangerous!
Locked
Goucho
Posts: 86
Joined: Sun Aug 20, 2006 12:54 am

trouble with thank you mod

Post by Goucho »

Warning

FIND FAILED: In file [templates/Solaris/Solaris.cfg] could not find:

$images['reply_locked'] = "$current_template_images/{LANG}/reply-locked.gif";

MOD script line #720 :: FAQ :: Report

Error Detail

Warning

FIND FAILED: In file [templates/GetawayPurple/viewtopic_body.tpl] could not find:

<a href="{U_POST_NEW_TOPIC}">

MOD script line #756 :: FAQ :: Report

Error Detail

Warning

FIND FAILED: In file [templates/wow_alliance/viewtopic_body.tpl] could not find:

<a href="{U_POST_NEW_TOPIC}">

MOD script line #756 :: FAQ :: Report

Error Detail

Warning

IN-LINE FIND FAILED: In file [templates/chunkstyle/viewtopic_body.tpl] could not find:

</a></span></td>

MOD script line #767 :: FAQ :: Report

Error Detail

Warning

IN-LINE FIND FAILED: In file [templates/purplePulse/viewtopic_body.tpl] could not find:

</a></span></td>

MOD script line #767 :: FAQ :: Report

Error Detail

Warning

IN-LINE FIND FAILED: In file [templates/Solaris/viewtopic_body.tpl] could not find:

</a></span></td>

MOD script line #767 :: FAQ :: Report

Error Detail

Warning

IN-LINE FIND FAILED: In file [templates/whatisreal/viewtopic_body.tpl] could not find:

</a></span></td>

MOD script line #821 :: FAQ :: Report



sorry bout this but havin probs with nearly all mods i try to install :(

Nightrider
Registered User
Posts: 7219
Joined: Tue Nov 16, 2004 8:54 pm
Location: Florida, US
Contact:

Re: trouble with thank you mod

Post by Nightrider »

Ok, try this:

OPEN
thanks.mod

FIND

Code: Select all

#
#-----[ FIND ]---------------------------------
#
$images['reply_locked'] = "$current_template_images/{LANG}/reply-locked.gif";
REPLACE WITH

Code: Select all

#
#-----[ FIND ]---------------------------------
#
$images['reply_locked'] =
FIND

Code: Select all

#
#-----[ FIND ]---------------------------------
# This is a partial line, the complete line is much longer
#
<a href="{U_POST_NEW_TOPIC}">
REPLACE WITH

Code: Select all

#
#-----[ FIND ]---------------------------------
# This is a partial line, the complete line is much longer
#
{U_POST_NEW_TOPIC}
This may not be enough. It appears that some of your templates are different than the standard at this part of the code. I may need to see text links to several of your template viewtopic_body.tpl files if you continue to see IN-LINE FIND errors...

Save, upload, and try again using EM...

Image

Goucho
Posts: 86
Joined: Sun Aug 20, 2006 12:54 am

Re: trouble with thank you mod

Post by Goucho »

i got this ........

Warning

FIND FAILED: In file [templates/GetawayPurple/viewtopic_body.tpl] could not find:

{U_POST_NEW_TOPIC}">

MOD script line #756 :: FAQ :: Report

Error Detail

Warning

FIND FAILED: In file [templates/wow_alliance/viewtopic_body.tpl] could not find:

{U_POST_NEW_TOPIC}">

MOD script line #756 :: FAQ :: Report

Error Detail

Warning

IN-LINE FIND FAILED: In file [templates/chunkstyle/viewtopic_body.tpl] could not find:

</a></span></td>

MOD script line #767 :: FAQ :: Report

Error Detail

Warning

IN-LINE FIND FAILED: In file [templates/purplePulse/viewtopic_body.tpl] could not find:

</a></span></td>

MOD script line #767 :: FAQ :: Report

Error Detail

Warning

IN-LINE FIND FAILED: In file [templates/Solaris/viewtopic_body.tpl] could not find:

</a></span></td>

MOD script line #767 :: FAQ :: Report

Error Detail

Warning

IN-LINE FIND FAILED: In file [templates/whatisreal/viewtopic_body.tpl] could not find:

</a></span></td>

MOD script line #821 :: FAQ :: Report


links to follow :)

MOD

Code: Select all

http://www.phpbb.com/phpBB/viewtopic.php?t=373805

Code: Select all

www.awesome-forums.co.uk/dl/thanxmod.rar

Goucho
Posts: 86
Joined: Sun Aug 20, 2006 12:54 am

Re: trouble with thank you mod

Post by Goucho »

the links any help to you m8??

Nightrider
Registered User
Posts: 7219
Joined: Tue Nov 16, 2004 8:54 pm
Location: Florida, US
Contact:

Re: trouble with thank you mod

Post by Nightrider »

Sorry, I didn't have time to answer this. I am walking out the door and won't be home until very early in the morning. I will try to tackle this when I return home...

Image

Nightrider
Registered User
Posts: 7219
Joined: Tue Nov 16, 2004 8:54 pm
Location: Florida, US
Contact:

Re: trouble with thank you mod

Post by Nightrider »

Strange. Some of your viewtopic_body.tpl files don't include buttons to create a new topic. I compared my unmodified version of the wowAlliance/viewtopic_body.tpl with the one you provided and they are quite different. So how do your members who are using wowAlliance create new topics? It seems as though your GetawayPurple/viewtopic_body.tpl has the same problem...

Image

Goucho
Posts: 86
Joined: Sun Aug 20, 2006 12:54 am

Re: trouble with thank you mod

Post by Goucho »

Nobody uses them.......... how do uninstall them and would that sort the problem?

Nightrider
Registered User
Posts: 7219
Joined: Tue Nov 16, 2004 8:54 pm
Location: Florida, US
Contact:

Re: trouble with thank you mod

Post by Nightrider »

How do you uninstall templates? Go into Management in your ACP Styles Admin and press Delete next to all the templates that you don't plan to use:

ImageImage

Image

Locked