|
-
Jul 4th, 2002, 08:45 PM
#1
Thread Starter
Member
Okay...
username=filburt1&email=*&url=http%3A%2F%2Fwww.turtletips.com%2F&userICQ=&userAIM=&userYahoo=&signat ure=%5Bb%5D%5Burl%3Dhttp%3A%2F%2Fwww.turtletips.com%2F%5DTurtleTips.com%5B%2Furl%5D%5B%2Fb%5D+%7C+%5 Bb%5D%5Burl%3Dhttp%3A%2F%2Fwww.turtletips.com%2Fforums%2Findex.php%3Freferrerid%3D1%5DMy+Forums%5B%2 Furl%5D%5B%2Fb%5D&birthday=11%2F09%2F1984&biography=Seppo&location=Seppoville&occupation=Seppo&langu ages=The+seplectic+version&forumBanned=0&forumCustomTitle=Member
Thank you for updating your profile, filburt1.
Click here if you do not want to wait any longer
(or if your browser does not automatically forward you)
Riiiiiiiiiiiight...
Last edited by filburt1; Jul 7th, 2002 at 12:37 PM.
-
Jul 4th, 2002, 10:33 PM
#2
Re: Okay...
Originally posted by filburt1
Riiiiiiiiiiiight...
yeah, I also saw that today 
there;s another error, tell this to Karlos plz or send him a link to this post....
in vbworld.com when you are updating your profile it asks for the date of birth in d/m/y format, but it is actually saving it in m/d/y format (or vise versa, I dont remember)
-
Jul 4th, 2002, 10:41 PM
#3
Thread Starter
Member
I e-mailed him.
-
Jul 7th, 2002, 12:19 PM
#4
Hmmm...
Thanks for bringing this to my attention: it should be resolved shortly. Never received your e-mail tho, Filburt.
Also: RE the date issue. I have made a note of this and it will be looked at shortly.
Thanks -- feel free to let me know directly should you experience any further probs. Switchovers are always difficult, so I appreciate the support of everybody here.
Warmest,
~ KM
-
Jul 7th, 2002, 06:22 PM
#5

I think I also sent you a message through the "site messenger" thingie, dunno what I sent though
-
Jul 8th, 2002, 09:03 AM
#6
Fanatic Member
Ooops! All gone now 
/me makes note to self to remove debug code when done
-
Jul 8th, 2002, 09:03 AM
#7
Thread Starter
Member
-
Jul 8th, 2002, 09:27 AM
#8
Fanatic Member
No this was just extra code I had entered in to try and figure out what was going on. vbforums.com and vbworld.com talk to each other (in case you had not noticed! )
-
Jul 8th, 2002, 09:53 AM
#9
Fanatic Member
**** me!
John replies and Furby's back within the same minute!
-
Jul 8th, 2002, 07:07 PM
#10
I think I'll hijack this thread to ask my favorite question. What's happening with the coloring of visited threads - anything?
-
Jul 8th, 2002, 07:18 PM
#11
Thread Starter
Member
Originally posted by MartinLiss
I think I'll hijack this thread to ask my favorite question. What's happening with the coloring of visited threads - anything?
Karlos still hasn't replied about the new title images either and I haven't seen him on MSN...
As an admin you could do it yourself, ya know. Just edit the <body> tag in the Style Sets > Modify > Fonts/Colors/Etc page.
-
Jul 8th, 2002, 07:50 PM
#12
Tell me exactly what to do once I'm there and I will be veryhappy to do it.
-
Jul 8th, 2002, 08:03 PM
#13
PowerPoster
There doesn't seem to be a visited link colour so I think you need to add it to the body tag field
-
Jul 8th, 2002, 08:04 PM
#14
Thread Starter
Member
Originally posted by MartinLiss
Tell me exactly what to do once I'm there and I will be veryhappy to do it.
Very well *looks at a reference board*
-
Jul 8th, 2002, 08:06 PM
#15
Thread Starter
Member
-
Jul 8th, 2002, 08:07 PM
#16
PowerPoster
I think he'd got that far...
-
Jul 8th, 2002, 08:08 PM
#17
Thread Starter
Member
But screenshots rock 
-
Jul 8th, 2002, 08:09 PM
#18
PowerPoster
so you do have to do it in the body tag then which is what I said, without the screenies
-
Jul 8th, 2002, 08:11 PM
#19
Thread Starter
Member
-
Jul 8th, 2002, 08:29 PM
#20
I belive I've updated the visited threads color (I haven't tested it yet), but I don't see a View Images option. In the Attechments section I see Maximum File Size, Moderate, Valid Extensions and Allow Duplicate Images.
-
Jul 8th, 2002, 08:32 PM
#21
Thread Starter
Member
Hmm, it's a standard feature of vBulletin
-
Jul 8th, 2002, 08:41 PM
#22
Unfortunately the coloring doesn't seem to work either. I changed the vlink value from #000020 (I think that's what it was) to #DDDDDD. Does it take a while? Do I need to log out?
-
Jul 8th, 2002, 08:46 PM
#23
Thread Starter
Member
Did you do it for both style sets? It should take effect immediately. Try taking that CSS stuff for handling link color in the header template.
-
Jul 8th, 2002, 08:55 PM
#24
Please keep in mind that I am much less knowledgeable about this stuff that you are and I don't know what you mention the "CSS stuff".
As for the other part, yes I did change both style sets. I noticed this in one of the sections. Does it need changing?
<meta http-equiv="MSThemeCompatible" content="Yes">
<style type="text/css">
/* BODY {
SCROLLBAR-BASE-COLOR: {categorybackcolor};
SCROLLBAR-ARROW-COLOR: {categoryfontcolor};
} */
SELECT {
FONT-FAMILY: Verdana,Arial,Helvetica,sans-serif;
FONT-SIZE: 11px;
COLOR: #000000;
BACKGROUND-COLOR: #CFCFCF
}
TEXTAREA, .bginput {
FONT-SIZE: 12px;
FONT-FAMILY: Verdana,Arial,Helvetica,sans-serif;
COLOR: #000000;
BACKGROUND-COLOR: #CFCFCF
}
A:link, A:visited, A:active {
COLOR: {linkcolor};
}
A:hover {
COLOR: {hovercolor};
}
#cat A:link, #cat A:visited, #cat A:active {
COLOR: {categoryfontcolor};
TEXT-DECORATION: none;
}
#cat A:hover {
COLOR: {categoryfontcolor};
TEXT-DECORATION: underline;
}
#ltlink A:link, #ltlink A:visited, #ltlink A:active {
COLOR: {linkcolor};
TEXT-DECORATION: none;
}
#ltlink A:hover {
COLOR: {hovercolor};
TEXT-DECORATION: underline;
}
.thtcolor {
COLOR: {tableheadtextcolor};
}
</style>
$headnewpm
-
Jul 8th, 2002, 09:15 PM
#25
Thread Starter
Member
Delete the blue stuff:
Code:
A:link, A:visited, A:active {
COLOR: #000020;
}
-
Jul 8th, 2002, 10:27 PM
#26
Thread Starter
Member
Agh! Too light, too light!
-
Jul 8th, 2002, 10:35 PM
#27
Yes, I backed it out and not only did it change the link color, it changed the forum headings and my user name in the browsing list.
-
Jul 9th, 2002, 06:21 AM
#28
Retired VBF Adm1nistrator
Marty, you really gonna let the most hated person on the VBF **** up the server ?
Microsoft MVP : Visual Developer - Visual Basic [2004-2005]
-
Jul 9th, 2002, 06:27 AM
#29
Thread Starter
Member
Originally posted by MartinLiss
Yes, I backed it out and not only did it change the link color, it changed the forum headings and my user name in the browsing list.
They're all visited links *shrug*
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|