The forum of the forums

Would you like to react to this message? Create an account in a few clicks or log in to continue.
The forum of the forums
2 posters

    User Control Panel Widget

    JaneDoe
    JaneDoe
    Forumember


    Posts : 308
    Reputation : 14
    Language : english

    Solved User Control Panel Widget

    Post by JaneDoe Sun 3 May 2020 - 12:12

    Hi I was looking in the Hints and Tips section and came across how to create a User Control Panel widget. I would really like to try it, but it says to select 'Add custom block'. I can't see this anywhere in my Admin Panel.

    Could I have some help on where I need to look. Many thanks.

    Oh I was also reading about adding ranks, and it still mentions using Tiny Pics to upload a picture and get the URL from to copy it.


    Last edited by Anji 1 on Sun 3 May 2020 - 19:03; edited 1 time in total
    skouliki
    skouliki
    Manager
    Manager


    Female Posts : 15311
    Reputation : 1705
    Language : English,Greek
    Location : Greece

    Solved Re: User Control Panel Widget

    Post by skouliki Sun 3 May 2020 - 12:25

    hello

    the tutorial is old 'Add custom block' is "create a widget"

    thanks tutorial fixed !

    JaneDoe
    JaneDoe
    Forumember


    Posts : 308
    Reputation : 14
    Language : english

    Solved Re: User Control Panel Widget

    Post by JaneDoe Sun 3 May 2020 - 12:54

    Thanks @skouliki.

    I tried adding the code into the widget source replacing the URL_GOES_HERE with my forum name but it didn't work properly. Am I supposed to remove the forward slash / after URL_GOES_HERE or the quote marks before it as well " ?

    Thanks
    skouliki
    skouliki
    Manager
    Manager


    Female Posts : 15311
    Reputation : 1705
    Language : English,Greek
    Location : Greece

    Solved Re: User Control Panel Widget

    Post by skouliki Sun 3 May 2020 - 13:16

    paste here the code you insert

    JaneDoe
    JaneDoe
    Forumember


    Posts : 308
    Reputation : 14
    Language : english

    Solved Re: User Control Panel Widget

    Post by JaneDoe Sun 3 May 2020 - 13:26

    Sorry I can't see where to add the proper thing to put my code in but I am using this below added to widget source:

    <TABLE border=0 width="100%"><TBODY><TR><TD align=left><p><IMG alt="" src="http://icons.iconarchive.com/icons/rokey/smooth-metal/16/administrative-tools-icon.png"><STRONG> Your profile</STRONG> </p><p><A href="https://township.forumotion.com/profile.forum?mode=editprofile" target=_blank>Information</A></p><p><A href="https://township.forumotion.com/profile.forum?mode=editprofile&amp;page_profil=preferences" target=_blank>Preference</A></p><p><A href="https://township.forumotion.com/profile.forum?mode=editprofile&amp;page_profil=signature" target=_blank>Signature</A></p><p><A href="https://township.forumotion.com/profile.forum?mode=editprofile&amp;page_profil=avatars" target=_blank>Avatar</A></p></TD></TR><TR><TD align=left><p><IMG alt="" src="http://icons.iconarchive.com/icons/everaldo/crystal-clear/16/App-wallet-leather-icon.png"><STRONG> Social</STRONG></p><p><A href="https://township.forumotion.com/profile.forum?mode=editprofile&amp;page_profil=friendsfoes" target=_blank>Friends and Foes</A></p><p><A href="https://township.forumotion.com/memberlist.forum" target=_blank>Memberlist </A></p><p><A href="https://township.forumotion.com/groupcp.forum" target=_blank>Groups</A></p></TD></TR><TR><TD align=left><p><STRONG><IMG alt="" src="http://icons.iconarchive.com/icons/oxygen-icons.org/oxygen/16/Places-mail-message-icon.png"> Private messages</STRONG></p><p><A href="https://township.forumotion.com/msg.forum?folder=inbox" target=_blank>Inbox</A></p><p><A href="https://township.forumotion.com/msg.forum?folder=sentbox" target=_blank>PM sent</A></p></TD></TR><TR><TD align=left><p><IMG alt="" src="http://icons.iconarchive.com/icons/apathae/wren/16/Download-icon.png"> <STRONG>Other</STRONG></p><p><A href="https://township.forumotion.com/search.forum?search_id=watchsearch" target=_blank>Topic is being watched</A></p></TD></TR></TBODY></TABLE>
    skouliki
    skouliki
    Manager
    Manager


    Female Posts : 15311
    Reputation : 1705
    Language : English,Greek
    Location : Greece

    Solved Re: User Control Panel Widget

    Post by skouliki Sun 3 May 2020 - 13:35

    add this
    Code:

    <table style="width: 100%;" border="0">
       <tbody>
       </tbody>
       <tr style="">
          <td align="left">
             <p>
                <img src="http://icons.iconarchive.com/icons/rokey/smooth-metal/16/administrative-tools-icon.png" alt="" /><strong> Your profile</strong>
             </p>
             <p>
                <a target="_blank" href="https://township.forumotion.com/profile.forum?mode=editprofile">Information</a>
             </p>
             <p>
                <a target="_blank" href="https://township.forumotion.com/profile.forum?mode=editprofile&page_profil=preferences">Preference</a>
             </p>
             <p>
                <a target="_blank" href="https://township.forumotion.com/profile.forum?mode=editprofile&page_profil=signature">Signature</a>
             </p>
             <p>
                <a target="_blank" href="https://township.forumotion.com/profile.forum?mode=editprofile&page_profil=avatars">Avatar</a>
             </p>
          </td>
       </tr><tbody></tbody>
       <tr style="">
          <td align="left">
             <p>
                <img src="http://icons.iconarchive.com/icons/everaldo/crystal-clear/16/App-wallet-leather-icon.png" alt="" /><strong> Social</strong>
             </p>
             <p>
                <a target="_blank" href="https://township.forumotion.com/profile.forum?mode=editprofile&page_profil=friendsfoes">Friends and Foes</a>
             </p>
             <p>
                <a target="_blank" href="https://township.forumotion.com/memberlist.forum">Memberlist </a>
             </p>
             <p>
                <a target="_blank" href="https://township.forumotion.com/groupcp.forum">Groups</a>
             </p>
          </td>
       </tr><tbody></tbody>
       <tr style="">
          <td align="left">
             <p>
                <strong><img src="http://icons.iconarchive.com/icons/oxygen-icons.org/oxygen/16/Places-mail-message-icon.png" alt="" /> Private messages</strong>
             </p>
             <p>
                <a target="_blank" href="https://township.forumotion.com/msg.forum?folder=inbox">Inbox</a>
             </p>
             <p>
                <a target="_blank" href="https://township.forumotion.com/msg.forum?folder=sentbox">PM sent</a>
             </p>
          </td>
       </tr><tbody></tbody>
       <tr style="">
          <td align="left">
             <p>
                <img src="http://icons.iconarchive.com/icons/apathae/wren/16/Download-icon.png" alt="" /> <strong>Other</strong>
             </p>
             <p>
                <a target="_blank" href="https://township.forumotion.com/search.forum?search_id=watchsearch">Topic is being watched</a>
             </p>
          </td>
       </tr><tbody></tbody>
    </table>
     


    JaneDoe
    JaneDoe
    Forumember


    Posts : 308
    Reputation : 14
    Language : english

    Solved Re: User Control Panel Widget

    Post by JaneDoe Sun 3 May 2020 - 14:29

    Thanks I tried but couldn't get it to work. I think maybe I need to learn a bit more before attempting this.

    Thank you for your help though Very Happy :
    skouliki
    skouliki
    Manager
    Manager


    Female Posts : 15311
    Reputation : 1705
    Language : English,Greek
    Location : Greece

    Solved Re: User Control Panel Widget

    Post by skouliki Sun 3 May 2020 - 14:31

    In my test forum it is working all the links are ok
    What do you mean by saying it is not working?

    JaneDoe
    JaneDoe
    Forumember


    Posts : 308
    Reputation : 14
    Language : english

    Solved Re: User Control Panel Widget

    Post by JaneDoe Sun 3 May 2020 - 15:12

    I have this show up all over the right hand side of my forum when I add the widget:

    align=left>
    alt="" src="http://icons.iconarchive.com/icons/rokey/smooth-metal/16/administrative-tools-icon.png"> Your profile
    ref="https://township.forumotion.com/profile.forum?mode=editprofile" target=_blank>Information

    href="https://township.forumotion.com/profile.forum?mode=editprofile&page_profil=preferences" target=_blank>Preference

    href="https://township.forumotion.com/profile.forum?mode=editprofile&page_profil=signature" target=_blank>Signature

    href="https://township.forumotion.com/profile.forum?mode=editprofile&page_profil=avatars" target=_blank>Avatar

    align=left>
    alt="" src="http://icons.iconarchive.com/icons/everaldo/crystal-clear/16/App-wallet-leather-icon.png"> Social

    href="https://township.forumotion.com/profile.forum?mode=editprofile&page_profil=friendsfoes" target=_blank>Friends and Foes

    href="https://township.forumotion.com/memberlist.forum" target=_blank>Memberlist

    href="https://township.forumotion.com/groupcp.forum" target=_blank>Groups

    align=left>
    alt="" src="http://icons.iconarchive.com/icons/oxygen-icons.org/oxygen/16/Places-mail-message-icon.png"> Private messages

    href="https://township.forumotion.com/msg.forum?folder=inbox" target=_blank>Inbox

    href="https://township.forumotion.com/msg.forum?folder=sentbox" target=_blank>PM sent

    align=left>
    alt="" src="http://icons.iconarchive.com/icons/apathae/wren/16/Download-icon.png"> Other

    href="https://township.forumotion.com/search.forum?search_id=watchsearch" target=_blank>Topic is being watched

    Users Control Panel
    border=0 width="100%">

    Like I say this is probably an error somewhere by me.
    skouliki
    skouliki
    Manager
    Manager


    Female Posts : 15311
    Reputation : 1705
    Language : English,Greek
    Location : Greece

    Solved Re: User Control Panel Widget

    Post by skouliki Sun 3 May 2020 - 16:10

    next to quote button is the code tags please use it next time to do not place the codes like this in the editor it is hard to read

    you don't copy the whole code you are missing at least the first 4 rows

    JaneDoe
    JaneDoe
    Forumember


    Posts : 308
    Reputation : 14
    Language : english

    Solved Re: User Control Panel Widget

    Post by JaneDoe Sun 3 May 2020 - 17:20

    I have copied and pasted all of it. I don't know why it isn't saving all of it.
    skouliki
    skouliki
    Manager
    Manager


    Female Posts : 15311
    Reputation : 1705
    Language : English,Greek
    Location : Greece

    Solved Re: User Control Panel Widget

    Post by skouliki Sun 3 May 2020 - 17:29

    switch the editor mode copy paste again and retry
    User Control Panel Widget Scre1845

    JaneDoe
    JaneDoe
    Forumember


    Posts : 308
    Reputation : 14
    Language : english

    Solved Re: User Control Panel Widget

    Post by JaneDoe Sun 3 May 2020 - 19:02

    Thanks so much @skouliki, that worked Good
    skouliki
    skouliki
    Manager
    Manager


    Female Posts : 15311
    Reputation : 1705
    Language : English,Greek
    Location : Greece

    Solved Re: User Control Panel Widget

    Post by skouliki Sun 3 May 2020 - 20:33

    my pleasure
    Problem solved & topic archived.
    Please read our forum rules: ESF General Rules


      Current date/time is Sun 22 Sep 2024 - 18:43