|
Post by A Bad Example on Nov 21, 2013 9:59:27 GMT -5
Is it too much work I'm asking for to type in the character names so I can find them with the search (ctrl+f)? I will look into it. I will have to figure out how to do that What do you mean @tdpreys? I just searched in Firefox for Kodos, Lisa, and Bart. Went to each of them.
|
|
|
Post by brettolmsted on Nov 21, 2013 10:02:21 GMT -5
A Bad Example - I am not sure if it is really what @tdpreys wants, but what I was thinking was making a "go to" link at the top of my list where if you click say "Toughies" it would drop you down to that section. I think that would be most helpful as it is a long list. I just do not know how to code that. Do you know or would G0THAMGIRL, Spiffshine, D'oh-tastrophe Inc., Duff Dawg, Fraggle?
|
|
Deleted
|
Post by Deleted on Nov 21, 2013 10:07:02 GMT -5
I want to use the search in my browser for example for cletus. But it won't work when the names are part of the image!
|
|
|
Post by D'oh-tastrophe Inc. on Nov 21, 2013 10:17:03 GMT -5
A Bad Example - I am not sure if it is really what @tdpreys wants, but what I was thinking was making a "go to" link at the top of my list where if you click say "Toughies" it would drop you down to that section. I think that would be most helpful as it is a long list. I just do not know how to code that. Do you know or would G0THAMGIRL, Spiffshine, D'oh-tastrophe Inc., Duff Dawg, Fraggle? I don't believe BBC supports these capabilities. Something like HTML would as you essentially be creating subtitled topics within a weboage and would need the be able to name these subtitles and link to them. I did it several years ago with HTML. You are welcome to play around the tabbed posts similar to what I used in the latest Forumfield. I can send you the coding information later.
|
|
|
Post by brettolmsted on Nov 21, 2013 10:24:00 GMT -5
I want to use the search in my browser for example for cletus. But it won't work when the names are part of the image! that I will fix for you my friend, just give me some time
|
|
|
Post by brettolmsted on Nov 21, 2013 10:26:58 GMT -5
A Bad Example - I am not sure if it is really what @tdpreys wants, but what I was thinking was making a "go to" link at the top of my list where if you click say "Toughies" it would drop you down to that section. I think that would be most helpful as it is a long list. I just do not know how to code that. Do you know or would G0THAMGIRL, Spiffshine, D'oh-tastrophe Inc., Duff Dawg, Fraggle? I don't believe BBC supports these capabilities. Something like HTML would as you essentially be creating subtitled topics within a weboage and would need the be able to name these subtitles and link to them. I did it several years ago with HTML. You are welcome to play around the tabbed posts similar to what I used in the latest Forumfield. I can send you the coding information later. I would appreciate the info. I am not extremely computer-tech savvy. I am good at using tech, but not writing code
|
|
|
Post by A Bad Example on Nov 21, 2013 10:30:33 GMT -5
|
|
|
Post by D'oh-tastrophe Inc. on Nov 21, 2013 10:31:04 GMT -5
I don't believe BBC supports these capabilities. Something like HTML would as you essentially be creating subtitled topics within a weboage and would need the be able to name these subtitles and link to them. I did it several years ago with HTML. You are welcome to play around the tabbed posts similar to what I used in the latest Forumfield. I can send you the coding information later. I would appreciate the info. I am not extremely computer-tech savvy. I am good at using tech, but not writing code The code is a particular PITA and I only got it to work once. Definitely set aside time to work with it. It breaks super easily.
|
|
|
Post by brettolmsted on Nov 21, 2013 10:35:37 GMT -5
that was awesome information. That was exactly what I was looking for. Thank you for the leg work and information. I will hopefully get to this very soon, so I can make this thread much easier to navigate
|
|
|
Post by A Bad Example on Nov 21, 2013 10:45:09 GMT -5
that was awesome information. That was exactly what I was looking for. Thank you for the leg work and information. I will hopefully get to this very soon, so I can make this thread much easier to navigate You might want to wait. I just tested this; and the goto and anchor tags are not recognized. I put these into my create an animated gif post if you want to see.
|
|
|
Post by brettolmsted on Nov 21, 2013 10:57:08 GMT -5
that was awesome information. That was exactly what I was looking for. Thank you for the leg work and information. I will hopefully get to this very soon, so I can make this thread much easier to navigate You might want to wait. I just tested this; and the goto and anchor tags are not recognized. I put these into my create an animated gif post if you want to see. Yeah, I also tried it and also went to your post. We will just have to figure this out. D'oh-tastrophe Inc. was able to accomplish this on her Halloween guid somewhat. When you click a link it first opens a new tab for me and then drops me down to that section of her post. If I could only use that code and make it not open a new tab, it would be perfect
|
|
|
Post by A Bad Example on Nov 21, 2013 11:07:10 GMT -5
<a href="#{TEXT1}">{TEXT2}</a>You might want to wait. I just tested this; and the goto and anchor tags are not recognized. I put these into my create an animated gif post if you want to see. Yeah, I also tried it and also went to your post. We will just have to figure this out. D'oh-tastrophe Inc. was able to accomplish this on her Halloween guid somewhat. When you click a link it first opens a new tab for me and then drops me down to that section of her post. If I could only use that code and make it not open a new tab, it would be perfect <a name="{TEXT}"></a>Looks like she used HTML anchors pointing to individual posts. Guess we can see if they work inside a post. Edit: as we can see, the answer is no. I think the BBCode will work if enabled. I am no sure what that entails.
|
|
|
Post by D'oh-tastrophe Inc. on Nov 21, 2013 11:18:23 GMT -5
You might want to wait. I just tested this; and the goto and anchor tags are not recognized. I put these into my create an animated gif post if you want to see. Yeah, I also tried it and also went to your post. We will just have to figure this out. D'oh-tastrophe Inc. was able to accomplish this on her Halloween guid somewhat. When you click a link it first opens a new tab for me and then drops me down to that section of her post. If I could only use that code and make it not open a new tab, it would be perfect I made individual posts for each section, and then linked to each post. It wasn't all that smooth, but accomplished it's purpose.
|
|
|
Post by D'oh-tastrophe Inc. on Nov 21, 2013 11:18:58 GMT -5
<a href="#{TEXT1}">{TEXT2}</a>Yeah, I also tried it and also went to your post. We will just have to figure this out. D'oh-tastrophe Inc. was able to accomplish this on her Halloween guid somewhat. When you click a link it first opens a new tab for me and then drops me down to that section of her post. If I could only use that code and make it not open a new tab, it would be perfect <a name="{TEXT}"></a>Looks like she used HTML anchors pointing to individual posts. Guess we can see if they work inside a post. Edit: as we can see, the answer is no. I think the BBCode will work if enabled. I am no sure what that entails. I can research and see if there is some kind of plug in for this.
|
|
|
Post by brettolmsted on Nov 21, 2013 11:22:27 GMT -5
wow A Bad Example and D'oh-tastrophe Inc.. I thank you for all the effort, I didn't know it would such a big thing. I figured I just needed to know the [ ] and what to put in them. Thank you for the research
|
|
|
Post by D'oh-tastrophe Inc. on Nov 21, 2013 12:42:50 GMT -5
wow A Bad Example and D'oh-tastrophe Inc.. I thank you for all the effort, I didn't know it would such a big thing. I figured I just needed to know the [ ] and what to put in them. Thank you for the research You're welcome! One of us will report back whenever we find out something. (basically A Bad Example will be doing all the work and I'll just sit here and claim I contributed)
|
|
|
Post by A Bad Example on Nov 21, 2013 13:16:40 GMT -5
wow A Bad Example and D'oh-tastrophe Inc.. I thank you for all the effort, I didn't know it would such a big thing. I figured I just needed to know the [ ] and what to put in them. Thank you for the research You're welcome! One of us will report back whenever we find out something. (basically A Bad Example will be doing all the work and I'll just sit here and claim I contributed)This is one of the areas where my own OCD tendencies kick in.
|
|
|
Post by D'oh-tastrophe Inc. on Nov 21, 2013 13:36:28 GMT -5
You're welcome! One of us will report back whenever we find out something. (basically A Bad Example will be doing all the work and I'll just sit here and claim I contributed)This is one of the areas where my own OCD tendencies kick in. The blaring red against the gray text, perhaps?
|
|
|
Post by A Bad Example on Nov 21, 2013 14:31:14 GMT -5
This is one of the areas where my own OCD tendencies kick in. The blaring red against the gray text, perhaps? No. I really hate to leave programming problems alone. I may be days without sleep; but it will get done.
|
|
|
Post by D'oh-tastrophe Inc. on Nov 21, 2013 14:42:32 GMT -5
The blaring red against the gray text, perhaps? No. I really hate to leave programming problems alone. I may be days without sleep; but it will get done. Bah. Who needs sleep anyway?
|
|
|
Post by A Bad Example on Nov 21, 2013 14:49:56 GMT -5
No. I really hate to leave programming problems alone. I may be days without sleep; but it will get done. Bah. Who needs sleep anyway? According the doctor, me. Something about 2-3 hours a day not being enough.
|
|
|
Post by D'oh-tastrophe Inc. on Nov 21, 2013 14:53:13 GMT -5
Bah. Who needs sleep anyway? According the doctor, me. Something about 2-3 hours a day not being enough. That sounds like a scam. I would get a second and third opinion.
|
|
|
Post by Fraggle on Nov 21, 2013 14:53:41 GMT -5
Bah. Who needs sleep anyway? According the doctor, me. Something about 2-3 hours a day not being enough. I would agree. We have all seen what happens when you don't sleep. However there are days when I when I wish for a less complicated forum...where even a thread on the limits of the human rectum got numerous views. That is NOT an invitation to revive that thread by the way.
|
|
|
Post by A Bad Example on Nov 21, 2013 15:08:25 GMT -5
According the doctor, me. Something about 2-3 hours a day not being enough. That sounds like a scam. I would get a second and third opinion. As you can see, I have gotten the opinion that matters. It is why I saw doctor. Spoilsport. How else would people find out what a drunken frat boy does with a bottle rocket, and other mysteries best left unsolved?
|
|
|
Post by brettolmsted on Jan 8, 2014 11:46:11 GMT -5
Updated for Kumiko
|
|