Register | Login
Views: 19364387
Main | Memberlist | Active users | ACS | Commons | Calendar | Online users
Ranks | FAQ | Color Chart | Photo album | IRC Chat
11-02-05 12:59 PM
0 user currently in Acmlmboard support?.
Acmlm's Board - I2 Archive - Acmlmboard support? - acmlmboard buttons | |
Add to favorites | "RSS" Feed | Next newer thread | Next older thread
User Post
SyntaxLegend

Double metal axe
Level: 25

Posts: 42/222
EXP: 78264
For next: 11356

Since: 04-21-04
From: Australia

Since last post: 20 days
Last activity: 10 hours
Posted on 07-04-04 02:41 PM Link | Quote
i want to change the default colors of a button for edit profile and such from black on white to white on black. I cant find in any of the files where the colors are kept.
Surlent
サーレント
Level: 49

Posts: 417/1077
EXP: 863920
For next: 19963

Since: 03-15-04
From: Tower of Lezard Valeth

Since last post: 16 hours
Last activity: 1 hour
Posted on 07-04-04 03:18 PM Link | Quote
To do it non-layout specific, go into layout.php and find this:


[...]
$headlinks="
<a href=register.php>Register</a>
| <a href=login.php>Login</a>
| <a href=login.php?action=logout>Logout</a>
| <a href=editprofile.php>Edit profile</a>";
if(@mysql_num_rows(mysql_query("SELECT * FROM userpic"))) $headlinks.="
| <a href=userpic.php>Avatars</a>";
$headlinks2="
<a href=index.php>Main</a>
| <a href=memberlist.php>Memberlist</a>
| <a href=calendar.php>Calendar</a>
| <a href=online.php>Online users</a><br>
<a href=ranks.php>Ranks</a>
| <a href=faq.php>FAQ</a>
| <a href=search.php>Search</a>
| <a href=photo.php>Photo album</a>
";


Then simply put a font tag such as <font color="#cc9933">test [...] and </font> when you're done.


(edited by Surlent on 07-04-04 06:19 AM)
SyntaxLegend

Double metal axe
Level: 25

Posts: 43/222
EXP: 78264
For next: 11356

Since: 04-21-04
From: Australia

Since last post: 20 days
Last activity: 10 hours
Posted on 07-04-04 03:23 PM Link | Quote
im afraid i dont quite get exactly what you mean.
Surlent
サーレント
Level: 49

Posts: 418/1077
EXP: 863920
For next: 19963

Since: 03-15-04
From: Tower of Lezard Valeth

Since last post: 16 hours
Last activity: 1 hour
Posted on 07-04-04 03:36 PM Link | Quote
I assume you mean the row of "buttons" (there are links, no buttons ) seeing on every page:

Logout | Edit profile | Avatars | Post radar | Favorites
Main | Memberlist | Active users | Calendar | Online users
Ranks | FAQ | Color Chart | Photo album


So the part of these links is set up in layout.php and is loaded on every page.
If you put another color in front of a tag, let's take for example

<a href=editprofile.php>Edit profilea>

then put the font color tag in front of it.

In my example, adding <font color="#cc9933"><a href=editprofile.php>Edit profile</a></font> leads to

Edit profile

Damn, in my profile colored links don't seem to work (I anyway don't know too much), but usually the link will be shown in the color you put inside the font tag.
SyntaxLegend

Double metal axe
Level: 25

Posts: 44/222
EXP: 78264
For next: 11356

Since: 04-21-04
From: Australia

Since last post: 20 days
Last activity: 10 hours
Posted on 07-04-04 03:38 PM Link | Quote
i meant buttons like submit reply preveiw reply, buttons that do actions in newthread.php and newreply.php
Emptyeye
I am a real American!
Real American
Level: 67

Posts: 449/2273
EXP: 2488421
For next: 104451

Since: 05-24-04
From: I DUNNOOOOOOOO!!

Since last post: 9 hours
Last activity: 4 hours
Posted on 07-05-04 12:06 AM Link | Quote
Grabbing a look at the source of the edit profile page, it appears that it uses a Submit Button to get the more specific "edit profile" (And probably others).

Try searching for a reference list of commands having to do with buttons...who knows, there may be something about changing the colors.
knuck

Hinox
Banned until 19-58-5815: trolling, flaming, spamming, being a general fucktard...
Level: 62

Posts: 425/1818
EXP: 1894574
For next: 90112

Since: 03-15-04

Since last post: 14 hours
Last activity: 9 hours
Posted on 07-05-04 12:14 AM Link | Quote
Try messing with the schemes (default.php, etc).
One of the vars might be it. (i don't think that AcmlmBoard1.8a has layout for forms, though)


(edited by knuck on 07-04-04 03:14 PM)
Black Lord

Level: 34

Posts: 31/453
EXP: 235639
For next: 18012

Since: 03-15-04
From: Nebraska, what's a Nebraska

Since last post: 8 days
Last activity: 1 day
Posted on 07-06-04 12:01 AM Link | Quote
layout.php, there is a css file imbedded in it... use that...
SyntaxLegend

Double metal axe
Level: 25

Posts: 45/222
EXP: 78264
For next: 11356

Since: 04-21-04
From: Australia

Since last post: 20 days
Last activity: 10 hours
Posted on 07-06-04 05:54 AM Link | Quote
any specific lines or is it everywhere in the code?
Sandy53215
Acmlm (10:55:31 PM): they're having fun for the first time in so long
Level: 47

Posts: 107/948
EXP: 713034
For next: 53169

Since: 03-15-04
From: Milwaukee, Wisconsin (U.S.A)

Since last post: 1 day
Last activity: 4 hours
Posted on 07-07-04 01:44 AM Link | Quote
Depends because not everyone has the exact number of lines. For css you should see $css.
Emptyeye
I am a real American!
Real American
Level: 67

Posts: 476/2273
EXP: 2488421
For next: 104451

Since: 05-24-04
From: I DUNNOOOOOOOO!!

Since last post: 9 hours
Last activity: 4 hours
Posted on 07-07-04 03:03 AM Link | Quote
If you're lucky, the color variables will be conveniently named something like "buttoncolor" or something along those lines.

Of course, I've never actually seen the board code, so I'm basically talking out of my ass here.

Alternately, I suppose you could search for "white", "black", "#000000" or "#FFFFFF" (The latter two being the hex values for black and white, respectively).
DarkSlaya
POOOOOOOOOOOORN!
Level: 88

Posts: 311/4249
EXP: 6409254
For next: 241410

Since: 05-16-04
From: Montreal, Quebec, Canada

Since last post: 8 hours
Last activity: 5 hours
Posted on 07-07-04 03:05 AM Link | Quote
I'm not getting which buttons he's talking about.
Dylan
Devil Trumpets and Angel Trombones ~
Level: 54

Posts: 126/1407
EXP: 1181697
For next: 52173

Since: 06-19-04
From: Ottawa, Canada.

Since last post: 1 day
Last activity: 6 hours
Posted on 07-07-04 07:53 AM Link | Quote
Originally posted by DarkSlaya
I'm not getting which buttons he's talking about.


In a thread, after you hit "Add Reply," a form will appear where you input your text for the reply. When your done typing (here's the tricky part) there are two options displayed as buttons. "Submit Reply" is the first, and then you've got your "Preview Reply." They are black. The text is white. They have purple borders around 2 pixels wide. I don't think I can make it any clearer than that.

UPDATE: Here, I even added a screenshot for your viewing pleasure.





(edited by Gb boy on 07-06-04 11:01 PM)
DarkSlaya
POOOOOOOOOOOORN!
Level: 88

Posts: 348/4249
EXP: 6409254
For next: 241410

Since: 05-16-04
From: Montreal, Quebec, Canada

Since last post: 8 hours
Last activity: 5 hours
Posted on 07-07-04 07:55 AM Link | Quote
Gb boy: Oki thanks.

I'm going to check the code.
Dylan
Devil Trumpets and Angel Trombones ~
Level: 54

Posts: 127/1407
EXP: 1181697
For next: 52173

Since: 06-19-04
From: Ottawa, Canada.

Since last post: 1 day
Last activity: 6 hours
Posted on 07-07-04 08:02 AM Link | Quote
No problem
Mercury

Shyguy
Level: 16

Posts: 2/88
EXP: 18132
For next: 2124

Since: 07-08-04
From: Hihihi.

Since last post: 1 day
Last activity: 1 day
Posted on 07-08-04 03:36 AM Link | Quote
Like some already said, you have to do this with CSS.

For example, for buttons:

submit{
border:#000000 solid 1px;font-size:10px;font-family:Verdana;color:#000000;background-color:#FFFFFF; width=75px;}
SyntaxLegend

Double metal axe
Level: 25

Posts: 46/222
EXP: 78264
For next: 11356

Since: 04-21-04
From: Australia

Since last post: 20 days
Last activity: 10 hours
Posted on 07-08-04 07:02 AM Link | Quote
thanx mercury that helped a lot.
Add to favorites | "RSS" Feed | Next newer thread | Next older thread
Acmlm's Board - I2 Archive - Acmlmboard support? - acmlmboard buttons | |


ABII


AcmlmBoard vl.ol (11-01-05)
© 2000-2005 Acmlm, Emuz, et al



Page rendered in 0.012 seconds.