 | 2 mod errors |  |
Posted: 11/18/2006 4:36 PM |
|
|
|
|
|
| Crow |
| Posts |
66 |
| Word Cnt. |
2,029 |
| BDay |
May 15 |
| Sign |
Taurus |
| Sex |
 |
|
|
|
Joined: Oct 28, 2006
Local time: 8:55 AM
|

|
|
|
|
 |
First the Bookmarks mod.
I get this error with the sql parser:
| Code:
|
1 Warning(s) reported by the SQL Parser
Missing semicolon, it might be an indication of further syntax errors, statement: 1
|
and how should I make this mod: http://www.phpbb.com/phpBB/viewtopic.php?t=392173
EM compatible. |
|
|
 |
 |
| Back to Top |
|
|
 | Re: 2 mod errors |  |
Posted: 11/19/2006 4:24 AM |
|
|
|
|
|
| Site Admin |
| Posts |
30757 |
| Word Cnt. |
2,628,690 |
| BDay |
Jul 28 |
| Sign |
Leo |
| Sex |
 |
|
|
|
Joined: Sep 25, 2004
Local time: 9:55 AM
Location: St Pete, FL
|

|
|
|
|
 |
This is how you correct the Bookmarks MOD:
OPEN
book-install.mod
FIND
| Code:
|
#
#-----[ SQL ]------------------------------------------
#
CREATE TABLE `phpbb_bookmarks` (
`book_id` int(11) NOT NULL auto_increment,
`user_id` int(11) NOT NULL default '0',
`topic_id` int(11) NOT NULL default '0',
PRIMARY KEY (`book_id`)
)
|
REPLACE WITH
| Code:
|
#
#-----[ SQL ]------------------------------------------
#
CREATE TABLE `phpbb_bookmarks` (
`book_id` int(11) NOT NULL auto_increment,
`user_id` int(11) NOT NULL default '0',
`topic_id` int(11) NOT NULL default '0',
PRIMARY KEY (`book_id`)
);
|
Save, upload, and try again using EM...
Unfortunately, the phpBB Team is pushing XML scripts and I have no clue why. They complicate things and don't help to install any MODs. I think they have lost their minds...
The MOD script is stored in the contrib folder and is named gb.mod. You can move that file to the profileguestbook1.0.7 folder root so that EM will recognize and display it in the Unprocessed list. Go ahead and attempt to install it and see what happens. If you encounter any errors, we can work through them...
 |
|
|
 |
 |
| Back to Top |
|
|
 | Re: 2 mod errors |  |
Posted: 11/26/2006 5:31 AM |
|
|
|
|
|
| Crow |
| Posts |
66 |
| Word Cnt. |
2,029 |
| BDay |
May 15 |
| Sign |
Taurus |
| Sex |
 |
|
|
|
Joined: Oct 28, 2006
Local time: 8:55 AM
|

|
|
|
|
 |
ok, they both work now, but where's the button the actually bookmark the topic? I can't find it  |
|
|
 |
 |
| Back to Top |
|
|
 | Re: 2 mod errors |  |
Posted: 11/26/2006 7:41 AM |
|
|
|
|
|
| Site Admin |
| Posts |
49593 |
| Word Cnt. |
2,756,445 |
| BDay |
Apr 22 |
| Sign |
Taurus |
| Sex |
 |
|
|
|
Joined: Sep 25, 2004
Local time: 7:55 AM
Location: Texas
|

|
|
|
|
 |
Jace, I'm not sure just what your board looks like right off hand but on this board the link for bookmarking the topic is at the top of the Topics pane on the right hand side. It's a line of text.
 |
|
|
 |
 |
| Back to Top |
|
|
 | Re: 2 mod errors |  |
Posted: 11/26/2006 11:23 AM |
|
|
|
|
|
| Crow |
| Posts |
66 |
| Word Cnt. |
2,029 |
| BDay |
May 15 |
| Sign |
Taurus |
| Sex |
 |
|
|
|
Joined: Oct 28, 2006
Local time: 8:55 AM
|

|
|
|
|
 |
| ah, I found it. It was the same exept it was on the left hand side. Thanks rb and nr |
|
|
 |
 |
| Back to Top |
|
|
 | Re: 2 mod errors |  |
Posted: 11/26/2006 2:43 PM |
|
|
|
|
|
| Site Admin |
| Posts |
30757 |
| Word Cnt. |
2,628,690 |
| BDay |
Jul 28 |
| Sign |
Leo |
| Sex |
 |
|
|
|
Joined: Sep 25, 2004
Local time: 9:55 AM
Location: St Pete, FL
|

|
|
|
|
 |
That was easy to resolve. I like it when problems can be resolved this easily...
 |
|
|
 |
 |
| Back to Top |
|
|
 | Re: 2 mod errors |  |
Posted: 11/28/2006 11:58 AM |
|
|
|
|
|
| Crow |
| Posts |
66 |
| Word Cnt. |
2,029 |
| BDay |
May 15 |
| Sign |
Taurus |
| Sex |
 |
|
|
|
Joined: Oct 28, 2006
Local time: 8:55 AM
|

|
|
|
|
 |
| lol, I got a kindda easy question. Do one of you know any good type of portal with lot's of options but easy enough for a beginner. |
|
|
 |
 |
| Back to Top |
|
|
 | Re: 2 mod errors |  |
Posted: 11/28/2006 11:50 PM |
|
|
|
|
|
| Site Admin |
| Posts |
30757 |
| Word Cnt. |
2,628,690 |
| BDay |
Jul 28 |
| Sign |
Leo |
| Sex |
 |
|
|
|
Joined: Sep 25, 2004
Local time: 9:55 AM
Location: St Pete, FL
|

|
|
|
|
 |
I'm not fond of any of the portals that I have seen, so I'm not really a good judge of what to suggest...
 |
|
|
 |
 |
| Back to Top |
|
|
 | Information |  |
|