Please note that PrestaShop Community sections are largely self-moderated. PrestaShop team members may or may not participate in non-English sections. To improve the chances of receiving feedback to your question or comment, please post it in English to the main sections of our Forum.

Vous parlez français ? par ici !
[MODULE-V0.4] SotEW’s Adds - OBSOLETE, NO MORE SUPPORT
#1
Posted 11 November 2008 - 07:46 PM
DESCRIPTION:
It is possible with this module to add and configure advertising in left or right column, in header, top, footer and home page.
You can add .jpg, .gif, .bmp or .png pictures, with a link on it, with the possibility to open the link in a new tab or new window (depending on the web browser configuration), or Flash animation (.swf), and even a .html page !
It is also possible to hide ou show the advertisement, and upload your own files. you can also include you adds in blocks for the left and right column.
INSTALLATION
- UNINSTALL all ancient versions. (You can even delete the repertory /modules/sotewsadds/)
- Download the sotewsaddsV0.4.zip file >> here <<
- Extract it on /modules/
- Go on your Back Office and click "Install"
- Configure, and enjoy !
MORE INFORMATION (in French) AND DOWNLOAD >> HERE <<
Free to use & modify.
NO MORE SUPPORT FOR THIS MODULE
THIS MODULE IS ABANDONED, ALL NEW DEVELOPMENT WILL BE DONE ON SOTEW'S ADDBLOCKS

Add content on your PrestaShop website (pictures, flash, html and SLIDESHOW) with AddBlocks V1.4

Documentation for AddBlocksV1.3b (french and english)
Demo website: http://demo.sotew.com/ - http://demo.sotew.com/back/
#2
Posted 12 November 2008 - 09:44 AM
thanks to the one who move this subject here.

Add content on your PrestaShop website (pictures, flash, html and SLIDESHOW) with AddBlocks V1.4

Documentation for AddBlocksV1.3b (french and english)
Demo website: http://demo.sotew.com/ - http://demo.sotew.com/back/
#3
Posted 31 December 2008 - 11:16 AM
thank you
can we upload different images for different category
where to give the link.
#4
Posted 27 January 2009 - 04:17 AM
After add picture, like: left collumn, how i can change position of image? to right, left or center image (in left col.)
Thanks
#5
Posted 06 February 2009 - 03:55 PM
Thanks.
#6
Posted 12 February 2009 - 08:57 PM
I made some modification, with now the possibility to add elements in the Top part of your website.
I fix the little issue with swf files and thickbox.
Follow the link in my signature to download the new version.
And sorry for not responding in this subject.
If you asked a question here and if I don't answer it after two days, please try (in English) in the french subject.
to deepthy: Sorry, I don't understand what you mean by that. If you want to add severals pictures in the same location, I'm sorry to assure you that this is impossible.
to prestas: No, sorry, you have to re-upload it to change the position. I didn't think of it before, I'll see what I can do for the next version.
to guitarplayer: Your welcome, try this one !

Add content on your PrestaShop website (pictures, flash, html and SLIDESHOW) with AddBlocks V1.4

Documentation for AddBlocksV1.3b (french and english)
Demo website: http://demo.sotew.com/ - http://demo.sotew.com/back/
#7
Posted 12 February 2009 - 11:09 PM
Please check yourself:
http://hospedagemlinuxweb.com.br/loja/
Please Help
Regards
Chris.Walter
#8
Posted 13 February 2009 - 12:29 AM
#9
Posted 13 February 2009 - 12:51 PM

Add content on your PrestaShop website (pictures, flash, html and SLIDESHOW) with AddBlocks V1.4

Documentation for AddBlocksV1.3b (french and english)
Demo website: http://demo.sotew.com/ - http://demo.sotew.com/back/
#10
Posted 13 February 2009 - 04:14 PM
thank you for your fast reply.... I did test from several computers and none can see the head if I did use SWF.
I have even added a Screenshot. I much appreciated for your Help.
Attached File(s)
screen.jpg (147bytes)
Number of downloads: 21486
#11
Posted 13 February 2009 - 04:28 PM
#12
Posted 13 February 2009 - 06:07 PM
Well well well...
the source code of the page is correct :
<!-- MODULE Block SotEW's Adds Header-->
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://active.macromedia.com/flash4/cabs/swflash.cab#version=6,0,47,0" id="animation" width="980" height="171">
<embed src="/loja/modules/sotewsadds/files/Header" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="980" height="171" wmode="transparent"></embed>
</object></p>
<!-- /MODULE Block SotEW's Adds Header-->
So I assume my module did what he's suppose to do, but maybe the div is 0px high.
Try with the CSS :
#header #sotewsadds {
height: 171px;
}

