R_J
AdminR_J Admin
-
Re: How to always show full date of posting (publishing date as required by Google's Data Highlighter)?
You want to change the look/functionality of your board on one single place for one single purpose. Whenever you have the need to do something like that, you could expect that you have to dig some de… (View Post)2 -
Re: Always Edit plugin not working ( Version 2.0.18.11)
Try changing Gdn_Dispatcher_AppStartup_Handler to Gdn_Dispatcher_BeforeDispatch_Handler. If that doesn't work, make it Base_Render_Before I have no V2.0 installation any more so I cannot test it... (View Post)5 -
Re: How to always show full date of posting (publishing date as required by Google's Data Highlighter)?
It is from "etwas nachgucken" which means "to look something up". You certainly know "to google for something" as a synonym for look something up on the net and that is … (View Post)1 -
Re: How to always show full date of posting (publishing date as required by Google's Data Highlighter)?
Weil's schnell gehen muss kurz auf Deutsch: Die bootstrap wird vor allem anderen ausgeführt. Wenn du dort eine Funktion anlegst, ist sie für das gesamte Framework verfügbar. Die Stelle die du gefunde… (View Post)1 -
Re: How to always show full date of posting (publishing date as required by Google's Data Highlighter)?
Don't know if there is a more easy way, but you can add a custom function to your /bootstrap.php: if (!function_exists('FormatDateCustom')) { function FormatDateCustom($Timestamp = '', $Format = '') … (View Post)1
