Oct 12, 2008 | 07:01 PM  
Welcome

Don't have an account yet? You can create one, it is free, just click here

as a registered user you have some advantages like free downloads, comments and posting on our forums, depending upon this site's configuration and options.

 • •  Control Panel - Register - Login  • • 
Current Stable MDPro Lite 1.0821 Download
  Forum FAQForum FAQ   SearchSearch  UsergroupsUsergroups  PreferencesPreferences  Options forumOptions forum  Watched TopicsWatched Topics  Watched ForumsWatched Forums
Latest forum posts Latest forum posts  Log in to check your private messages Log in to check your private messages    Log inLog in 
Post new topic   This topic is locked: you cannot edit posts or make replies.
View previous topic Printable version Log in to check your private messages View next topic
Author Message
TiMax
Project Manager
Project Manager


Joined: July 31, 2003
Posts: 1557
Location: Quebec - Canada

Post  Posted: May 21, 2008 - 05:54 PM Reply with quote Back to top
Post subject: MDPro 1.083 soon available

We are working around new version, 1.083, of MDPro, with this version we will include some new code to manage better ajax code and some new integrations, like MDGallery2, gallery2 integration already done, new memberlist user with ajax functions, new multi news letter, integration with Vanilla forum etc etc

If you know some bugs please inform us about, so maybe we can include fix with this new version

_________________
TiMaxMAX s.o.s.Fantasia e dinamicità Italiane, qualità e servizi Canadesi Web Services, hosting ed housing professionali
View user's profile Visit poster's website AIM Address Yahoo Messenger MSN Messenger ICQ Number
Bonzo
MD user level 5
MD user level 5


Joined: Sep 15, 2004
Posts: 55
Location: Rome - Italy
bannato
Post  Posted: June 27, 2008 - 11:43 AM Reply with quote Back to top
Post subject: News on the new version MDPro 1.083

Talking about what has been reported by TiMax on Maxdevitalia.it
---------------------------------------------------------------------- -----------------------------------
You know we are silent but, contrary to what some think, we are working a lot, you will see from the 1.085 version.

As I mentioned in previous post soon will be issued the MDPro new version, 1.083, where will be included some fixes , especially as regards the Users module and management fields's profile, new and correct libraries to some modules and management of Ajax functions.
We have prepared some modules that we can't release because not compatibles with this of MDPro version (1.0821), such as a Module Users List with the possibility research on dynamic fields's profile that you have added, will be possible for example, add a field "brand car" in the user profile and then do a search on this field to have the users list with car brand Ferrari.

The new integration with the Vanilla Forum is now ready and we are already testing. Has been paid by a private company, I'm doing everything possible to obtain the release to the whole community.

Also the new Multi newsletters will be described in detail in the next news.

Stay tuned!!

TiMax
---------------------------------------------------------------------- -----------------------------------

_________________
Bonzo (aka Matteo Carletti)

www.isartegiovagnoli.com - Istituto Statale d'Arte di Sansepolcro e Anghiari
www.agriturismoilsasso.it || www.agriturismoanghiari.it
www.beccacciaiditalia.com
View user's profile Visit poster's website
dvrtmcc
MD user level 4
MD user level 4


Joined: Apr 04, 2008
Posts: 41
Location: BIH
bannato
Post  Posted: June 27, 2008 - 11:30 PM Reply with quote Back to top

I will add some bugs. So this is the list:
In internet explorer you can not see two rows of news when you set news without tables. In Opera and Firefox this works fine.
You can not set right block.
You can not add link in news in Opera - this option doesn't work when you press anchor tag in Tinymax
Maybe also to put option to have bigger description of the site in settings of the site - I mean bigger form of the description

_________________
BDFP | Wiredownloads.com
View user's profile Visit poster's website
Bonzo
MD user level 5
MD user level 5


Joined: Sep 15, 2004
Posts: 55
Location: Rome - Italy
bannato
Post  Posted: June 27, 2008 - 11:48 PM Reply with quote Back to top
Post subject: Do you have found Bug and/or inaccuracies in the 1.0821 ?

If you have found Bug and/or inaccuracies in the current version 1.0821 you can report it in this thread and see if you can insert the correction in the next version.
For example small Bugs DEFINES missing, since they are small things while we release the new version can be seen to fix these things.

Meanwhile, here you can find details of the new module Multi-Newsletter that will be issued with MDPro 1.083 :
http://www.maxdev.com/Article652.phtml

So if you have recommendation to do this is the time Smile

_________________
Bonzo (aka Matteo Carletti)

www.isartegiovagnoli.com - Istituto Statale d'Arte di Sansepolcro e Anghiari
www.agriturismoilsasso.it || www.agriturismoanghiari.it
www.beccacciaiditalia.com
View user's profile Visit poster's website
Bonzo
MD user level 5
MD user level 5


Joined: Sep 15, 2004
Posts: 55
Location: Rome - Italy
bannato
Post  Posted: June 30, 2008 - 11:07 PM Reply with quote Back to top
Post subject: Change input text Site Slogan with textarea

dvrtmcc wrote:

Maybe also to put option to have bigger description of the site in settings of the site - I mean bigger form of the description


This is only your own needs, is not a "bug" or inaccuracies.
However you can change it on this file:
modules/Settings/pnadmin.php

You must find this code, at line 162:
Code:
                   ._SITESLOGAN.":</td><td><input type=\"text\" name=\"xslogan\" value=\"".pnConfigGetVar('slogan')."\" size=\"50\" maxlength=\"100\" class=\"pn-normal\">"

