Facebook  Twitter 

SMFHacks.com

+-

SMFHacks.com

+- User Information

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

+- Forum Stats

Members
Total Members: 4257
Latest: Alex998.
New This Month: 1
New This Week: 0
New Today: 0
Stats
Total Posts: 43295
Total Topics: 7523
Most Online Today: 212
Most Online Ever: 2482
(April 09, 2011, 07:02:45 pm)
Users Online
Members: 0
Guests: 209
Total: 209

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.


Topics - ApplianceJunk

Pages: [1] 2 3 ... 8
1
Modifications Talk / smf4mobile ad mod request
« on: February 08, 2018, 12:40:36 pm »
I would be interested in a mod that would let us display separate ads on the mobile version of our site through smf4mobile. Maybe it could be called smf4moble ad seller pro. ;)

Even just something that let us place separate ads from our full website in two or three different locations on the mobile theme would be awesome.




2
Hi,

I'm currently running SMF 2.0.14 on http://appliancejunk.com

I believe ever since upgrading SMF from 2.0.12 to 2.0.14 Simple Audio Video Embedder has stopped working for me.

I tried to upgrade Simple Audio Video Embedder but run into errors when I try to uninstall the old version, Simple Audio Video Embedder 2.1.1

I have attached a screenshot of the errors I get when I try to uninstall Simple Audio Video Embedder 2.1.1

I'm really out of the loop with doing much with SMF this last year or so and I'm not looking forward to try and manually uninstall the video mod myself.
Would you be interested in uninstalling it for me and then doing the upgrade for a price?

Thanks,

3
Support / Can't save ad code and errors in log.
« on: September 14, 2017, 11:43:08 pm »
As per my other post we just upgraded from SMF 2.0.12 to 2.0.14 along with migrating to https:
Ad Seller Pro had been working great for us, but after upgrade and migrating some of our ads disappeared.

I went into Ad Seller Pro mod and seen the code I would normally put in the custom ad code box was missing.
I can copy and past the code back in but after I click "Edit Ad" to save it the code I put in the custom ad code box does not get saved.

I have attached screenshots of blank box that i normally have ad code in and error logs.

I'm running Ad Seller Pro   1.0.9

Thanks,

4
Support / After migrating from http to https I started getting these errors
« on: September 14, 2017, 10:08:58 pm »
I believe I started getting these error just tonight after having our site migrated to https.
I have attached a screenshot of the error.

Thank for any help.

5
SMF Gallery Lite / SMF Gallery and https green padlock?
« on: September 14, 2017, 08:34:50 pm »
Hi,

I'm not 100% sure if I'm using SMF Gallery Lite or Pro but I'm thinking it's Lite.

I just had our site migrated over to https by CoreISP from SMF.
https:/appliancejunk.com

The green padlock shows on all our URL's except for this one.
https://appliancejunk.com/forums/index.php?action=gallery

CoreISP suggested I post about it in the support forum and said...

Quote
It looks like the Gallery is referring to tons and tons of http:// links from the database.
That'd require some extra work. I changed the URL for the main gallery settings, but apparently that's not a global setting. :/
So it accepts the URL is https:// and loads from that, but then all the sub-stuff is still http:// and I can't see an easy way to change that at once.
Perhaps it's easier if you could ask in the support topic for that mod if there's a way to convert everything to https://, or otherwise we'd have to look in to changing all of it in the database.

so thought I would start by posting here.

If this is something you could help me with either yourself or by getting together with CoreISP that would be great.
Either way I would be happy to pay you something for your help.

Thanks,
 John

6
Support / Edited simple ad code and now site is screwed up...
« on: May 07, 2013, 02:30:28 pm »
Ok, just did a simple edit on a ad inside the admin settings for Ad Seller Pro and screwed up my site some how.

http://appliancejunk.com

I already had the images for the ad showing and just went back to make the image a link and after saving it ended up with what you see now, lol...

Any idea how I fix it?

Thanks,

7
Support / Display ads on every page as a tower on the left side?
« on: May 07, 2013, 12:58:12 pm »
Hi,

I'm using ad seller pro, but noticed in your free smf ad mod there is...

"Display ads on every page as a tower on the left side".

Tried it out on my test site here.
http://diyappliancerepair.com/index.php

Could you tell me where to put the code I create with the Ad Seller Pro mod for that same location?

Thanks!

8
All the items in our store are the same price except for one item.

I was wondering if there was a easy way to change the prices on all of the store items at one time and then I could just go back and change the price on the one item that is different.

Hope that make sense...

Thanks,

9
Support / How to edit image column on index page?
« on: January 21, 2013, 09:57:31 am »
When I don't have a image for a store category the column on the index page shows a wide blank column to the left of the titles.

