12206.    User: Anonymous   Post date: 2024/06/23(Sun) 17:34:07          
Hai guys, had a question. How did you implement BBcode in ksphp?

12207. >Anonymous-san   User: Anonymous   Post date: 2024/06/23(Sun) 17:56:18          
> Hai guys, had a question. How did you implement BBcode in ksphp?

To specify, how did you turn BBcode to ascii?

Reference: 2024/06/23(Sun) 17:34:07

12209. >Anonymous-san   User: Anonymous   Post date: 2024/06/23(Sun) 19:06:46          
> > Hai guys, had a question. How did you implement BBcode in ksphp?
> To specify, how did you turn BBcode to ascii?

There's no BBCode here so I'm not sure I understand... are u asking 
about the kaomoji buttons?

You can see the JS for that by using View Source ヽ(´ー`)ノ

Reference: 2024/06/23(Sun) 17:56:18

12210. >Anonymous-san   User: Anonymous   Post date: 2024/06/23(Sun) 20:13:13          
> > To specify, how did you turn BBcode to ascii?
> There's no BBCode here so I'm not sure I understand... are u asking 
> about the kaomoji buttons?
> You can see the JS for that by using View Source ヽ(´ー`)ノ
Yes I meant the kaomoji buttons, the little AA characters at the bottom of the post form.
I looked at the source, is there a github link for the JS

Reference: 2024/06/23(Sun) 19:06:46

12221. >Anonymous-san   User: Anonymous   Post date: 2024/06/24(Mon) 05:05:07          
> > There's no BBCode here so I'm not sure I understand... are u asking 
> > about the kaomoji buttons?
> > You can see the JS for that by using View Source ヽ(´ー`)ノ
> Yes I meant the kaomoji buttons, the little AA characters at the bottom of the post form.
> I looked at the source, is there a github link for the JS

afaik there's no github link with it
but I think this is the file you're looking for
https://static.heyuri.net/js/addemotes.js (download it, don't direct link it lol)

a very basic sample page that will let you use the script:
<!DOCTYPE html>
<html>
  <body>
    <textarea id="com"></textarea>
    <script src=addemotes.js></script>
  </body>
</html>

you'll need to modify the script for your site naturally (eg, the emotes list, what bbcode tags you support, etc), but this should get you going

Reference: 2024/06/23(Sun) 20:13:13

5 posts found. ←Return