New Forum

Talk about E-Types here
User avatar

mgcjag
Moderator
Posts: 9132
Joined: Fri Jul 09, 2010 6:15 pm
Location: Ludlow Shropshire
Great Britain

#41 Re: New Forum

Post by mgcjag » Mon Jun 20, 2016 8:28 am

Hi Garry....you can just select unread posts.....or if you have read a post and then select return to board index it should not appear as highlighted in red on tne left side...hope this helps.....just keep playing with it...you can also change the forum layout style to suit you in your profile section
Steve
69 S2 2+2 (sold) ..Realm C type replica, 1960 xk150fhc

Link:
BBcode:
HTML:
Hide post links
Show post links

User avatar

SEJohnson95
Posts: 850
Joined: Fri Oct 25, 2013 5:07 pm
Location: Derbyshire, UK
Contact:
Great Britain

#42 Re: New Forum

Post by SEJohnson95 » Mon Jun 20, 2016 9:00 am

Also tried the forum on my iPhone this morning - vast improvement, much more mobile-friendly now. Already used to the new layout.
Simon Johnson
E-type Club magazine contributor
Chasing the dream of a S1 4.2 OTS, but plan on getting an E ASAP!
Lucky passenger in a 1962 FHC - See restoration thread

Link:
BBcode:
HTML:
Hide post links
Show post links

User avatar

Topic author
Heuer
Administrator
Posts: 15187
Joined: Sat Mar 01, 2008 5:29 pm
Location: Nottinghamshire
Great Britain

#43 Re: New Forum

Post by Heuer » Mon Jun 20, 2016 10:23 am

Image
David Jones
S1 OTS OSB
1997 Porsche 911 Guards Red
2024 Lexus LBX

Add your E-Type to our World Map: http://forum.etypeuk.com/viewtopic.php?f=1&t=1810

Link:
BBcode:
HTML:
Hide post links
Show post links

User avatar

shauniedawn
Posts: 19
Joined: Tue Jun 01, 2010 9:09 am
Location: Redcar, Teesside
Great Britain

#44 Re: New Forum

Post by shauniedawn » Mon Jun 20, 2016 10:39 am

Just a big thank you to David for the unseen work to make this happen.

About 10 / 8 years ago when I was looking for an E-Type forum there was nothing to read and I just stuck with my Triumph and Land Rover forums that were well attended. It was only a month or so ago that I looked again and found this forum to have flourished in my absence.

So pleased to be part of the community.

Shaun
E-type 3.8 FHC Flat Floor
860868

Link:
BBcode:
HTML:
Hide post links
Show post links


kgnich
Posts: 70
Joined: Thu Dec 31, 2009 8:09 am
Great Britain

#45 Re: New Forum

Post by kgnich » Mon Jun 20, 2016 10:53 am

My thanks to you too David. A great, friendly and informative forum. So pleased it has been kept alive through your dedication and hard work.
Graham
1969 4.2 2+2

Link:
BBcode:
HTML:
Hide post links
Show post links

User avatar

AussieEtype
Posts: 635
Joined: Wed Jun 24, 2009 10:59 am
Location: Canberra, Australia
Australia

#46 Re: New Forum

Post by AussieEtype » Mon Jun 20, 2016 11:01 am

Heuer wrote:Image
Oh ok - thanks - so you have to go all the way back to the forum home page to find that - I was looking for it on the page after I read the new posts.

Thanks for the information.

Cheers

Garry
1971 Series 3 E-type OTS
1976 Series 2 XJ 12 Coupe

Link:
BBcode:
HTML:
Hide post links
Show post links

User avatar

Topic author
Heuer
Administrator
Posts: 15187
Joined: Sat Mar 01, 2008 5:29 pm
Location: Nottinghamshire
Great Britain

#47 Re: New Forum

Post by Heuer » Mon Jun 20, 2016 11:20 am

After you open/read a post it will be marked as read and should no longer be highlighted
David Jones
S1 OTS OSB
1997 Porsche 911 Guards Red
2024 Lexus LBX

Add your E-Type to our World Map: http://forum.etypeuk.com/viewtopic.php?f=1&t=1810

Link:
BBcode:
HTML:
Hide post links
Show post links

User avatar

ALAN COCHRANE
Posts: 712
Joined: Sun May 06, 2012 9:37 am
Location: Fife
Great Britain

#48 Re: New Forum

Post by ALAN COCHRANE » Mon Jun 20, 2016 11:34 am

Well done David for all your hard work.
I, like some others, had missed the post about the Forum moving.
I realise now that over the last few days I've been suffering from withdrawal symptoms. So I'm officially a Forum junkie.
One advantage I've noticed right away is that my Works Laptop allows the members avatars to be shown, so well done there as well.

Cheers

Alan
Alan Cochrane

1961 S1 OTS,1968 Triumph TR250, 1971 Triumph GT6 Mk3, 2008 Porsche Boxster RS60 Spyder

Link:
BBcode:
HTML:
Hide post links
Show post links

User avatar

trondvo
Posts: 394
Joined: Sun Jan 19, 2014 9:59 am
Location: Norway
Norway

#49 Re: New Forum

Post by trondvo » Mon Jun 20, 2016 2:09 pm

Looking good, I suggest installing subsilver2 theme (full width screen) and more important a SSL certificate.

The user login page really need it, and the administration control panel should absolutely have a secure login.

For non business use get a free one, it is done in minutes to a short hour depending what else is on the box (and you have access to the server). I can see it is apache and if you have cpanel or similar on the box it is very straightforward.

I use the free SSL from startSSL unless better certificates are needed.
https://www.startssl.com

Better safe than sorry.
61 OTS Black on Red, 62 FHC nuts & bolts resto on the way to OSG & Matador red.

Link:
BBcode:
HTML:
Hide post links
Show post links

User avatar

trondvo
Posts: 394
Joined: Sun Jan 19, 2014 9:59 am
Location: Norway
Norway

#50 Re: New Forum

Post by trondvo » Mon Jun 20, 2016 2:40 pm

When the certificate is installed the easy way is to force SSL adding two lines in the .htaccess file. The rewrite engine must be on but I think that is default in most Apache installations.

Just below these lines in the orignal 3.1.9 .htaccess (green)
#
# The following 3 lines will rewrite URLs passed through the front controller
# to not require app.php in the actual URL. In other words, a controller is
# by default accessed at /app.php/my/controller, but can also be accessed at
# /my/controller
#
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ app.php [QSA,L]

RewriteCond %{HTTPS} off
RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI}


It is also possible to just make a hook for the login page, just Google: ssl login for phpbb hook

The above is tested and running our "family BBS", ie phpbb 3.1.9 installation with startSSL running Apache on Ubuntu.
61 OTS Black on Red, 62 FHC nuts & bolts resto on the way to OSG & Matador red.

Link:
BBcode:
HTML:
Hide post links
Show post links


adam
Posts: 271
Joined: Mon Sep 01, 2008 9:11 pm
Great Britain

#51 Re: New Forum

Post by adam » Mon Jun 20, 2016 3:10 pm

Big thanks to David I get lost without the forum.

Adam

Link:
BBcode:
HTML:
Hide post links
Show post links

User avatar

Topic author
Heuer
Administrator
Posts: 15187
Joined: Sat Mar 01, 2008 5:29 pm
Location: Nottinghamshire
Great Britain

#52 Re: New Forum

Post by Heuer » Mon Jun 20, 2016 3:40 pm

trondvo wrote:Looking good, I suggest installing subsilver2 theme (full width screen) and more important a SSL certificate.
I have the subsilver2 theme installed but not activated because it takes us back to the old phpBB2 world. Besides it does not work at all well with mobiles and tablets which was a frequent complaint. I am using the prosilver SE style which on reflection is the best of the bunch and which is what I am using to test and install various features. Some of these do not work when associated with different styles (the logo link to E Type UK on we_universal for example, which is half hidden) so I think we will end up with a choice of two styles based on usage feedback.

I have SSL on the server and enabling it in phpBB3.1 is a mouse click away but I am not convinced we need that level of security as we have no credit card or transaction information. I will have a play with it and see what the results are. The Admin passwords are already very strong.
David Jones
S1 OTS OSB
1997 Porsche 911 Guards Red
2024 Lexus LBX

Add your E-Type to our World Map: http://forum.etypeuk.com/viewtopic.php?f=1&t=1810

Link:
BBcode:
HTML:
Hide post links
Show post links

User avatar

Topic author
Heuer
Administrator
Posts: 15187
Joined: Sat Mar 01, 2008 5:29 pm
Location: Nottinghamshire
Great Britain

#53 Re: New Forum

Post by Heuer » Mon Jun 20, 2016 4:07 pm

garrycol wrote: Oh ok - thanks - so you have to go all the way back to the forum home page to find that - I was looking for it on the page after I read the new posts.
Image
David Jones
S1 OTS OSB
1997 Porsche 911 Guards Red
2024 Lexus LBX

Add your E-Type to our World Map: http://forum.etypeuk.com/viewtopic.php?f=1&t=1810

