SMF Arcade 2.5 RC5 - Chen Zhen's Version

Started by Skhilled, December 03, 2017, 07:57:14 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Skhilled


This is the latest version from Github. It does have a small bug where it will turn some links to blue in the Arcade Admin. But otherwise, it works fine!

https://www.docskillz.com/docs/index.php?action=downloads;sa=view;down=50

lurkalot

Quote from: Skhilled on December 03, 2017, 07:57:14 AM

This is the latest version from Github. It does have a small bug where it will turn some links to blue in the Arcade Admin. But otherwise, it works fine!

https://www.docskillz.com/docs/index.php?action=downloads;sa=view;down=50

Hmm, downloads doesn't like me for some reason.

An Error Has Occurred!
You are not allowed to view the Downloads

Skhilled


lurkalot


Skhilled

It was permissions. I haven't had anyone on Support for a long time and hadn't checked the permissions.

lurkalot

Quote from: Skhilled on December 03, 2017, 07:57:14 AM

It does have a small bug where it will turn some links to blue in the Arcade Admin. But otherwise, it works fine!


Ooh, so it does.  Themes/default/css/arcade-upload.css

Finda, a:visited {
    outline:none;
    color:#389dc1;
}


Replacea, a:visited {
    outline:none;
}


Seems to cure it for me.  :happy:

Skhilled

Thanks, Mick. I was going to look into it when I got a moment. :)

Chen Zhen


The idea is to show which games were already edited.

It should be changed to:

.generic_list a:visited {
    outline:none;
    color:#389dc1;
}


.. but there are actual css errors on the page from the same css file.
#upload
#upload ul li
.. have placements that are supposed to be color codes.

Imo there are several changes I must make to the whole css file to specify which containers I want effects to take place as opposed to the whole page.

Chen Zhen


re. https://github.com/Underdog-01/SMF-Arcade-RC5
The css issues should be fixed now as well as max height/width for game icons in all lists.

lurkalot

Quote from: Chen Zhen on December 03, 2017, 08:14:07 PM

The idea is to show which games were already edited.


Aha, that I didn't know.  Thanks for sorting it though, arcade looking really nice.

Skhilled


lurkalot

Quote from: Skhilled on December 04, 2017, 08:04:30 AM
The downloads here are updated. :)

Thanks Steve.  I did noticed the icons are missing from the arcade admin, but after looking around in the package I found them and added them.  I see Ken has his missing too.

Chen Zhen


What's that? The drop-down for the horizontal Admin menu?
I like to use the vertical menu on the left for the Admin & did not notice it.
For SMF 2.1 they are set up properly.. I will fix that for the SMF 2.0.X branch easily enough.

Chen Zhen

GitHub repo was updated with a fix for this.
Although I didn't want the installer to have to deal with any theme folder except the default.
Unfortunately to get the behavior just mentioned, it has to install the 4 admin icons into every theme images/admin path.
Unless I can use the full path.. I might change this recent edit if I can get it to behave the way I prefer.

Alfredve

I cant download it either.
Not enough permissions or something.