<![CDATA[ Support/Comments for Structures - My Forums]]> https://forums.modx.com/thread/?thread=100687 <![CDATA[Re: Support/Comments for Structures]]> https://forums.modx.com/thread/100687/support-comments-for-structures?page=2#dis-post-558477 donshakespeare May 10, 2018, 09:35 PM https://forums.modx.com/thread/100687/support-comments-for-structures?page=2#dis-post-558477 <![CDATA[Re: Support/Comments for Structures]]> https://forums.modx.com/thread/100687/support-comments-for-structures?page=2#dis-post-558476
With MODX Revolution 2.6.3-pl
Resources are not saved and the Structure dropdown menu appears on top left.]]>
johnxx May 10, 2018, 04:34 PM https://forums.modx.com/thread/100687/support-comments-for-structures?page=2#dis-post-558476
<![CDATA[Re: Support/Comments for Structures]]> https://forums.modx.com/thread/100687/support-comments-for-structures?page=2#dis-post-550185 How can I create my custom block from (may be more right say "with":D) my TV? Where I can add it?
Help me pleeeease))))]]>
nevolov Apr 21, 2017, 08:05 PM https://forums.modx.com/thread/100687/support-comments-for-structures?page=2#dis-post-550185
<![CDATA[Re: Support/Comments for Structures]]> https://forums.modx.com/thread/100687/support-comments-for-structures?page=2#dis-post-548688 RE: decibeldesign

Sorry, I don't have docs yet. But you may install it nonetheless. Test drive and learn.

When I get time, docs will come, unless some user beats me to it wink]]>
donshakespeare Feb 10, 2017, 10:16 PM https://forums.modx.com/thread/100687/support-comments-for-structures?page=2#dis-post-548688
<![CDATA[Re: Support/Comments for Structures]]> https://forums.modx.com/thread/100687/support-comments-for-structures?page=2#dis-post-548685 Quote from: treigh at Aug 09, 2016, 05:32 PM

...
Documentation
http://goo.gl/MSa5mA
...

I'd like to give this a try, but I don't believe the link to your documentation is working...?]]>
decibeldesign Feb 10, 2017, 09:46 PM https://forums.modx.com/thread/100687/support-comments-for-structures?page=2#dis-post-548685
<![CDATA[Re: Support/Comments for Structures]]> https://forums.modx.com/thread/100687/support-comments-for-structures?page=2#dis-post-546598 https://modx.com/extras/package/structures

Very very exciting features
https://github.com/donShakespeare/Structures/blob/master/core/components/structures/docs/changelog.txt

Please let me know if you encounter any issues

Changelog file for Structures extra.
# Structures 3.1.0-beta1 (November 20, 2016)
=======================================

# List of exciting new features

+ RESTORE STRUCTURES CONTENT
- Restore from Original content
- Restore from Last Saved

+ TEMPLATE VARIABLES
- ADDDED *structuresTV_ids* to Template Properties
Takes comma-separated list of ids of TVs to bind to Structures. Two Modes:
1) 12,13,14,15 ... (choose Editors on the fly)
2) 12*richtext, 13*markdown, 14*markdown, 15*richtext ... (predetermined structure/editors)
Supported TV xtypes: Hidden, Textarea, Text
Say byebye to the TV tab altogether
- ADDED optional <td class="x-toolbar-cell" id="tinyBlocksTVButtonHolder"></td> to *st.save_buttons* chunk
access TVs from each block menu, Structures main menu, or dedicated TV list menu

+ STRUCTURES GALLERY
- ADDED full support for TV xtype: Hidden (sweeeeet!)
- UI clean up

+ STRUCTURES CONTENT ENVIRONMENT
- ADDED spellcheck attribute on body
- REMOVED external dash border: replaced with click-to-blur-structures functionality
- REVERTED back to more stable version of twExoticMarkdownEditor.js(v1)
- FIXED Structures Tree in Firefox
- DISABLED selectable in nested structures

+ TO DO
- Fix silly Ace conflict]]>
donshakespeare Nov 22, 2016, 08:14 PM https://forums.modx.com/thread/100687/support-comments-for-structures?page=2#dis-post-546598
<![CDATA[Re: Support/Comments for Structures]]> https://forums.modx.com/thread/100687/support-comments-for-structures#dis-post-546275
In simplicity there is a great strength













]]>
donshakespeare Nov 08, 2016, 10:17 PM https://forums.modx.com/thread/100687/support-comments-for-structures#dis-post-546275
<![CDATA[Re: Support/Comments for Structures]]> https://forums.modx.com/thread/100687/support-comments-for-structures#dis-post-546273 Welcome, Structures 3.0-beta1
https://modx.com/extras/package/structures

