Facebook  Twitter 

SMFHacks.com

+-

SMFHacks.com

+- User Information

Welcome, Guest.
Please login or register.
 
 
 
Forgot your password?

+- Forum Stats

Members
Total Members: 4255
Latest: andreios
New This Month: 3
New This Week: 1
New Today: 0
Stats
Total Posts: 43260
Total Topics: 7518
Most Online Today: 297
Most Online Ever: 2482
(April 09, 2011, 07:02:45 pm)
Users Online
Members: 1
Guests: 259
Total: 260

Author Topic: Setting up Ad Seller Pro Quick Start  (Read 84812 times)

0 Members and 1 Guest are viewing this topic.

Offline SMFHacks

  • Administrator
  • Hero Member
  • *****
  • Posts: 16436
    • View Profile
Re: Setting up Ad Seller Pro Quick Start
« Reply #75 on: January 22, 2013, 11:22:54 am »
Correct.
Get your Forum Ranked! at https://www.forumrankings.net - find out how your forum compares with others!

Like What I do? Support me at https://www.patreon.com/vbgamer45/

Offline amwebby

  • Community Suite Customer
  • Sr. Member
  • ******
  • Posts: 306
    • View Profile
Re: Setting up Ad Seller Pro Quick Start
« Reply #76 on: January 22, 2013, 11:26:49 am »
Cool. Tracked down all the code. Very thorough.

Offline edcp73

  • Member
  • *
  • Posts: 10
    • View Profile
Re: Setting up Ad Seller Pro Quick Start
« Reply #77 on: January 22, 2013, 06:34:11 pm »
Next questions.
Did you update to the latest version of AdSeller Pro.

And can you see multiple ads at one time?
What type of ads are you using? Is it Banner, Text, or Custom Code
What SMF version?

Yes, I've updated to the new version. Do I need to uninstall the older version?

Yes, I can see multiple ads at one time, but they're stacked on top of each other vertically. I need to have them horizontal on the same row.

I'm running Banner Ads

SMF Version is 2.0.3

Offline SMFHacks

  • Administrator
  • Hero Member
  • *****
  • Posts: 16436
    • View Profile
Re: Setting up Ad Seller Pro Quick Start
« Reply #78 on: January 22, 2013, 07:17:31 pm »
No you don't have to uninstall the old version.
Can you attach the template file that you modified?

Are the banners ads large ie such as if they are too big they wil not fit on the same screen.
Get your Forum Ranked! at https://www.forumrankings.net - find out how your forum compares with others!

Like What I do? Support me at https://www.patreon.com/vbgamer45/

Offline edcp73

  • Member
  • *
  • Posts: 10
    • View Profile
Re: Setting up Ad Seller Pro Quick Start
« Reply #79 on: January 22, 2013, 09:09:57 pm »
No you don't have to uninstall the old version.
Can you attach the template file that you modified?

Are the banners ads large ie such as if they are too big they wil not fit on the same screen.

The banner ads are approx 235x60 pixels

I've attached my template file for your review.

Offline SMFHacks

  • Administrator
  • Hero Member
  • *****
  • Posts: 16436
    • View Profile
Re: Setting up Ad Seller Pro Quick Start
« Reply #80 on: January 22, 2013, 09:19:46 pm »
Copy this file to sources folder. Try this updated adseller2.php file
Get your Forum Ranked! at https://www.forumrankings.net - find out how your forum compares with others!

Like What I do? Support me at https://www.patreon.com/vbgamer45/

Offline edcp73

  • Member
  • *
  • Posts: 10
    • View Profile
Re: Setting up Ad Seller Pro Quick Start
« Reply #81 on: January 23, 2013, 06:36:03 am »
Yes, that worked. I can now display 4 banners wide in a row for the Header and Footer.

1. Is it possible to add padding and a "center command" to the ads so they are not touching? (See screen shot)
2. How do I modify the code for the "after first post" position, so I can also display multiple ads there?

Offline SMFHacks

  • Administrator
  • Hero Member
  • *****
  • Posts: 16436
    • View Profile
Re: Setting up Ad Seller Pro Quick Start
« Reply #82 on: January 23, 2013, 07:47:21 pm »
For #1 look slike the footer block
Find this code
Code: [Select]
$adSellerAdData =  ShowAdLocation(2);
if ($adSellerAdData != false)
{
echo $adSellerAdData;
}
And change to
Code: [Select]
$adSellerAdData =  ShowAdLocation(2);
if ($adSellerAdData != false)
{
echo '<center>' . $adSellerAdData . '</center>;
}


#2
Attach your display.template.php and can change change that how many do you want to show and horizontal?


« Last Edit: January 23, 2013, 08:51:53 pm by SMFHacks »
Get your Forum Ranked! at https://www.forumrankings.net - find out how your forum compares with others!

