Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
User Guestbooks
Author Message
Nickman Offline
Manager
*******
Management

Posts: 2,699
Joined: May 2008
Reputation: 67
Post: #1
User Guestbooks
Mod Description: Allows users to leave messages on other users profiles

Link to Mods DB: Get It
01-26-2009, 07:26 PM
Visit this user's website Find all posts by this user
GANGCHIL Offline
Junior Member
**

Posts: 4
Joined: Jan 2009
Reputation: 0
Post: #2
RE: User Guestbooks
How can I write user profile? I cant see any space for write.
01-30-2009, 08:50 PM
Find all posts by this user
Spyda Offline
Premium User
Premium Users

Posts: 835
Joined: May 2008
Reputation: 8
Post: #3
RE: User Guestbooks
(01-30-2009 08:50 PM)GANGCHIL Wrote:  How can I write user profile? I cant see any space for write.

Did you do the file edits if any were needed, and read the entire readme?
01-31-2009, 12:12 AM
Find all posts by this user
GANGCHIL Offline
Junior Member
**

Posts: 4
Joined: Jan 2009
Reputation: 0
Post: #4
RE: User Guestbooks
Now it working. Thanks...
(This post was last modified: 01-31-2009, 05:18 AM by GANGCHIL)
01-31-2009, 05:12 AM
Find all posts by this user
kidbeast Offline
Junior Member
**

Posts: 2
Joined: Feb 2009
Reputation: 0
Post: #5
RE: User Guestbooks
Do you know how to move the guestbook to the left side of the profile instead of the right?
02-16-2009, 10:36 PM
Find all posts by this user
Nickman Offline
Manager
*******
Management

