Home   Support Forums
WishAds Support
September 10, 2010, 04:53:59 AM *
Welcome, Guest. Please login or register.

Login with username, password and session length
News:
 
   Home   Help Search Login Register  
Pages: [1] 2 3 ... 10
 1 
 on: January 17, 2010, 11:30:15 AM 
Started by ZazzlersUnited - Last post by FNolan
Here's what I did Bill using phpBB 3.0.6 . . .

Create a custom BBCode,

Put this in the BBCode Usage . . .

Code:
[wishads]{TEXT}[/wishads]

Put this in the HTML Replacement . . .

Code:
<iframe name="wishads" scrolling="no" frameborder="no" align="center" height="116px" width="564px" src="http://www.wishads.com/wishads_z_store.php?{TEXT}"></iframe>



Now after creating your WishAd select the code from ? to the last " in the code. that would be your RF # to the name of the font. Paste that between the WishAds usage code. I am finding tho that all the products has the RF# for WishAds, I haven't figured out why yet. If I can't figure it out I'm going to have to remove it. I don't mind the author getting their fair share, but I want mine too  Grin

My website can be found HERE

EDIT: Got it working. I Had to break the code in to two parts.

Put this in the BBCode Usage . . .

Code:
[wishads]{TEXT1}, {TEXT2}[/wishads]

Put this in the HTML Replacement . . .

Code:
<iframe name="wishads" scrolling="no" frameborder="no" align="center" height="116px" width="564px" src="http://www.wishads.com/wishads_z_store.php{TEXT1}{TEXT2}"></iframe>



Now after creating your WishAd select the code for your rf# i.e ?rf=xxxxxxxxxx. Paste that between the WishAds usage code. Add a comma and space. Copy the rest of the code after your rf# up to but not including the last ". Past that after the space between the WishAds usage code. and your done. Works just fine now.  Wink

 2 
 on: July 18, 2009, 09:00:33 PM 
Started by GearGems - Last post by GearGems
Hi Jim - I finally got it up and running.  But I would love to be able to have the images smaller and over to the right of, instead of underneath, the product, if that's possible... you recommend it, and I've seen examples of it, but I have no idea how to customize it to do this!   

Quote
6. Now you can customize the layout and preferences for your own site. Each thumbnail size option comes with its own stylesheet that has been started for you. Feel free to use the configuration settings in the config.php file or use CSS in the stylesheet to show, hide or manage the layout of your products. Experiment with the iframe code for various widths and heights as well as placement. If you have room, an ideal placement is to the right of your product box so customers can quickly see that you have more to offer.

That part of your "readme" goes completely over my head!   Huh?   

Thanks!

 3 
 on: July 05, 2009, 01:07:21 AM 
Started by WishAdmin - Last post by WishAdmin
Top Issue: Bad/Old API key
So far, the number one issue when troubleshooting is that people are still using an old CafePress API key. If you haven't needed your api key for something recently, like in the past 3 months or so, then you may not realize there's a new API in town. A bit better than before and you'll need a new key - and your own key since the new keys are limited to a certain usage per day.

Note that your zipped Likewise file came with a demo api key in place in the config.php file. Use that in order to set Likewise up. Once you have it working, then go through the process to get your new key.

We've written a little tutorial for you to help walk you through the process. It isn't painful. Takes about 5 minutes.  http://www.wishads.com/support/index.php?topic=48

Next Issue - folder permissions
In most cases, when you copy your script over including the cache directory, everything is fine. However, if you see an error about permissions on your "blahblah/site/yaddayadda/html/likewise/cache" directory, you have to manually set the permissions. You can usually do this via your FTP client or in your control panel depending on your hosting.  The permissions for the "cache" folder need to be at least "755" in order to write the cache files to the folder.

 4 
 on: July 05, 2009, 12:02:37 AM 
Started by rattlebrained - Last post by WishAdmin
Got it fixed. I'm working a couple of other issues into an update to be released in a day or so, but if you want to take a crack at it, it's an easy fix in two files.

In "bydesign.php" and "bysection.php", around line 25, change this:

Code:
$referrerArray = explode("/", $_SERVER['HTTP_REFERER']);
list($storeId,$productId) = explode(".", end($referrerArray));

to this:

Code:
$referrerArray = explode("/", $_SERVER['HTTP_REFERER']);
$fixReferrerArray = explode("?", end($referrerArray));
list($storeId,$productId) = explode(".", $fixReferrerArray[0]);


As always, back up your originals in case something goes wonky, but that should do it.

 5 
 on: July 04, 2009, 06:25:27 AM 
Started by WishAdmin - Last post by WishAdmin
There are a few outstanding support issues and I'm working through them now one by one. Every php hosting account is different and we've tried to make the script as universal as possible.

I'm working through them in the order they came in, and hopefully each issue will help the script to be more universal if it's possible. In some cases, if your host won't allow any kind of access to an outside page via fopen() or curl, it just ain't gonna work.

In those cases, I'll refund your money. Once these issues are resolved, I'll create a free test script you can upload to your site and find out if your host will work with the script.

Thank you for your patience!

 6 
 on: June 20, 2009, 10:51:00 AM 
Started by rattlebrained - Last post by WishAdmin
Hmm.... I'll check that out later today and do an update. Thanks for the head's up!

 7 
 on: June 20, 2009, 03:17:20 AM 
Started by rattlebrained - Last post by rattlebrained
Although Likewise seems to work fine with a normal link, when I follow an affiliate link (where the link ends with: ?CMP=CJ-CLICK-...) to my shop that lands on the product page it doesn't seem to work and gives me php warnings that change depending on the whole link.

Is there a setting or something I should have changed? Does it work for other people?

 8 
 on: June 17, 2009, 10:59:22 AM 
Started by bostonsandboxers - Last post by bostonsandboxers
No problem  Wink

 9 
 on: June 17, 2009, 10:10:49 AM 
Started by bostonsandboxers - Last post by WishAdmin
Not yet, sorry. I have a few irons in the fires at the moment. It's on "the list". Sad Hope to get to it by the end of the weekend.

 10 
 on: June 16, 2009, 06:56:47 PM 
Started by bostonsandboxers - Last post by bostonsandboxers
Any news on the plugin?Huh?Huh?

Pages: [1] 2 3 ... 10
Powered by MySQL Powered by PHP Powered by SMF 1.1.8 | SMF © 2006-2008, Simple Machines LLC Valid XHTML 1.0! Valid CSS!