|
Post by Auset on May 15, 2004 10:42:31 GMT -5
These are solutions to problems as posted by Ryan of the Proboards team. Hopefully this info helps and if not contact me so that I can find the proper answer.
Problems Logging In
I login fine, but when I click a link it logs me out!
Your browser is not accepting cookies properly. First check to make sure you have cookies enabled. Also, in Internet Explorer 6 you need to make sure that you have 3rd Party Cookies enabled.
Your members need to enable cookies, tell them to do the following:
Click on tools on the menubar on your browser Click on Internet Options on the drop menu On the window that pops up, click on the privacy tab Put the arrow and track so that the arrow is on low Click ok
This will enable third party cookies:
Click on tools on the menubar on your browser Click on Internet Options on the drop menu On the window that pops up, click on the security tab Click on the custom button On the little window that pops up, scroll down to where it says cookies, and make sure the radio button is in the enabled position Click save
Hint from Ryan If the above didn't work try clicking "Always Stay Logged In" when you attemt to log in.
|
|
|
Post by Auset on May 15, 2004 10:57:53 GMT -5
UBB Code (these are the buttons at the top of your where you post your message next to where it says add tags) in post and Signatures Bold Text BoldBold Italic Text ItalicItalic Underline Text UnderlineUnderline Strikethrough StrikethroughStrikethrough Moving Moving Super Script Monday 13 th March Monday 13th March Sub Script 25 p25p Web Site Link www.proboards.comwww.proboards.comImage E-Mail you@yourhost.comyou@yourhost.com Hyper Text Link ProBoardsProBoards Image Link
E-Mail Hyper Text Link E-Mail MeE-Mail Me E-Mail Image Link
|
|
|
Post by Auset on May 15, 2004 11:00:31 GMT -5
Hyper Link <a href="url of link">TEXT</a> Replace url of link, with the url of the link. You can replace TEXT with what you want the text to say that the people have to click to get to the link. Hyper Link in new window <a href="url of link" target="_blank">TEXT</a> Replace url of link, with the url of the link. You can replace TEXT with what you want the text to say that the people have to click to get to the link. Image Link <a href="url of link"><img src="url of image"></a> Replace url of link, with the url of the link. Replace url of image, with the url of the image, eg, www.yourhost.com/images/092.gifImage <img src="url of image"> Replace url of image, with the url of the image, eg, www.yourhost.com/images/12.gifCenter To center anything in your headers or footers, use these tags: <center>rest of code</center> Place the rest of the code, of what you want centered, in between the tags.
|
|
|
Post by Auset on May 15, 2004 11:02:04 GMT -5
Text In Headers/Footers
Bold
<b>TEXT</b>
Underline
<u>TEXT</u>
Italics
<i>TEXT</i>
If you want to have bold text in italics, or italics underlined etc, just use a combination of the two. However, make sure the that the codes match each other in steps, e.g. <b> matches with </b> and not an </i>
Example of bad code <b><i>text</b></i>
Example of good code <b><i>text</i></b>
Glow
<font style="filter:glow(color=red, strength=2); height: 1;">TEXT</font>
Change the red, for the color you want the glow text to glow and change the 2 to the strength you want the glow to be
Shadow
<font style="filter: shadow(color=red, direction=0); height: 1;">TEXT</font>
Change the red, for the color you want the glow text to glow and change the 0 for the direction, in degrees, you want it to face., these are the values:
0=top 45=top right 90=right 135=bottom right 180=bottom 225=bottom left 270=left 215=top left
|
|
|
Post by Auset on May 15, 2004 11:06:52 GMT -5
Fonts
Verdana Times New Roman Comic Sans MS Arial Courier New Tahoma Century Autumn Lucida Console Rockwell Scibble Trebuchet
|
|
|
Post by Auset on May 15, 2004 11:10:51 GMT -5
I don't get notification/registration e-mails!
Most people experience this problem with Hotmail. Check your junkmail bin. Sometimes they are redirected through the filter.
OR
If you are an admin of your board make sure that your current listed e-mail is correct.
Update The newest versions of AOL have the "advanced SPAM blockers" and may make it impossible for Proboards to contact you. Admins may have to manually register members who expierience this problem. Or we recommend that these people create temporary free e-mails (ie. hotmail.com).
From Simpsons Rule Quote:I was messing around and found something that should be helpful. AOL 9.0 has a Spam Folder in addition to the regular one, but anything lower than 9.0 doesn't. I thought that it simply meant anyone with an older version of AOL couldn't access their Spam folder...but you can.
If you go to AOL Keyword Spam you can set your preferences for the Spam folder and if you go to AOL keyword Spam Folder it'll bring you to the Spam folder.
|
|
|
Post by Auset on May 15, 2004 11:15:53 GMT -5
|
|