SUGGEST FOR EXTENSION DEVELOPMENT

In this section you can share self-made extensions with other users of WYSIWYG Web Builder.
There is a dedicated section for commercial extensions.
User avatar
stamjoe
 
 
Posts: 230
Joined: Sat Feb 09, 2008 10:32 am
Location: GREECE

Re: SUGGEST FOR EXTENSION DEVELOPMENT

Post by stamjoe »

naftalina
 
 
Posts: 249
Joined: Sun Jun 16, 2013 6:36 am
Location: Croatia
Contact:

Re: SUGGEST FOR EXTENSION DEVELOPMENT

Post by naftalina »

booking!
User avatar
BaconFries
 
 
Posts: 5316
Joined: Thu Aug 16, 2007 7:32 pm

Re: SUGGEST FOR EXTENSION DEVELOPMENT

Post by BaconFries »

@naftalina if possible please provide a URL to a script that can be used freely, non commercial and that it allows distribution by this that it can be made into an extension and offered to others...
User avatar
BaconFries
 
 
Posts: 5316
Joined: Thu Aug 16, 2007 7:32 pm

Re: SUGGEST FOR EXTENSION DEVELOPMENT

Post by BaconFries »

If you can provide a URL to such a script that must be free, non commercial (Paid) as it is not possible to use paid for scripts due to license, copyright restrictions and factthey cannot be shared then maybe someone may consider making such a extension...
naftalina
 
 
Posts: 249
Joined: Sun Jun 16, 2013 6:36 am
Location: Croatia
Contact:

Re: SUGGEST FOR EXTENSION DEVELOPMENT

Post by naftalina »

