Home
Download
Add-ons
Help
Forum
Organisation
Project
Welcome,
Guest
. Please
login
or
register
.
Did you miss your
activation email?
February 12, 2012, 03:38:31 PM
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
Search:
Advanced search
Wollen Sie dem WebsiteBaker Team beitreten?
Nähere Informationen finden Sie unter
hier
und auf unserer
neuen Webseite
.
149658
Posts in
21100
Topics by
7539
Members
Latest Member:
ionline
WebsiteBaker Community Forum
English
jQuery
(Moderator:
badknight
)
this would be a fancy module
Pages: [
1
]
Go Down
Author
Topic: this would be a fancy module (Read 2202 times)
Aaaarco
Offline
Posts: 25
this would be a fancy module
«
on:
February 06, 2009, 03:40:03 PM »
http://www.crmcentraal.nl/salesmanager-crm-50.html
pull down the top right corner...
this would be freaking fancy to have as a module...
Logged
Bramus
Forum Team
Offline
Posts: 600
Re: this would be a fancy module
«
Reply #1 on:
February 06, 2009, 03:52:34 PM »
This is PageEar, i think you can build it yourself into your index.php of the template very easy.
Logged
BRAMUS Internet Services
Stefek
WebsiteBaker Org e.V.
Offline
Posts: 4755
Page Peel, Pagepeel
«
Reply #2 on:
February 06, 2009, 04:20:27 PM »
Yes, Bramus is right.
I have implemented this once in one of my Pinny Homepages (see my profile footer).
I hardcoded this that time.
But I had to buy the script for that (ebay, as I remember).
Christian
«
Last Edit: July 16, 2009, 11:56:48 AM by Stefek
»
Logged
"In a time of universal deceit, telling the truth becomes a revolutionary act."
- George Orwell, Nineteen eighty-four (1984)
roedental
Offline
Posts: 80
Re: this would be a fancy module
«
Reply #3 on:
February 06, 2009, 04:35:07 PM »
Hey, have a look here:
http://www.webpicasso.de/blog/kostenloses-pagepeel/
it is for free,
Sven
Logged
Stefek
WebsiteBaker Org e.V.
Offline
Posts: 4755
Re: this would be a fancy module
«
Reply #4 on:
February 06, 2009, 04:39:22 PM »
Cool.
There are also Plugins available for typo3, joomla! and wordpress.
Would be nice to have one for WB also.
Regards,
Christian
Logged
"In a time of universal deceit, telling the truth becomes a revolutionary act."
- George Orwell, Nineteen eighty-four (1984)
WebBird
Guest
Re: this would be a fancy module
«
Reply #5 on:
February 12, 2009, 10:07:30 AM »
How much will you pay?
Logged
Stefek
WebsiteBaker Org e.V.
Offline
Posts: 4755
Re: this would be a fancy module
«
Reply #6 on:
February 12, 2009, 10:18:53 AM »
I wouldn't "pay".
I would preffere to "donate".
It depends on how handy your solution is.
If you have done one, PM me.
But once donated and the licence your Module is based on is OS, don't wonder if I put it into the community for free
Regards,
Christian
Logged
"In a time of universal deceit, telling the truth becomes a revolutionary act."
- George Orwell, Nineteen eighty-four (1984)
crnogorac081
AddOn Development
Offline
Posts: 1680
Re: this would be a fancy module
«
Reply #7 on:
February 26, 2009, 04:24:37 PM »
With a little work around, i made this working for wb.. Now I want to create a module and share it
Before I post it, I need a little help as I am not that good with php and java:
This is java script code
Code:
// url path
var urlToFolder = 'http://mywebsitebakerSite/media/subfolder/' ---the line I added
// URL zum kleinen Bild / URL to small image
var pagearSmallImg = urlToFolder+'pageear_s.jpg' ;
As you can see, I can't figure out how to print variable from WB to this Java file...I tried to put:
var pageSmallImg = '<?php echo WB_URL."/media/subfolder/" ?>/pageear_s.jpg'
but I get result only as text... Maybe the sytax is wrong...can someone help...??
Also, is there a way that I can add some .JS files to be included in every template I use ?
«
Last Edit: February 26, 2009, 04:31:39 PM by crnogorac081
»
Logged
Wow, I coded something myself: PM Messanger Modul ,Searchbox with suggestions
WebBird
Guest
Re: this would be a fancy module
«
Reply #8 on:
February 27, 2009, 09:46:17 AM »
Where did you put the JS? Is it an external file you include? Then, <?php ?> won't work, of course.
Logged
crnogorac081
AddOn Development
Offline
Posts: 1680
Re: this would be a fancy module
«
Reply #9 on:
February 27, 2009, 10:08:28 AM »
in the head of index.php file of the template
Code:
<script src="
<?php
echo
WB_URL
.
MEDIA_DIRECTORY
;
?>
/EAR/AC_OETags.js" language="javascript"></script>
<script src="
<?php
echo
WB_URL
.
MEDIA_DIRECTORY
;
?>
/EAR/pageear.js" type="text/javascript"></script>
is there a way I can call WB_URL or some other variable from php in these .js files
Logged
Wow, I coded something myself: PM Messanger Modul ,Searchbox with suggestions
WebBird
Guest
Re: this would be a fancy module
«
Reply #10 on:
February 27, 2009, 10:16:12 AM »
No. But if you call a JS-Function somewhere, maybe using onclick event handler, you could do something like this:
Code:
...onclick="myfunc(
<?php
echo
WB_URL
;
?>
);"
Edit: You could use the onload handler to call an init function which sets the JS vars for later use.
Example:
Code:
<body ... onload="JSInit(
<?php
echo
WB_URL
;
?>
);">
«
Last Edit: February 27, 2009, 10:18:55 AM by WebBird
»
Logged
crnogorac081
AddOn Development
Offline
Posts: 1680
Re: this would be a fancy module
«
Reply #11 on:
February 27, 2009, 01:57:47 PM »
i'll try something with this
)
tnx
Logged
Wow, I coded something myself: PM Messanger Modul ,Searchbox with suggestions
Stefek
WebsiteBaker Org e.V.
Offline
Posts: 4755
Re: this would be a fancy module
«
Reply #12 on:
December 11, 2009, 02:58:49 PM »
Hello.
Today I found this fancy jQuery Plugin.
http://www.sohtanaka.com/web-design/examples/peeling-effect/
Have fun with it.
Regards,
Stefek
Logged
"In a time of universal deceit, telling the truth becomes a revolutionary act."
- George Orwell, Nineteen eighty-four (1984)
Pages: [
1
]
Go Up
Jump to:
Please select a destination:
-----------------------------
General
-----------------------------
=> General Announcements
-----------------------------
English
-----------------------------
=> Help & Support
-----------------------------
General
-----------------------------
=> WebsiteBaker Website Showcase
-----------------------------
English
-----------------------------
=> Modules
=> Templates, Menus & Design
=> WebsiteBaker Language Files
=> Droplets (PHP code for use with Droplet module) & Snippets (raw PHP code)
-----------------------------
General
-----------------------------
=> Guest Area & Off-Topic
-----------------------------
English
-----------------------------
=> WebsiteBaker 2.x discussion
=> WebsiteBaker 3
-----------------------------
General
-----------------------------
=> Security Announcements
-----------------------------
Deutsch (German)
-----------------------------
=> Hilfe/Support
-----------------------------
General
-----------------------------
=> Documentation
-----------------------------
Francais (French)
-----------------------------
=> Help/Support
-----------------------------
Italiano (Italian)
-----------------------------
=> Help/Support
-----------------------------
Deutsch (German)
-----------------------------
=> Ankündigungen
=> Diskussion über WB
=> Off-Topic
=> Archiv für Themen bis 2007
=> Module & Snippets
-----------------------------
English
-----------------------------
=> Archive (posts up to 2007)
-----------------------------
Nederlands (Dutch)
-----------------------------
=> Aankondigingen
=> Hulp & Ondersteuning
=> Niet-Terzake (Off Topic)
-----------------------------
Deutsch (German)
-----------------------------
=> jQuery
=> Tutorials
=> Templates & Design
-----------------------------
English
-----------------------------
=> jQuery
-----------------------------
Bakery (WB shop module)
-----------------------------
=> Bakery English
=> Bakery Deutsch
-----------------------------
English
-----------------------------
=> WebsiteBaker 2.9
===> Announcements
===> Help/Support
===> Suggestions
-----------------------------
Deutsch (German)
-----------------------------
=> WebsiteBaker 2.9
===> Ankündigungen
===> Hilfe/Support
===> Vorschläge
-----------------------------
English
-----------------------------
===> Software bugs
-----------------------------
Deutsch (German)
-----------------------------
===> Softwarefehler
=====> Module / Extensions
-----------------------------
English
-----------------------------
=====> Modules / Extensions
-----------------------------
Deutsch (German)
-----------------------------
===> Erfahrungs und Testberichte
-----------------------------
KeepInTouch (Multi Contact Module)
-----------------------------
=> KeepInTouch English
=> KeepInTouch Deutsch
Loading...