SMFHacks.com

Ad Seller Pro => Support => Topic started by: coyote on November 19, 2018, 10:42:55 am

Title: Issue when moving over to a fresh SMF install
Post by: coyote on November 19, 2018, 10:42:55 am
Been using ASP for some time now. I have done a fresh install for our site and copied the DB over to the new site. Everything is fine. I purchased a new license for ASP and installed it on the new site. I corrected the directorys in ASP setup and I'm getting my ads.

Problem is I only see one ad instead of several (stacked vertically) as before. I have them set to only display on the right side, vertical panels.

I should add that the current site was running ASP v2.5.4 but the new site has v3.0 installed
Title: Re: Issue when moving over to a fresh SMF install
Post by: SMFHacks on November 19, 2018, 10:45:44 am
Which ad location did you need to have them stacked?
Title: Re: Issue when moving over to a fresh SMF install
Post by: coyote on November 19, 2018, 10:47:48 am
Right side of forum, 6 deep
Title: Re: Issue when moving over to a fresh SMF install
Post by: SMFHacks on November 19, 2018, 10:48:53 am
Attach your themes index.template.php I can make the change.
Title: Re: Issue when moving over to a fresh SMF install
Post by: coyote on November 19, 2018, 10:55:21 am
The file you requested is attached. Thanks
Title: Re: Issue when moving over to a fresh SMF install
Post by: SMFHacks on November 19, 2018, 12:02:53 pm
It looks like you already have the edit there.
$adSellerAdData =  ShowAdLocation(10,0,false,6,true);

Do you have more than one ad assigned to that exact ad location of the right side of the forum?
Title: Re: Issue when moving over to a fresh SMF install
Post by: coyote on November 19, 2018, 01:30:10 pm
I gave you the template from the existing site.  Let me try again. Sorry about that. See attached
Title: Re: Issue when moving over to a fresh SMF install
Post by: SMFHacks on November 19, 2018, 02:06:05 pm
Updated file attached

i just changed the line
Code: [Select]
$adSellerAdData =  ShowAdLocation(10);

To
Code: [Select]
$adSellerAdData =  ShowAdLocation(10,0,false,6,true);
Title: Re: Issue when moving over to a fresh SMF install
Post by: coyote on November 19, 2018, 02:14:20 pm
Thanks. For some reason, I can't see your attachment.
Title: Re: Issue when moving over to a fresh SMF install
Post by: SMFHacks on November 19, 2018, 02:20:11 pm
Make sure to enter your license under https://www.smfhacks.com/index.php?action=license
Title: Re: Issue when moving over to a fresh SMF install
Post by: coyote on November 19, 2018, 02:54:51 pm
I did not receive any email with a license number. All I got was a web link to download it. I did not realize it was less money to pay the update fee. I just bought a new license. I see where I register the new license but I don't have the number.
Title: Re: Issue when moving over to a fresh SMF install
Post by: SMFHacks on November 19, 2018, 03:03:42 pm
Sent pm with the license
Title: Re: Issue when moving over to a fresh SMF install
Post by: coyote on November 19, 2018, 03:12:48 pm
All good, thank you.