PDA

View Full Version : Here are templates ready for PRO 1.2


Greg
05-13-2006, 05:59 AM
Here are templates ready for PRO 1.2
BloodOrange
BlueWater
ColorBurst
FireAndIce
Kinky
Minimalistic
SunnyDay

...and GreenLeaves for sure

Loren
05-13-2006, 02:27 PM
Did you post this twice :tik:

Greg
05-13-2006, 02:53 PM
Yep.

They're "updated" templates so I figured it would go here in the "Updates" forum.

They are "Existing Templates" so I also added it to the "Existing Templates" forum.

And I'll bet you anything someone is going to ask "are the templates updated yet"
:)

Loren
05-13-2006, 03:02 PM
Probably! :]

apresman
05-13-2006, 09:40 PM
Are you going to update eThird?

scanreg
05-14-2006, 12:05 PM
I could use eThird, too :)

Nick Collins
05-15-2006, 10:02 AM
There is no eThird template anymore... but there is SunnyDay which exactly the same and it has already updated for pro 1.2 ;)

redeye
05-16-2006, 07:24 PM
Just downloaded Sunnyday, Colorburst and Bluewater.

Enabling Adsense seems to break all these templates, or has the code to be fixed?

linky
05-17-2006, 02:20 AM
What mods were needed to update the templates?

I customized a template for pro version 1.1 and I wonder if my template will work with pro 1.2.

-L

Loren
05-17-2006, 09:10 AM
Hello Linky

I customised my template for V1.1 and i used the upgrade which went very well almost immediately, however i could see from V1.2 that there were a lot of changes, so i had to file compare, and do some cutting & pasting of certain codes (dont ask which coz i can't remember now). All depends on how much you willing to put in really :good:

Nick Collins
05-17-2006, 11:11 AM
2 redeye
Follow these instructions to fix adsense problem in BlueWater template:
***open header.tpl***
**find the following code and remove it***
<td align="center" colspan="2">{$adsense}</td>
All other templates have no such problem (I have just tested them), please try to generate your adsense code again.

2 linky
WTM posted here rather clean instructions about templates upgrade:
http://www.esyndicat.com/forum/about1970.html

redeye
05-17-2006, 12:58 PM
Thanks Nick

linky
05-17-2006, 02:26 PM
Thanks Loren for the heads up.
And for confirming my fears :(


I guess I'll have a long wkend, oh well. ;)

...... it wasn't so bad - i did both temps in a night - just a few alterations

Nick Collins
05-18-2006, 04:14 AM
Thanks Nick
You are welcome ;)

gitschi
06-04-2006, 03:36 PM
Please can you tell me, when the template SkyDancer is ready for the new Pro 1.2 - Version ???

Thanks & Kind Regards from Austria .... gitsch

Nick Collins
06-05-2006, 06:18 AM
It's already ready :) You can download it right now!

:offtopic:I was in you country and I really like it! I miss about Vienna and Salzburg especially.

gitschi
06-05-2006, 08:09 AM
It's already ready :) You can download it right now!

:offtopic:I was in you country and I really like it! I miss about Vienna and Salzburg especially.


I tested it yesterday - today I changed to SunnyDay, because some files are not included in the SkyDancer - template.... :-((

gitschi
06-05-2006, 09:51 AM
SORRY:

thumbs generally (all templates) NOT working (need configuration or account at http://www.thumbshots.org/ ???).


THANKS, KR Othmar

Simon Gooffin
06-07-2006, 11:50 AM
I tested it yesterday - today I changed to SunnyDay, because some files are not included in the SkyDancer - template.... :-((
Please try again now. I checked and it should be fine now.

gitschi
06-08-2006, 04:57 PM
Hi Simon!

Thumbs dont work - please see as example:

http://www.landidyll.info/urlaub-am-bauernhof/salzburger-land/urlaub-am-biobauernhof-habersatt-l11.html

working example for the same domain: (see the tumb...):

http://www.skiurlaub.travel/suchen.php?go=1&zaehlerstand=1&keyword=ferienbauernhof.at

Thanks ... gitschi

Simon Gooffin
06-10-2006, 07:02 AM
I checked the code and found strange thing:

<img src="http://open.thumbshots.org/image.pxf?url=$phttp://www.ferienbauernhof.at\" />
you see $p before the url. Let's try to get rid of it and check again:

*** open view-link.tpl file and find the following code ***
{if $config.thumbshot}
<div class="preview"><img src="http://open.thumbshots.org/image.pxf?url={$link.url}\" /></div>
{/if}

*** change it to the following ***
{if $config.thumbshot}
<div class="preview"><img src="http://open.thumbshots.org/image.pxf?url={$link.url}" /></div>
{/if}

*** save changes ***
Please be sure you do not have that $p before your link.

gitschi
06-10-2006, 07:25 AM
...changed -works fine !!!!

Kind Regards Othmar

Simon Gooffin
06-10-2006, 07:39 AM
I'm glad to advise