tedmiller wrote:
First of all thanks for the component which is really the "BEST OF JOOMLA!"
my question is that how can I integrate the google ads inside the first posts of each thread? or are there any easy way to put some ads somewhere in the forum? Thanks very much
Ok I added new module pozitions for next release.
Can you see bottom of the first message has a module.
i added 4 module pozitions.
fb_msg_t
fb_msg_1 -- this is for after first post
fb_msg_2 -- this is for after second post
fb_msg_b
Begin moderator edit.
As you can see this thread is VERY old. It is NO LONGER NECESSARY TO MODIFY ANY CODE!!! Go to your joomla admin template module positions.
Add
fb_msg_t
fb_msg_1
fb_msg_2
fb_msg_b
Than asign your joomla modules .
THAT'S IT!!! Read the remainder of this thread and risk confusing yourself.
End moderator edit.
-------------------------------------
message.php
Add this code
BEFORE
| Code: |
--------------------------------------
// Legend to the variables used
// --------------------------------------------------------------
|
AND
view.php
Find "$k=0;" on view.php add after "$mmm = 0;"
Find "$k = 1 - $k;" on view.php add after "$mmm ++;"
| Code: |
$k = 1 - $k;
$mmm ++;
|
AND LAST STEP:
Go to your joomla admin template module pozitions.
Add
fb_msg_t
fb_msg_1
fb_msg_2
fb_msg_b
Than asign your joomla modules .
I hope you will like it
Post edited by: greatpixels, at: 2007/04/21 22:34