Welcome, Guest. Please login or register.
Did you miss your activation email?
February 11, 2012, 07:26:38 PM

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
* Home Help Search Login Register
Pages: 1 ... 3 4 [5]   Go Down
Print
Author Topic: PM Messanger  (Read 12097 times)
crnogorac081
AddOn Development
*
Offline Offline

Posts: 1680



« 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 Offline

Posts: 6817


WWW
« Reply #101 on: February 09, 2010, 10:18:35 AM »

OK ... that would be within the spirit of WB again wink

cheers

Klaus
Logged

WebsiteBaker Org e.V. - for WebsiteBaker

crnogorac081
AddOn Development
*
Offline Offline

Posts: 1680



« 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 Offline

Posts: 556


WWW
« Reply #103 on: February 09, 2010, 11:13:46 AM »

@Pumpi

When you are done, please post the code.

cheers

ok i will do it Wink
Logged

My Module for Websitebaker - Foldergallery 1.17
Vasiliy

Offline Offline

Posts: 18


« 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 Offline

Posts: 1680



« 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 Offline

Posts: 18


« 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 Offline

Posts: 1680



« 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 Offline

Posts: 18


« 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.
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 Offline

Posts: 1680



« 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 Offline

Posts: 18


« 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 Offline

Posts: 1680



« Reply #111 on: April 08, 2010, 05:44:14 PM »

Yes, it was in the first post Smiley

I hop you dont have validation errors now Smiley

cheers
Logged

Wow, I coded something myself: PM Messanger Modul ,Searchbox with suggestions
Vasiliy

Offline Offline

Posts: 18


« 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
Print
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.16 | SMF © 2011, Simple Machines Valid XHTML 1.0! Valid CSS!