Delete-This Post Please

Did you just restart the resource or did you restart the server? The only way I was able to replicate this was by restarting the resource and making a new character

I made it look like this

but when i placed the register menu in the right side i was not able to get the background on the left, im wondering what i have to do in order to get the background on the left side of the screen

Sorry, I ended up ditching this because of too many issues since it’s using a template from themeforest.net

1. Make sure you started the resource in your server.cfg
2. This resource has two different versions. Make sure you edit the _resource.lua file to point to the ‘new’ folder.

Default _resource.lua

version '1.0.2'

client_script('client.lua')

server_script "@mysql-async/lib/MySQL.lua"
server_script "server.lua"

ui_page('html/index.html')

files({
  'html/index.html',
  'html/script.js',
  'html/style.css',
  'html/cursor.png',
  'html/img/bg1.jpg',
  'html/img/cursor.png',
  'html/new/index.html',
  'html/new/bootstrap.min.css',
  'html/new/bootstrap-extend.css',
  'html/new/master_style.css',
  'html/new/master_style_dark.css',
  'html/new/master_style_rtl.css',
  'html/new/images/bg.jpg',
  'html/new/images/bg1.jpg',
  'html/new/images/bg2.jpg',
  'html/new/js/jquery-3.3.1.js',
})

exports {
  'openRegistry'
}

You need to edit this to point to the /new folder. The _resource.lua isn’t set up properly from github so it will require a little messing around with.

I made it, but always show registration panel, and not made registration.

Post your _resource.lua file here

I don’t believe its using a template from themeforest considering I got sent a picture of what to make it look like and I built it… lol unless the original was created with theme forest and the individual just sent me a screenshot of the original but I can assure you multiple people saw me build this on stream. and the issues have nothing to do with the template it has more to do with the esx_identity version compatibility if your using an outdated identity or unsupported version then it wont work.

master_style.css lines 1-5. via. Github

/*------------------------------------------------------------------
[Master Stylesheet]
Project:	Medi - Crypto Admin - Responsive Admin Template
-------------------------------------------------------------------*/

1. http://medi-admin-templates.multipurposethemes.com/main/pages/auth_login2.html
2. http://crypto-admin-templates.multipurposethemes.com/crypto-dark-admin/src/pages/samplepage/login.html


^ This is why I assumed this is based off a themeforest template

friend in which line I can reduce the list that asks you to register … I get very big and almost the button to accept does not come … help!

1 Like

The players always need to type /register, otherwise they can’t type anything in the form, anyone knows how to fix that?

Hello, i just installed this but the “Create identity” button doesn’t work?
Does anyone know why? i’ve been trying to fix this for hours now but i can’t get it to work…

1 Like

Im having the same

Sorry for late.
there working skin but not working register button.

Default (fixed new folder reach)

version ‘1.0.2’

client_script(‘client.lua’)

server_script “@mysql-async/lib/MySQL.lua”
server_script “server.lua”

ui_page(‘html/index.html’)

files({
‘html/index.html’,
‘html/script.js’,
‘html/style.css’,
‘html/cursor.png’,
‘html/img/bg1.jpg’,
‘html/img/cursor.png’,
‘html/new/index.html’,
‘html/new/css/bootstrap.min.css’,
‘html/new/css/bootstrap-extend.css’,
‘html/new/css/master_style.css’,
‘html/new/css/master_style_dark.css’,
‘html/new/css/master_style_rtl.css’,
‘html/new/images/bg.jpg’,
‘html/new/images/bg1.jpg’,
‘html/new/images/bg2.jpg’,
‘html/new/js/jquery-3.3.1.js’,
‘html/new/js/jquery.js’,
‘html/new/script.js’
})

exports {
‘openRegistry’
}

if i modify to ui_page('html/index.html') to ui_page('html/new/index.html'), there will not wokring register button.
if i use original __resource.lue file, it will not show registration panel correctly

What? Who said, you need CouchDB?
Just use mysql_async and async
Setup your db connection in server.cfg and there you go.

Because you messed up with html prob. or you doesn’t setup mysql files… check client log and server log, for more info

Download it ones again… and just try it, as it is. Without any edits.

Installed over the latest version of esx_identity and /charselect was inoperable (worked after reverting to base esx_identity). I was able to make a character, though.

added it in as the video says, but hasn’t changed when someone new logs on :frowning:

how to put it in the center?

How to set the new version?

100% background of the screen…