and you must change the tag input text with a textarea, which must become so:
Code:
                  ._SITESLOGAN.":</td><td><textarea name=\"xslogan\" cols=\"60\" rows=\"4\" class=\"pn-normal\">".htmlspecialchars(pnConfigGetVar('slogan'))."</te xtarea>"


Values cols=60 and rows=4 you can edit them if you wish to enlarge or decrease the textarea

Greetings

_________________
Bonzo (aka Matteo Carletti)

www.isartegiovagnoli.com - Istituto Statale d'Arte di Sansepolcro e Anghiari
www.agriturismoilsasso.it || www.agriturismoanghiari.it
www.beccacciaiditalia.com


Last edited by Bonzo on July 01, 2008 - 03:25 AM; edited 2 times in total
View user's profile Visit poster's website
dvrtmcc
MD user level 4
MD user level 4


Joined: Apr 04, 2008
Posts: 41
Location: BIH
bannato
Post  Posted: July 01, 2008 - 03:45 AM Reply with quote Back to top

Thanks

_________________
BDFP | Wiredownloads.com
View user's profile Visit poster's website
Bonzo
MD user level 5
MD user level 5


Joined: Sep 15, 2004
Posts: 55
Location: Rome - Italy
bannato
Post  Posted: July 01, 2008 - 05:30 AM Reply with quote Back to top

dvrtmcc wrote:
I will add some bugs. So this is the list:
In internet explorer you can not see two rows of news when you set news without tables. In Opera and Firefox this works fine.

This is not a bug.
The answers to this question had been moved into this new thread:
http://www.maxdev.com/MDForum-viewtopic-p-36219.phtml

Greetings

_________________
Bonzo (aka Matteo Carletti)

www.isartegiovagnoli.com - Istituto Statale d'Arte di Sansepolcro e Anghiari
www.agriturismoilsasso.it || www.agriturismoanghiari.it
www.beccacciaiditalia.com
View user's profile Visit poster's website
dvrtmcc
MD user level 4
MD user level 4


Joined: Apr 04, 2008
Posts: 41
Location: BIH
bannato
Post  Posted: July 01, 2008 - 10:37 PM Reply with quote Back to top

I have solved tables problem. Maybe just another suggestion:
What about to have block where you can create tag cloud?

_________________
BDFP | Wiredownloads.com
View user's profile Visit poster's website
Bonzo
MD user level 5
MD user level 5


Joined: Sep 15, 2004
Posts: 55
Location: Rome - Italy
bannato
Post  Posted: July 01, 2008 - 11:21 PM Reply with quote Back to top
Post subject: New version MDPro 1.083 : the problem of exchange email

Talking about what has been reported by TiMax on Maxdevitalia.it
---------------------------------------------------------------------- -----------------------------------
Many websites Administrators I have reported the problem of change email, happens that users idiots register on websites, once registered, editing their profile by entering fake email and then begin to make stupid to say the least.
We are considering therefore for the next version to include a verification of change email, or through a confirmation for editing email or through a pending change, that is the changing email is put on stand-by for approval by the administrator to change email user.

TiMax
---------------------------------------------------------------------- -----------------------------------

Greetings

_________________
Bonzo (aka Matteo Carletti)

www.isartegiovagnoli.com - Istituto Statale d'Arte di Sansepolcro e Anghiari
www.agriturismoilsasso.it || www.agriturismoanghiari.it
www.beccacciaiditalia.com
View user's profile Visit poster's website
Bonzo
MD user level 5
MD user level 5


Joined: Sep 15, 2004
Posts: 55
Location: Rome - Italy
bannato
Post  Posted: July 02, 2008 - 08:26 PM Reply with quote Back to top
Post subject: Block to create Tag Cloud in MDPro 1.083

dvrtmcc wrote:
I have solved tables problem. Maybe just another suggestion:
What about to have block where you can create tag cloud?

Yes, it would not be bad.
Now the tags cloud has become something fairly standard and users have long been accustomed to use it.

Greetings.

_________________
Bonzo (aka Matteo Carletti)

www.isartegiovagnoli.com - Istituto Statale d'Arte di Sansepolcro e Anghiari
www.agriturismoilsasso.it || www.agriturismoanghiari.it
www.beccacciaiditalia.com
View user's profile Visit poster's website
Bonzo
MD user level 5
MD user level 5


Joined: Sep 15, 2004
Posts: 55
Location: Rome - Italy
bannato
Post  Posted: July 19, 2008 - 06:16 AM Reply with quote Back to top
Post subject: Thread "MDPro 1.083 soon available" is closed

This thread is closed, now the discussion will continue in new thread of development active.

The new thread is this:
http://www.maxdev.com/MDForum-viewtopic-t-7957.phtml

_________________
Bonzo (aka Matteo Carletti)

www.isartegiovagnoli.com - Istituto Statale d'Arte di Sansepolcro e Anghiari
www.agriturismoilsasso.it || www.agriturismoanghiari.it
www.beccacciaiditalia.com
View user's profile Visit poster's website
Display posts from previous:     
Jump to:  
All times are GMT + 13 Hours
Post new topic   This topic is locked: you cannot edit posts or make replies.
View previous topic Printable version Log in to check your private messages View next topic
Powered by MDForum 2.0.8© 2003-2007 MAXdev Team
Credits