SMF Ads Support Forum
May 21, 2013, 02:55:36 am
Welcome,
Guest
. Please
login
or
register
.
Did you miss your
activation email?
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
News
: Help keep this project going by donating.
Home
Help
Downloads
Login
Register
SMF Ads Support Forum
>
Support
>
General Support
>
Help with manual install
Pages: [
1
]
Go Down
« previous
next »
Print
Author
Topic: Help with manual install (Read 893 times)
0 Members and 1 Guest are viewing this topic.
a3des
Newbie
Offline
Posts: 1
Help with manual install
«
on:
November 21, 2008, 11:49:55 am »
I get some error durin install in Themes/default/index.template.php
I had a close look on the file, prepaired myself to manual install and I got stuck like the package installer when I reach to following modification:
Find: [Select]
</td>
Add After: [Select]
//Welcome Ads
if (function_exists("show_welcomeAds"))
{
$ads = show_welcomeAds();
if(!empty($ads))
{
echo '<td class="windowbg2">';
if($ads['type']==0)
echo $ads['content'];
else
eval($ads['content']);
echo '</td>';
}
unset($ads);
}
echo '
Well the problem is I cand find " </td>" to execute the modification. I have many </td> but none as requested so can someone be more specific, about wich </td> is this about.
Thank you very much in advance.
Logged
SMF Ads Support Forum
.
Logged
Pages: [
1
]
Go Up
Print
« previous
next »
Jump to:
Please select a destination:
-----------------------------
SMF Ads
-----------------------------
=> News
===> Archive
-----------------------------
Support
-----------------------------
=> General Support
=> Ad Support
=> Feedback/Request
=> Bugs
-----------------------------
Themes/Language
-----------------------------
=> Theme Support
=> Language Support
-----------------------------
General Chat
-----------------------------
=> Lounge
-----------------------------
Example
-----------------------------
=> Example Board
.
Loading...