SMFHacks.com

Ad Seller Pro => Support => Topic started by: slvreagl on August 18, 2010, 06:04:39 pm

Title: Modifications.english-utf8.php, index.template.php failed
Post by: slvreagl on August 18, 2010, 06:04:39 pm
Is there manual install instructions somewhere I'm getting two failed files  ::)
I have included a screen shot of the errors and the original files before installation.

THANKS!
Title: Re: Modifications.english-utf8.php, index.template.php failed
Post by: SMFHacks on August 18, 2010, 06:08:47 pm
The modifications utf8 is ok to fail

The other index.template.php what SMF version are you using?
Title: Re: Modifications.english-utf8.php, index.template.php failed
Post by: slvreagl on August 18, 2010, 08:33:07 pm
SMF 1.1.11
Title: Re: Modifications.english-utf8.php, index.template.php failed
Post by: SMFHacks on August 18, 2010, 08:45:38 pm
Proceed with the install.
Afterwords you will need to modify themes/default/index.template.php

Find
Code: [Select]
function template_main_below()
{
global $context, $settings, $options, $scripturl, $txt;

echo '
</div>';
Add after
Code: [Select]
// Begin Ad Seller Pro Location - Right Side of the Forum
echo '</td>';
global $sourcedir;
include_once $sourcedir . "/adseller.php";

$adSellerAdData =  ShowAdLocation(10);
if ($adSellerAdData != false)
{
echo '<td valign="top">';

echo $adSellerAdData;

echo '</td>';
}
echo '</tr></table>';
// End Ad Seller Pro Location - Right Side of the Forum
Title: Re: Modifications.english-utf8.php, index.template.php failed
Post by: slvreagl on August 18, 2010, 08:49:16 pm
Nice!
Thank you for your promptness I will get on it asap!
Title: Re: Modifications.english-utf8.php, index.template.php failed
Post by: neforum on October 01, 2010, 06:01:46 am
Hi, i'm running 1.1.11 also, but my failures on install are in Modifications.english-utf8.php and Display.template.php

Can you give me the manual mod I need to do to Display.template.php please?

Thanks

Title: Re: Modifications.english-utf8.php, index.template.php failed
Post by: SMFHacks on October 01, 2010, 09:11:17 am
Upload the package to
http://sleepycode.com/PackageParser/
And select theme edits.
Title: Re: Modifications.english-utf8.php, index.template.php failed
Post by: neforum on October 02, 2010, 01:04:25 am
Thanks, i have it working now.

 :)
Title: Re: Modifications.english-utf8.php, index.template.php failed
Post by: jopsing on October 02, 2010, 10:04:41 am
Help!!! My modifications.english.php and index.template.php failed, i am using smf 2.0 RC3
Title: Re: Modifications.english-utf8.php, index.template.php failed
Post by: SMFHacks on October 02, 2010, 10:06:21 am
You can ignore modificatoins.english-utf8.php which step did it fail in the index.template.php file?
Title: Re: Modifications.english-utf8.php, index.template.php failed
Post by: jopsing on October 02, 2010, 10:10:34 am
not modifications.english-utf8.php, is modifications.english.php failed, index.template.php also failed, please help
Title: Re: Modifications.english-utf8.php, index.template.php failed
Post by: SMFHacks on October 02, 2010, 10:12:44 am
Install the mod. Then attach your themes/default/index.template.php and your themes/default/languages/modifications.english.php file to this post.

Title: Re: Modifications.english-utf8.php, index.template.php failed
Post by: jopsing on October 02, 2010, 10:20:00 am
I have already installed, please help me check with the problems. Thank you.
Title: Re: Modifications.english-utf8.php, index.template.php failed
Post by: jopsing on October 02, 2010, 10:43:40 am
help~~ admin? how's the problem? please help me, i need it urgently, thank you very much  :'(
Title: Re: Modifications.english-utf8.php, index.template.php failed
Post by: SMFHacks on October 02, 2010, 10:53:15 am
Fixed files attached