Parsa
Forum Replies Created
-
Forum: Plugins
In reply to: [Teligro] Teligro vs weFormsHello
Teligro can send a message from weForms to your Telegram Bot Chat
You need to connect your WordPress account to a Telegram account, For this active WordPress Connectivity in the “WordPress” Tab and go to your WordPress profile.Forum: Reviews
In reply to: [Teligro] I tried 2 hours to make it worksHello
Do you connect your Site/WordPress account to a Telegram account?Forum: Reviews
In reply to: [Teligro] new commondدقیق متوجه نشدم
بیشتر توضیح میدیدForum: Plugins
In reply to: [Teligro] Enable Quick Send dont workHello
Quick Send option display in post type archive in the WordPress admin.Forum: Reviews
In reply to: [Teligro] new commondسلام
بله. اگر با برنامهنویسی آشنا هستید امکان توسعه رو داره
در غیر این صورت بگید چی میخواید شاید در نگارشهای بعدی امکان اضافه کردنش باشه.Forum: Plugins
In reply to: [NSFW] [WP Telegram Pro] WooCommerce Product Details include HTML CodesSpace between Product name and price? Currently, have a new line
Currently you cant change the template message of the bot, Maybe in future versions.Forum: Plugins
In reply to: [WP Telegram Pro] یک پست خاص رو تکراری میفرسته به کانالسلام
این مشکل ارسال پست تکراری رو روی بعضی سایتها بوجود میاد
هنوز برام مشخص نشده مشکل کجاست
پستی که تکرار میشه در حال ویرایش این اتفاق بوجود میاد؟میتونید در تلگرام به من پیام بدید تا با دریافت دسترسی بات و سایت بررسی بشه
Forum: Plugins
In reply to: [NSFW] [WP Telegram Pro] WooCommerce Product Details include HTML CodesHi @shreeshenoy
Thanks for reporting this issue
I check and fix this problem for next versionForum: Plugins
In reply to: [WP Telegram Pro] Translation is not affecting to Telegram Bot.Hi Nurkamol
Because translator editor not accepted translation
https://translate.wordpress.org/locale/ru/default/wp-plugins/wp-telegram-pro/
If you can contact with editor users in your language, Notify them for accepting translate.You can export and copy file to this directory
wp-content/languages/plugins
and rename to wp-telegram-pro-ru_RU.po, wp-telegram-pro-ru_RU.moIn last version you can disable “Posts Buttons” in WordPress tab.
Forum: Plugins
In reply to: [WP Telegram Pro] Automatic ‘linking’ to Customer?Hi, I’m sorry for the delay.
No. User needs to start Telegram bot. Plugin ability linked WP account to Telegram account in WP Profile.
Forum: Reviews
In reply to: [WP Telegram Pro] خیلی خوبه اگر این دو مشکل رو نداشتسلام
توضیحاتی که دادید مربوط به باگهای افزونه روی سایت شما هست و به صورت عمومی چنین مشکلی برای همه وجود نداره. به همین خاطر نیاز هست قبل از اینکه امتیاز بدید در بخش پشتیبانی تیکت ایجاد کنید
https://wordpress.org/support/plugin/wp-telegram-pro/تماس
https://parsa.wsForum: Plugins
In reply to: [WP Telegram Pro] Featured image to custom fieldYou need to concat/add custom field value to base URL:
function wptelegrampro_change_post_image($item, $post_id, $query) { $image_meta = get_post_meta($post_id, 'image_url_custom_field', true); if ($image_meta){ $item['image'] = 'https://image.tmdb.org' . $image_meta; add_filter('wptelegrampro_image_send_mode', 'wptelegrampro_image_send_mode', 999999999); } return $item; }Forum: Reviews
In reply to: [WP Telegram Pro] افزونه خوب و کاملیهسلام
ممنون برای اینکه از این افزونه استفاده میکنید
قرار دادن امکان ورود دو مرحلهای به این سادگی نیست
با چه روشی فرم ورود رو قرار دادید در سایت؟ با افزونه یا در قالب بوده؟ لینک ورود سایت رو ارسال کنید تا بررسی بشه.Forum: Plugins
In reply to: [WP Telegram Pro] Featured image to custom fieldHello
Your meta value needs valid URL, For example:
https://image.tmdb.org/5wy8dkl7SYuYvVDLmnvflf1JRSz.jpgAnd replace
image_url_custom_fieldwith your meta key.Forum: Plugins
In reply to: [WP Telegram Pro] call_user_func_array()Thanks for reporting this problem. This issue will be resolved and a new version will be released in the coming days.