Control Panel
The forum of the forums :: Support forum :: Forum Design & Appearance Help :: Design & Appearance Problems Archives
Page 1 of 1 • Share •
Control Panel
using the tutorial for a "control panel" widget given here
http://help.forumotion.com/t42100-control-panel-for-users
I added it but the problem is that the links to the mini images for the fields are broken.. can someone find me a fixed image links of them? thanx
invision
Forum Link
http://help.forumotion.com/t42100-control-panel-for-users
I added it but the problem is that the links to the mini images for the fields are broken.. can someone find me a fixed image links of them? thanx
invision
Forum Link
Re: Control Panel
@Rhino.Freak wrote:using the tutorial for a "control panel" widget given here
http://help.forumotion.com/t42100-control-panel-for-users
I added it but the problem is that the links to the mini images for the fields are broken.. can someone find me a fixed image links of them? thanx
invision
Forum Link
I've revised that code for my forum a little while back before I joined. I replaced the images, along with adding font tags. Additionally I added a chatbox link to social.

With Chatbox:
- Code:
<TABLE border=0 width="100%"><TBODY><TR><TD align=left><p><IMG alt="" src="http://i69.servimg.com/u/f69/15/62/32/35/config10.png"><STRONG> Your profile</STRONG> </p><p><A href="/profile.forum?mode=editprofile" target=_blank>Information</A></p><p><A href="/profile.forum?mode=editprofile&page_profil=preferences" target=_blank>Preference</A></p><p><A href="/profile.forum?mode=editprofile&page_profil=signature" target=_blank>Signature</A></p><p><A href="/profile.forum?mode=editprofile&page_profil=avatars" target=_blank>Avatar</A></p></TD></TR><TR><TD align=left><p><IMG alt="" src="http://i69.servimg.com/u/f69/15/62/32/35/social10.png"><STRONG> Social</STRONG></p><p><A href="FORUM CHATBOX HERE" target=_blank>Chat Box</A></p><p><A href="/profile.forum?mode=editprofile&page_profil=friendsfoes" target=_blank>Friends and Foes</A></p><p><A href="/memberlist.forum" target=_blank>Memberlist </A></p><p><A href="/groupcp.forum" target=_blank>Groups</A></p></TD></TR><TR><TD align=left><p><STRONG><IMG alt="" src="http://i69.servimg.com/u/f69/15/62/32/35/pm_zps10.png"> Messages</STRONG></p><p><A href="/msg.forum?folder=inbox" target=_blank>Inbox</A></p><p><A href="/msg.forum?folder=sentbox" target=_blank>PM sent</A></p></TD></TR><TR><TD align=left><p><IMG alt="" src="http://i69.servimg.com/u/f69/15/62/32/35/other210.png"> <STRONG>Other</STRONG></p><p><A href="/search.forum?search_id=watchsearch" target=_blank>Topic is being watched</A></p></TD></TR></TBODY></TABLE>
Without Chatbox:
- Code:
<TABLE border=0 width="100%"><TBODY><TR><TD align=left><p><IMG alt="" src="http://i69.servimg.com/u/f69/15/62/32/35/config10.png"><STRONG> Your profile</STRONG> </p><p><A href="/profile.forum?mode=editprofile" target=_blank>Information</A></p><p><A href="/profile.forum?mode=editprofile&page_profil=preferences" target=_blank>Preference</A></p><p><A href="/profile.forum?mode=editprofile&page_profil=signature" target=_blank>Signature</A></p><p><A href="/profile.forum?mode=editprofile&page_profil=avatars" target=_blank>Avatar</A></p></TD></TR><TR><TD align=left><p><IMG alt="" src="http://i69.servimg.com/u/f69/15/62/32/35/social10.png"><STRONG> Social</STRONG></p><p><A href="/profile.forum?mode=editprofile&page_profil=friendsfoes" target=_blank>Friends and Foes</A></p><p><A href="/memberlist.forum" target=_blank>Memberlist </A></p><p><A href="/groupcp.forum" target=_blank>Groups</A></p></TD></TR><TR><TD align=left><p><STRONG><IMG alt="" src="http://i69.servimg.com/u/f69/15/62/32/35/pm_zps10.png"> Messages</STRONG></p><p><A href="/msg.forum?folder=inbox" target=_blank>Inbox</A></p><p><A href="/msg.forum?folder=sentbox" target=_blank>PM sent</A></p></TD></TR><TR><TD align=left><p><IMG alt="" src="http://i69.servimg.com/u/f69/15/62/32/35/other210.png"> <STRONG>Other</STRONG></p><p><A href="/search.forum?search_id=watchsearch" target=_blank>Topic is being watched</A></p></TD></TR></TBODY></TABLE>
Re: Control Panel
@Rhino.Freak wrote:thanx a lot ! solved
Scratch that, the one above is a old version; this is the one with the font tags. Excuse my hiccup

