Okay
  Public Ticket #1029502
More than one URL link in a table cell
Closed

Comments

  •  2
    Martin started the conversation

    Is there anyway I can include more than one URL link in a table cell?

    I have tried using the html editor (eg This link and that link) but the displayed table cell simply displays the underlying code. 

    If there is a way of doing this could you provide an example please. 

    Thanks


  • [deleted] replied

    Hi Martin,

    You can add HTML with multiple links in string type column but I need to make small change before that. If this option is suitable for you please send me temporary admin credentials and I will change it.

  •  11
    Issac replied

    I too have the issue with html editor. I set the column type as string and input type as HTML editor, but when I input html code into the cell, it displays the entire underlying code of html instead of html element. 

  • [deleted] replied

    Hi Issacchua,

    You need to use "one-line edit" as editor input type if you want to input HTML code in the cell. HTML editor provide you a way to apply style to data upon insertion and it writes HTML code but does not accept it. 

    So to use HTML in table please use "one-line edit" and paste a code. Tags that are acceptable are

    <br><br><b><strong><h1></h1><h2></h2><h3><a><i><em><ol><ul><li><img><blockquote><div><hr><p><select><option></option></select></p></div></blockquote></li></ul></ol></em></i></a></h3></strong></b>
    
  •  11
    Issac replied

    Actually the "one-line" edit is still having the same issue as html editor, the html tag will be eaten out when saving row. My work-around is to edit the database directly. But still, thanks for your reply!

  • [deleted] replied

    Hi Issacchua,

    I tried this with table that you sent us on previous ticket and it work as it should (Attachment). I added simple HTML

    <h1>My First Heading</h1>
    <p>My first paragraph.</p>
    

    Could you tell me more precisely  what is not working for you

  •  11
    Issac replied

    Hi Miljko,

    I really don't know why this temp site works but not on my main site. Site name is http://db.bestplus.nyc , you can check out http://db.bestplus.nyc/support page that has a table with 'button' column which is intended for html element.

    Site credential can be found in this private ticket since I can't post the private reply here (https://tmsplugins.ticksy.com/ticket/1078230/ )

    In the dashboard, there is a widget named 'SImple History', you can do the filter on 'Edited plugin files' to find out which files have been manually edited because of previous errors (can't remember which edition fixed what bug).

    I am thinking to add the html code programmatically, so I am actually fine without this function of adding html element in the editor, but I'm just letting you know that there is this issue and see if you have the time to take a look into it. Thank you! 

  • [deleted] replied

    Hi Issacchua,

    Please update plugin to the latest version which is 1.7.2 at this moment and this problem should be solved