Page 2 of 3

Re: Logging in and in and in and in and----------

Posted: Sun Oct 04, 2015 11:35 am
by taurus MK1
I'm with you on the photos also Clive, went out took photo on iPad of S7 for the current S7 subject in scrapers and that's as far as I've got :dizzy:



John

Re: Logging in and in and in and in and----------

Posted: Sun Oct 04, 2015 1:02 pm
by TrevorJ
I forgot to include the delete cookie link last night.

ucp.php?mode=delete_cookies

I don't know if that would sort out better while logged on, or after one manually logged out though.

Re: Logging in and in and in and in and----------

Posted: Sun Oct 04, 2015 5:07 pm
by bigkit
Just another little thing, I liked the option in the old format to go straight to "first unread post" on any thread. Now, not so handy you have to open the thread before looking for the "first unread post" link.

Any other thoughts?

Re: Logging in and in and in and in and----------

Posted: Sun Oct 04, 2015 5:16 pm
by Holger
bigkit wrote:Just another little thing, I liked the option in the old format to go straight to "first unread post" on any thread. Now, not so handy you have to open the thread before looking for the "first unread post" link.

Any other thoughts?

Maybe this can help?
Holger @ How-to: Browsing the forum effectively

Re: Logging in and in and in and in and----------

Posted: Mon Oct 05, 2015 7:28 am
by TrevorJ
Clive that's one of the main things I first pointed out as missing, no matter what browser I tried, even Midori which does seem to load of lot of "dark web" {yes that's sarcasm } stuff.

TrevorJ @ Forum layout

Ha! even that link with the same syntax above (, in my opera browser,) works entirely differently to that of Holger's link above, which does actually automatically move down to the relevant post.

I though from that time when I replied in that older thread, have finally noted the links in the "New Post" area which have the #unread tag eg.

Logging in and in and in and in and----------

Edit: ^ the above is missing the &sid, which sadly only takes one to the first page. With the &sid, as per the syntax under the small image, it does actually take me to the second page. ie &sid has to be in the middle of the link, with #unread at the end.

In the new post, it's the link under the little image beside the topic, at least, it does seem to take me to the last unread page, but as for some reason the #postnumber / category doesn't move the browser down to the right post. I have yet to try this out on the more modern browsers I can use.



BTW, even though I'm logged on, I still haven't the permissions to view in the how to section.


Image

Re: Logging in and in and in and in and----------

Posted: Mon Oct 05, 2015 9:39 am
by Holger
Strange!
I will check the permissions!


As for the sid: the sid has nothing to do with the jump to the post.
As you have the unread in the link, and the topic does not contain any unread it takes you to the first post.

This is working as it should.

Code: Select all

http://www.classicmachinery.net/forum/viewtopic.php?f=25&t=11450&view=unread#unread

takes you to forum 25 and topic 11450, no post ("p")
Edit/addition: if the topic has unread posts, you will jump to the first unread, if the topic has no unread, you will jump to the first post/frist page in the topic because the script does not know anything else.


This:

Code: Select all

http://www.classicmachinery.net/forum/viewtopic.php?p=103293#p=103293

is not correct, it should be

Code: Select all

http://www.classicmachinery.net/forum/viewtopic.php?p=103293#p103293

No = in the last p
Edit/addition: click here TrevorJ @ Forum layout

Where do you get this from?

Code: Select all

http://www.classicmachinery.net/forum/viewtopic.php?p=103293#p=103293



Trying to understand and working out an solution on this!

Re: Logging in and in and in and in and----------

Posted: Mon Oct 05, 2015 11:23 am
by Holger
taurus MK1 wrote:I'm with you on the photos also Clive, went out took photo on iPad of S7 for the current S7 subject in scrapers and that's as far as I've got :dizzy:



John

I just read about the upload issue on other sites. After the last update of the iOS the problem occured.
Just one example: http://forums.pelicanparts.com/off-topi ... pdate.html

Re: Logging in and in and in and in and----------

Posted: Mon Oct 05, 2015 12:12 pm
by Holger
TrevorJ wrote:BTW, even though I'm logged on, I still haven't the permissions to view in the how to section.


Image

Trevor, could you please check again?

Re: Logging in and in and in and in and----------

Posted: Mon Oct 05, 2015 4:33 pm
by TrevorJ
Holger, thanks and sorry to have but you to all this trouble.

Yes, I made a real boob there adding in the "="

All done manually, I (a) forgot to remove the = and (b) really (doh!!!) need to wear glasses when looking over things for a third or fourth time before posting about any funny surprises. Bit of red herring that. Sorry.


I have logged in with Midori for this session, and for the first time, everything is running fine. Image permissions have been fixed. I can now see that image in the how to section, where as, last time I tried with Midori, ( a week or so ago I believe) it could not. I will log back in with opera to see if it can see the image, if it's as it was no difference, it's got to be an old html 4 problem.

Opera includes the &sid in the links, I suspect other newer browsers automatically phrase the sid in. I am definitely not seeing any &sid with Midori.

Re: Logging in and in and in and in and----------

Posted: Mon Oct 05, 2015 4:39 pm
by Holger
No problem at all Trevor!
I need help from all of you to optimize and debug the forum!
Like this stupid permissions thing. Now that is sorted out!


The sid (Session ID) should not be amended, I need to look at that!