• Required reading for all forum users!!!

    Welcome!
    Register to access the full functionality of the GSResources forum. Until you register and activate your account you will not have full forum access, nor will you be able to post or reply to messages.

    A note to new registrants...
    All new forum registrations must be activated via email before you have full access to the forum.

    A Special Note about Email accounts!
    DO NOT SIGN UP USING hotmail, outlook, gmx, sbcglobal, att, bellsouth or email.com. They delete our forum signup emails.

    A note to old forum members...
    I receive numerous requests from people who can no longer log in because their accounts were deleted. As mentioned in the forum FAQ, user accounts are deleted if you haven't logged in for the past 6 months. If you can't log in, then create a new forum account. If you don't get an error message, then check your email account for an activation message. If you get a message stating that the email address is already in use, then your account still exists so follow the instructions in the forum FAQ for resetting your password.

    Have you forgotten your password or have a new email address? Then read the forum FAQ for details on how to reset it.

    Any email requests for "can't log in anymore" problems or "lost my password" problems will be deleted. Read the forum FAQ and follow the instructions there - that's what we have one for...

  • Returning Visitors

    If you are a returning visitor who never received your confirmation email, then odds are your email provider is blockinig emails from our server. The only thing that can be done to get around this is you will have to try creating another forum account using an email address from another domain.

    If you are a returning visitor to the forum and can't log in using your old forum name and password but used to be able to then chances are your account is deleted. Purges of the databases are done regularly. You will have to create a new forum account and you should be all set.

Thoughts about the website in general

Hi Frank, I'm not suggesting "model" specific but "Brand" (think Honda, Yamaha, Kawasaki, BMW...etc...) specific. Big difference.
And I think it would be quite busy area as almost everyone here that owns a GS owns another brand of motorcycle to talk about.
Btw why can't I quote your post?
Cheers

Hey Trevor, you should be able to quote by clicking the option on the lower right hand corner of the post that you want to quote. Is the option missing or it just doesn't work?

As for the other forums, I get what you're saying. But even if you stick to just models there are a ton of them. Like I said, just from a forum maintenance standpoint, think moderation, it would be unwieldy. I would stick it just one forum until things show that they are getting to be too big a mess in one forum, that they needed to be split out.
 
To clarify, The GS Resources Facebook page was started many years ago by the late Adam Reinke as a place for GSers to communicate when the GSR site was down for whatever reason. As years have passed and FB algorithms have morphed the page has gone international. We generally try to steer people here, especially when they have Technical and Maintenance questions.

Scott, I never heard about Adam's passing. I'm floored. So when did that happen? I just saw the GoFundMe for his wife Melissa. Wow!! He was definitely one of the good guys.
 
Adam passed going on 2 years ago now, it was a shock to all of us. He was a part of a lot of hijinks at rides and rallies over the years.
 
Frank,
I've PM'd you about signature, and I don't want to beat a dead horse if it is, in fact, dead. but I haven't gotten any answers. Maybe there aren't any

... Signatures.

It seems I've hit a snag Attempting to alter my signature has resulted in me losing most of it. I've saved a copy of my previous signature with all of its links I used to have there in one of my old posts, so can easily get them back, if we find a way to resolve the issue.

I was attempting to add a link to the Pic of the Week Log I've just created. But even if I got rid of everything else and attempt to have only the link:

(135 characters) linked in a very short descriptor - POTW log - I get the the error message:
  • Your signature cannot be longer than 150 characters including BB code markup.
There was a time when I had more characters, more links, even an animated gif in my signature.

Could you please look into this? Can we have a higher limit for the signatures? Or is there some other issue that I don't understand? (entirely plausible)​
 
Yes, he was always a hoot to be around. One of the more memorable things I remember about Adam was during the rallies we were always going on beer runs. Then come to find out later he was a major player in Asheville's homebrew scene. I made a batch of homebrew myself last night. I'll be drinking it in his honor.
 
Hey Trevor, you should be able to quote by clicking the option on the lower right hand corner of the post that you want to quote. Is the option missing or it just doesn't work?

As for the other forums, I get what you're saying. But even if you stick to just models there are a ton of them. Like I said, just from a forum maintenance standpoint, think moderation, it would be unwieldy. I would stick it just one forum until things show that they are getting to be too big a mess in one forum, that they needed to be split out.

Hi Frank, you keep saying "model"...I'm saying "Brand" which is not crazy in amounts....but you could also do it by "Japanese" "European"" "American" "Chinese" Etc...
As for the quote option...it was missing in your post...Cheers
 
Hey Trevor, you should be able to quote by clicking the option on the lower right hand corner of the post that you want to quote. Is the option missing or it just doesn't work?

As for the other forums, I get what you're saying. But even if you stick to just models there are a ton of them. Like I said, just from a forum maintenance standpoint, think moderation, it would be unwieldy. I would stick it just one forum until things show that they are getting to be too big a mess in one forum, that they needed to be split out.

And here is one of your posts I could not quote (there were 2)
 
Frank,
I've PM'd you about signature, and I don't want to beat a dead horse if it is, in fact, dead. but I haven't gotten any answers. Maybe there aren't any

