Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Images and urls #46

Closed
wants to merge 2 commits into from
Closed

Images and urls #46

wants to merge 2 commits into from

Conversation

elinw
Copy link
Contributor

@elinw elinw commented Dec 18, 2011

In the Joomla! 1.6 content table there are two fields which are unused, images and
urls.
This feature uses these fields to hold JSON strings containing respectively
data on up to two images and up to three urls.
In the included layout modifications, one image is assigned to intro text for
use in blog and featured layouts while the other is assigned to the full
article layout. This is a common use case where site designers and webmasters
want to enforce a standard layout of images. Much more detailed control can be
gained by using css and overrides.
The three urls (the number is a bit arbitrary) display in a div that can also
be styled. Again, more complex and interesting layouts can be created via css
and overrides. The links have options to open in various ways that make sense
for different use cases.
In addition both the global options and the new slider contain options to modify the back end editor layout, which makes use of these options more powerful. Administrators
choose whether or not to display the articles options slider and the publishing
options slider in addition to the images and urls slider. These should work as expected (article specific settings should override global). The options to change the display of these sliders should only be available to superadmins and people with configure rights for content. Additionally, administrators have the option to enable or disable the images and urls options in the front end. Finally the global options allow a modification to the editor layout to put the editor area directly below the title if desired.

See discussion at http://joomlacode.org/gf/project/joomla/tracker/?action=TrackerItemEdit&tracker_item_id=26783

<?php echo JHtml::_('sliders.panel',JText::_('COM_CONTENT_FIELDSET_PUBLISHING'), 'publishing-details'); ?>
<fieldset class="panelform">
<legend class="element-invisible"><?php echo JText::_('COM_CONTENT_FIELDSET_PUBLISHING'); ?></legend>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why is this removed? It's part of the accessibility enhancements from hathor.

@dextercowley
Copy link
Contributor

This has been committed. Thanks!

javigomez pushed a commit to javigomez/joomla-cms that referenced this pull request Aug 2, 2012
mwatt pushed a commit to mwatt/joomla-cms that referenced this pull request Jul 2, 2016
wilsonge pushed a commit that referenced this pull request Jun 4, 2017
* Codestyle

* indent

* order

* oops

* changes requested by @andrepereiradasilva

* cs

* changes requested by @wojsmol

* Update mod_logged.xml (#43)

* Update templateDetails.xml (#45)

i need to fix my ide!!

* Update mod_popular.xml (#44)

* Update templateDetails.xml (#57)

* Update mod_version.xml (#56)

* Update mod_toolbar.xml (#55)

* Update mod_title.xml (#54)

* Update mod_submenu.xml (#53)

* Update mod_status.xml (#52)

* Update mod_stats_admin.xml (#51)

* Update mod_quickicon.xml (#50)

* Update mod_menu.xml (#49)

* Update mod_login.xml (#48)

* Update mod_latest.xml (#47)

* Update mod_feed.xml (#46)
hans2103 pushed a commit to hans2103/joomla-cms that referenced this pull request Sep 7, 2020
…metismenu-and-html-structure

Add Metismenu to Cassiopeia, rework Cassiopeia's HTML structure, use relative CSS sizes
ditsuke added a commit to ditsuke/joomla-cms that referenced this pull request Nov 15, 2021
…filter-state

Fix list state filter in scheduler
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants