php forum
php mysql forum
php mysql smarty
 
Page 9 of 9 < 1 2 3 4 5 6 7 8 9
Topic Options
#110220 - 08/14/01 03:58 PM Re: Compact Headers Full - version 1.5 Final
Jamin Offline
Moderator / Template Diva

Registered: 03/04/00
Posts: 3368
Loc: College
Compact Headers Light was a quick and painless hack that I threw out there for lazy people. It's made to change the three main views. Now that I'm allowed to distribute the actual template files, it is my reasoning that the lazy people who were too lazy to hack the whole thing themselves and felt they needed the Light version, can now be even more lazy by not hacking *anything*. As such, I'm not really supporting the Light version anymore. Which is why I closed the thread.

The reason the Light version doesn't change public_common is because the public_common change by itself is incomplete. If you hack public_common, you MUST hack all the rest of the templates, otherwise table tags won't get closed and the whole page will look screwed up.

---Skorpion
_________________________
Don't put that signature in your mouth! You don't know where it's been!

Top
#110221 - 09/21/01 08:12 PM Re: Compact Headers Full - version 1.5 Final
import Offline
Member

Registered: 06/19/01
Posts: 76
Skorpion.. please help.. how do i customize the hack for Calendar? confused

Top
#110222 - 09/22/01 01:14 PM Re: Compact Headers Full - version 1.5 Final
Jamin Offline
Moderator / Template Diva

Registered: 03/04/00
Posts: 3368
Loc: College
I'm sorry, but I've decided that due to time restraints and a general disinterest, I will not be doing any conversion for any other mods. If I help you, I'll have to help every other joe schmoe that asks about every single other mod out there, so I just don't do it period. The ONLY exceptions to this will be on mods that I've already converted for my own board, where i can just copy/paste my already-done hacking. And as you can see, my board right now is pretty hack-free, so you can see where that avenue is going... :rolleyes:

If you want the CH style in any other mods, you'll have to do it yourself. It probably isn't really that hard if you know HTML and the way UBB variables work.

---Skorpion
_________________________
Don't put that signature in your mouth! You don't know where it's been!

Top
#110223 - 09/22/01 09:56 PM Re: Compact Headers Full - version 1.5 Final
import Offline
Member

Registered: 06/19/01
Posts: 76
ok..i guess thats it, is there any one else out there that has done this for calander?

Top
#110224 - 09/22/01 10:25 PM Re: Compact Headers Full - version 1.5 Final
import Offline
Member

Registered: 06/19/01
Posts: 76
OK i did it, if any one esle needs here it is!! I Took Skorpions advice it it turn out alright,...thanks Skorpion!!

######## IN public_calendar_display.pl

#######FIND

# standard top of HTML page
print "$Header";
print "<center>$standard_title_table</center>";

# name of this month and TBT

print qq~
<base href="$vars_config{NonCGIURL}/">
<h2 align=center><font face="$vars_style{FontFace}">$thismonth $yeartem</font></h2>
$TBT
<TR bgcolor="$vars_style{AltColumnColor1}">
<TD valign="bottom" align="left">
<FONT size="1" face="$vars_style{FontFace}">
<B>&#187;
$show_logout
</B>
</font>
</TD>
<TD valign="bottom" align="right">
<FONT size="1" face="$vars_style{FontFace}"><B>
<a href="$vars_config{CGIURL}/ultimatebb.cgi">$vars_config{BBName}</a> »
$vars_wordlets_calendar{calendar}
</B></font>
</TD>
</TR>
$TBB


~;

#######REPLACE WITH

# standard top of HTML page
print "$Header";
print "<center>$standard_title_table</center>";

# name of this month and TBT

print qq~
<FONT size="1" face="$vars_style{FontFace}"><B>
<a href="$vars_config{CGIURL}/ultimatebb.cgi">$vars_config{BBName}</a> »
$vars_wordlets_calendar{calendar}</B>
</font>
</TD>
</TR>
$TBB
<base href="$vars_config{NonCGIURL}/">
<h2 align=center><font face="$vars_style{FontFace}">$thismonth $yeartem</font></h2>


~;

[ 09-22-2001: Message edited by: import ]

[ 09-22-2001: Message edited by: import ]

Top
#110225 - 10/16/01 08:35 AM Re: Compact Headers Full - version 1.5 Final
Red Ghost Offline
Junior Member

Registered: 10/15/01
Posts: 1
I'd like to use this, along with many of the other hacks/templates I've seen, but many of them have been dealing with .pl files, which I don't have. All my UBB files are .cgi, how can I do this with those files?

