UBB.Dev
Posted By: BWilliams_dup1 How do I remove the | in the footer? - 05/03/2005 5:36 AM
Where do I remove the | that is to the left of the Privacy Statement in the ubbt_footer.tmpl?

[]https://www.ubbdev.com/uploads/127514-socaps.jpg[/]

Attached picture 127514-socaps.jpg
Posted By: ChAoS_dup1 Re: How do I remove the | in the footer? - 05/03/2005 6:01 AM
post the template or just do a find and replace for |

Mine is about line 32 in ubbt_footer.tmpl
[]ChAoS said:
post the template or just do a find and replace for |

Mine is about line 32 in ubbt_footer.tmpl [/]
Looked, but could not find.

Here is the code:

Code
<br /><? //UBBTREMARK<br />// File Version 6.5.1.1<br />echo <<<UBBTPRINT<br /><br /><br />$tbopen<br /><tr><br /><td class="darktable"><br /><table border="0" width="100%" cellpadding="2" cellspacing="0"><br /><tr><br /><td align="center" width="20%"><br />$contactlink<br /></td><br /><td align="center" width="20%"><br />{$template['privacy_statement']}<br /></td><br /><td align="center" width="20%"><br /><a href="http://www.socaps.com/ubbthreads/bylaws.php">SoCAPS Bylaws</a></td><br /><td align="center" width="20%"><br /><a href="http://www.socaps.com/ubbthreads/includes/boardrules.php">SoCAPS Rules</a></td><br /><td align="center" width="20%"><br /><a href="{$config['homeurl']}">{$config['urltitle']}</a><br /></td><br /></tr><br /></table><br /></td><br /></tr><br />$tbclose<br /><br /><p align ="center" style="font-size: 9px;"><a href="http://www.infopop.com/landing/goto.php?a=ubb.threads"><img src="{$config['images']}/powered_by2.gif" border="0" alt="*" /></a><br /><br />UBB.threads&trade; $VERSION<br /></p><br />$debug<br />UBBTPRINT;<br /><br />include("{$config['path']}/includes/$file");<br /><br />echo <<<UBBTPRINT<br /></body><br /></html><br />UBBTPRINT;<br />/* UBBTREMARK */ ?><br />
Posted By: Medar Re: How do I remove the | in the footer? - 05/03/2005 6:28 PM
Check your $template['privacy_statement'] variable...it looks like that is actually part of the name it is pulling in from your languages.
[]Medar said:
Check your $template['privacy_statement'] variable...it looks like that is actually part of the name it is pulling in from your languages. [/]
This is driving me insane for some reason. I have searched and searched and can not seem to find it.
Posted By: Medar Re: How do I remove the | in the footer? - 05/03/2005 8:18 PM
OK, actually looked instead of guessing.

Open your ubbt.inc.php

Line 964 (at least on mine)...or search for "privacy"

[:"blue"] if ($config['privacy'] == "text") {
$template['privacy_statement'] = " | <a href="{$config['phpurl']}/viewprivacy.php">{$ubbt_lang['PRIVACY']}</a>";
}
elseif ($config['privacy'] == "url") {
$template['privacy_statement'] = " | <a href="{$config['privacy_url']}">{$ubbt_lang['PRIVACY']}</a>";
}[/]

Remove your pipes as you like...
Posted By: Medar Re: How do I remove the | in the footer? - 05/03/2005 8:18 PM
But here is an oddity...

I could not find where I toggle my privacy statement either ON or OFF...

I have never used one so really had never noticed, but where is that? General Options?
[]Medar said:
OK, actually looked instead of guessing.

Open your ubbt.inc.php

Line 964 (at least on mine)...or search for "privacy"

[:"blue"] if ($config['privacy'] == "text") {
$template['privacy_statement'] = " | <a href="{$config['phpurl']}/viewprivacy.php">{$ubbt_lang['PRIVACY']}</a>";
}
elseif ($config['privacy'] == "url") {
$template['privacy_statement'] = " | <a href="{$config['privacy_url']}">{$ubbt_lang['PRIVACY']}</a>";
}[/]

Remove your pipes as you like... [/]
I would have never guessed to look there!

THANK YOU, THANK YOU and THANK YOU !!!!!!!!!!!!
[]Medar said:
But here is an oddity...

I could not find where I toggle my privacy statement either ON or OFF...

I have never used one so really had never noticed, but where is that? General Options? [/]
Control Panel->Display Options->Primary->General Options
Posted By: Medar Re: How do I remove the | in the footer? - 05/03/2005 9:35 PM
Ahh, there she blows. Have looked over that for many moons now.

Danke!
© UBB.Developers