Home
Download
Add-ons
Help
Forum
Organisation
Project
Welcome,
Guest
. Please
login
or
register
.
Did you miss your
activation email?
February 11, 2012, 07:26:38 PM
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
Search:
Advanced search
Interested in joining the WebsiteBaker team?
For more Information read
here
or on our
new website
.
149569
Posts in
21093
Topics by
7536
Members
Latest Member:
SpokaneDude
WebsiteBaker Community Forum
English
Modules
(Moderator:
Argos
)
PM Messanger
Pages:
1
...
3
4
[
5
]
Go Down
Author
Topic: PM Messanger (Read 12097 times)
crnogorac081
AddOn Development
Offline
Posts: 1680
Re: PM Messanger
«
Reply #100 on:
February 09, 2010, 10:10:41 AM »
lol, you are right, it has not crossed my mind..
It will be in next release
Logged
Wow, I coded something myself: PM Messanger Modul ,Searchbox with suggestions
kweitzel
Forum administrator
Offline
Posts: 6817
Re: PM Messanger
«
Reply #101 on:
February 09, 2010, 10:18:35 AM »
OK ... that would be within the spirit of WB again
cheers
Klaus
Logged
WebsiteBaker Org e.V. - for WebsiteBaker
crnogorac081
AddOn Development
Offline
Posts: 1680
Re: PM Messanger
«
Reply #102 on:
February 09, 2010, 10:32:35 AM »
@Pumpi
When you are done, please post the code.
cheers
Logged
Wow, I coded something myself: PM Messanger Modul ,Searchbox with suggestions
Pumpi
Offline
Posts: 556
Re: PM Messanger
«
Reply #103 on:
February 09, 2010, 11:13:46 AM »
Quote from: crnogorac081 on February 09, 2010, 10:32:35 AM
@Pumpi
When you are done, please post the code.
cheers
ok i will do it
Logged
My Module for Websitebaker - Foldergallery 1.17
Vasiliy
Offline
Posts: 18
Re: PM Messanger
«
Reply #104 on:
April 07, 2010, 10:40:24 PM »
Hi!
Thanks for a great module!
I just do not understand why need Nyro script?
In file Droplet name inbox is a link to Nyro script:
$ Script = '<script type="text/javascript" src="'.WB_URL.'/modules/pmmessages/nyro/js/jquery.nyroModal-1.5.2.pack.js"> </ script>';
$ Script .= '<script type="text/javascript" src="'.WB_URL.'/modules/pmmessages/nyro/config.js"> </ script>';
There is no file /modules/pmmessages/nyro/config.js
This is a mistake?
I deleted the references to this script. PM Messanger works without this script.
I did the translation into Russian.
Logged
crnogorac081
AddOn Development
Offline
Posts: 1680
Re: PM Messanger
«
Reply #105 on:
April 07, 2010, 11:01:53 PM »
Hi Vasiliy,
Nyro modal is a clone for Highslide /Lightbox script, and it is free for use (In first version there was a highslide, for which was required to pay a licence..)
The script itself is used to open a popup window... For more info about NyroModal, please use google.
I will look for config file, it was probably included in previous versions. Also, the language file will be included in next version.
cheers
Logged
Wow, I coded something myself: PM Messanger Modul ,Searchbox with suggestions
Vasiliy
Offline
Posts: 18
Re: PM Messanger
«
Reply #106 on:
April 08, 2010, 07:20:39 AM »
Hello!
Thanks for the explanation.
In PM 2.1 and PM 2.2 are not file config.js
It is interesting to see how your PM is working together with this script.
Best regards,
Vasiliy
«
Last Edit: April 08, 2010, 02:23:07 PM by Vasiliy
»
Logged
crnogorac081
AddOn Development
Offline
Posts: 1680
Re: PM Messanger
«
Reply #107 on:
April 08, 2010, 01:31:19 PM »
Hi Vasiliy,
Just disregard config.js line from the droplet. The nyroModal script is trigered when you click on droplet, you can see it in action there.
cheers
Logged
Wow, I coded something myself: PM Messanger Modul ,Searchbox with suggestions
Vasiliy
Offline
Posts: 18
Re: PM Messanger
«
Reply #108 on:
April 08, 2010, 03:46:07 PM »
When I put a droplet in my page, validator.w3.org and Internet Explorer have written that there are errors.
Then I deleted these lines:
$script = '<script type="text/javascript" src="'.WB_URL.'/modules/pmmessages/nyro/js/jquery.nyroModal-1.5.2.pack.js"></script>';
$script .= '<script type="text/javascript" src="'.WB_URL.'/modules/pmmessages/nyro/config.js"> </script>';
$script .= '<link rel="stylesheet" type="text/css" href="'.WB_URL.'/modules/pmmessages/nyro/styles/nyroModal.css" />';
No errors!
I did not notice the difference in the work of PM with this script and without it.
Quote from: crnogorac081 on April 08, 2010, 01:31:19 PM
The nyroModal script is trigered when you click on droplet, you can see it in action there.
I looked up this forum use program Notepad++. Could not find here nyroModal script.
Best regards,
Vasiliy
«
Last Edit: April 08, 2010, 03:48:02 PM by Vasiliy
»
Logged
crnogorac081
AddOn Development
Offline
Posts: 1680
Re: PM Messanger
«
Reply #109 on:
April 08, 2010, 05:01:03 PM »
I didnt test it with validator..
However, you can delete nyroModal script, but then when you click on droplet, the popup window will not appear, it will only redirect you to messages page.
cheers
Logged
Wow, I coded something myself: PM Messanger Modul ,Searchbox with suggestions
Vasiliy
Offline
Posts: 18
Re: PM Messanger
«
Reply #110 on:
April 08, 2010, 05:24:27 PM »
Thank you for your answers.
I am very sorry.
You wrote: Module requires Jquery-min script from / include / folder
I added this script on my page in the headers.
nyroModal script began to work.
Logged
crnogorac081
AddOn Development
Offline
Posts: 1680
Re: PM Messanger
«
Reply #111 on:
April 08, 2010, 05:44:14 PM »
Yes, it was in the first post
I hop you dont have validation errors now
cheers
Logged
Wow, I coded something myself: PM Messanger Modul ,Searchbox with suggestions
Vasiliy
Offline
Posts: 18
Re: PM Messanger
«
Reply #112 on:
April 08, 2010, 10:24:42 PM »
In droplet there are three errors:
I am change droplet:
Quote
$script = '';
//$script = '<script type="text/javascript" src="'.WB_URL.'/modules/pmmessages/nyro/js/jquery.nyroModal-1.5.2.pack.js"></script>';
//$script .= '<script type="text/javascript" src="'.WB_URL.'/modules/pmmessages/nyro/config.js"> </script>';
//$script .= '<link rel="stylesheet" type="text/css" href="'.WB_URL.'/modules/pmmessages/nyro/styles/nyroModal.css" />';
//$script .= '<link rel="stylesheet" type="text/css" href="'.WB_URL.'/modules/pmmessages/frontend.css" />';
$script .= '<div>';
$script .= '<a href="'.WB_URL.PAGES_DIREC
TORY.$p_name['link'].PAGE_EXTENSION.'#pm_messages" class="nyroModal">';
These move to heders page:
Quote
<script type="text/javascript" src="'.WB_URL.'/modules/pmmessages/nyro/js/jquery.nyroModal-1.5.2.pack.js"></script>
<link rel="stylesheet" type="text/css" href="'.WB_URL.'/modules/pmmessages/nyro/styles/nyroModal.css" />
<link rel="stylesheet" type="text/css" href="'.WB_URL.'/modules/pmmessages/frontend.css" />
Now in droplet no error.
on the front page module has a lot of mistakes:
32 Errors, 31 warning(s)
I need time to solve this problem
Logged
Pages:
1
...
3
4
[
5
]
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...