• REGISTRATION REQUIREMENTS:

    Your username here MUST MATCH your XenForo username (connected to your XF license).

    Once you have registered here, then you need to start a conversation at xenforo.com w/Bob and provide the following:
    1. Your XenForo License Validation Token
    2. The Domain Name associated with the License
    NOTE: Your account will be validated once ALL requirements are verified/met. Thank you for your patience.

Implemented Item Page Cover Image Caption

Bob

Developer
Staff member
There is a new input that is tied to the "Display cover image above item page" option, that lets you set an item page cover image caption.

Data is stored in the xf_xa_sc_item_page table in the field cover_image_caption. This field is a varchar(500), which should be plenty enough for a caption.

This input is part of the "Set cover image" function as well as part of the Edit page function.

Note: The caption is simple raw text only. It will not parse HTML and BBcocde tags are stripped.

Here you can see the new input on the Set cover image overlay.

Selection_266.png


As mentioned above, you can also set/unset the item page cover image caption when editing an item page.

Note: the Cover image caption input is hidden when the "Display cover image above item page is unchecked.

Selection_267.png


Here you can see an item page that is displaying the item page cover image above the item page and has a item page cover image caption.

Selection_268.png


The item page cover image caption is also displayed when viewing the full item as shown below...

Selection_269.png
 
Upvote 0
This suggestion has been implemented. Votes are no longer accepted.
Back
Top