|
Post by katdnzr on Mar 6, 2019 17:38:01 GMT -7
When reading the last post on a thread, instead of simply going to the Next or Previous thread, I liked being able to jump back to Forum main page. Is it possible to have a button like that to get back to the General Discussions page? Did Charger Tom ever address this issue? I understand about the Next or Previous thread, but I too would like to be able to jump back to the Forum Main Page without scrolling to top of page.
|
|
|
Post by chopper31 on Mar 6, 2019 17:51:58 GMT -7
When reading the last post on a thread, instead of simply going to the Next or Previous thread, I liked being able to jump back to Forum main page. Is it possible to have a button like that to get back to the General Discussions page? Did Charger Tom ever address this issue? I understand about the Next or Previous thread, but I too would like to be able to jump back to the Forum Main Page without scrolling to top of page. Hit the back button on your browser, and it’ll take you back to the main page Edit - here is the latest news on that: losangeleschargers.proboards.com/post/1211
|
|
|
Post by frozendisc on Mar 6, 2019 18:19:30 GMT -7
Did Charger Tom ever address this issue? I understand about the Next or Previous thread, but I too would like to be able to jump back to the Forum Main Page without scrolling to top of page. Hit the back button on your browser, and it’ll take you back to the main page Only if the main page was the last page you were on....but if you had been reading three pages of one thread to catch up on all, the back button would.....need i really explain this. Chopper got work to do.....
|
|
|
Post by chopper31 on Mar 6, 2019 19:45:46 GMT -7
“Recent Posts” feature added, up on main task bar (top of page)
|
|
|
Post by cthommes on Mar 6, 2019 20:17:18 GMT -7
“Recent Posts” feature added, up on main task bar (top of page) How do I get to the top of the page?
|
|
|
Post by chopper31 on Mar 6, 2019 20:25:56 GMT -7
“Recent Posts” feature added, up on main task bar (top of page) How do I get to the top of the page? Scroll up
|
|
|
Post by cthommes on Mar 6, 2019 20:42:00 GMT -7
How do I set the "Staff Warning" notification to never? The drop-down is grayed out.
|
|
|
Post by chopper31 on Mar 6, 2019 21:22:29 GMT -7
Hit the back button on your browser, and it’ll take you back to the main page Only if the main page was the last page you were on....but if you had been reading three pages of one thread to catch up on all, the back button would.....need i really explain this. Chopper got work to do..... OK, I figured something out, and it’s been implented on profile theme - Option 1. For Option 1, The Navatigation Bar is now stickied at the very top of the page, so it will remain there as you scroll down the page. On that Navigation Bar there are one touch buttons to get to the main screen (home) and to the GD Board (Gen Disc). It was a lot of work, so I can’t do it in the other profile themes at this time. Another reason for everyone to switch to Option 1 !
|
|
|
Post by ltocbolts on Mar 7, 2019 2:41:36 GMT -7
Only if the main page was the last page you were on....but if you had been reading three pages of one thread to catch up on all, the back button would.....need i really explain this. Chopper got work to do..... OK, I figured something out, and it’s been implented on profile theme - Option 1. For Option 1, The Navatigation Bar is now stickied at the very top of the page, so it will remain there as you scroll down the page. On that Navigation Bar there are one touch buttons to get to the main screen (home) and to the GD Board (Gen Disc). It was a lot of work, so I can’t do it in the other profile themes at this time. Another reason for everyone to switch to Option 1 ! IXNAY!!You are hereby instructed to make all the improvements you've implemented, and all those that you will be adding, onto the preferred format of ProlassicV5.
Or, if you prefer, you may choose the option of making Option 1 look more like ProlassicV5.
Thank you. That is all.
|
|
|
Post by chopper31 on Mar 7, 2019 4:30:01 GMT -7
OK, I figured something out, and it’s been implented on profile theme - Option 1. For Option 1, The Navatigation Bar is now stickied at the very top of the page, so it will remain there as you scroll down the page. On that Navigation Bar there are one touch buttons to get to the main screen (home) and to the GD Board (Gen Disc). It was a lot of work, so I can’t do it in the other profile themes at this time. Another reason for everyone to switch to Option 1 ! IXNAY!!You are hereby instructed to make all the improvements you've implemented, and all those that you will be adding, onto the preferred format of ProlassicV5.
Or, if you prefer, you may choose the option of making Option 1 look more like ProlassicV5.
Thank you. That is all. What you may not realize is how difficult, time consuming it and risky it is to make these changes. We’re not talking about dragging some icons around on a screen, we talking about programming being done via CSS commands. The change I implemented required 72 lines of commands. Here is an example of what 1 line looks like: <a id="navigation-skip" href="#content" accesskey="s" tcom="aria-hidden" title="Skip Navigation">Skip Navigation</a> <a href="#" accesskey="T” title="Open Menu" onclick="proboards.hotkeys.actiNow imagine having 72 of those, and all it takes is 1 little error somewhere in there (which you will never be able to find), to cause functional issues with the message board. That can can only be done per profile theme, so hopefully now you can understand why I am not going to do that for the multiple existing themes. My plan is to get everything worked out on Option 1 (which is probably going to take a few weeks), and then make some copies of that template, and change the color schemes on the copies (which also is a very time consuming process btw) to give the users a couple different options for colors. Making modifications on a theme that already exists requires edits to be made to each individual theme, which is why I am only working with one. In the meantime, everyone has the option to either take advantage of the latest and greatest on theme Option 1, or to chose a different theme option and just deal with the arduous tasks such as scrolling to top of the the page to find a button (like the Neanderthal’s did back in the day).
|
|
|
Post by chargerfreak on Mar 7, 2019 4:39:47 GMT -7
IXNAY!!You are hereby instructed to make all the improvements you've implemented, and all those that you will be adding, onto the preferred format of ProlassicV5.
Or, if you prefer, you may choose the option of making Option 1 look more like ProlassicV5.
Thank you. That is all. What you may not realize is how difficult, time consuming it and risky it is to make these changes. We’re not talking about dragging some icons around on a screen, we talking about programming being done via commands. The change I implemented required 72 lines of commands. Here is an example of what 1 line looks like: <a id="navigation-skip" href="#content" accesskey="s" tcom="aria-hidden" title="Skip Navigation">Skip Navigation</a> <a href="#" accesskey="T” title="Open Menu" onclick="proboards.hotkeys.actiNow imagine having 72 of those, and all it takes is 1 little error somewhere in there (which you will never be able to find), to cause functional issues with the message board. That can can only be done per profile theme, so hopefully now you can understand why I am not going to do that for other themes. My plan is to get everything worked out on Option 1 (which is probably going to take a few weeks), and then make some copies of that template and change the color schemes on the copies (which also is a very time consuming process btw) to give the users a couple different options for colors. Making modifications on a theme that already exists requires edits to be made to each theme, which is why I am only working with one. In the meantime, everyone has the option to either take advantage of the latest and greatest on theme Option 1, or to chose a different option and just deal with the arduous tasks such as scrolling to top of the the page to find a button. Dear Mojo !!!!! We're football fans not computer scientists !!!!!!!!!!!!!!!!!!!!!!!!
|
|
|
Post by totallybolted on Mar 7, 2019 6:42:42 GMT -7
This place is so much better with Chopper
|
|
|
Post by cthommes on Mar 7, 2019 7:23:08 GMT -7
It would be better still if he knew how to copy and paste.
|
|
|
Post by frozendisc on Mar 7, 2019 8:11:45 GMT -7
IXNAY!!You are hereby instructed to make all the improvements you've implemented, and all those that you will be adding, onto the preferred format of ProlassicV5.
Or, if you prefer, you may choose the option of making Option 1 look more like ProlassicV5.
Thank you. That is all. What you may not realize is how difficult, time consuming it and risky it is to make these changes. We’re not talking about dragging some icons around on a screen, we talking about programming being done via CSS commands. The change I implemented required 72 lines of commands. Here is an example of what 1 line looks like: <a id="navigation-skip" href="#content" accesskey="s" tcom="aria-hidden" title="Skip Navigation">Skip Navigation</a> <a href="#" accesskey="T” title="Open Menu" onclick="proboards.hotkeys.actiNow imagine having 72 of those, and all it takes is 1 little error somewhere in there (which you will never be able to find), to cause functional issues with the message board. That can can only be done per profile theme, so hopefully now you can understand why I am not going to do that for the multiple existing themes. My plan is to get everything worked out on Option 1 (which is probably going to take a few weeks), and then make some copies of that template, and change the color schemes on the copies (which also is a very time consuming process btw) to give the users a couple different options for colors. Making modifications on a theme that already exists requires edits to be made to each individual theme, which is why I am only working with one. In the meantime, everyone has the option to either take advantage of the latest and greatest on theme Option 1, or to chose a different theme option and just deal with the arduous tasks such as scrolling to top of the the page to find a button (like the Neanderthal’s did back in the day). So be it......scrolling is not that difficult.
|
|
|
Post by chopper31 on Mar 7, 2019 10:03:19 GMT -7
This place is so much better with Chopper Thanks for the kind words....there should be a lot more goodies coming over the next few weeks. It won’t be long until the consensus will be that we have upgraded our community, in comparison to what the CMB had to offer...
|
|