Link:
BBcode:
HTML:
Hide post links
Show post links

User avatar

trondvo
Posts: 394
Joined: Sun Jan 19, 2014 9:59 am
Location: Norway
Norway

#54 Re: New Forum

Post by trondvo » Mon Jun 20, 2016 4:55 pm

I agree that there is a fine balance on skins/templates, one does not want to many questions like "the forum is all messed up" (eg not working on the mobile), but still enough flexibilty for users to select a good template. The administrator has to balance this out and it is not very important with many option, rather a few good ones.

SSL for login, it is not really just a nice to have it is a "must have". Anyone that register for the forum select a username and password, too often the username and passwords he/she already use for other services.

Subsequently, it is not a good idea to force user to send the login credentials in plain text across the internet, lots of info about vulnerabilities out there. Just as a starter..
https://www.chapterthree.com/blog/why-y ... sing-https

It is not about getting access to the etype forum, its about all the other data that user may have elsewhere and with the non SSL setup the data can be picked up with quite little knowledge. Dr Evil does not guess passwords, he sniffs them.
61 OTS Black on Red, 62 FHC nuts & bolts resto on the way to OSG & Matador red.

Link:
BBcode:
HTML:
Hide post links
Show post links


mystery type
Posts: 950
Joined: Mon Dec 21, 2009 12:46 am
Location: lancashire
Great Britain

#55 Re: New Forum

Post by mystery type » Mon Jun 20, 2016 6:39 pm

Yes nice to see the forum up and running again, well done David.
I see the avatars are also much larger :geek:
edit...except mine!
Paul 1967 S1 2+2

Link:
BBcode:
HTML:
Hide post links
Show post links

User avatar

Topic author
Heuer
Administrator
Posts: 15187
Joined: Sat Mar 01, 2008 5:29 pm
Location: Nottinghamshire
Great Britain

#56 Re: New Forum

Post by Heuer » Mon Jun 20, 2016 6:45 pm

Suggest you load your avatar again via your control panel and choose local upload.
David Jones
S1 OTS OSB
1997 Porsche 911 Guards Red
2024 Lexus LBX

Add your E-Type to our World Map: http://forum.etypeuk.com/viewtopic.php?f=1&t=1810

Link:
BBcode:
HTML:
Hide post links
Show post links

User avatar

andrewh
Posts: 2644
Joined: Fri Dec 21, 2007 8:31 am
Location: kent
Great Britain

#57 Re: New Forum

Post by andrewh » Mon Jun 20, 2016 6:47 pm

just back from Le Mans, and having tried to log on from my smart phone was very concerned that this old friend had come a cropper. Well done to all those involved in getting it back and running. Yes it will take a time to get use to the new layout, but I have used this format on other forums and it works pretty well. Now for the battle with the avatar shrinking software! thanks for all the hard work David and others. Andrew
1962 3.8 Series One FHC

http://etype860897.blogspot.com/

Link:
BBcode:
HTML:
Hide post links
Show post links

User avatar

Stephanie Plum
Posts: 116
Joined: Tue Oct 27, 2015 7:08 pm
Location: Surrey
Contact:
Wales

#58 Re: New Forum

Post by Stephanie Plum » Mon Jun 20, 2016 7:54 pm

At last. I was worried it had gone forever. Down in the Pyrenees at the moment in the Elise. Having been unable to get onto this forum for quite a while I was even reduced to posting on PH to see if anyone could help!

Very glad to see it back, regardless of format. Huge thanks to David for all the effort he puts in.

:)

Link:
BBcode:
HTML:
Hide post links
Show post links

User avatar

MLBS3V12
Posts: 478
Joined: Thu May 19, 2011 6:57 pm
Location: France
France

#59 Re: New Forum

Post by MLBS3V12 » Mon Jun 20, 2016 8:41 pm

Great job David! Have a long night of rest now.:-)
Le chemin sera long!...

Link:
BBcode:
HTML:
Hide post links
Show post links

User avatar

rossbraithwaite
Posts: 173
Joined: Mon Jan 24, 2011 8:27 pm
Location: The National Forest
Great Britain

#60 Re: New Forum

Post by rossbraithwaite » Mon Jun 20, 2016 9:11 pm

Great work, thanks David and all others involved. Missed it over the weekend and glad to see it back better than before. Struggling to find a few old threads I was looking at but I will get there.
'67 S1.5 FHC, manual, maroon with black interior. Originally exported to Arizona but 'repatriated' in '89. Since converted to RHD and triple SUs.

Link:
BBcode:
HTML:
Hide post links
Show post links

Post Reply Previous topicNext topic