Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
任何人都知道如何将线程标题变量(也就是调用什么钩子)添加到广告位置模板>>ad_showthread_firstpost_start。我试过用 {vb:raw threadinfo.title} 调用它,但它不起作用。Vbulletin 4. 感谢您的帮助
解决方案很简单,它将是: $thread['title'];
$thread['title'];
如果您想在模板中进行修改,请尝试 {vb:raw threadinfo.title}...