korea 40%
사다리하하
Posts
-
Help Translate NodeBB! -
Who is using NodeBB? -
i want to play(mp4 file and mp4 url) in my web site how can i do it???@rod said in i want to play(mp4 file and mp4 url) in my web site how can i do it???:
<a href="(.).mp4">[^<]</a>
solved it~!!!!!
^,.^
write as like this (mp4 play and / mp4 url play on my own web)
in nodebb-plugin-ns-embed
it works..
----if embed mp4 url----
Watch
."(http://[^"].?.mp4)".*Replace
<video id="$1" src="$1" controls style="width:800px"></video>
<div><small><a href="$1" target="_blank">Download video</a></small></div>------------------------- if mp4 file upload..---------- follow this
Watch
<a href="/uploads/files/(.).mp4">[^<]</a>Replace
<video id="$1" src="/uploads/files/$1.mp4" controls style="width:800px"></video>
<div><small><a href="/uploads/files/$1.mp4" target="_blank">Download video</a></small></div> -
Who is using NodeBB?my web
-
problem is cookie -> domain.tld setting -> can n ot login how...solved it!!!!! by this method thanks to @yariplus
Session Mismatch
db.objects.update({ _key: "config" }, { $set: "cookieDomain": "" }); Should be db.objects.update({ _key: "config" }, { $set: {"cookieDomain": "" }});
NodeBB Community (community.nodebb.org)
db.objects.update({ _key: "config" }, { $set: "cookieDomain": "" });
Should be
db.objects.update({ _key: "config" }, { $set: {"cookieDomain": "" }});
-
WE NEED NEW NEW~~ THEMEWE NEED NEW NEW~~ THEME
show me what u got bros
-
Views and topics for mobile themei think so~~~