still no update.....
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Show posts Menu
Quote from: ccbtimewiz on February 03, 2009, 01:59:49 PM
This is confusing. Could you just attach your index.template.php file so I can fix it?
Quote// Otherwise they're a guest - this time ask them to either register or login - lazy bums...
else
{
echo '
<script language="JavaScript" type="text/javascript" src="', $settings['default_theme_url'], '/scripts/sha1.js"></script>
<form class="windowbg" id="guest_form" action="', $scripturl, '?action=login2" method="post" accept-charset="', $context['character_set'], '" ', empty($context['disable_login_hashing']) ? ' onsubmit="hashLoginPassword(this, \'' . $context['session_id'] . '\');"' : '', '>
' , $txt['login_or_register'], '<br />
<input type="text" name="user" size="10" />
<input type="password" name="passwrd" size="10" />
<select name="cookielength">
<option value="60">', $txt['one_hour'], '</option>
<option value="1440">', $txt['one_day'], '</option>
<option value="10080">', $txt['one_week'], '</option>
<option value="43200">', $txt['one_month'], '</option>
<option value="-1" selected="selected">', $txt['forever'], '</option>
</select>
<input type="submit" value="', $txt['login'], '" /><br />
', $txt['quick_login_dec'];
if (!empty($modSettings['enableOpenID']))
echo'
<br />
<input type="text" name="openid_url" id="openid_url" size="25" class="openid_login" />';
echo '
<input type="hidden" name="hash_passwrd" value="" />
</form>';
}
echo '
</div>
';
echo '<div class="windowbg2 clearfix" align="right">';
//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']);
}
unset($ads);
}
echo '</div>';
echo '
</div>
<div id="news_section" class="titlebg2 clearfix"', empty($options['collapse_header']) ? '' : ' style="display: none;"', '>
<form class="floatright" id="search_form" action="', $scripturl, '?action=search2" method="post" accept-charset="', $context['character_set'], '">
<a href="', $scripturl, '?action=search;advanced" title="', $txt['search_advanced'], '"><img id="advsearch" src="'.$settings['images_url'].'/filter.gif" align="middle" alt="', $txt['search_advanced'], '" /></a>
<input type="text" name="search" value="" style="width: 190px;" />
<input type="submit" name="submit" value="', $txt['search'], '" style="width: 11ex;" />
<input type="hidden" name="advanced" value="0" />';
// Search within current topic?
Quoteecho '
</div>
Quote from: bigguy on August 23, 2006, 05:26:56 PM
Have you tried to add the ad mod first and then the arcadeI have found that some mods are peticular in how they get installed. If that doesn't work you'll have to install on of them manually.
Quote from: jerm on July 17, 2006, 11:55:38 AM
if you are using version 2.0, you can have multiple ad codes, and it will randomly choose which ad code to display
Quote from: jerm on July 11, 2006, 05:59:02 PM
i dont think you typed it out properly
It should look like this:
<center>your ad code here...</center>
since you didn't put the </center> it will center the rest of the page
Quote from: bigguy on July 11, 2006, 12:00:25 AM
This might be a bug in the ad mod. We`ll have Jerm look at this and I`ll move this to the bug board.
Quote from: bigguy on July 10, 2006, 05:30:36 PM
I haven`t seen this problem at all. What theme are you usingDoes it happen on the default theme.