- Code:
<TABLE border=0 width="100%"><TBODY><TR><TD align=left><font size="2"><p><IMG alt="" src="http://i69.servimg.com/u/f69/15/62/32/35/config10.png"> <b>Your profile</b></p></font><font size="1"><p><A href="/profile.forum?mode=editprofile" target=_blank>Information</A></p><p><A href="/profile.forum?mode=editprofile&page_profil=preferences" target=_blank>Preference</A></p><p><A href="/profile.forum?mode=editprofile&page_profil=signature" target=_blank>Signature</A></p><p><A href="/profile.forum?mode=editprofile&page_profil=avatars" target=_blank>Avatar</A></p></font></TD></TR><TR><TD align=left><font size="2"><p><IMG alt="" src="http://i69.servimg.com/u/f69/15/62/32/35/social10.png"> <b>Social</b></p></font><font size="1"><p><a href="FORUM CHATBOX HERE" target=_blank>Chatbox</a></p><p><A href="/profile.forum?mode=editprofile&page_profil=friendsfoes" target=_blank>Friends and Foes</A></p><p><A href="/memberlist.forum" target=_blank>Memberlist </A></p><p><A href="/groupcp.forum" target=_blank>Groups</A></p></font></TD></TR><TR><TD align=left><font size="2"><p><IMG alt="" src="http://i69.servimg.com/u/f69/15/62/32/35/pm_zps10.png"> <b>Messages</b></p></font><font size="1"><p><A href="/msg.forum?folder=inbox" target=_blank>Inbox</A></p><p><A href="/msg.forum?folder=sentbox" target=_blank>PM sent</A></p></font></TD></TR><TR><TD align=left><font size="2"><p><IMG alt="" src="http://i69.servimg.com/u/f69/15/62/32/35/other210.png"> <b>Other</b></p></font><font size="1"><p><A href="/search.forum?search_id=watchsearch" target=_blank>Topic is being watched</A></p></font></TD></TR></TBODY></TABLE>
Re: Control Panel
@Rhino.Freak wrote:Can I have without chatbox?
There you go.
- Code:
<TABLE border=0 width="100%"><TBODY><TR><TD align=left><font size="2"><p><IMG alt="" src="http://i69.servimg.com/u/f69/15/62/32/35/config10.png"> <b>Your profile</b></p></font><font size="1"><p><A href="/profile.forum?mode=editprofile" target=_blank>Information</A></p><p><A href="/profile.forum?mode=editprofile&page_profil=preferences" target=_blank>Preference</A></p><p><A href="/profile.forum?mode=editprofile&page_profil=signature" target=_blank>Signature</A></p><p><A href="/profile.forum?mode=editprofile&page_profil=avatars" target=_blank>Avatar</A></p></font></TD></TR><TR><TD align=left><font size="2"><p><IMG alt="" src="http://i69.servimg.com/u/f69/15/62/32/35/social10.png"> <b>Social</b></p></font><font size="1"><p><A href="/profile.forum?mode=editprofile&page_profil=friendsfoes" target=_blank>Friends and Foes</A></p><p><A href="/memberlist.forum" target=_blank>Memberlist </A></p><p><A href="/groupcp.forum" target=_blank>Groups</A></p></font></TD></TR><TR><TD align=left><font size="2"><p><IMG alt="" src="http://i69.servimg.com/u/f69/15/62/32/35/pm_zps10.png"> <b>Messages</b></p></font><font size="1"><p><A href="/msg.forum?folder=inbox" target=_blank>Inbox</A></p><p><A href="/msg.forum?folder=sentbox" target=_blank>PM sent</A></p></font></TD></TR><TR><TD align=left><font size="2"><p><IMG alt="" src="http://i69.servimg.com/u/f69/15/62/32/35/other210.png"> <b>Other</b></p></font><font size="1"><p><A href="/search.forum?search_id=watchsearch" target=_blank>Topic is being watched</A></p></font></TD></TR></TBODY></TABLE>
Re: Control Panel
@Rhino.Freak wrote:Thanx a lot dude!solveeed
No wait that version is old too, let me-- April fools!

Glad to be of assistance. :-)
The forum of the forums :: Support forum :: Forum Design & Appearance Help :: Design & Appearance Problems Archives
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum