|
 |
|
 |
02-21-2003, 10:32 AM
|
#1 (permalink)
|
|
LOAD "*",8,1
Join Date: Feb 2003
Location: la.ca.us
Posts: 254
|
links
seriously, it's time to change the forum link colors. it's difficult to spot linked text without mousing over. here's a diff for your convenience:
PHP Code:
A:link, A:visited, A:active {
font-family: "Verdana", "Tahoma", "Helvetica", "Arial", sans-serif;
text-decoration: none;
- COLOR: #000020;
+ COLOR: #cc0000;
}
A:hover {
COLOR: #FF4400;
text-decoration: none;
font-family: "Verdana", "Tahoma", "Helvetica", "Arial", sans-serif;
}
|
|
|
02-21-2003, 11:22 AM
|
#2 (permalink)
|
|
Moderator
Join Date: May 2002
Location: us.ca
Posts: 4,444
|
the only problem with changing the link colors, is that almost everything is included in that aspect of the style sheet.
vbulletin does not use 2 different parameters for the 'post' link color and the rest of the sight.
as a result, if i change the link color to red, then all the forum categories would be red .. then, all the thread links would be red ..
very ugly indeed.
i have to go in and re-program some of the text parsing to include the use of [SHELL] again, .. so i'll probably be able to force post links to be a different color.
for now, i made all the links dark blue #003366
thanks for the feedback.
|
|
|
02-21-2003, 11:29 AM
|
#3 (permalink)
|
|
Moderator
Join Date: May 2002
Location: us.ca
Posts: 4,444
|
ah, i couldn't stand so much blue text .. i changed it to dark gray for now .. hopefully i can fix this.
|
|
|
02-21-2003, 11:43 AM
|
#4 (permalink)
|
|
LOAD "*",8,1
Join Date: Feb 2003
Location: la.ca.us
Posts: 254
|
this is untested, but will probably do it.
PHP Code:
--- functions.php Mon Jun 3 15:35:15 2002
+++ functions.new.php Fri Feb 21 12:16:24 2003
@@ -684,10 +684,10 @@
"<ol type=\"\\5\">\\7</ol>",
"<ul>\\4</ul>",
"<li>",
- "<a href=\"http://www.\\6\" target=\"_blank\">\\8</a>",
- "<a href=\"\\5\" target=\"_blank\">\\7</a>",
- "<a href=\"http://www.\\5\" target=\"_blank\">\\5</a>",
- "<a href=\"\\4\" target=\"_blank\">\\4</a>",
+ "<a class=\"postlink\" href=\"http://www.\\6\" target=\"_blank\">\\8</a>",
+ "<a class=\"postlink\" href=\"\\5\" target=\"_blank\">\\7</a>",
+ "<a class=\"postlink\" href=\"http://www.\\5\" target=\"_blank\">\\5</a>",
+ "<a class=\"postlink\" href=\"\\4\" target=\"_blank\">\\4</a>",
"</normalfont><blockquote><pre><smallfont>code:</smallfont><hr>\\5<hr></pre></blockquote><normalfont>",
"</normalfont><blockquote><pre><smallfont>code:</smallfont><hr>\\5<hr></pre></blockquote><normalfont>",
"java script:",
@@ -2316,4 +2316,4 @@
register_shutdown_function("doshutdown");
}
|
|
|
03-04-2003, 03:57 PM
|
#5 (permalink)
|
|
Moderator
Join Date: May 2002
Location: us.ca
Posts: 4,444
|
i did try this, but couldn't get it working .. i even forced font tags in between the <a> tags </a> and it didn't work.
i'll look into it more later.
|
|
|
03-05-2003, 12:49 PM
|
#6 (permalink)
|
|
Moderator
Join Date: May 2002
Location: us.ca
Posts: 4,444
|
editing the parsing part of the bbcodeparse() function did not work, .. however i just added a simple line of code at the end of the function to do the same thing:
PHP Code:
$bbcode=str_replace("<a href","<a class=post href",$bbcode);
w00t .. there's your red links joe =)
|
|
|
03-05-2003, 12:57 PM
|
#7 (permalink)
|
|
$_['Your_Mom'];
Join Date: May 2002
Location: Santee
Posts: 627
|
|
|
|
03-05-2003, 01:01 PM
|
#8 (permalink)
|
|
Moderator
Join Date: May 2002
Location: us.ca
Posts: 4,444
|
yeah yeah yeah, .. we all know you are just spamming your site!
|
|
|
03-05-2003, 02:35 PM
|
#9 (permalink)
|
|
LOAD "*",8,1
Join Date: Feb 2003
Location: la.ca.us
Posts: 254
|
kickass!
|
|
|
| Thread Tools |
|
|
| Display Modes |
Linear Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT -8. The time now is 08:24 AM.
|
Copyright © 2000-2008, Milano Interactive
Web Hosting provided by Portal 360 Web Hosting
|
 |
|