The Hillman & Chrysler Avenger Forum

General => Forum Suggestions => Topic started by: avenga on September 18, 2013, 01:36:47 AM

Title: Server upgrade
Post by: avenga on September 18, 2013, 01:36:47 AM
Hi guys.

I am planning to do some upgrade to the server over the weekend so expect some downtime.
Title: Re: Server upgrade
Post by: avenga on September 21, 2013, 11:03:58 AM
Hi guys.

I have upgraded the forum. Still a few things to sort out like the center logo up top. I had to completely redesign the skin so it would work with the new version.

Please let me know if you see any bugs or have any problems.
Title: Re: Server upgrade
Post by: Nikolai on September 21, 2013, 02:29:59 PM
Images wider than the .post-inner are causing horizontal scrolling inside posts.

You can fix this by either

.bbc_img {
border: 0;
max-width: 100%;
height: auto;
}

or

.post .inner img {
max-width:100%;
height: auto;
}

I got the bbc class because it was applied in the post that I saw the issue occuring on:
http://www.avenger.co.nz/forum/index.php?topic=630.0 (http://www.avenger.co.nz/forum/index.php?topic=630.0)

Those images also have cursor:pointer on them for some reason as an inline-style, making it seem like a link when in fact it's not.

You could add jQuery to the site and give all post images a class, and use a lightbox plugin to make all images pop-up in a lightbox onclick. :D
Title: Re: Server upgrade
Post by: JoKer on September 22, 2013, 01:10:21 PM
ooh noice so far ! :P
Title: Re: Server upgrade
Post by: Nikolai on September 22, 2013, 07:03:07 PM
This will center the logo:

#logo a {
position: absolute;
top: 3.5em;
display: block;
width: 214px !important; /** Width of the logo.png **/
height: 130px !important;
cursor: pointer;
background: url(../images/img/logo.png) no-repeat !important;
left: 50%;
margin-left: -107px; /** Half the width of the logo, ie half of 214px **/
}

You may want to resize the logo a little bit so that it's not quite as tall and has a little bit of padding top/bottom. Then you'd need to change the width in the css above to reflect the new logo size.

Title: Re: Server upgrade
Post by: avenga on September 23, 2013, 10:37:54 AM
Hey Nikolai. I didn't mean move the logo to the middle, I know how to do that. I mean add the side on shot of my Avenger like I had on the old forum.

At the moment I use this for the side logo, which I am happy with.

#logo a {
    position: absolute;
    top: 3.5em;
    left: 2em;
    display: block;
    width: 362px !important;
    height: 130px !important;
    cursor: pointer;
    background: url(../images/img/logo.png) no-repeat !important;
}

Then I used to use this for the center logo but it won't work now.

#centerlogo {
    position: absolute;
    top: 3.5em;
    left: 50%;
    display: block;
    width: 484px;
    height: 150px;
            margin-left: -242px;
    background: url(../images/img/centerlogo.jpg) no-repeat;
}
Title: Re: Server upgrade
Post by: Nikolai on September 23, 2013, 07:56:50 PM
Maybe try this:

Inside the:
<div id="head-r">

after the <div id="logo">, insert:
<div id="carLogo">
<img src="/forum/Themes/coalblack/images/img/avenger-header.png">
</div>

and the styling:

#carLogo {
position: absolute;
left: 50%;
margin-left: -174px;
height: 108px;
width: auto;
top: 55px;
}

and the image is attached to this post - I resized it, and changed the background fade-bits to match the new header on this site.

And I attached a screenshot of what it will look like (before you waste your time!)

Title: Re: Server upgrade
Post by: JoKer on September 23, 2013, 08:20:05 PM
is the pic even still there? I don't see it thats for sure
Title: Re: Server upgrade
Post by: avenga on September 23, 2013, 08:54:43 PM
Sweet, thanks for the help Nikolai. I am not that great at PHP, I did some HTML but I always get tripped up in PHP because you need to change both files.

it is back to how it was, but I don't think it looks as good on the new smaller header. What do you guys think? keep it? dump it? or do something else? if so what?
Title: Re: Server upgrade
Post by: Nikolai on September 23, 2013, 09:41:05 PM
Cool, just yell out if you need any help - HTML/PHP/Javascript/etc is what I do! :)
Just I'm not very creative.. so I'll need to know what you have in mind.
Title: Re: Server upgrade
Post by: avenga on September 23, 2013, 10:38:34 PM
Sweet, I am more of a hardware/network guy, I build and look after servers, firewalls and server farms. So I only have some basic HTML skills.

