The C-Brats Forum Index
HomeForumsMy TopicsCalendarEvent SignupsMemberlistOur C-DorysThe Brat MapPhotos

Tutorials
Goto page 1, 2  Next
 
Post new topic   Reply to topic    The C-Brats Forum Index -> C-Brat Site Feedback
View previous topic :: View next topic  
Author Message
C-Hawk



Joined: 02 Nov 2003
Posts: 2146
City/Region: Carpinteria / Channel Islands
State or Province: CA
C-Dory Year: 2008
C-Dory Model: 22 Cruiser
Vessel Name: C-Hawk
Photos: C-Hawk
PostPosted: Thu Nov 06, 2003 8:06 pm    Post subject: Tutorials Reply with quote

When you find time? could you post some tutorials on posting a link
Question
Thanks

_________________
Roger
2002- CD22- "Fishtales" returned to factory 2008
2008- CD22- "C-Hawk" Sold
KJ6VVB
A Brat I am, At sea I be
God is Great, Beer is Good.... and People are Crazy
Back to top
View user's profile Send private message Send e-mail
Les Lampman
Dealer


Joined: 30 Oct 2003
Posts: 779
City/Region: Whidbey Island
State or Province: WA
PostPosted: Thu Nov 06, 2003 9:02 pm    Post subject: Reply with quote

Roger,

I'm not sure this qualifies as a tutorial but...

When you're typing a message and ready to insert your link look up a bit and click on the URL button and you get the first half [url] of what you need. Then type in your link, then hit the URL button again (you'll notice it has an asterisk next to it) and you get the second half of the deal [/url]. You should end up with something like www.mylink.com which looks like "[url]www. mylink .com[/url]" when you're typing in your message box. I had to put extra spaces in the example or it would have just shown up as a link again. Very Happy

_________________
Les

www.marinautboats.com
Back to top
View user's profile Send private message Send e-mail Visit poster's website
C-Hawk



Joined: 02 Nov 2003
Posts: 2146
City/Region: Carpinteria / Channel Islands
State or Province: CA
C-Dory Year: 2008
C-Dory Model: 22 Cruiser
Vessel Name: C-Hawk
Photos: C-Hawk
PostPosted: Thu Nov 06, 2003 9:21 pm    Post subject: Reply with quote

Les-
You mean like this? grand cherokee
I have no trouble copying and posting url's I would just like to link it to a word, like "cherokee" the way we used to do it?

By jove- I think I've got it


Last edited by C-Hawk on Thu Nov 06, 2003 10:29 pm; edited 4 times in total
Back to top
View user's profile Send private message Send e-mail
Helen O



Joined: 30 Oct 2003
Posts: 555
City/Region: Cathlamet
State or Province: WA
C-Dory Year: 1993
C-Dory Model: 16 Angler
Vessel Name: Helen O'
Photos: Helen O'
PostPosted: Thu Nov 06, 2003 9:38 pm    Post subject: Reply with quote

Mr. Green
_________________
Larry S
Helen O'


Last edited by Helen O on Fri Nov 07, 2003 12:18 pm; edited 1 time in total
Back to top
View user's profile Send private message Send e-mail
Da Nag



Joined: 24 Oct 2003
Posts: 2820
City/Region: Port Angeles
State or Province: WA
C-Dory Year: 2008
C-Dory Model: 16 Angler
Vessel Name: Taco
Photos: <a>Da Boats</a>
PostPosted: Thu Nov 06, 2003 9:45 pm    Post subject: Reply with quote

OK - the posts above will work, but here's how I do it...

There are two ways to insert a link - the "easy" way, and the "pretty" way.

1. The easy way - just type in the full web page address. Cut and paste it from your browser address bar if you want. The next line is an example - all I did was type it in, nothing else - the bulletin board software is smart enough to know it's a web address, and turns it into a link on the fly:

http://www.yahoo.com

2. The pretty way - type away as normal, don't worry about the link just yet. When you are ready to make part of the text you typed a link, highlight it with your mouse, then click the URL button above the edit window. This surrounds the text you typed with a couple of "tags", called BBCode (described below). A common example - you type "Click Here" and want the words to be a link, pointing somewhere. Here's how it would look in your edit window if you highlighted "Click here", then clicked the URL button:

Code:
[url]Click here[/url] to visit Yahoo!


All those goofy words inside of brackets are called BBCode. BBCode is just a way to tell the bulletin board to do something fancy with what you are typing - in this case, make a link out of it. You'll noticed BBCode always comes in pairs - identical, except the second one has a "/" in it. Everything between the pair of BBCode's is affected.

Still with me? Well, in order to make "Click here" actually point somewhere, we have to modify the BBCode a little. You do this by adding a little text to the first [url] as follows:

Code:
[url=http://www.yahoo.com]Click here[/url] to visit Yahoo!


All you do, is move your cursor to just past "url", insert an "=", then the web page address. Again, cut and paste comes in handy here, particularly when the web page address is really long.

Sounds tougher than it is - give it a try, no big deal if you screw it up a couple times. That's when the "edit" feature comes in handy... Laughing
Back to top
View user's profile Send private message Send e-mail Visit poster's website
C-Hawk



Joined: 02 Nov 2003
Posts: 2146
City/Region: Carpinteria / Channel Islands
State or Province: CA
C-Dory Year: 2008
C-Dory Model: 22 Cruiser
Vessel Name: C-Hawk
Photos: C-Hawk
PostPosted: Thu Nov 06, 2003 10:31 pm    Post subject: Reply with quote

Thanks Bill-

I edited my post above and, after 2 or 3 times I got it.


Last edited by C-Hawk on Fri Nov 07, 2003 1:10 pm; edited 1 time in total
Back to top
View user's profile Send private message Send e-mail
Pat Anderson



Joined: 02 Nov 2003
Posts: 8554
City/Region: Birch Bay, WA
State or Province: WA
C-Dory Year: 2005
C-Dory Model: 25 Cruiser
Vessel Name: Daydream
Photos: Daydream and Crabby Lou
PostPosted: Fri Nov 07, 2003 9:34 am    Post subject: Reply with quote

Yes, well, I will be able to do it with this explanation, but have to give the edge to MSN here on the "making it point somewhere" front. I was looking for something like in MSN that would let me pick what it pointed to by navigation in an open dialog or drop down list. So I have to pretty much have visited the link first and done a copy of the address bar, modify the HTML to insert the "=" sign and finally paste the actual URL, that is OK, but is going to leave some folks behind I fear. Probably can't easily be made simpler I suppose...(Not that I am ungrateful for all your efforts here, Bill - you kinow quite the contrary!)



Da Nag wrote:
OK - the posts above will work, but here's how I do it...

Still with me? Well, in order to make "Click here" actually point somewhere, we have to modify the BBCode a little. You do this by adding a little text to the first [url] as follows:

Code:
[url=http://www.yahoo.com]Click here[/url] to visit Yahoo!


All you do, is move your cursor to just past "url", insert an "=", then the web page address. Again, cut and paste comes in handy here, particularly when the web page address is really long.

Sounds tougher than it is - give it a try, no big deal if you screw it up a couple times. That's when the "edit" feature comes in handy... Laughing
Back to top
View user's profile Send private message Send e-mail Visit poster's website
Pat Anderson



Joined: 02 Nov 2003
Posts: 8554
City/Region: Birch Bay, WA
State or Province: WA
C-Dory Year: 2005
C-Dory Model: 25 Cruiser
Vessel Name: Daydream
Photos: Daydream and Crabby Lou
PostPosted: Fri Nov 07, 2003 9:40 am    Post subject: Reply with quote

For example:

Visit the Daydream album

Let's see if this works...yes, it does.

The actual URL is a rather mind-boggling one:

http://www.c-brat.net/modules.php?set_albumName=Daydream&op=modload&name=gallery&file=index&include=view_album.php

Not likely I am going to just type that puppy in...
Back to top
View user's profile Send private message Send e-mail Visit poster's website
Da Nag



Joined: 24 Oct 2003
Posts: 2820
City/Region: Port Angeles
State or Province: WA
C-Dory Year: 2008
C-Dory Model: 16 Angler
Vessel Name: Taco
Photos: <a>Da Boats</a>
PostPosted: Fri Nov 07, 2003 12:07 pm    Post subject: Reply with quote

Pat Anderson wrote:
Yes, well, I will be able to do it with this explanation, but have to give the edge to MSN here on the "making it point somewhere" front.


Well dang it, Pat - I'm just one guy, gettin' a lot of help from all the folks writing free software! If you can figure out a way to get me even 5% of Mr. Gate's billions, I'll make this site do anything you want...

$$$Mr. Green Mr. Green Mr. Green $$$

Seriously, there's always trade-offs when making as radical a change as we did. As much as I bash Microsoft, they do many things right, and yes - linking a word was definitely easier at MSN.

Think of it this way - I'm just doin' my part to turn as many folks into nerds as possible...something you should be happy about, cuz this demographic spends an awful lot of money on your product... Beer Beer Beer
Back to top
View user's profile Send private message Send e-mail Visit poster's website
C-Hawk



Joined: 02 Nov 2003
Posts: 2146
City/Region: Carpinteria / Channel Islands
State or Province: CA
C-Dory Year: 2008
C-Dory Model: 22 Cruiser
Vessel Name: C-Hawk
Photos: C-Hawk
PostPosted: Fri Nov 07, 2003 1:09 pm    Post subject: Reply with quote

Well said Bill-
We are all very grateful for all the work you have done. While Microsoft has several hundred on their payroll, we have one or two "nerds" with only a love of our boats that are giving freely of their time and knowledge.

Thanks
Back to top
View user's profile Send private message Send e-mail
Cheers



Joined: 31 Oct 2003
Posts: 236
City/Region: Vancouver
State or Province: WA
C-Dory Year: 1984
C-Dory Model: 22 Angler
Vessel Name: Cheers
Photos: Cheers
PostPosted: Fri Nov 07, 2003 1:58 pm    Post subject: Reply with quote

Yes, well said, Bill. We all appreciate your efforts. Only thing is: I thought you already got a sizeable percentage of Bill G's money???
Beer
Back to top
View user's profile Send private message Send e-mail MSN Messenger
Pat Anderson



Joined: 02 Nov 2003
Posts: 8554
City/Region: Birch Bay, WA
State or Province: WA
C-Dory Year: 2005
C-Dory Model: 25 Cruiser
Vessel Name: Daydream
Photos: Daydream and Crabby Lou
PostPosted: Fri Nov 07, 2003 10:42 pm    Post subject: Reply with quote

I hope it was abundantly clear, I am NOT ungrateful! And we do appreciate the patronage from the nerd community! Beer Beer Beer


Da Nag wrote:
Well dang it, Pat - I'm just one guy, gettin' a lot of help from all the folks writing free software! If you can figure out a way to get me even 5% of Mr. Gate's billions, I'll make this site do anything you want...
Back to top
View user's profile Send private message Send e-mail Visit poster's website
Da Nag



Joined: 24 Oct 2003
Posts: 2820
City/Region: Port Angeles
State or Province: WA
C-Dory Year: 2008
C-Dory Model: 16 Angler
Vessel Name: Taco
Photos: <a>Da Boats</a>
PostPosted: Fri Nov 07, 2003 11:59 pm    Post subject: Reply with quote

Don't worry, Pat - just giving you a ribbin'. However, if you feel guilty for some strange reason, you know the way to my heart...

Just to be clear - I am talking about beer. Wouldn't want anyone getting the wrong idea.

Bah - never did learn when to shut up... Rolling Eyes

_________________
Tux Will, C-Brat Nerd Tux
Back to top
View user's profile Send private message Send e-mail Visit poster's website
Redƒox
Guest





PostPosted: Sat Nov 08, 2003 3:22 am    Post subject: Nutin to it... Reply with quote

I did it lookie here

Last edited by Redƒox on Sat Nov 08, 2003 3:28 am; edited 1 time in total
Back to top
Redƒox
Guest





PostPosted: Sat Nov 08, 2003 3:27 am    Post subject: awright! Reply with quote

TNX for the lessons bill, I am slowly getting away from the nonerds. Yes that's my new word I invented Laughing get it .. Razz
Back to top
Display posts from previous:   
Post new topic   Reply to topic    The C-Brats Forum Index -> C-Brat Site Feedback All times are GMT - 5 Hours
Goto page 1, 2  Next
Page 1 of 2

 
     Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You cannot download files in this forum



Page generation time: 0.1643s (PHP: 90% - SQL: 10%) - SQL queries: 31 - GZIP disabled - Debug on