MyBB Community Forums

Full Version: Advertisement in Posts v0.4
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
nice mod Big Grin
Thank You.
This plugin is not working for Mybb 1.6.5
This is setting snapshot and you can see ads are not appearing http://funchit.com/showthread.php?tid=614
[Image: ztmWE.jpg]


Please help
^Open plugin file, find:

eval("\$post['ads_posts'] = \"".$templates->get("ads_posts")."\";");
			}
		}

After it add:

return $post;

Save it and see.
(2011-12-23, 10:51 AM)crazy4cs Wrote: [ -> ]^Open plugin file, find:

eval("\$post['ads_posts'] = \"".$templates->get("ads_posts")."\";");
			}
		}

After it add:

return $post;

Save it and see.

Thanks for fast reply.
It worked!
what's up with red line around ads? can i remove that?
Can you give screenshot please?
Not working in my forum
I tried all solution given in this thread but still same
if I edit the plugin according this last solution, then post not opens
Thanks for the awesome plugin! Smile
(2011-12-26, 09:27 PM)cdusa8 Wrote: [ -> ]Not working in my forum
I tried all solution given in this thread but still same
if I edit the plugin according this last solution, then post not opens

Please post your forum's URL and PM me your Admin CP and CPanel logins so I could see what's wrong with it.
Pages: 1 2 3 4 5 6 7