MyBB Hacks

Full Version: PHP in Templates / Complex Templates
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
v2.0 incorporates the <setvar> fix in v1.6 of Template Conditionals.  Also the plugin will no longer attempt to interpret stuff like <?xml ... ?> as PHP.
Great plugin, thank you.
Excellent update - thank you
Hi, I use this plugin to make some changes in my forum.
If I modify the template "member_profile" created with Profile System by Tomm, here the plugin does not work. What can I do?

Thanks
That is Tomm's myNetwork profile system that does not play nicely with other plugins. You should ask Tomm.
(08-08-2012 06:05 PM)leefish Wrote: [ -> ]That is Tomm's myNetwork profile system that does not play nicely with other plugins. You should ask Tomm.

Ok.
Hi to all,

I use MyBB 1.6.8 and this plugin. I have to use it to insert ads only on first post. I inserted ads code in the postbit template and I used this conditional: <if $post['pid1'] then>ADS CODE</if> but ads isn't showed.
I absolutely need to use it beacuse other plugins for ads in first post don't work and if I don't use it, the ads is showed in all posts.
Something like this:

Code:
<if $post['pid'] == $thread['firstpost'] then>Ads Code Here</if>

Thanks a lot, it works Yipi
This is a really dumb question, but what sort of format is the file download in? I can't seem to open it on my mac.

Thanks to anyone that responds!
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
Reference URL's