grokman
Forum Replies Created
-
Forum: Plugins
In reply to: [Prismatic] Console / Terminal “language”Thanks for your support. I will keep it like this unless & until I run into an issue. At that time I will dup off a new one & make needed changes & get back to you. Its just a matter of time, I’m sure.
Cheers!
Forum: Plugins
In reply to: [Prismatic] Console / Terminal “language”Seems like there should just be another language in the:
../wordpress/wp-content/plugins/prismatic/lib/prism/js/
folder for it. Must not be much demand for this. For me, I like to keep the console I/O snippets with a consistent look & feel as the code snippets. I think it flows better that way.
For now, what I did was to use one of the 2 smallest “language” files in there which are the “diff” or “ini” ones, and so far, no undesired keywords are getting highlighted.
Eg: https://grokshop.tv/linux-zsh-install-configure/
I guess I could add my own language js file in there, and associated hooks, but I am always leary of stuff getting blasted on “updates”.
Forum: Networking WordPress
In reply to: Can’t Login to My Second Website (Multisite)Same error, but I already had
define('SUBDOMAIN_INSTALL', false);Adding all this finally got it to work without the cookie error:
define('ADMIN_COOKIE_PATH', '/'); define('COOKIE_DOMAIN', ''); define('COOKIEPATH', ''); define(‘COOKIE_DOMAIN’, $_SERVER[‘HTTP_HOST’]);Oh yeah… be sure you check that your single ticks are coming thru your cut & pastes ok!
- This reply was modified 6 years, 7 months ago by grokman.