php forum
php mysql forum
php mysql smarty
 
Page 2 of 2 < 1 2
Topic Options
#115618 - 05/16/04 03:26 PM Re: Compact TBT/TBB
Ian Spence Offline
Master Hacker

Registered: 01/25/03
Posts: 3765
Loc: Saint Johns, PA
This can only be fixed by editing public_ci_members.pl. I'll try to post the fix later tonight

Top
#115619 - 05/16/04 08:37 PM Re: Compact TBT/TBB
Painfool Offline
Member

Registered: 08/14/00
Posts: 182
ok great .. because I hacked up on the public_directory.pl until my fingers bled and it never got right smile

Top
#115620 - 05/17/04 05:26 AM Re: Compact TBT/TBB
Painfool Offline
Member

Registered: 08/14/00
Posts: 182
Bump for Ian smile

Top
#115621 - 05/17/04 08:26 AM Re: Compact TBT/TBB
Ian Spence Offline
Master Hacker

Registered: 01/25/03
Posts: 3765
Loc: Saint Johns, PA
In public_ci_members.pl
FIND: (3 times)
Code:
	my $TBT_ci = qq(
<table border="0" cellpadding="$table_borders[0]" cellspacing="$table_borders[1]" width="$civar->{args}->{html_width}" align="center">
<tr bgcolor="$vars_style{TableBorderColor}"><td>
<table border="0" width="100%" cellpadding="$table_borders[2]" cellspacing="$table_borders[3]">
);
REPLACE WITH:
Code:
	my $TBT_ci = qq(
<table bgcolor="$vars_style{TableBorderColor}" style="border: $table_borders[0]px $vars_style{TableBorderColor} solid" cellpadding="$table_borders[2]" cellspacing="$table_borders[3]" width="$civar->{args}->{html_width}" align="center">
);
Then, in public_common.pl
FIND:
Code:
	$TBT_Popup  = qq(
<center><table border="0" cellpadding="$table_borders[0]" cellspacing="$table_borders[1]" width="98%" align="center">
<tr bgcolor="$vars_style{TableBorderColor}"><td>
<table border="0" width="100%" cellpadding="$table_borders[2]" cellspacing="$table_borders[3]">
	);
REPLACE WITH:
Code:
	$TBT_Popup  = qq(
<center><table bgcolor="$vars_style{TableBorderColor}" style="border: $table_borders[0]px $vars_style{TableBorderColor} solid" cellpadding="$table_borders[2]" cellspacing="$table_borders[3]" width="98%" align="center">
	);
Then,
FIND:
Code:
	return qq(
<table border="0" cellpadding="$table_borders[0]" cellspacing="$table_borders[1]" width="$_[0]" align="$_[1]">
<tr bgcolor="$vars_style{TableBorderColor}"><td>
<table border="0" width="100%" cellpadding="$table_borders[2]" cellspacing="$table_borders[3]">
);
REPLACE WITH:
Code:
	return qq(
<table bgcolor="$vars_style{TableBorderColor}" style="border: $table_borders[0]px $vars_style{TableBorderColor} solid" cellpadding="$table_borders[2]" cellspacing="$table_borders[3]" width="$_[0]" align="$_[1]">
);

Top
#115622 - 05/17/04 08:52 AM Re: Compact TBT/TBB
Painfool Offline
Member

Registered: 08/14/00
Posts: 182
"FLAWLESS VICTORY!"

Thank you guys!

Top
#115623 - 05/21/04 06:30 PM Re: Compact TBT/TBB
Painfool Offline
Member

Registered: 08/14/00
Posts: 182
Note: You will need to apply the fix above to all three of the CI templates. smile

Top
Page 2 of 2 < 1 2



Moderator:  Gizmo, tackaberry 
Latest Posts
[7.2.1] - Naked shoutbox
by bellaonline
05/05/12 05:00 PM
[7.x] Stop Forum Spam Integration v0.4
by bellaonline
05/05/12 03:53 PM
Shout Box

(Views)Popular Topics
Known public proxy servers 1689885
Integrated Index Page (IIP) 5.3.1 555705
Finished-[6.5.2] Games Arcade Deluxe v1.9 501236
Integrated Index Page (IIP) 5.1.1 415112
TLD Bv2.1 Released - Threads Links Directory 396822
[6.0x] Who's Online 4.0.0 [Finished] 389412
Finished-[6.5.1] Integrated Index Page (IIP) 6.5 330423
Q & A 298663
Slash UBB 266936
[6.3.x] [beta] Hit Hack 2.0 227970
Forum Stats
13621 Members
59 Forums
37191 Topics
295716 Posts

Max Online: 686 @ 06/28/07 07:04 AM

 

 

 
fusionbb message board php hacks