Very very exciting features
https://github.com/donShakespeare/Structures/blob/master/core/components/structures/docs/changelog.txt

Please let me know if you encounter any issues


Changelog file for Structures extra.

# Structures 3.0.0-beta1 (November 8, 2016)
=======================================
Hi, I am Structures 3.0 - your best Content Building Tool. And I am only three months old!

# List of exciting new features

+ SUPERB GALLERY FUNCTIONALITY
- one click, create gallery from File Browser
- one click, create gallery from File Tree
- one click, create gallery directly from Server
- you can attach a main gallery to current Resource via your TV (xtype: textarea, text, [avoid hidden xtype for now])
- you can attach a gallery to each block/structure via chunk from Element Tree by means of block Title tv22, ch43
- The onboard Gallery Manager can create real physical thumbnails for you at designated places with all kinds of size settings. /Yourfolder/thumb/ andOr /Yourfolder/thumb200x100/ andOr /Yourfolder/thumb200/ etc
- The Gallery can produce unlimited patterns of HTML output to fit your frontend plugins

+ STRUCTURES NEW BEHAVIOUR
- ADDED replacement to getChunk in Structures Plugin - 50% boost in speed. Note! MODX tags in *st_structures* chunk are preserved and not rendered, so is the case with many other chunks
- ADDED Structures Menu button, commented out the old buttons next to MODX Save/Duplicate etc buttons
In *st.save_buttons* chunk find `<td class="x-toolbar-cell" id="tinyBlocksButtonHolder"></td>`
To add a Gallery button for your client, just uncomment it in that chunk

- ADDED ability to use Structures without creating extra TABS in your Resource Content (sweeeeeeet!)
This was possible only for Element Tree by specifying *sidebar_tab_title* to hidden
Now you can specify *content_tab_title* to hidden, and Structures will use your original Content Area instead (how about that huh!?!!)

- ADDED new Structure/block: Nested Structures! (nesting is now supported - ideal for whatever).

- ADDED MarkdownE as default Markdown parser for Structures Snippet, instead of the ParsedownE. Structures Snippet classnames cleanup is highly rustic at this time.

- CHANGES to Template Properties
Renamed customPset to StructuresCustomPset
*standByStructure* : use this to provide a default structure editor to show when Resource Content is empty. Note! this will replace that HELP content that shows by default
*defaultGalleryTVid* : you can now bind a Resource TV to your Structures Gallery Manager (kbd = g + t)
*randomTips* : provide random tips for your clients to show per page-reload in Structures tree, and to pop it use (kbd = r + t)
- ADDED some new keyboard shortcuts: for gallery, random tip etc etc
- Experimentally removed default shrinking of structures/blocks on page load (tell me if you don't like it)


+ CLEAN UP (MODX Elements and Assets Files)
- REMOVED Slate and Lector Templates - with all respective belongings (now just Structures Template): these themes, as all other templates and thirdparty plugins, will ship independently - so roll your sleeves and start contributing!!!

- REMOVED all classname options from Template Property (but if you add them manually, the custom options will be respected)

- RENAMED TV StructuresCMR to Structures

- CONCATENATED AND MINIFIED all essential JS and CSS files.
Final JS file is *structures_all.min.js* ... please build yours for advanced usage
Final CSS file is *structures_all.min.css*
tinymce_plugins.js rightfully renamed to donshakepeare_tinymce.min.js (please build yours from github.com/donShakespeare/)


+ TINYMCE UBERNESS
- New Official Structures skin: Hamlet, the Lovable!
- Updated and reworked most of my TinyMCE plugins (find them at github.com/donShakespeare/)
- Features tinymceBubbleBar 2.0 with multiple floating toolbars: Selection and New Line toolbars (for both RTE and MDE)

+ And the rest history
]]>
donshakespeare Nov 08, 2016, 10:15 PM https://forums.modx.com/thread/100687/support-comments-for-structures#dis-post-546273
<![CDATA[Re: Support/Comments for Structures]]> https://forums.modx.com/thread/100687/support-comments-for-structures#dis-post-546272 vlijmscherp
You are correct: 'Contentblocks' and Structures are part of the much wider concept of Content Blocking/Building.

Let the community know how you are using it.

Cheers.]]>
donshakespeare Nov 08, 2016, 10:12 PM https://forums.modx.com/thread/100687/support-comments-for-structures#dis-post-546272
<![CDATA[Re: Support/Comments for Structures]]> https://forums.modx.com/thread/100687/support-comments-for-structures#dis-post-545526 vlijmscherp Oct 07, 2016, 07:50 AM https://forums.modx.com/thread/100687/support-comments-for-structures#dis-post-545526