BTW, what file should I put your first bit of code in? the image width fix thing, in the index.template.php or the index.css or somewhere else?

If anyone else has any ideas on how the forum should look then feel free to let me know.
Title: Re: Server upgrade
Post by: blekkja on September 24, 2013, 12:03:33 AM
Shouldn't you update the picture in the header with a more current shot? (and your sig, too, eh chief?)


Actually: a line up from one of the site get togethers would be pretty rad.
Title: Re: Server upgrade
Post by: avenga on September 24, 2013, 10:39:22 AM
I will update my sig, since I don't even own the red one anymore :)

I didn't want to put a current shot of my Avenger at the top because I wanted a "Standard" Avenger up there. I figured if I put my ultra modified beast of an Avenger up there then it might scare people away thinking that we butcher all our Avengers here.

The group shot is a very good idea. I will see what I have got.
Title: Re: Server upgrade
Post by: avenga on September 24, 2013, 08:43:19 PM
Okay here are some options for the top banner.

It is funny how the type of Avengers change from meet to meet, up here in Auckland we all have quad headlight alpines etc, but down in hawkes bay it is all square headlight supers etc.

(http://i871.photobucket.com/albums/ab274/avenga76/Avengers/P1040054_zpsf59aee32.jpg) (http://s871.photobucket.com/user/avenga76/media/Avengers/P1040054_zpsf59aee32.jpg.html)

(http://i871.photobucket.com/albums/ab274/avenga76/Avengers/IMG_4021_zps90e0c856.jpg) (http://s871.photobucket.com/user/avenga76/media/Avengers/IMG_4021_zps90e0c856.jpg.html)
Title: Re: Server upgrade
Post by: JoKer on September 25, 2013, 10:49:54 AM
I like your blue one BUT how hard is it to make it into a slow rotating GIF or use all 3? that change with page view etc
Title: Re: Server upgrade
Post by: avenga on September 25, 2013, 05:09:27 PM
I wouldn't use a GIF but I can set it to rotate though the 3 different images so it will change on each page view.

Maybe I could even add some more shots of others Avenger, maybe have like a loop of 10 or so pics that is can rotate through with each page view.

I will give it a go maybe tomorrow night.
Title: Re: Server upgrade
Post by: JoKer on September 26, 2013, 08:16:02 AM
(clubsub USED to have a bunch of collage pics)

means you dont have t ofind nice pics, just choppy/pastes them into a mashup and create a banner like that maybe
Title: Re: Server upgrade
Post by: Nikolai on September 26, 2013, 08:32:42 PM
Let me know if you need a hand Richard. Best to IM me on Skype (kolya.mouraviev)

Since you do servers.. you don't happen to configure Varnish, do you? :D
Title: Re: Server upgrade
Post by: avenga on September 26, 2013, 11:53:34 PM
Quote from: Nikolai on September 26, 2013, 08:32:42 PM
Let me know if you need a hand Richard. Best to IM me on Skype (kolya.mouraviev)

Since you do servers.. you don't happen to configure Varnish, do you? :D

Sweet, I will let you know if I need help. I will probably do it over the weekend.

Varnish, That's that Linux web accelerator, isn't it? We only use Windows servers and use Silver peak accelerators.
Title: Re: Server upgrade
Post by: JoKer on September 27, 2013, 11:08:35 AM
my page now looks like this

(http://img.photobucket.com/albums/v427/JoKerNZ/Avenger.jpg) (http://smg.photobucket.com/user/JoKerNZ/media/Avenger.jpg.html)

note "Unread posts" words cutoff

and your "sig" is too big for the pane Avenga
Title: Re: Server upgrade
Post by: avenga on November 25, 2022, 11:29:31 PM
Testing Instagram embedding

[instagram]https://www.instagram.com/p/ClHn1wxS2Hi/[/instagram]
Title: Re: Server upgrade
Post by: JoKer on November 27, 2022, 07:45:29 AM
ooh nice! I had spotted we were all logged out and a new Icon hah

figured something was 'happening'
Title: Re: Server upgrade
Post by: JoKer on November 27, 2022, 07:46:56 AM
[instagram]www.instagram.com/p/CkMWHhNy0Zl/[/instagram]

ok : tips? heehehe think I got it
Title: Re: Server upgrade
Post by: avenga on November 27, 2022, 04:11:04 PM
I?ll do a tutorial for it soon but basically you just do


[instagram]https://www.instagram.com/p/ClHn1wxS2Hi/[/instagram]


And you just get the link by clicking on the ? next to an Instagram post then  clicking the link button

I think it will be really good because I do all my build updates on Instagram now but it would be nice to post them here as well