... so!
Apartmans Rent - Booking?!
I need something same or similar.
http://bydanimarti.com/themes/wordpress/rentyourhouse/
(click on: "Book Now".
User avatar
zinc
 
 
Posts: 2146
Joined: Sat Dec 08, 2007 3:06 pm
Location: London, United Kingdom
Contact:

Re: SUGGEST FOR EXTENSION DEVELOPMENT

Post by zinc »

Looks like a form with calendar to me.
Running WYSIWYG Web Builder since 2007...
User avatar
protectourlands
 
 
Posts: 443
Joined: Sat May 24, 2008 2:16 am
Contact:

Re: SUGGEST FOR EXTENSION DEVELOPMENT

Post by protectourlands »

naftalina

I recommend PHP Jabbers for online booking apps. They are not cheap but a single developer license allows use for multiple sites. No monthly fees! They have several booking systems available, from apartment rentals to vacation rentals to car repair appointments. Plus most of their apps are responsive and their support is excellent.

https://www.phpjabbers.com/
User avatar
[RZ]
 
 
Posts: 1914
Joined: Tue Nov 04, 2008 12:08 pm

Re: SUGGEST FOR EXTENSION DEVELOPMENT

Post by [RZ] »

SKW wrote:upon mouse/keyboard inactivity for a given period of time, whilst on the website
viewtopic.php?f=53&t=61379
mustafa.gramocelji
 
 
Posts: 25
Joined: Sat Jan 10, 2015 10:07 pm

Re: SUGGEST FOR EXTENSION DEVELOPMENT

Post by mustafa.gramocelji »

https://musefree.com/demo/animation/11/index.html

Posible to make this or something like this as free extension ?
maxime
 
 
Posts: 117
Joined: Sat Apr 02, 2011 6:15 pm
Contact:

Re: SUGGEST FOR EXTENSION DEVELOPMENT

Post by maxime »

There is a new extension suggestion for those who create extension. This one surely will be a good seller.


Can somebody make a registration extension with the abilty to add a photo or avatar, register with facebook,twitter,google and then when the user signup he can go in protected page and then see his name, photo on the protected page. Course should have also the ability to make change of his profile and the admin should also have the ability to manage the registration.
MichaelLloyd
 
 
Posts: 36
Joined: Sat Jul 02, 2016 12:20 am
Location: Anaheim, California
Contact:

Responsive Accordion Text widget/extension

Post by MichaelLloyd »

Presenting descriptive text in a functional and aesthetically pleasing way is a critical and fundamental need for many websites. I feel this extension would be a well received addition to Web Builder capability.

Please implement this responsive accordion text widget as a WB Extension. Doing this myself would require a significant learning curve. However I would be happy to assist in dissecting this widget to determine configuration components and unnecessary code elements.

Unsatisfied with the functionality, capability and/or presentation of available accordion text elements, I hunted for and tested text accordions to find ideal functionality and aesthetic presentation.

Main Requirements:
  • Responsive and mobile friendly
    Accordion starts with all sections closed
    Section height determined by content of each section (height of sections not same)
    Only one section is open at a time (other section automatically closes)
The text accordion widget I found is extremely good, completely free and open source, with no usage restrictions. The only requirement is that the license details be included in use and distribution. I requested the developer make a modification to the text accordion that enables it to be initially presented with all sections closed to improve presentation. This modification has been implemented.

Among http://rodrigoludgero.com/rlaccordion/rlaccordion.html the example "Mix Settings" has the most useful behavior, with my modification included, shown below labeled "Corrected code:" (my modification includes both a correction and setting change)

https://github.com/Rodrigo-Ludgero/rlaccordion
https://plugins.jquery.com/rlAccordion
http://rodrigoludgero.com/rlaccordion/rlaccordion.html
- Example labeled "Mix Settings" is the preferred behavior, with minor modifications (below).

There is a minor (and easily fixed) error in the current implementation, introduced when recently enhanced. Below is my code correction, which has been submitted to the developer to be implemented in the original:


In 'js' folder, the file 'scripts.js' contains the following code:
Code containing error:
$("#thirth").rlAccordion('mix', {
childNum: 4
});

Corrected code:
$("#thirth").rlAccordion('mix', {
childNumOptions: false
});

"childNum:" must be changed to "childNumOptions:" to function correctly.
"#thirth" should be spelled "#third", though functions correctly as the referencing element in rlaccordion.html is same.
Last edited by MichaelLloyd on Thu Aug 11, 2016 4:37 am, edited 1 time in total.
User avatar
protectourlands
 
 
Posts: 443
Joined: Sat May 24, 2008 2:16 am
Contact:

Re: SUGGEST FOR EXTENSION DEVELOPMENT

Post by protectourlands »

I believe the WB Accordion with Jordan's Accordion Manipulation extension does all this and more.

http://wysiwygwebbuilder.com/forum/view ... on#p204829
haakoo
 
 
Posts: 189
Joined: Fri Apr 25, 2008 8:02 am
Location: Groningen/NL

Re: SUGGEST FOR EXTENSION DEVELOPMENT

Post by haakoo »

MichaelLloyd
 
 
Posts: 36
Joined: Sat Jul 02, 2016 12:20 am
Location: Anaheim, California
Contact:

Re: Responsive Accordion Text widget/extension

Post by MichaelLloyd »

No doubt Jordan's extensions are excellent, and an impressive addition to WB.

The extension I would like to see is different.
Though Jordan's accordion extension (jor_accordionManipulation 2.0) allows for non-text elements (which is useful though not always relevant). Seems Jordan's accordion extension is not responsive, unless I'm missing something? I did look at it and all of Jordan's extensions prior to posting, from descriptions and demos it does not appear to be responsive. If there are responsive aspects they are quite different from my proposal.

My suggested text accordion allows developers to horizontally size as appropriate, with the accordion maintaining relative horizontal size as the browser is adjusted, becoming full width when it reaches mobile size. This behavior is very different from Jordan's version, and ideal for many uses.

Further, the proposed text accordion automatically changes vertical size based on content, which will be different with different screen/browser widths. Jordan's accordion element requires user configurable (hard) vertical spacing, which does not dynamically adjust.

I believe these differences and benefits make this text accordion extension both useful and significant.
User avatar
BaconFries
 
 
Posts: 5316
Joined: Thu Aug 16, 2007 7:32 pm

Re: SUGGEST FOR EXTENSION DEVELOPMENT

Post by BaconFries »

You may find that you may have to take a New learning curve and make this yourself as many of the extension builders who may have taken this on are no longer active or no longer up to the challenge(including myself). It is just a matter of hoping someone will take the challenge
MichaelLloyd
 
 
Posts: 36
Joined: Sat Jul 02, 2016 12:20 am
Location: Anaheim, California
Contact:

Re: Responsive Accordion Text widget/extension

Post by MichaelLloyd »

Thanks pal! I was thinking the same, though your insider information adds perspective and is much appreciated. Yesterday I was exploring the Extension Builder, very impressive facility.
User avatar
BaconFries
 
 
Posts: 5316
Joined: Thu Aug 16, 2007 7:32 pm

Re: SUGGEST FOR EXTENSION DEVELOPMENT

Post by BaconFries »

I havent looked at the script in question but generally if you have a knowledge of javascript, html and xsl if required then it should be to hard there are demos that show the basics at the url below
viewtopic.php?f=42&t=13743

If I had the time I would look at it but I am just to busy with personal home issues at the moment that everything has been put on hold even moderating and answering here..
MichaelLloyd
 
 
Posts: 36
Joined: Sat Jul 02, 2016 12:20 am
Location: Anaheim, California
Contact:

Re: Responsive Accordion Text widget/extension

Post by MichaelLloyd »

Bacon,

Assuming I'm crazy enough to dive into the fun and exciting world of extension construction, might you be kind enough to assist when I have no F@!*%# clue how to proceed? Rarely do I ask for help with simple issues.
jordan
 
 
Posts: 831
Joined: Tue Jun 26, 2007 1:56 pm
Contact:

Re: SUGGEST FOR EXTENSION DEVELOPMENT

Post by jordan »

hello MichaelLloyd,

if you use WB11 Layoutgrids ? - try my jor_gridRip (=full responsive)
you can build basic accordion and many other creative accordion types for Layoutgrids with it (+additional options)
at the moment I'm working on jor_gridRip2.0 which adds some nice new options:)
User avatar
BaconFries
 
 
Posts: 5316
Joined: Thu Aug 16, 2007 7:32 pm

Re: SUGGEST FOR EXTENSION DEVELOPMENT

Post by BaconFries »

Michael I will contact you via your site form as I would prefer to say in private why I cannot offer help at the moment.
mayur007
 
 
Posts: 285
Joined: Tue Jun 24, 2014 9:06 am

Re: SUGGEST FOR EXTENSION DEVELOPMENT

Post by mayur007 »

User avatar
stamjoe
 
 
Posts: 230
Joined: Sat Feb 09, 2008 10:32 am
Location: GREECE

Re: SUGGEST FOR EXTENSION DEVELOPMENT

Post by stamjoe »

WOAH!!!!!
Its perfect!!!!!!!!!!!!!
User avatar
Fender
 
 
Posts: 127
Joined: Sun Oct 16, 2011 11:01 am

Re: SUGGEST FOR EXTENSION DEVELOPMENT

Post by Fender »

Maybe someone can make a wbs template with this jquery files in filepublisher?
I tried this but I didn't succeed to make it work.
So maybe an expert can make this template for us?

with regards
Fender
User avatar
Fender
 
 
Posts: 127
Joined: Sun Oct 16, 2011 11:01 am

3D folding panel

Post by Fender »

Hai,
I saw this 3D folding panel here https://codyhouse.co/gem/3d-folding-panel/
I believe this is a nice extension to use in websites, it is responsive.
Anybody who can make an extension out of this?
User avatar
protectourlands
 
 
Posts: 443
Joined: Sat May 24, 2008 2:16 am
Contact:

Reel 360 degree image animator

Post by protectourlands »

Reel is an interactive 360° object movie function that uses jQuery instead of flash and is used by hundreds of major companies all over the world.
http://jquery.vostrel.cz/reel

From the website:
Is it free? Yes, of course! Take it, keep it, use it, fork it. It's free and open. Just like jQuery.
Free for use in all personal or commercial projects under the MIT License.

Image rotation has become a very popular website function, especially for product showcase. Reel appears to use several methods for image rotation including sprite and multiple image angle sequence. You can rotate images with mouse clicks, mouse drag, and touch. It also supports events for buttons.

I would love to see one of the amazing WB extension developers in this forum make an extension for this. I have a sequenced group of small images for testing I can supply to someone willing to do this. I am also willing to collaborate on this. I have never developed a WB extension but have some understanding of how this player works.
wb_user
 
 
Posts: 1099
Joined: Sun Jul 05, 2015 7:03 am

Re: SUGGEST FOR EXTENSION DEVELOPMENT

Post by wb_user »

hello
i need persian calender Extension like this : https://codepen.io/alamshahi/pen/BNewNm

i want :
full control in font family and font size and Location of that
*** my website pages is .html format NOT PHP
Who can do it for me?
thanks.
User avatar
BaconFries
 
 
Posts: 5316
Joined: Thu Aug 16, 2007 7:32 pm

Re: SUGGEST FOR EXTENSION DEVELOPMENT

Post by BaconFries »

Personally I don't think it be worth making into a extension as it may only be useful to limited users and not all.
CrazySmizzle
 
 
Posts: 1
Joined: Sat Apr 22, 2017 4:17 pm

Google Chart Extension

Post by CrazySmizzle »

A chart extension would be wonderful! A way to be able to add charts and graphs for your website/dashboard.

With a way to connect it to a mysql database.

Maybe use google to make the extension?

https://developers.google.com/chart/

:D
User avatar
nerdtech
 
 
Posts: 5
Joined: Fri Jan 26, 2018 4:04 pm

Re: SUGGEST FOR EXTENSION DEVELOPMENT

Post by nerdtech »

Noticed this carousel from another post in the forum, looks great and I think would be a great addition:

http://kenwheeler.github.io/slick/

thanks.
User avatar
frankus
 
 
Posts: 38
Joined: Sat Dec 05, 2009 10:04 pm

Re: SUGGEST FOR EXTENSION DEVELOPMENT

Post by frankus »

I would love to have an HTML5 audio player with playlist and customizable button beside each song. I can link the button to a page or popup for more info. about the song. Also when a song is playing, its button displays beside it.
The playlist should also have a search box, for user to search for either a particular song (by name) or group of songs (by tags, e.g Pop, Hip-hop, etc).

Thanks.
User avatar
[RZ]
 
 
Posts: 1914
Joined: Tue Nov 04, 2008 12:08 pm

Re: SUGGEST FOR EXTENSION DEVELOPMENT

Post by [RZ] »

User avatar
frankus
 
 
Posts: 38
Joined: Sat Dec 05, 2009 10:04 pm

Re: SUGGEST FOR EXTENSION DEVELOPMENT

Post by frankus »

[RZ] wrote: Tue Jun 19, 2018 8:28 am have you seen this? http://www.wysiwygwebbuilder.com/forum/ ... 53&t=70102
The demo doesn't show much. Does it have the things I stated I want?
User avatar
[RZ]
 
 
Posts: 1914
Joined: Tue Nov 04, 2008 12:08 pm

Re: SUGGEST FOR EXTENSION DEVELOPMENT

Post by [RZ] »

currently the image that is part of the track caption does not have a link, it loads and plays the track you clicked on
however, this option is planned for the next update
a searchbox has not been requested because usually the playlist has a "reasonable" length, unless you want a youtube-like player :)
pls next time post your questions in the original thread so the info can be useful for others that may be wanting the same feature and besides this to not make too long this thread
Bevilleliam
 
 
Posts: 2
Joined: Thu Apr 23, 2015 12:16 pm

