أحاول تعديل move_posts.new_topic_moderator_post.one
لماذا topic_link صالح ولكن ليس topic_title أو topic_name
\# \%{topic_title}
هل هناك أي مفتاح آخر يمكنني استخدامه؟ شكرًا.
أحاول تعديل move_posts.new_topic_moderator_post.one
لماذا topic_link صالح ولكن ليس topic_title أو topic_name
\# \%{topic_title}
هل هناك أي مفتاح آخر يمكنني استخدامه؟ شكرًا.
لا، يمكنك فقط استخدام topic_link، والمفاتيح مقيدة بما يتم تمريره في الكود (whatever is passed in the code).
أوه، أفهم، هذا منطقي. شكراً لك.
من المثير للاهتمام أنه تبين أن topic_link هو في الواقع ما أردت فعله ([%{topic_title}](%{topic_link})).
لذلك، فإن مجرد القيام بـ # %{topic_title} أحدث التغييرات المتوقعة.
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.