Posts: 2,699
Joined: May 2008
Reputation: 67
Post: #6
RE: User Guestbooks
You have to edit the member_profile template and move the {$prof}(this is something, I can't remember right now).
02-17-2009, 02:35 PM
Visit this user's website Find all posts by this user
kidbeast Offline
Junior Member
**

Posts: 2
Joined: Feb 2009
Reputation: 0
Post: #7
RE: User Guestbooks
(02-17-2009 02:35 PM)Nickman Wrote:  You have to edit the member_profile template and move the {$prof}(this is something, I can't remember right now).

Thanks:wink:
I need some help

Here is my code:

PHP Code:
<html>
<
head>
<
title>{$mybb->settings['bbname']} - {$lang->profile}</title>
{
$headerinclude}
</
head>
<
body>
{
$header}
<
table border="0" cellspacing="{$theme['borderwidth']}cellpadding="{$theme['tablespace']}class="tborder">
<
tr>
<
td class="trow1">
<
table width="100%" cellspacing="0" cellpadding="0" border="0"><tr><td class="trow1" width="75%">
<
span class="largetext"><strong>{$formattedname}</strong></span><br />
<
span class="smalltext">
({
$usertitle})<br />
{
$groupimage}
{
$userstars}<br />
<
br />
<
strong>{$lang->registration_date}</strong> {$memregdate}<br />
<
strong>{$lang->date_of_birth}</strong> {$membday} {$membdayage}<br />
<
strong>{$lang->local_time}</strong> {$localtime}<br />
<
strong>{$lang->postbit_status}</strong> {$online_status}
</
span>
</
td><td width="25%" align="right" valign="middle">{$avatar}</td></tr></table>
</
td>
</
tr>
{
$awaybit}
</
table>
<
br />
<
table width="100%" cellspacing="0" cellpadding="0" border="0" align="center">
<
tr>
<
td width="50%" valign="top">
<
table border="0" cellspacing="{$theme['borderwidth']}cellpadding="{$theme['tablespace']}class="tborder">
<
tr>
<
td colspan="2" class="thead"><strong>{$lang->users_forum_info}</strong></td>
</
tr>
<
tr>
<
td class="trow1"><strong>{$lang->joined}</strong></td>
<
td class="trow1">{$memregdate}</td>
</
tr>
<
tr>
<
td class="trow2"><strong>{$lang->lastvisit}</strong></td>
<
td class="trow2">{$memlastvisitdate} {$memlastvisittime}</td>
</
tr>
<
tr>
<
td class="trow1"><strong>{$lang->total_posts}</strong></td>
<
td class="trow1">{$memprofile['postnum']} ({$lang->ppd_percent_total})<br /><span class="smalltext">(<a href="search.php?action=finduserthreads&amp;uid={$uid}">{$lang->find_threads}</a> &mdash; <a href="search.php?action=finduser&amp;uid={$uid}">{$lang->find_posts}</a>)</span></td>
</
tr>
<
tr>
<
td class="trow2"><strong>{$lang->timeonline}</strong></td>
<
td class="trow2">{$timeonline}</td>
</
tr>
{
$reputation}<tr>
<
td class="trow2" width="50%"><strong><a href="{$mybb->settings['bburl']}/plaza.php">{$lang->money}</a>:</strong></td>
<
td class="trow2" width="50%">{$mymoney} <small>[<a href="plaza.php?action=page&amp;p=donate&amp;uid={$uid}">{$lang->donate}</a>]</small> ({$itemsbought} {$lang->items_purchased})</td>
</
tr>
{
$warning_level}
</
table>
<
br />
<
table border="0" cellspacing="{$theme['borderwidth']}cellpadding="{$theme['tablespace']}class="tborder">
<
tr>
<
td colspan="2" class="thead"><strong>{$lang->users_contact_details}</strong></td>
</
tr>
<
tr>
<
td class="trow1"><strong>{$lang->homepage}</strong></td>
<
td class="trow1">{$website}</td>
</
tr>
{
$sendemail}
<
tr>
<
td class="trow2"><strong>{$lang->pm}</strong></td>
<
td class="trow2"><a href="private.php?action=send&amp;uid={$memprofile['uid']}">{$lang->send_pm}</a></td>
</
tr>
<
tr>
<
td class="trow1"><strong>{$lang->icq_number}</strong></td>
<
td class="trow1"><a href="javascript:;" onclick="MyBB.popupWindow('misc.php?action=imcenter&amp;imtype=icq&amp;uid={$uid}', 'imcenter', 450, 300);">{$memprofile['icq']}</a></td>
</
tr>
<
tr>
<
td class="trow2"><strong>{$lang->aim_screenname}</strong></td>
<
td class="trow2"><a href="javascript:;" onclick="MyBB.popupWindow('misc.php?action=imcenter&amp;imtype=aim&amp;uid={$uid}', 'imcenter', 450, 300);">{$memprofile['aim']}</a></td>
</
tr>
<
tr>
<
td class="trow1"><strong>{$lang->yahoo_id}</strong></td>
<
td class="trow1"><a href="javascript:;" onclick="MyBB.popupWindow('misc.php?action=imcenter&amp;imtype=yahoo&amp;uid={$uid}', 'imcenter', 450, 300);">{$memprofile['yahoo']}</a></td>
</
tr>
<
tr>
<
td class="trow2"><strong>{$lang->msn}</strong></td>
<
td class="trow2"><a href="javascript:;" onclick="MyBB.popupWindow('misc.php?action=imcenter&amp;imtype=msn&amp;uid={$uid}', 'imcenter', 450, 300);">{$memprofile['msn']}</a></td>
</
tr>
</
table>
</
td>
<
td><img src="{$theme['imgdir']}/pixel.gif" height="1" width="8" alt=""/></td>

<
td width="50%" valign="top">
{
$profilefields}

{
$signature}
{
$profview}
{
$usergb}
{
$proftube}
{
$modoptions}
</
td>
</
tr>
</
table>
{
$footer}
</
body>
</
html

When i move the Usergb under Here:

PHP Code:
</tr>
<
tr>
<
td class="trow2"><strong>{$lang->msn}</strong></td>
<
td class="trow2"><a href="javascript:;" onclick="MyBB.popupWindow('misc.php?action=imcenter&amp;imtype=msn&amp;uid={$uid}', 'imcenter', 450, 300);">{$memprofile['msn']}</a></td>
</
tr>
</
table>
</
td>
{
$usergb}
<
td><img src="{$theme['imgdir']}/pixel.gif" height="1" width="8" alt=""/></td

It does goes under the Contact Details like i want it to but then everything extends and all the tables turn into one huge colume stacked on each other, so there is no longer a left side or right side. It's just 1 colume. :(
(This post was last modified: 02-17-2009, 04:47 PM by kidbeast)
02-17-2009, 04:13 PM
Find all posts by this user
rohithvsn Offline
Junior Member
**

Posts: 15
Joined: Mar 2009
Reputation: 0
Post: #8
RE: User Guestbooks
great!! work
03-08-2009, 11:52 PM
Find all posts by this user
RhymeFront Offline
Junior Member
**

Posts: 6
Joined: Mar 2009
Reputation: 0
Post: #9
RE: User Guestbooks
I have a problem with the "delete function"... I become a white site after clicking "delete"... and the comments stil there. The rights for delete is setting only for admins ID 4 .
03-10-2009, 03:05 AM
Find all posts by this user
RhymeFront Offline
Junior Member
**

Posts: 6
Joined: Mar 2009
Reputation: 0
Post: #10
RE: User Guestbooks
thx 4 the support...
03-10-2009, 01:48 PM
Find all posts by this user




User(s) browsing this thread: 5 Guest(s)