You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Optionally also it could add creation date under titles of videos. Need to modify styles/cb_28/layout/watch_video.html:26 - aftrer the line <h1>{display_clean($video.title)}</h1>
add line <h4>{date('d.m.Y', strtotime($video.datecreated))}</h4>
Proposition: Make the Youtube-like URL-format as option in site configuration.
The text was updated successfully, but these errors were encountered:
As for old CB, for CBv5 also could configure youtube-like URLs (like https://domain.tld/watch?v=XXXXXXX ). Here is some modifications.
<h1>{display_clean($video.title)}</h1>
add line
<h4>{date('d.m.Y', strtotime($video.datecreated))}</h4>
Proposition: Make the Youtube-like URL-format as option in site configuration.
The text was updated successfully, but these errors were encountered: