Previous Thread
Next Thread
Print Thread
Rate Thread
#107439 10/06/2000 8:40 AM
Joined: Sep 2000
Posts: 305
CTH
Offline
Member
Member
Offline
Joined: Sep 2000
Posts: 305
Hey,

I am using slashubb to SSI one forums news posts not too disimilar from how you do it here [Linked Image]

What I want to do is change the color of the copyright notice at the bottom of the page - the Copyright by Flare.

I don't want to delete it because I believe in the theory credit where credit is due. But I'd like to make it slight less conspicuous maybe to a #CCCCCC font color.

However when I add
This is the copyright code from the slash ubb ::::


if ($save_to_file) {
open(FILE,">$NonCGIPath/slashubb.htm");
print FILE $PAGE;
print FILE "
SlashUBB v1.3 Copyright 2000 by Flare

";
close(FILE);
chmod(0644,"$NonCGIPath/slashubb.htm");
} else {
print "Content-type: text/htmlnn";
print $PAGE;
print "
SlashUBB v1.3 Copyright 2000 by Flare

";
print "";

I believe that the font color must be being called as the same font color for the post text color.

How do I change this please ????

TotalNewbie

Sponsored Links
#107440 10/06/2000 10:35 PM
Joined: Aug 2000
Posts: 469
Member
Member
Offline
Joined: Aug 2000
Posts: 469
so you're saying that this doesn't work:

if ($save_to_file) {
open(FILE,">$NonCGIPath/slashubb.htm");
print FILE $PAGE;
print FILE "
<>SlashUBB v1.3 Copyright 2000 by Flare

";
close(FILE);
chmod(0644,"$NonCGIPath/slashubb.htm");
} else {
print "Content-type: text/htmlnn";
print $PAGE;
print "
SlashUBB v1.3 Copyright 2000 by Flare

";
print "";

If that doesn't work, I'm mystified.


------------------
-david
I stand on my head and watch it all go away.

#107441 10/07/2000 12:29 AM
Joined: Sep 2000
Posts: 305
CTH
Offline
Member
Member
Offline
Joined: Sep 2000
Posts: 305
Hey Empire dude,

I found the problem shortly after posting here but I haven't until now had chance to post an update.

What was wrong was I had made a typo.

ie. I'm English and we spell COLOR COLOUR [Linked Image]

Old habits die hard.

Thanks for your help anyhows !!

TotalNewbie

#107442 10/07/2000 11:00 AM
Joined: Aug 2000
Posts: 469
Member
Member
Offline
Joined: Aug 2000
Posts: 469
ha
that is kinda funny
and flavourful! [Linked Image]

------------------
-david
I was a punk for a couple hours today. I loitered, pissed people off, asked what time it was in a clock shop, and almost got a mohawk.

#107443 10/09/2000 12:41 PM
Joined: Oct 2000
Posts: 229
Member
Member
Offline
Joined: Oct 2000
Posts: 229
TotalNewbie: Can you e-mail the SlashUBB setup to me, or post a link to it. The one in the database hasn't worked in ages and I can't find it. Thanks! [email protected]


------------------
Neal 'Thradar' Ulen
Webmaster www.gamerforums.net

Sponsored Links

Link Copied to Clipboard
Donate Today!
Donate via PayPal

Donate to UBBDev today to help aid in Operational, Server and Script Maintenance, and Development costs.

Please also see our parent organization VNC Web Services if you're in the need of a new UBB.threads Install or Upgrade, Site/Server Migrations, or Security and Coding Services.
Recommended Hosts
We have personally worked with and recommend the following Web Hosts:
Stable Host
bluehost
InterServer
Visit us on Facebook
Member Spotlight
isaac
isaac
California
Posts: 1,157
Joined: July 2001
Forum Statistics
Forums63
Topics37,573
Posts293,925
Members13,849
Most Online5,166
Sep 15th, 2019
Today's Statistics
Currently Online
Topics Created
Posts Made
Users Online
Birthdays
Top Posters
AllenAyres 21,079
JoshPet 10,369
LK 7,394
Lord Dexter 6,708
Gizmo 5,833
Greg Hard 4,625
Top Posters(30 Days)
Top Likes Received
isaac 82
Gizmo 20
Brett 7
WebGuy 2
Morgan 2
Top Likes Received (30 Days)
None yet
The UBB.Developers Network (UBB.Dev/Threads.Dev) is ©2000-2024 VNC Web Services

 
Powered by UBB.threads™ PHP Forum Software 8.0.0
(Preview build 20240430)