مكون Wp-discourse-shortcodes

I got some funding to do this recent work on it. It will be safe to use by the end of the week. Right now, it’s lacking documentation and the options page needs to be cleaned up. I’m supporting the plugin, so if people use it now and run into any problems, I’ll fix it.

9 إعجابات

I’m a newb to wordpress and discourse… coming from a good php background with other forum software.

I have WP and Discourse installed and working perfectly with the wp-discourse plugin and discourse acting as SSO.

I can’t get these shortcodes to work for me though. I installed by downloading the zip from git and uploading that zip as a plugin. It took it and it’s activated and the shortcode page shows up within the Discourse section of the WP admin. I’ve tried adding the discourse_topics and discourse_link shortcodes and I get nothing. I’ve tried a few different ways: in a text widget (with my theme modded to allow for short codes), in the shortcode widget itself, and within a normal post.

I’ve tested a couple other shortcodes to make sure shortcodes in general are working.

Anything I’m missing in the setup?

Really want to get some of the discourse embedded in wordpress and it looks like your shortcodes are the best option currently.

Many Thanks,
Mac

إعجاب واحد (1)

Is your forum private? If so, you need to check the Enable Private Topics checkbox on the Shortcodes options page.

If you’re still getting no output, try disabling the Webhook setting if you have it enabled, and using this as the shortcode: [discourse_topics cache_duration=0] It should give you some output. If not, please let me know.

4 إعجابات

YES. That was it. I had locked things down a bit as I’m converting to Discourse from my old forum software.

Awesome stuff. Thanks so much for the quick reply.

إعجابَين (2)

Are you planning to add an option to filter discourse_topics by categories and tags?

We love this plugin! Thank you very much for the work put in it. We use it very prominently at the https://confederac.io homepage.

I second @anon36484860, it would be useful to display items of a single category. For instance:

[discourse_topics source="top" category=" period="weekly" max_topics="5"]

On a different, there seems to be a minor bug. A category is not displayed in the widget:

The category is “Anti-Represión” and is in fact a subcategory. The tilde seems to be fine, because the category “Colaboración” is rendered without problems. Maybe it’s the dash?

Have you recently added the category? If so, go to the Publishing options tab, select the Force Category Update checkbox and save the page. If that doesn’t solve the issue, I’ll take a look at what’s going on.

Yes, adding a Category option is a good idea.

إعجابَين (2)

Doh. OK, problem fixed. Thank you. :blush:

إعجابَين (2)

Is this plugin still maintained?

I would love to see the ability to make a list of topics by entering individual topic IDs

We are still very interested in this feature. Would it be complex to implement? Would the paid model be an option here?

إعجاب واحد (1)

Hello, Simon.

How to add a script to these ednpoints that will change them e.g. on the basis of api ?
For example:

On my wordspress blog:

Latest Topic discussion (imported from duscourse):
Topic 1 // My City is beauty
Topic 2 // How my Paris looks like
Topic 3 // My trip in New York

And i want to make it like this:
Topic 1 // My City is beauty – null (no city)
Topic 2 // How my Paris looks like + (weather from api for Paris)
Topic 3 // My trip in New York + (weather from api for New York)

etc

ما هي حالة هذه الإضافة؟

لا أستطيع إظهار صورة المستخدم (الأفاتار) ولا أستطيع التحكم في موضع التاريخ (date_position). الوضع الحالي مقبول، لكنني أرغب حقًا في إظهار الصورة.

لقد استخدمت هذا الكود: [discourse_topics source="latest" tile=true excerpt_length="55" date_position=bottom]

وحصلت على هذا المخرجات:

ما الخطأ الذي أرتكبه؟

@سيمون، هل أنت هناك…؟ :smiley:

إعجاب واحد (1)

هل يمكنك التحقق من قيمة عنصر src لصورة الملف الشخصي؟ يمكنك العثور على ذلك باستخدام أداة فحص الويب في متصفحك. هذا سيعطينا فكرة عن ماهية المشكلة.

إعجاب واحد (1)

<img class="wpds-latest-avatar" src="">

إذن لا يوجد سكر…

إعجاب واحد (1)

لن أتمكن من اختبار هذا قبل يوم الاثنين. سأضع تذكيرًا لنفسي للنظر فيه حينها. من النظرة السريعة على الكود، يجب أن يتم تعيين src للصورة الرمزية (avatar) لك. لكنني لا أرى في الكود أي مكان يتعامل مع الوسيطة date_position=bottom. هل يؤدي إزالة date_position من وسيطات الاختصار القصير إلى أي فرق؟

ربما يمكن الآن التعامل مع معظم استخدامات هذه الإضافة عبر Embedding a list of Discourse Topics in another site.

رائع، لقد حاولت إصلاحه بنفسي، لكنني لم أستطع…

في الوقت الحالي …

…هو أمر بسيط للغاية.

هل يمكنك إرسال رابط للمنشور الذي تستخدم فيه الاختصار؟ سأقوم بمراجعة ما يحدث مع رابط الصورة الرمزية.

لقد تفحصت الموقع الذي تستخرج منه المواضيع. المشكلة تكمن في أن الإضافة تقوم بالبحث عن قالب صورة الناشر الأصلي من خلال المرور على جميع ناشري كل موضوع للعثور على الناشر الذي يحمل الوصف ‘Original Poster’. وبما أن موقعك باللغة الدنماركية، فإن الوصف الذي يجب البحث عنه للعثور على الناشر الأصلي هو ‘Oprindelig forfatter’.

لست متأكدًا من وجود طريقة أفضل للعثور على الناشر الأصلي من قائمة المواضيع. إذا كنت ترغب في محاولة إصلاح المشكلة في موقعك، فإن الكود الذي يحتاج إلى تعديل موجود هنا: wp-discourse-shortcodes/lib/discourse-topic-formatter.php at master · communiteq/wp-discourse-shortcodes · GitHub. استبدال النمط '/Original Poster/' بـ '/Oprindelig forfatter/' يجب أن يحل المشكلة بالنسبة لك.

لا أعتقد أنني سأقوم بإصلاح المشكلة المتعلقة بـ date_position=bottom. سأقوم بإزالة هذا المعامل من ملف README الخاص بالإضافة. أنا أحب هذه الإضافة كثيرًا، لكن فهمي هو أن الاختصارات (shortcodes) لم تعد أفضل طريقة للقيام بمثل هذا النوع من الأمور في WordPress. إضافة جديدة تتيح لك إضافة كتلة (Block) لقائمة مواضيع Discourse إلى منشور WordPress ستكون رائعة.

4 إعجابات

تم حل المشكلة :smiley:

شكرًا لك!