http://appliancejunk.com/forums/index.php?action=store

When I don't have a image for a category in our download index page the column to the left of the titles is a lot smaller.

http://appliancejunk.com/forums/index.php?action=downloads

How can I edit the store index so the column is not so wide when there are no images like on our download index page?

What would be even better is if I could remove that column altogether on both index pages.

Thanks,

10
Support / After last post ad location?
« on: November 13, 2012, 08:07:44 am »
This is the code you have for the ad location after the last post.

Code: [Select]
// Begin Ad Seller Pro Location - After Last Post

global $sourcedir;
include_once $sourcedir . "/adseller2.php";

$adSellerAdData =  ShowAdLocation(5);
if ($adSellerAdData != false)
{


echo '<div class="',  ($message['alternate'] == 0 ? 'windowbg' : 'windowbg2') , '">
<span class="topslice"><span></span></span>

<div class="poster">

</div>

<div class="post">
' . $adSellerAdData . '
</div>';
echo'
<span class="botslice"><span></span></span>

</div>
';



}

// End Ad Seller Pro Location - After Last Post

As it is now I only show it to guest.

I would like to create another ad and place it in the same location, then show it to all except guest.
All the div stuff is confusing me on how to place the code for the second ad location that I created.

Do I somehow just ad to this part of the code?

Code: [Select]
$adSellerAdData =  ShowAdLocation(5);
if ($adSellerAdData != false)

Thanks,

11
Support / ad location above search results?
« on: November 12, 2012, 08:54:50 am »
I figured out how to put a ad at the top of our search page, index.php?action=search but were in the Search.template.php do I put the ad code so they display above the search results too?

Thanks,

12
Hi,

When I use the ad locations of "After First Post" & "After Last Post" I get a square corner on the bottom instead of a round one as shown in the attachment.

I'm thinking that I need to add <span class="botslice"> to the adseller2.template.php file someplace but I can't figure out where.

Any help would be greatly appreciated, thanks.

13
Support / Linking to store item page?
« on: October 28, 2012, 09:00:51 am »
I would like to create a link that jumps to a certain spot at this URL so the user does not have to scroll down the page.

http://appliancejunk.com/forums/index.php?action=store;sa=view;id=118

I know the code to use and have done it before on other SMF pages.

Code: [Select]
<a href="yourpage.html#yourNamedAnchor">TEXT HERE</a>
<a name="yourNamedAnchor"></a>

But I'm not sure just were to put the

Code: [Select]
<a name="yourNamedAnchor"></a>
I would like it so the dvd item I posted the link to above come up with the title already at the top of the page with the user having to scroll down.

Hope that make sense, thanks.


14
Support / How to remove $maxdownloadsperday
« on: July 28, 2012, 10:38:23 pm »
So when a member reaches the max number of downloads per day this see this message on our site.

Quote
You have exceeded your maximum free downloads per day of 1
Need to download another service manual today? Contact Us with the title of the service manual you want to download.

In Sources/Downloads2.php I found this code.

Code: [Select]
//$totalRow = $smcFunc['db_fetch_assoc']($dbresult);
$totalRow['total'] = mysql_num_rows($dbresult);
if ($totalRow['total'] >= $maxdownloadsperday)
fatal_error($txt['downloads_txt_day_limit'] .  $maxdownloadsperday . ' <br/>Need to download another service manual today? <a href="http://appliancejunk.com/forums/index.php?action=contact"><font color="#D97B33"><b>Contact Us</b></font></a> with the title of the service manual you want to download.', false);

I'm trying to edit the code so when they get the massage that they reached the max number of download they don't see the number. In the above example it shows 1.

I have tried removing $maxdownloadsperday out of the code, but get errors.

Could you tell me what to edit so the number for daily down limit is not shown to them?

Thanks,


15
Support / How to increase stats?
« on: June 01, 2012, 07:12:01 am »
On the downloads stats page...

index.php?action=downloads;sa=stats

it shows 10 of the Most Viewed Downloads and 10 of the Most Downloaded Files.

Can I make it show 20 instead?

Thanks,

Pages: [1] 2 3 ... 8

+- Recent Topics

Please Help! by SMFHacks
April 17, 2024, 08:04:55 am

Rate own images by fvlog19
April 11, 2024, 10:56:53 am

Tidy Child Boards on 2.1.4 by SMFHacks
April 04, 2024, 03:54:12 pm

Problems SMF 2.0.19 > 2.1.4 SMF Gallery Pro - Recents Images to overall header by Michel68
March 30, 2024, 12:41:08 pm

Can't DROP 'id_member'; check that column/key exists Datei: by SMFHacks
March 30, 2024, 11:58:20 am

No thumbnails on new uploads by Tonyvic
March 29, 2024, 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

Powered by EzPortal