Page 1 of 1

MOD: Guestbook mod

PostPosted: Mon Jun 05, 2006 4:25 am
Author: SLY LS1
Guestbook script completely integrated into phpBB.

Ok I have added this to my site which is running IM1.3.2 and it works perfectly.

The Download link is here > http://www.phpbbhacks.com/download/4597


I did make a couple of minor changes to make it look a little neater and fix the template name links here they are below.

Open guestbook.tpl

Find:

</table>
<br>
<marquee>
<table>
<tr>
<td>
<a><img></a>
<br>
<a><img></a>
</td>
</tr>
</table>


Change To: insert your template name

</table>
<br>
<marquee>
<table>
<tr>
<td>
<a><img></a>
<br>
<a><img></a>
</td>
</tr>
</table>


Find:

<tr>
<td> <img>
<span>
{L_FROM} <b>{postrow.NICK}</b> {postrow.DATA} {postrow.SITO} {postrow.EMAIL} </span></td>
<td><span><b>{postrow.HIDEN_NICK}</b><br>{postrow.GUEST_IP}</span> </td>
<td> {postrow.CHECK_ROW} </td>
</tr>
<tr>
<td>
<hr><span>
{postrow.MESSAGE}<br></span><hr>{postrow.QUOTE} {postrow.EDIT} </td>
</tr>


Change To:

<tr>
<td> <img>
<span>
{L_FROM} <b>{postrow.NICK}</b> {postrow.DATA} <br><br>
{postrow.SITO} {postrow.EMAIL} </span></td>
<td><span><b>{postrow.HIDEN_NICK}</b><br>{postrow.GUEST_IP}</span> </td>
<td> {postrow.CHECK_ROW} </td>
</tr>
<tr>
<td>
<hr><span>
{postrow.MESSAGE}<br></span><hr>
{postrow.QUOTE} {postrow.EDIT} </td>
</tr>


There is also no need to do the edit in "overall_header.tpl" just add the guestbook.php link through your admin panel - Qbar

You can see it running here on my forum, feel free to leave a message

http://www.vicstreetutes.com/portal/int ... stbook.php

Re: MOD: Guestbook mod

PostPosted: Mon Jun 05, 2006 9:47 pm
Author: doswald
nice one! good job SLY <img>

PostPosted: Sun Jun 25, 2006 5:05 pm
Author: Unregistered
can this be like "aprove option or moderated" before the post been submited?

Re: MOD: Guestbook mod

PostPosted: Wed Jul 05, 2006 1:56 am
Author: doswald
can this be like "aprove option or moderated" before the post been submited?


yeah is this doable? please update us. thanks

PostPosted: Thu Jul 06, 2006 4:45 pm
Author: Flex
Hey SLY, Can I ask you where you got that "next event" block?. I've been looking for something like that.

PostPosted: Fri Jul 07, 2006 8:32 pm
Author: SLY LS1
"Flex";p="11124" wrote:Hey SLY, Can I ask you where you got that "next event" block?. I've been looking for something like that.


Its called the"Advanced Countdown" mod, I think its from http://www.phpbbhacks.com

If you cant find it send me a PM with your email address and ill email it to you

PostPosted: Fri Jul 07, 2006 8:38 pm
Author: SLY LS1
"Unregistered";p="10215" wrote:can this be like "aprove option or moderated" before the post been submited?


There is a section in the ACP to do this fro memory.