2023-06-23, 06:47 PM
(This post was last modified: 2023-06-26, 04:41 PM by Black Angel. Edited 5 times in total.
Edit Reason: img BBCode not working, so I posted the link..
)
Hi. Quick question, how do I make the profiles look like this? I have the code for a 3 column portal,
but I would like to implement this for the user profiles, so that it would look nicer.. but I have no idea on how to do so. TThe image is from my old IPB forum, but it is an example of the layout I want for my MyBB forum. BB Thanks in advance for the help.
<html>
<head><title>{$mybb->settings['bbname']}</title>
{$headerinclude}
</head>
<body>
{$header}
<table width="100%" cellspacing="0" cellpadding="{$theme['tablespace']}" border="0" align="center">
<tr>
<td valign="top" width="200">{$welcome}{$pms}{$search}</td>
<td valign="top">{$announcements}</td>
<td valign="top" width="200">{$stats}{$whosonline}{$latestthreads}</td>
</tr>
</table>
{$footer}
</body>
</html>
but I would like to implement this for the user profiles, so that it would look nicer.. but I have no idea on how to do so. TThe image is from my old IPB forum, but it is an example of the layout I want for my MyBB forum. BB Thanks in advance for the help.
Thank you in advance for your time, and as always I appreciate any help offered.
List of unsolved MyBB Support issues..
https://community.mybb.com/search.php?ac...&uid=81844
List of unsolved MyBB Support issues..
https://community.mybb.com/search.php?ac...&uid=81844