How do I add coding to a thread?
Quote from The_Q on January 16, 2022, 4:19 amHow do I add coding to a thread?
I want to display some PHP coding in my forum thread. But I do not see a code button on my forum as I see here. Where can I get this at?
How do I add coding to a thread?
I want to display some PHP coding in my forum thread. But I do not see a code button on my forum as I see here. Where can I get this at?
Uploaded files:Quote from Jim on January 16, 2022, 4:54 pmEDIT: sorry, I didn’t realize your screenshot was from Asgaros Forum, and thought you were just missing it. Does your editing toolbar differ in any other way from that here?
****************
Inline code:
asgaros-forum-subscription-topic
Block code:
/* * Subscribe all to all new topics (not replies to them) */ $users = get_users(); foreach ($users as $user) { update_user_meta($user->ID, 'asgarosforum_subscription_global_topics', 1); } delete_metadata( 'user', 0, 'asgarosforum_subscription_global_posts', '', true );
EDIT: sorry, I didn’t realize your screenshot was from Asgaros Forum, and thought you were just missing it. Does your editing toolbar differ in any other way from that here?
****************
Inline code: asgaros-forum-subscription-topic
Block code:
/* * Subscribe all to all new topics (not replies to them) */ $users = get_users(); foreach ($users as $user) { update_user_meta($user->ID, 'asgarosforum_subscription_global_topics', 1); } delete_metadata( 'user', 0, 'asgarosforum_subscription_global_posts', '', true );
Quote from Asgaros on January 28, 2022, 5:02 amThis button is added via the following plugin:
https://wordpress.org/plugins/enlighter/
This button is added via the following plugin: