Re: adsense in the message |
Fri, 04 December 2009 13:42 |
|
naudefj wrote on Fri, 04 December 2009 13:23Markus Allen het op Fri, 04 December 2009 20:13 geskryf:I'd love to update but I can't because I've got FUDforum hard coded with AMember membership software and I was told to never upgrade because it would cost a lot of money to make the tweaks.
Who is behind this AMember software and why would one like to integrate it with FUDforum?
I wanted my members to have one username and password for both AMember and FUDForum... so I had a programmer invest months on this. It's VERY complicated. But it works GREAT.
FUDForum still works great, too... even though it's an old version. And the programmer I hired is in Russia and very hard to track down.
Can I PayPal you cash to fix this? It seems like something easy to do.
|
|
Re: adsense in the message |
Fri, 04 December 2009 13:23 |
|
Markus Allen het op Fri, 04 December 2009 20:13 geskryf:I'd love to update but I can't because I've got FUDforum hard coded with AMember membership software and I was told to never upgrade because it would cost a lot of money to make the tweaks.
Who is behind this AMember software and why would one like to integrate it with FUDforum?
|
|
Re: adsense in the message |
Fri, 04 December 2009 13:13 |
|
naudefj wrote on Fri, 04 December 2009 10:34Markus Allen is much better, thanks!
Open drawmsg.tmpl with a text editor to fix it up.
PS: FUDforum 2.7.2 is very old and not supported. Please upgrade to the latest version ASAP.
I'd love to update but I can't because I've got FUDforum hard coded with AMember membership software and I was told to never upgrade because it would cost a lot of money to make the tweaks.
I'm not sure what this means:
Quote:Open drawmsg.tmpl with a text editor to fix it up.
I really appreciate your great help here.
|
|
Re: adsense in the message |
Fri, 04 December 2009 10:34 |
|
Markus Allen is much better, thanks!
Open drawmsg.tmpl with a text editor to fix it up.
PS: FUDforum 2.7.2 is very old and not supported. Please upgrade to the latest version ASAP.
|
|
Re: adsense in the message |
Fri, 04 December 2009 09:56 |
|
naudefj wrote on Fri, 04 December 2009 08:35Wiki was updated.
PS: With a username like like, you should count yourself lucky that you're not banned yet.
I appreciate the always-quick reply.
I tried this and got this error:
unterminated tag MAIN_SECTION inside drawmsg.inc
Here's the code I used:
<tr><td class="MsgSpacer"><table cellspacing=0 cellpadding=0 class="MsgTable">
<tr>
<td class="MsgR1 vt al MsgSubText"><a name="msg_num_{VAR: m_num}"></a><a name="msg_{VAR: obj->id}"></a>{IF: $obj->icon && !$hide_controls}<img src="images/message_icons/{VAR: obj->icon}" alt="{VAR: obj->icon}" /> {ENDIFI}{VAR: obj->subject}{TEMPLATE-DATA: rpl}</td>
<td class="MsgR1 vt ar"><span class="DateText">{TEMPLATE: dmsg_post_date}</span> {TEMPLATE-DATA: prev_message}{TEMPLATE-DATA: next_message}</td>
</tr>
<tr class="MsgR2"><td class="MsgR2" colspan=2><table cellspacing="0" cellpadding="0" class="ContentTable">
<tr class="MsgR2">
{TEMPLATE-DATA: avatar}
<td class="msgud">{TEMPLATE-DATA: online_indicator}{TEMPLATE-DATA: user_link}{IF: !$hide_controls}{IF: $obj->user_id}<br /><b>{MSG: posts_c}</b> {VAR: obj->posted_msg_count}<br /><b>{MSG: registered}</b> {TEMPLATE: dmsg_join_date} {TEMPLATE-DATA: location}{ENDIFI}{ENDIFI}</td>
<td class="msgud">{TEMPLATE-DATA: dmsg_tags}</td>
<td class="msgot">{TEMPLATE-DATA: dmsg_bd_il}{TEMPLATE-DATA: dmsg_im_row}{IF: !$hide_controls}{IF: ($obj->host_name && $o1 & 268435456)}<b>{MSG: from}</b> {VAR: obj->host_name}<br />{ENDIFI}{IF: ($b & 1048576 || $usr->md || $o1 & 134217728)}<b>{MSG: dmsg_ip}</b> <a href="{TEMPLATE: dmsg_ip_address_url}" target="_blank">{VAR: obj->ip_addr}</a>{ENDIFI}{ENDIFI}</td>
</tr></table></td>
</tr>
<tr><td colspan="2" class="MsgR3">
{TEMPLATE-DATA: msg_body}{TEMPLATE-DATA: drawmsg_file_attachments}
{TEMPLATE-DATA: modified_message}{IF: !$hide_controls}{IF: ($obj->sig && $o1 & 32768 && $obj->msg_opt & 1 && $b & 4096 && !($a & 67108864))}<p /><hr class="sig" />{VAR: obj->sig}{ENDIFI}{TEMPLATE: dmsg_report_to_mod_link}{ENDIFI}
</td></tr>
{IF: !$hide_controls}{TEMPLATE: dmsg_message_toolbar}{ENDIFI}
{IF: !$obj->reply_to}<tr><td>
<script type="text/javascript"><!--
google_ad_client = "pub-7807783590458970";
/* 336x280, created 12/4/09 */
google_ad_slot = "8925590520";
google_ad_width = 336;
google_ad_height = 280;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></td></tr>{ENDIFI}
{MAIN_SECTION: END}
{SECTION: dmsg_no_msg_body}
</table></td></tr>
I tried the same code without this:
{MAIN_SECTION: END}
{SECTION: dmsg_no_msg_body}
And got the same error.
I'm using FUDforum 2.7.2.
I really appreciate your help.
-markus
By the way, I hate spam as much as you do... I didn't consider my username (which I created years ago here) spam... can you change it to my name... Markus Allen?
|
|
Re: adsense in the message |
Fri, 04 December 2009 08:35 |
|
Wiki was updated.
PS: With a username like like, you should count yourself lucky that you're not banned yet.
|
|
Re: adsense in the message |
Fri, 04 December 2009 07:42 |
|
I went to the Wiki to try to find out how to insert an ad at the top of the first post in a thread and it said to modify the drawmsg.tmpl file...
... But when you click the [+], we get several dozen subfiles to choose from.
Do you know which subfile to edit?
|
|
|
|
|
adsense in the message |
Wed, 18 November 2009 05:34 |
|
how I must make in order to insert adsense in the message?
(to see image attached)
-
Attachment: Immagine.jpg
(Size: 39.37KB, Downloaded 735 times)
|
|