Add content on your PrestaShop website (pictures, flash, html and SLIDESHOW) with AddBlocks V1.4

Documentation for AddBlocksV1.3b (french and english)
Demo website: http://demo.sotew.com/ - http://demo.sotew.com/back/
#13
Posted 13 February 2009 - 07:56 PM
do you mean to add this code to my global.cs of my Themes ??
Regards
Chris.Walter
#14
Posted 13 February 2009 - 09:36 PM
But I don't think it'll work :/

Add content on your PrestaShop website (pictures, flash, html and SLIDESHOW) with AddBlocks V1.4

Documentation for AddBlocksV1.3b (french and english)
Demo website: http://demo.sotew.com/ - http://demo.sotew.com/back/
#15
Posted 13 February 2009 - 09:47 PM
I did also try if it was my theme but doesn´t even work with the original theme from presta shop....
#16
Posted 14 February 2009 - 10:46 AM
The hook header is only for header's stuff, like META balise, not for content like swf files.
Firefox don't mind, but IE does.
You can't use my module for displaying stuff in header, I will have to remove this Hook.
Don't worry, I can help you even if you can't use it.
Search for header.tpl in you theme, and add
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://active.macromedia.com/flash4/cabs/swflash.cab#version=6,0,47,0" id="animation" width="980" height="171">
<embed src="XXXXXXXXXXXXXXXX" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="980" height="171" wmode="transparent"></embed>
</object></p>
right after the comment : (ligne 43 if you don't change a thing)
<!-- Header -->
replace XXXXXXXXXXXXXXXX with the path to your swf file.

Add content on your PrestaShop website (pictures, flash, html and SLIDESHOW) with AddBlocks V1.4

Documentation for AddBlocksV1.3b (french and english)
Demo website: http://demo.sotew.com/ - http://demo.sotew.com/back/
#17
Posted 14 February 2009 - 07:03 PM
The Presta shop team should use your Module by
Default as for me is most and best Module.
Cya SotEW
#18
Posted 14 February 2009 - 07:05 PM
Cya
#19
Posted 15 February 2009 - 08:47 AM
From 1234604790:
The hook header is only for header's stuff, like META balise, not for content like swf files.
Firefox don't mind, but IE does.
You can't use my module for displaying stuff in header, I will have to remove this Hook.
Don't worry, I can help you even if you can't use it.
Search for header.tpl in you theme, and add
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://active.macromedia.com/flash4/cabs/swflash.cab#version=6,0,47,0" id="animation" width="980" height="171">
<embed src="XXXXXXXXXXXXXXXX" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="980" height="171" wmode="transparent"></embed>
</object></p>
right after the comment : (ligne 43 if you don't change a thing)
<!-- Header -->
replace XXXXXXXXXXXXXXXX with the path to your swf file.
Let me start of by saying that this is a very sweet module you made here. SWEET!!.
But i have the same problem with IE7?. I have made the changes as you write, the changes to header.tpl. But now it just looks like he he shit.
Can you help me out here.
Take a look:
www.compuworld.dk
NOTICE: I DO NOT USE PRESTASHOP ANYMORE!
If it's not broken. DON'T fix it!!
http://www.compuland.dk (Shopsystem OSC)
http://www.compuworld.dk (Shopsystem Magento)
Bruger ikke Prestashop mere. Er "sprunget" på Magento.
#20
Posted 15 February 2009 - 11:29 AM
to Compuland :
You don't put the code where I said, your source code for IE is :
<!-- MODULE Block SotEW's Adds Header-->
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://active.macromedia.com/flash4/cabs/swflash.cab#version=6,0,47,0" id="animation" width="1024" height="190">
<embed src="/modules/sotewsadds/files/Header" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="1024" height="190" wmode="transparent"></embed>
</object></p>
<!-- /MODULE Block SotEW's Adds Header-->
</head>
<body id="index">
<!-- Header -->
But you should have :
</head>
<body id="index">
<!-- Header -->
<!-- MODULE Block SotEW's Adds Header-->
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://active.macromedia.com/flash4/cabs/swflash.cab#version=6,0,47,0" id="animation" width="1024" height="190">
<embed src="/modules/sotewsadds/files/Header" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="1024" height="190" wmode="transparent"></embed>
</object></p>
<!-- /MODULE Block SotEW's Adds Header-->
Add content on your PrestaShop website (pictures, flash, html and SLIDESHOW) with AddBlocks V1.4
Documentation for AddBlocksV1.3b (french and english)
Demo website: http://demo.sotew.com/ - http://demo.sotew.com/back/
1 user(s) are reading this topic
0 members, 1 guests, 0 anonymous users













