Just wondering how you got adsense injector to place ads after the node title in full view? I am trying to inject openads.org text ads rite after the node title only if its in full view.
I could just do some if and else php code in the node.tpl.php file, however, i dont want to mess with it. And i dont know how to code the IF and ELSE, anyways!

Or can you offer openads.org feature, i guess this would be a feature request, right?

Any help is appreciated. Thanks.

Comments

mcurry’s picture

Status: Active » Closed (won't fix)

I'm assuming that you can work with php code - if that is the case, then you can just read the module's source code. If you are unable to read php code, then I don't know what to tell you.

hectorplus’s picture

I solved my own problem by editing the node.tpl file, make some decision and insert the openads code if its in full view. Thanks for your reply.