Re: SUGGEST FOR EXTENSION DEVELOPMENT

Post by Bevilleliam »

Hi.

I am looking for membership forms with PayPal and bank transfer integration.

Form will sign up new members and take payment.

Form will need to email membership number on sign up and make a list of paid members that can be exported to a file.

Also inform members of annual subscriptions before due date on recurring memberships
User avatar
me.prosenjeet
 
 
Posts: 1265
Joined: Mon Dec 24, 2007 1:50 pm
Location: Lucknow
Contact:

Re: SUGGEST FOR EXTENSION DEVELOPMENT

Post by me.prosenjeet »

You are asking for a professional member system.
Have a look at aMember : https://www.amember.com
Check the new Chat GPT and Malware detect extensions at the link below

Check my WB Extensions
Check my WB Templates
---------------------------------------------------------
www.Lucknowwebs.com
WCSR
 
 
Posts: 1
Joined: Mon Dec 31, 2018 8:21 am

Donation Extention

Post by WCSR »

Hi,

I am looking for an extension so that people can donate online to a not for profit organization.

W**d****s have the ideal plugin call *i*e.

Would it be possible to do a similar extension for WYSIWYG Web Builder.


Thank you

John
User avatar
BaconFries
 
 
Posts: 5316
Joined: Thu Aug 16, 2007 7:32 pm

Re: SUGGEST FOR EXTENSION DEVELOPMENT

Post by BaconFries »

@WCSR if you are looking for a extension then please open a 'New' thread of your own and not 'Hijack' another users thread and ask in your own....
Also note you do not need a extension for this you can simply use the PayPal donation button.
Locked