Home
JAQForum Ver 24.01
Log In or Join  
Active Topics
Local Time 05:01 11 Jul 2025 Privacy Policy
Jump to

Notice. New forum software under development. It's going to miss a few functions and look a bit ugly for a while, but I'm working on it full time now as the old forum was too unstable. Couple days, all good. If you notice any issues, please contact me.

Forum Index : Off topic archive. : Forum "First Unread"

Author Message
aargee
Senior Member

Joined: 21/08/2008
Location: Australia
Posts: 255
Posted: 07:25am 03 Jul 2011
Copy link to clipboard 
Print this post

Probably in the wrong forum area, but for the life of me I cant see a "First Unread" button. So for each forum topic, it will jump to the first post unread by me.

... or isn't there one?
For crying out loud, all I wanted to do was flash this blasted LED.
 
donmck

Guru

Joined: 09/06/2011
Location: Australia
Posts: 1314
Posted: 09:37am 03 Jul 2011
Copy link to clipboard 
Print this post

  aargee said   Probably in the wrong forum area, but for the life of me I cant see a "First Unread" button. So for each forum topic, it will jump to the first post unread by me.

... or isn't there one?


Don't know yet.

I am finding a few problems, but it is a great Forum, and Glenn runs a fine ship.

I think you can only specify a page URL, and not an individual message.

Any Emoticons, and LINK and GRAPHIC URLs always append to the bottom of the current message so you need to copy and paste them to where you need them.

I think I recall Glenn saying he would look into that one, so I guess it could be about the finer points in Forum configuration.

Cheers Don...

https://www.dontronics.com
 
Gizmo

Admin Group

Joined: 05/06/2004
Location: Australia
Posts: 5116
Posted: 01:13pm 03 Jul 2011
Copy link to clipboard 
Print this post

Yeah I'm working on those. The Emoticons work as expected for me, they get inserted at the cursor location within the text. Don can you check they dont work for you, and if not, what is your browser make and version?, it might have a problem with javascript. I'm using IE9.

The other buttons, bold, images, etc, get appended to the end of the text, which we know. The javascript to insert these at the cursor location just isn't there, so its never worked. I'm in the process of rewritting some of the javascript to fix this, insert at cursor location.

I'll also be changing some of the buttons behaviour, adding CODE for example, something we will use more often.

Now, the unread post "request". Yes it can be done. It will involve the forum writting a cookie every time you visit a page. The cookie will contain the forum message id's for that thread. When you revisit the page, the forum will look at your cookie to see what it displayed to you last time, so it will know what to display as "Unread".

It will happen, dont know when, sometime soon. It depends on how my paying work load it going at the time. Sometimes I work on the forum as a change of scenery, so it could happen anytime, depends on the day I'm having.

Glenn
The best time to plant a tree was twenty years ago, the second best time is right now.
JAQ
 
aargee
Senior Member

Joined: 21/08/2008
Location: Australia
Posts: 255
Posted: 10:55pm 03 Jul 2011
Copy link to clipboard 
Print this post

Gizmo,

Thanks for the reply, I just thought it might have been something *I* wasn't seeing. Or maybe a config bit to set in my settings.

I can live with the forum the way it is though.. :-)

- Rob.


For crying out loud, all I wanted to do was flash this blasted LED.
 
Gizmo

Admin Group

Joined: 05/06/2004
Location: Australia
Posts: 5116
Posted: 12:15am 04 Jul 2011
Copy link to clipboard 
Print this post

OK, fixed the insert into text issue, if your using IE. If you using firefox or safari or whatever, upgrade!

After spending a few hours modifying the javascript, I discovered it only works for IE Looks like the javascript caretPos command, which is used to get the cursor postion in a text box, isnt supported in firefox based browsers. Just another day in the life of a web developer.

I'll look at the problem in a few days after I've taken a break from it.
The best time to plant a tree was twenty years ago, the second best time is right now.
JAQ
 
donmck

Guru

Joined: 09/06/2011
Location: Australia
Posts: 1314
Posted: 03:01am 04 Jul 2011
Copy link to clipboard 
Print this post

  Gizmo said   Yeah I'm working on those. The Emoticons work as expected for me, they get inserted at the cursor location within the text. Don can you check they dont work for you, and if not, what is your browser make and version?, it might have a problem with javascript. I'm using IE9.

Glenn


Thanks Glenn, I'll try one here ->>

Cheers Don...


Nope Appends the bottom of the message. FireFox 5 currently.
Mind you it was FF4 a few weeks ago after being FF# for years, then they jumped two complete versions.

https://www.dontronics.com
 
Gizmo

Admin Group

Joined: 05/06/2004
Location: Australia
Posts: 5116
Posted: 03:10am 04 Jul 2011
Copy link to clipboard 
Print this post

Yeah its a Firefox issue. Works OK with IE. There is a hack to the Java to make Firefox behave correctly, I'll get back to it later.

Glenn
The best time to plant a tree was twenty years ago, the second best time is right now.
JAQ
 
Greenbelt

Guru

Joined: 11/01/2009
Location: United States
Posts: 566
Posted: 03:49am 04 Jul 2011
Copy link to clipboard 
Print this post

donmck
Glenn

I use the Firefox Browser and the emoticons do appear at end of Message,
I just Highlight it Cut, place the cursor and paste.
You probably know this, But some of the Folks on here may not.
It was probably 3 months before I was able to put them where I wanted, I noticed that other posts displayed the smiley just anywhere so I started experimenting.

Glenn, The Bold Box no longer displays,but the Bracket set does with the B format.
I separated the B pair to get bold print(top of this Page.
-------Cheers, Roe
Time has proven that I am blind to the Obvious, some of the above may be True?
 
Gizmo

Admin Group

Joined: 05/06/2004
Location: Australia
Posts: 5116
Posted: 10:25am 04 Jul 2011
Copy link to clipboard 
Print this post

OK, made some more changes. I think the "insert into text at cursor location" is now working. IE was easy, Firefox and its mates was a little more difficult. I havn't tested on Safari or Chrome, but since Firefox is working, the others should be OK too.
Some of the buttons behave differently now. The Bold, Italic etc just add the tags to the text, without asking you to enter the text first, its up to you to then enter the text between the tag. I've added the CODE button.

Spending a few hours editing and troubleshooting javascript reminds me of why these days I do most of my programming in vbscript

Glenn
The best time to plant a tree was twenty years ago, the second best time is right now.
JAQ
 
Greenbelt

Guru

Joined: 11/01/2009
Location: United States
Posts: 566
Posted: 02:22pm 04 Jul 2011
Copy link to clipboard 
Print this post

Glenn,

I like this , Just place the Cursor between the Tag Pair and type,, Smileys Paste where I want them, Hot link still works, Great Job

Time has proven that I am blind to the Obvious, some of the above may be True?
 
Print this page


To reply to this topic, you need to log in.

The Back Shed's forum code is written, and hosted, in Australia.
© JAQ Software 2025