Jump to content

AlfaSpaceNET

Clients
  • Posts

    16
  • Joined

  • Last visited

Reputation Activity

  1. Like
    AlfaSpaceNET reacted to Nathan Explosion in How to embedded a video into a post?   
    @sychn as per PM, here's a different way of doing what you are trying to achieve using this:
    ACP -> Customization -> (Editor) Toolbars Click 'Add Button', and go to the 'Custom' tab Populate the fields as you wish, but adhere to the following specifics: Enable 'Use option?' Enter some text in the 'Option label' field (example: 'Link') In the HTML field, enter the exact code from the codebox provided in this post Click 'Save' You will now have a new button in your "Buttons not on editor", which you can drag and drop around the available editors On the front-end, click the button, paste the link into the provided dialog box field, and click OK HTML:
    <p> <video controls=""> <source src="{option}">{option} </video> </p>  
  2. Like
    AlfaSpaceNET reacted to Marc Stridgen in After update to 4.6.7 can't post replies   
    Please go to support in the top right of your Admin CP, then select "clear cache". Once you have done this check again. It looks like its simply a cache issue you have there
  3. Like
    AlfaSpaceNET reacted to bfarber in How to RSS Feed Imports posts to ONE existing topic?   
    This is not possible out of the box
  4. Thanks
    AlfaSpaceNET reacted to Morrigan in How do I increase font size for block headings?   
    .ipsWidget .ipsDataItem_title { font-size: 15px; }  
×
×
  • Create New...