• Resolved Dil Shah Dirar

    (@dilshahdirar)


    Case 1 :
    I was trying to upload a image into a new thread using visual editor. While clicking on insert image icon it opens up a dialog box with a field to enter source path. How will someone enter that
    Case 2 :
    I have enabled zip, rar, apk, 7z files to upload as attachment. But when i try to upload, it gives a file no found error. I think that the problem is with the uploader

    I want to use wordpress media uploader (Preferred for both cases) and a upload button for case 1.

    I want to make this forum into my regional language (Malayalam). How can i do that?

    I want to show something like this before someone starts a new thread or creates a post

    ?? Tip: When posting a new topic, follow these steps:

    Read the Forum Welcome to find out how to maximize your odds of getting help!
    Search the forums to see if your topic has been started already.
    Update to the latest versions of your plugins, themes, and WordPress.
    Note the exact steps needed to reproduce your issue.
    Provide any information you might think is useful. If your issue is visual, note your browser and operating system. If your issue is technical, note your server environment.

    How can i do that?

    This is my test forum. Feel free to test in it
    https://testforumdsd.tk/

    https://www.ads-software.com/plugins/asgaros-forum/

Viewing 3 replies - 1 through 3 (of 3 total)
  • I want to make this forum into my regional language (Malayalam). How can i do that?

    I want help to translate Asgaros Forum
    You can help to translate Asgaros Forum on this site: https://translate.www.ads-software.com/projects/wp-plugins/asgaros-forum. Please only use this site and dont send me your own .po/.mo files because it is hard to maintain if I get multiple translation-files for a language.

    Plugin Author Asgaros

    (@asgaros)

    Hello!

    Case 1 :
    I was trying to upload a image into a new thread using visual editor. While clicking on insert image icon it opens up a dialog box with a field to enter source path. How will someone enter that

    Usually you add a link/URL to a image-file there, for a example mywebsite.com/image.jpg. If you have the “file upload”-functionality enabled, a link to the file is added to the end of the post automatically. You can use this link to add the image to your post via the image-button in the editor.

    Case 2 :
    I have enabled zip, rar, apk, 7z files to upload as attachment. But when i try to upload, it gives a file no found error. I think that the problem is with the uploader

    Can you provide me a link to that post?

    I want to use wordpress media uploader (Preferred for both cases) and a upload button for case 1.

    You can try this:

    function change_editor_settings($settings) {
    	$settings['teeny'] = false;
    	$settings['media_buttons'] = true;
    	return $settings;
    }
    
    add_filter('asgarosforum_filter_editor_settings', 'change_editor_settings');

    I want to make this forum into my regional language (Malayalam). How can i do that?

    You can help to translate Asgaros Forum on this site: https://translate.www.ads-software.com/projects/wp-plugins/asgaros-forum. Please only use this site and dont send me your own .po/.mo files because it is hard to maintain if I get multiple translation-files for a language.

    You can approve translations by yourself if you are a Project Translation Editor (PTE). Please contact me if you are a native speaker of that language and want to become a PTE.

    Your link is not working btw:

    Bandwidth Limit Exceeded

    The server is temporarily unable to service your request due to the site owner reaching his/her bandwidth limit. Please try again later.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Upload problem’ is closed to new replies.