... Signatures.

It seems I've hit a snag Attempting to alter my signature has resulted in me losing most of it. I've saved a copy of my previous signature with all of its links I used to have there in one of my old posts, so can easily get them back, if we find a way to resolve the issue.

I was attempting to add a link to the Pic of the Week Log I've just created. But even if I got rid of everything else and attempt to have only the link:

(135 characters) linked in a very short descriptor - POTW log - I get the the error message:
  • Your signature cannot be longer than 150 characters including BB code markup.
There was a time when I had more characters, more links, even an animated gif in my signature.

Could you please look into this? Can we have a higher limit for the signatures? Or is there some other issue that I don't understand? (entirely plausible)

I'll put my reply here vs. PM so others who have the same question, can see the answer. Hopefully it doesn't get too technical. But I am a geek/software engineer/IT specialist so I have a bit of experience here. This could be long. Sorry...

The primary reason for keeping the character count on signatures where it's at is twofold. One is security. The other is size, both when displayed and it's physical code size.

What do I mean? Any link or picture that is displayed on a web page has code behind it. For instance, say that you want to put a clickable image on the page. To you it's just a picture, but it's not just that. There is code behind that picture. As an example, here is a line to display a clickable image. (Note, that this is written in HTML, not BBCode that the forum uses, but they are similar.)

<a href="https://www.example.com"> <img src="https://example.com/image.jpg" alt="Clickable Image" width="200" height="150"> </a>

To you the viewer, you're looking at it saying "It's only a picture and just a little text. It shouldn't eat up much of that 150 character limit." But you would be wrong. This is the code behind the scenes that displays the image on the webpage. When you view it, it looks simple. After all, all it took was a simple click to add the image. But this is what was generated as a result. So you will have eaten up 128 characters of your 150 character limit by just adding that one image. And even simple text links to other webpages act the same way. You can figure that at a minimum the characters it takes to display the link is double what you see, plus a bit more. It takes a lot of characters to make simple things happen on a webpage. So this addresses the physical size and limits. The bottom line is I don't want to eat up significant server resources just to do signatures.

That takes us to the next point, system performance and aesthetics. As you can see from the example above, it takes a lot of characters to make something happen. The more characters, the more disk space it uses and the longer it takes to load a webpage. Say that person has a huge signature with lots of images (which they themselves can be huge) and he has responded 10 times in a 30 post thread. Not taking in account browser optimizations, that's a ton of data that has to be transferred to everyone's PC to display that page. Some people have rocket ship PC's and others have slugs. If you have a slug, you get to hate big, complicated signatures. You may think they are cool but other forum users despise them. And though the forum software gives you the ability to turn off signatures in your user profile, forum users are still taking time to download the data every time a page loads, even if they aren't seeing it. Got a slow internet connection and a slug PC? Then it really sucks.

Which brings us next to aesthetics. Some people treat signatures like everyone needs to see their life story. Sort of like how Facebook was used by people in the early days where they felt that everyone had to know everything that they were doing 24/7. IMO, signatures are meant to relay a short snippet of something relevant to both the person and the environment the person is replying to. Not give your life story. For instance, I don't need to see a picture of someone's 14 cats, in a 1024x768 image in their signature, for every post they make in the GSR. And I'm sure, most other forum users don't either. And again to aesthetics, links to pics and other websites are easily broken, making for an ugly looking page because of broken links and broken links to pictures.

Then we have security. Note that I have been battling hackers and spammers. ever since the inception of this website, but that's another discussion. As I mentioned above, there is code behind everything you see on a webpage. Hackers take advantage of bugs in the system by writing code inside signatures in an attempt to break into the server. And to them this is the holy grail. If they can gain root access to the server through bad coding or bugs, then yehaw! So I do everything in my power to stop them in their tracks. By reducing the amount of code in your signature, we reduce our exposure to hackers.

In my opinion, signatures are meant to convey a simple message about you relative to the environment your replying in. If I were a dictator, I would not allow links and images from being displayed in signatures. I just don't see them as necessary for what we are doing here, but others have a differing opinion, so I allow them.

But I won't be increasing the allowed size of signatures for all the reasons I stated above. From what I can see in your description of your old signature, it was over the top. A bit of text, multiple links, animated gifs? Nah, I'm not a fan of all that. You will need to make the current limits work. Simple text will make the best usage of the 150 character limit. Links and images will eat it up in a heartbeat. Even turning something "bold' has a price - 6 characters. I'm sorry if this wasn't the answer you wanted to hear. But be sure to check out some of the signatures in this thread for some good and bad examples of what I am talking about.

Finally, there is the discussion of why some signatures have a ton of stuff, like you mentioned, and some don't. Especially knowing there is a 150 character limit for signatures. Yes, vBulletin restricted the character count to 150 in the latest update because of all the hackers and spammers that were taking advantage of the big text allowance. It's all a matter of exposure and they wanted to reduce it. So you may see some people with big signatures and broken links etc. and wonder why don't they fix them? I'll go on a limb and say they don't want to edit it because they'll lose what they got knowing there is a 150 character limit if they edit it. But I'll just say now that I don't know how much longer I'll allow that bird to roost. Broken links and broken picture links don't cut it for me. So if one day you notice your signature deleted, you 'll know why. Again, it's both for security and aesthetics, nothing personal. So it's best to do it yourself rather then having me force the issue.
 
And here is one of your posts I could not quote (there were 2)

I believe quoting only works for the post that you clicked the quote option on. If it's a multi-post kind of thing then you won't see the predecessor posts. Now, I'm not going to say that there isn't a configurable option that you can set in your profile however... VBulletin is good for slipping things in and not telling anyone. Version 6 (the latest) is a great example.
 
I believe quoting only works for the post that you clicked the quote option on. If it's a multi-post kind of thing then you won't see the predecessor posts. Now, I'm not going to say that there isn't a configurable option that you can't set in your profile however... VBulletin is good for slipping things in and not telling anyone. Version 6 (the latest) is a great example.

PS - I should warn everyone. Beware when you see me use the word 'can' or 'can't'. My fingers have this bad knack for typing the opposite of what I am intending to say when using that word. :eek:
 
I'll put my reply here vs. PM so others who have the same question, can see the answer. Hopefully it doesn't get too technical. But I am a geek/software engineer/IT specialist so I have a bit of experience here. This could be long. Sorry...

No, not the answer I was looking for, but I do appreciate the explanation. Now we know.
 
I believe quoting only works for the post that you clicked the quote option on. If it's a multi-post kind of thing then you won't see the predecessor posts. Now, I'm not going to say that there isn't a configurable option that you can set in your profile however... VBulletin is good for slipping things in and not telling anyone. Version 6 (the latest) is a great example.

I'm wondering how you do a "Comment" and not a "Reply". That appears to be the difference here. Is that only something you can do as the Administrator?
 
I'm wondering how you do a "Comment" and not a "Reply". That appears to be the difference here. Is that only something you can do as the Administrator?

On my end the options I see on the lower right hand corner of the post are IP, Edit, Quote, Comment, Flag and Set as Answer. What are you seeing?
 
For all of the posts in this thread, the only option is “Quote”
except for mine which also show Edit. Normally, in other threads, I also see Flag, but not in this thread. Probably because OP is Admin?
I have never seen IP (whatever that is), Comment, nor Set as Answer.
t3NvGKfh.png
 
It definitely looks like being the admin is giving me the small line options that you don't see. I also don't have the big Edit or Quote buttons that you see. I could see where admins may have more options because there are some times when I might want to say something about a post but don't want to butt into the conversation. Then again I could see that it would be nice for a regular user to have the same option. So I guess what I'm saying is, I don't know.:p

VBulletin is changing a ton of things in the forum software and the new version 6 is no exception. That's one of the reasons for the database getting scrogged when I converted to the new version. Even the minor version upgrades have done pretty big changes. So things are changing and we'll be figuring them out together.
 
On my end the options I see on the lower right hand corner of the post are IP, Edit, Quote, Comment, Flag and Set as Answer. What are you seeing?

Let me throw another wrinkle into this for you, Frank. I am seeing IP, Edit, Quote, and Flag, but not Comment and Set as Answer. My admin is giving different options from your admin, both of which are different from what the regular account is seeing.

But maybe not a problem we need to risk solving? Right now everybody seems to be able to do what they need to do, a blessing not always granted by the capricious gods of VBulletin. Safest fix might be you just use 'quote' instead of 'comment' so nobody knows. ;)
 
I got to say I like the new look of the website, it looks very clean and modern. Thank you administradors but keeping it running and clean away from scammers. As for selling other bikes that arent Suzuki GS? I don't really care, but I think it may bring more folks into the site.
 
Let me throw another wrinkle into this for you, Frank. I am seeing IP, Edit, Quote, and Flag, but not Comment and Set as Answer. My admin is giving different options from your admin, both of which are different from what the regular account is seeing.

But maybe not a problem we need to risk solving? Right now everybody seems to be able to do what they need to do, a blessing not always granted by the capricious gods of VBulletin. Safest fix might be you just use 'quote' instead of 'comment' so nobody knows. ;)

You are seeing a difference because in the structure of the forum and how it handles permissions. I am what you can consider a level one administrator and you would be like a level two. So while you have the ability to perform mod functions like infractions and bans, you don't have the ability to create new forums and set up underlying mechanisms like templates etc.. So I'm sure the two options you are missing are wrapped up in those functions you don't have access to.
 
You are seeing a difference because in the structure of the forum and how it handles permissions. I am what you can consider a level one administrator and you would be like a level two. So while you have the ability to perform mod functions like infractions and bans, you don't have the ability to create new forums and set up underlying mechanisms like templates etc.. So I'm sure the two options you are missing are wrapped up in those functions you don't have access to.

Obviously the difference. I am little curious why making a making a comment on an individual post would only be at the highest tech level. I would more expect that to be in the moderator function which we discovered is actually weaker in the current version than in previous ones. But I bow to the wisdom of the VBulletin gods. :)
 
Back
Top