Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
User Guestbook Not Showing Up
Author Message
Winford F. Offline
Member
***

Posts: 94
Joined: Feb 2010
Reputation: 0
Post: #1
Question User Guestbook Not Showing Up
I have to add in the templates manually. But what do I have to add in to the Profile Templates?
02-09-2010, 10:45 AM
Find all posts by this user
Detective RooTz Away
Member
***

Posts: 168
Joined: Feb 2010
Reputation: 0
Post: #2
RE: User Guestbook Not Showing Up
(02-09-2010 10:45 AM)MyBB Lover Wrote:  I have to add in the templates manually. But what do I have to add in to the Profile Templates?


I think the readme says add something into profile templates. Does it say that?
02-09-2010, 12:22 PM
Visit this user's website Find all posts by this user
Winford F. Offline
Member
***

Posts: 94
Joined: Feb 2010
Reputation: 0
Post: #3
RE: User Guestbook Not Showing Up
It does not, that's the reason why i'm asking.
02-09-2010, 12:26 PM
Find all posts by this user
Conor Calby Offline
Posting Freak
*****

Posts: 1,018
Joined: Jan 2010
Reputation: 15
Post: #4
RE: User Guestbook Not Showing Up
it is not activated I am guessing, you have to activate it first.

MyBBSource Support Team Member - MyBBSource Tutorials Team Leader
Official MyBB Support Tech
If I helped, why not rep me 001_smile
02-09-2010, 12:28 PM
Visit this user's website Find all posts by this user
Winford F. Offline
Member
***

Posts: 94
Joined: Feb 2010
Reputation: 0
Post: #5
RE: User Guestbook Not Showing Up
It's activated.
02-09-2010, 12:47 PM
Find all posts by this user
Conor Calby Offline
Posting Freak
*****

Posts: 1,018
Joined: Jan 2010
Reputation: 15
Post: #6
RE: User Guestbook Not Showing Up
is it turned on in the board configuration?

MyBBSource Support Team Member - MyBBSource Tutorials Team Leader
Official MyBB Support Tech
If I helped, why not rep me 001_smile
02-09-2010, 01:41 PM
Visit this user's website Find all posts by this user
Disturbed Offline
Junior Member
**

Posts: 16
Joined: Feb 2010
Reputation: 0
Post: #7
RE: User Guestbook Not Showing Up
If it's activated (plugin) and activated (configuration), make sure there is a {$usergb} in member profile template.

I read that some people were having problems with this mod, so i looked at the code..

I think line 27 in gb.php

$comment=mysql_real_escape_string($mybb->input['comment']);

Should be:

$comment=$db->escape_string($mybb->input['comment']);
(This post was last modified: 02-10-2010, 01:07 AM by Disturbed)
02-10-2010, 12:55 AM
Visit this user's website Find all posts by this user




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