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.

User Control Panel Widget

2 posters

Go down

Solved User Control Panel Widget

Post by JaneDoe May 3rd 2020, 12:12 pm

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 May 3rd 2020, 7:03 pm; edited 1 time in total
JaneDoe
JaneDoe
Forumember

Posts : 308
Reputation : 14
Language : english

https://www.unofficialtownshipforum.com/

Back to top Go down

Solved Re: User Control Panel Widget

Post by skouliki May 3rd 2020, 12:25 pm

hello

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

thanks tutorial fixed !
skouliki
skouliki
Manager
Manager

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

http://iconskouliki.forumgreek.com

Back to top Go down

Solved Re: User Control Panel Widget

Post by JaneDoe May 3rd 2020, 12:54 pm

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
JaneDoe
JaneDoe
Forumember

Posts : 308
Reputation : 14
Language : english

https://www.unofficialtownshipforum.com/

Back to top Go down

Solved Re: User Control Panel Widget

Post by skouliki May 3rd 2020, 1:16 pm

paste here the code you insert
skouliki
skouliki
Manager
Manager

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

http://iconskouliki.forumgreek.com

Back to top Go down

Solved Re: User Control Panel Widget

Post by JaneDoe May 3rd 2020, 1:26 pm

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>
JaneDoe
JaneDoe
Forumember

Posts : 308
Reputation : 14
Language : english

https://www.unofficialtownshipforum.com/

Back to top Go down

Solved Re: User Control Panel Widget

Post by skouliki May 3rd 2020, 1:35 pm

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>
 

skouliki
skouliki
Manager
Manager

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

http://iconskouliki.forumgreek.com

Back to top Go down

Solved Re: User Control Panel Widget

Post by JaneDoe May 3rd 2020, 2:29 pm

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 :
JaneDoe
JaneDoe
Forumember

Posts : 308
Reputation : 14
Language : english

https://www.unofficialtownshipforum.com/

Back to top Go down

Solved Re: User Control Panel Widget

Post by skouliki May 3rd 2020, 2:31 pm

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

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

http://iconskouliki.forumgreek.com

Back to top Go down

Solved Re: User Control Panel Widget

Post by JaneDoe May 3rd 2020, 3:12 pm

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.
JaneDoe
JaneDoe
Forumember

Posts : 308
Reputation : 14
Language : english

https://www.unofficialtownshipforum.com/

Back to top Go down

Solved Re: User Control Panel Widget

Post by skouliki May 3rd 2020, 4:10 pm

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
skouliki
skouliki
Manager
Manager

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

http://iconskouliki.forumgreek.com

Back to top Go down

Solved Re: User Control Panel Widget

Post by JaneDoe May 3rd 2020, 5:20 pm

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

Posts : 308
Reputation : 14
Language : english

https://www.unofficialtownshipforum.com/

Back to top Go down

Solved Re: User Control Panel Widget

Post by skouliki May 3rd 2020, 5:29 pm

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

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

http://iconskouliki.forumgreek.com

Back to top Go down

Solved Re: User Control Panel Widget

Post by JaneDoe May 3rd 2020, 7:02 pm

Thanks so much @skouliki, that worked Good
JaneDoe
JaneDoe
Forumember

Posts : 308
Reputation : 14
Language : english

https://www.unofficialtownshipforum.com/

Back to top Go down

Solved Re: User Control Panel Widget

Post by skouliki May 3rd 2020, 8:33 pm

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

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

http://iconskouliki.forumgreek.com

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum