News:

Version 3.5 has been released. Visit https://custom.simplemachines.org/mods/index.php?mod=255 to get the most up to date version.

Main Menu
Menu

Show posts

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

Messages - Jump1979man

#1
still no update..... >:(
#2
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?

Looks like defiant posted the file.  I am anxious to see what the solution is.  Thanks.
#3
General Support / Re: smooshed ads in welcome user area
January 30, 2009, 10:28:31 AM
same thing is already posted about here with no response yet...

http://www.smfads.com/forums/index.php?topic=2101.msg7981#new

#4
Please see http://www.omahasportbikes.com and check out the welcome area where it should be...

I currently dont have any ads placed in this area due to the space being messed up.  Something with the space is messed up and I cant seem to figure out what it is exactly...I think its just missing something to close off the code but for the life of me I cant seem to figure it out.

The welcome area should look like it does on this forum http://www.mwmotorcycles.com

Anyone have any ideas?

This is the code in question
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;" />&nbsp;
            <input type="submit" name="submit" value="', $txt['search'], '" style="width: 11ex;" />
            <input type="hidden" name="advanced" value="0" />';

   // Search within current topic?

In the install instructions it says to add the bold BEFORE this
Quoteecho '
         </div>

however it adds it AFTER and when I tried to add it before the site errors out....

Please help.  Thanks.


btw, this is in the default theme index.template file.
#5
General Support / Re: AD mod wont work with smf arcade
September 04, 2006, 04:28:58 PM
this is the file that is errorring when installing....


./Themes/default/Display.template.php


are there any manual install instructions and I could edit that file myself?
#6
General Support / Re: AD mod wont work with smf arcade
August 23, 2006, 07:02:05 PM
Quote from: bigguy on August 23, 2006, 05:26:56 PM
Have you tried to add the ad mod first and then the arcade ??? I 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.


yes I tried to install them in different orders and it still will not work....
#7
General Support / AD mod wont work with smf arcade
August 23, 2006, 01:16:21 PM
I was wanting to add the smfarcade to my site but in doing so on a test site it wont allow me to add the ad mod rc2 to it....it keeps giving errors....

Is there anyone out there that has the ad mod and the smfarcade running together?

If not is there a way to look into this and make them compatible?

I really like the ad mod and I really would like to ad the arcade for my users and having to pick one or the other would really be a bummer.  Thanks.
#8
Lounge / Re: SMFHelper.com
August 19, 2006, 08:57:19 AM
I just registered... 8)
#9
Ad Support / Re: rotating ads?
August 09, 2006, 12:35:51 PM
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

can you go into more detail on how to accomplish this?  Thank you.
#10
General Support / Re: Centering the ads....
July 11, 2006, 06:39:40 PM
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


ok, I will try that.....easy fix.  Thanks.
#11
General Support / Re: Centering the ads....
July 11, 2006, 01:29:35 PM
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.


Thanks, I will be waiting for his response.
#12
General Support / Re: Centering the ads....
July 10, 2006, 08:19:08 PM
Quote from: bigguy on July 10, 2006, 05:30:36 PM
I haven`t seen this problem at all. What theme are you using ??? Does it happen on the default theme.


I am using the smf default theme.....


#13
General Support / Re: Centering the ads....
July 10, 2006, 04:15:47 PM
actually i just noticed it also centers alot of other things too when adding '<center>' to the ad code.....


Is there a way to center or place the ad left or right without making the rest of the site do the same?
#14
General Support / Centering the ads....
July 10, 2006, 04:13:45 PM
CAn the mod code be modified so that when entering the '<center>' tag it doesnt center the 'SMF Ads Support Forum > Support > Ad Support > Start new topic' text that is right below it?


Thanks.
#15
Ad Support / Re: Every 5th Post
June 21, 2006, 06:49:30 AM
yes....read the instructions.....type 5,6 or whatever and it will do it.