Top
#110226 - 10/16/01 01:38 PM Re: Compact Headers Full - version 1.5 Final
trunkx Offline
Spotlight Winner

Registered: 04/21/01
Posts: 59
Loc: punk rock world
go into the ubb folder, then into templetes, those are your .pl files. good luck laugh
_________________________
·: First Place Winner: UBB™Dev September 2001 Member Spotlight
·: First Place Winner: UBB™Dev May 2002 Member Spotlight

Top
#110227 - 10/25/01 02:26 PM Re: Compact Headers Full - version 1.5 Final
Caspe7 Offline
Member

Registered: 10/13/01
Posts: 47
Loc: Cali
I need help getting in.. I don't understand how to find the usr & pwd.

Quote:
quote:



For the user name I'm putting in the 2nd to last word but since it has not worked, I put in the last word before the number.. thinking maybe you incuded the number as a word.

for the password I tryed the last word in the sentence and also the last word before the comma, and even the last word of the pharagrh, and still i have no luck getting in. If someone could help me in what I'm doing wrong/finding wrong.. please say so..
_________________________
">,.-~*´¨¯¨`*·~-.¸-(_Çã§Pe®_)-,.-~*´¨¯¨`*·~-.¸

Top
#110228 - 10/25/01 03:19 PM Re: Compact Headers Full - version 1.5 Final
Jamin Offline
Moderator / Template Diva

Registered: 03/04/00
Posts: 3368
Loc: College
The content of the Members Area has changed since they redid everything last Friday. Thus, the stuff I'm having you find is no longer there. I will be fixing this shortly.

---Skorpion
_________________________
Don't put that signature in your mouth! You don't know where it's been!

Top
#110229 - 10/25/01 03:45 PM Re: Compact Headers Full - version 1.5 Final
Caspe7 Offline
Member

Registered: 10/13/01
Posts: 47
Loc: Cali
ok, thank you. Can't wait to add this smile
_________________________
">,.-~*´¨¯¨`*·~-.¸-(_Çã§Pe®_)-,.-~*´¨¯¨`*·~-.¸

Top
#110230 - 11/12/01 06:04 AM Re: Compact Headers Full - version 1.5 Final
conniew Offline
Junior Member

Registered: 07/23/01
Posts: 21
Does anyone know if this hack is compatible with version 6.1.0.2 ?

Top
#110231 - 11/13/01 10:06 AM Re: Compact Headers Full - version 1.5 Final
Manik Offline
Member

Registered: 02/22/01
Posts: 46
straight from the creators fingers:

Quote:
quote:

Top
#110232 - 11/13/01 03:46 PM Re: Compact Headers Full - version 1.5 Final
Jamin Offline
Moderator / Template Diva

Registered: 03/04/00
Posts: 3368
Loc: College
Manik - that was referring to the Compact Headers 2.0 Beta (aka CH2). To my knowledge, v1.5 will not work on any 6.1 version - it was designed for 6.0x only. CH2 was specifically rewritten for use with 6.1, though it's a little outdated now.

For a version that (in theory) works with 6.1, click here .

smile

---Skorpion
_________________________
Don't put that signature in your mouth! You don't know where it's been!

Top
Page 9 of 9 < 1 2 3 4 5 6 7 8 9


Moderator:  Gizmo, tackaberry 
Who's Online
0 registered (), 25 Guests and 14 Spiders online.
Key: Admin, Global Mod, Mod
Shout Box

Latest Posts
Wisdom needed
by Gizmo
56 minutes 29 seconds ago
How to hide sub forums from summary page
by blaaskaak
Yesterday at 09:54 AM
Spell Check [beta]
by Bill B
12/01/08 09:16 PM
PhotoPost BB Code Popup
by AllenAyres
12/01/08 09:41 AM
Problems reading a lot of old posts here
by AllenAyres
12/01/08 09:35 AM
Forum 'Trader Ratings'.
by AllenAyres
12/01/08 09:33 AM
Customization needed
by Gizmo
11/12/08 12:28 PM
New Mods
User Authentication Class
by
01/19/07 02:59 PM
Multiple Identity Detector
by
12/30/06 06:39 PM
PhotoPost BB Code Popup
by
11/06/06 05:43 PM
Spell Check [beta]
by
10/17/06 09:24 PM
Newest Members
Truth, David DelMonte, nick1, Begbie, cenk
13364 Registered Users
Top Posters
AllenAyres 25452
JoshPet 11330
Rick 8372
LK 7396
Lord Dexter 6503
Greg Hard 5533
Charles Capps 5438

 

 

 
fusionbb message board php hacks