Like What I do? Support me at https://www.patreon.com/vbgamer45/

Offline steelhead

  • Member
  • *
  • Posts: 2
    • View Profile
Re: Setting up Ad Seller Pro Quick Start
« Reply #83 on: June 12, 2013, 07:20:10 pm »
Hello,

I can't get adseller to work in the Anecdota theme using SMF 2.0.4. Can you help? 

To me the path and url don't look right and I haven't been able to find any instructions on file and folder CMOD settings

Offline SMFHacks

  • Administrator
  • Hero Member
  • *****
  • Posts: 16436
    • View Profile
Re: Setting up Ad Seller Pro Quick Start
« Reply #84 on: June 12, 2013, 07:29:35 pm »
The path should probably be
/var/www/html/adseller/

You should have copied the adseller folder inside the zip file to main directory of the forum.



For theme changes you can find the edits by uploading the adseller pro zip file to
http://www.smfhacks.com/smf-package-parser.html

And that will give you the theme edits that need to be made for your theme.


If you can't do the edits you can attach the theme files here or provide an ftp account.
Get your Forum Ranked! at https://www.forumrankings.net - find out how your forum compares with others!

Like What I do? Support me at https://www.patreon.com/vbgamer45/

Offline steelhead

  • Member
  • *
  • Posts: 2
    • View Profile
Re: Setting up Ad Seller Pro Quick Start
« Reply #85 on: June 14, 2013, 10:28:18 pm »
Thanks for all your superlative customer support and help! Got it working.

Check it out: http://207.212.59.254

Offline bamagenius

  • Member
  • *
  • Posts: 5
    • View Profile
Re: Setting up Ad Seller Pro Quick Start
« Reply #86 on: November 15, 2013, 08:25:06 am »
I just uploaded ad seller pro using epic theme in smf 2.0.6. the selling module for set up appears to operate fine and i set the locations as enabled and marked as viewable by all, however the test ad does not appear. can you help give me suggestions on how to make the ads appear on the site?

Offline SMFHacks

  • Administrator
  • Hero Member
  • *****
  • Posts: 16436
    • View Profile
Re: Setting up Ad Seller Pro Quick Start
« Reply #87 on: November 15, 2013, 08:27:00 am »
What location do you have the ad appearing in? Also are you using a custom theme? And what type of ad?
Get your Forum Ranked! at https://www.forumrankings.net - find out how your forum compares with others!

Like What I do? Support me at https://www.patreon.com/vbgamer45/

Offline bamagenius

  • Member
  • *
  • Posts: 5
    • View Profile
Re: Setting up Ad Seller Pro Quick Start
« Reply #88 on: November 15, 2013, 10:28:23 am »
Thanks but I fixed, it was problems with my default template.

Offline SMFHacks

  • Administrator
  • Hero Member
  • *****
  • Posts: 16436
    • View Profile
Re: Setting up Ad Seller Pro Quick Start
« Reply #89 on: November 15, 2013, 11:01:35 am »
Good to know thanks.
Get your Forum Ranked! at https://www.forumrankings.net - find out how your forum compares with others!

Like What I do? Support me at https://www.patreon.com/vbgamer45/

 

Related Topics

  Subject / Started by Replies Last post
1 Replies
4693 Views
Last post June 15, 2008, 02:53:00 pm
by rgsknr
2 Replies
5823 Views
Last post June 27, 2009, 11:00:00 am
by ApplianceJunk
0 Replies
3651 Views
Last post September 17, 2010, 09:06:48 am
by Vincent Volmer
7 Replies
6775 Views
Last post June 20, 2011, 11:02:18 am
by spikeweb
4 Replies
4524 Views
Last post June 05, 2012, 12:37:35 am
by FrizzleFried

+- Recent Topics

No thumbnails on new uploads by Tonyvic
Today at 06:26:18 am

Display the Contact Page for guests by SMFHacks
March 27, 2024, 10:55:43 am

is it possible to add support for odysee.com by fvlog19
March 21, 2024, 08:47:51 am

Request for admin notification by davejo
March 10, 2024, 01:31:59 am

I need help with torrent upload by Ineedsmfhelp
March 09, 2024, 10:01:13 pm

an idea for new mod (( content type with different display )) by SMFHacks
February 27, 2024, 01:36:27 pm

[Mod] RSS Feed Poster by SMFHacks
February 27, 2024, 11:57:18 am

find duplicate pictures by fvlog19
February 14, 2024, 02:22:40 pm

Error uploading video. by SMFHacks
February 08, 2024, 02:04:16 pm

Gallery icon as last added image by fvlog19
February 01, 2024, 01:04:56 pm

Powered by EzPortal