Yworld
Forum Replies Created
-
Forum: Plugins
In reply to: [Asgaros Forum] Image Uploading.Copy and paste the URL of the page video youtube
https://image.prntscr.com/image/0aa07fae905d4886bf4267312953ff4b.png
Forum: Plugins
In reply to: [Asgaros Forum] Image Uploading.Hi,
https://www.ads-software.com/support/topic/upload-problem-20?replies=4
in functions.php:function change_editor_settings($settings) { $settings['teeny'] = false; $settings['media_buttons'] = true; return $settings; } add_filter('asgarosforum_filter_editor_settings', 'change_editor_settings');
Forum: Plugins
In reply to: [Asgaros Forum] Migrating from bbpressForum: Plugins
In reply to: [Asgaros Forum] Import/Export and Search functionsHi
As an alternative, use a search from Google. Customize search to Forum. Good looks for at topics.
Customize https://cse.google.ru/Forum: Plugins
In reply to: [Asgaros Forum] Call to undefined function update_term_meta()Is possible conflict with the plugin.
You can try to turn off one by one, plugin meta.Forum: Plugins
In reply to: [Asgaros Forum] Post NumberThank you very much!
Forum: Plugins
In reply to: [Asgaros Forum] Allowing users to contribute without logging inForum: Plugins
In reply to: [Asgaros Forum] A option you could addHi.
10 minutes of work.
Install the Advanced Custom Fields https://www.ads-software.com/plugins/advanced-custom-fields/
Create a field for the profile “The signature on the forum”
Add to functions.php
Conclusion anywhere on the forum, for example:add_action('asgarosforum_after_post_message', 'my_function_functionname', 10, 3); function my_function_functionname($author_id) { echo '<div style=" display: block; font-style: italic; font-size: 13px; font-weight: bold; color: #469AC6; text-align: left; position: absolute; border: 1px solid #E3BB24; padding: 5px 10px; bottom: 0; left: 0;">'.get_user_meta($author_id, 'field_name', true).'</div>'; }
function_name, field_name – change the
Example:
https://image.prntscr.com/image/f4bbfb0f760a4dff8908c019085db8a4.png10-15 minutes ??
Forum: Plugins
In reply to: [Asgaros Forum] Post NumberОк ??
Thank you!Forum: Plugins
In reply to: [Asgaros Forum] Post Number[resolved] ??
Forum: Plugins
In reply to: [Asgaros Forum] Post NumberThank you. ??
Forum: Plugins
In reply to: [Asgaros Forum] Sitemap for forumForum: Plugins
In reply to: [Asgaros Forum] Like/Dislike button voting FeatureThank you very much Asgaros!
Forum: Plugins
In reply to: [Asgaros Forum] Like/Dislike button voting FeatureHello,
Use the hook You can display all the necessary:asgarosforum_after_post_message
add_action('asgarosforum_after_post_message', 'my_function_functionname', 10, 3); function my_function_functionname($author_id) { //your code }
Example:
https://image.prntscr.com/image/25e18fbd0dfe4ede97f9753185a6d9cd.pngForum: Plugins
In reply to: [Asgaros Forum] Features Request / Bug reportsWill have to wait Asgaros )