R_J
AdminR_J Admin
-
Re: Adding Custom Navigation Links to Keystone on Mobile [RESOLVED]
In order to mark something as code you have to mark those lines and click on the paragraph sign on the left of the text field Don't touch core files if not needed - and it is needed only in edge… (View Post)2 -
Re: Adding Custom Navigation Links to Keystone on Mobile [RESOLVED]
Actually it is pretty easy and you do not need to modify any files for that. You have two options: one is modifying your themes default.master.tpl and the other is to write a themehooks file to your … (View Post)4 -
Re: Where is the Import link ?
You need to add the following line to the /conf/config.php file to enable the dashboard menu entry: $Configuration['Feature']['Import']['Enabled'] = true; You will only … (View Post)2 -
Re: Fresh install - same server
You can surely have that. Your problem really starts here: The problem is: When I upload the fresh Vanilla to a new folder it just turns into a non-working version of my old forum. There is no config… (View Post)1 -
Re: get json data failed on 2.8 ($.getJSON)
Search for "CORS", "JSONP" and "Access-Control-Allow-Origin" But whenever you face a "500" error, take a look at the web server log. In most cases this will gi… (View Post)1
