Hello,

You can adjust the menu bar links in 2 template files... ubbt_registerednav.tmpl and ubbt_unregisterednav.tmpl

You'll note a $target variable there in the links... which is defined in the ubbt.inc.php file so that when you are in the admin section (using frames) it gets set to target top.

You could play with hardcoding them in the templates... or in the ubbt.inc.php file.... look for:

Look for the place that it says
<pre>
$target="";
</pre>
and you might try changing it to:
<pre>
$target="target=\"_parent\"";
</pre>
and see if that helps you. That should still allow it to function correctly in the admin screens.
Backup those files before you tweak them. <img border="0" title="" alt="[Wink]" src="images/icons/wink.gif" />

The Threads colum can be removed from the ubbthreads.tmpl file...
I think you'll need to remove or comment out this:
<pre>
<td align="center" width="9%">
{$ubbt_lang['THREAD_TEXT']}
</td>
</pre>
as well as:
<pre>
<td align="center" class"threadtotal" nowrap="nowrap">
{$forum[$c][$f]['Threads']}
{$forum[$c][$f]['showthreads']}
</td>
</pre>
Again... untested.... so backup the template first.


And you can also remove the member total from the ubbthreads.tmpl file too...

Remove:
<pre>
$registered {$ubbt_lang['REGED_USERS']}
</pre>

That should do it for you. <img border="0" title="" alt="[Wink]" src="images/icons/wink.gif" />
Power to the templates. <img border="0" title="" alt="[Smile]" src="images/icons/smile.gif" />

Josh
www.joshuapettit.com
ThreadsDev.com Administrator | InfoPop Community Moderator
Register to see my How To/Site Help Library Forum at ThreadsDev.com.
My threads 'tweaking' abilities are for hire for upgrades, tweaks and modifications.