![]() |
Some experience huh?
|
StarBug, if he had not done that it would not show up at all. It has to do with the phrase not showing up for some weird reason.
|
Quote:
Quote:
INSERT INTO `phrase` (phraseid, languageid, varname, text, phrasetypeid) VALUES ('', '0', 'can_use_guestbook', 'Can use Guestbook?', 3); INSERT INTO `phrase` (phraseid, languageid, varname, text, phrasetypeid) VALUES ('', '1', 'can_use_guestbook', 'Can use Guestbook?', 3); Cause the problem is when you edit a phrase you have two boxes for text (I have 2 languages installed so I have three. I don?t know if forums with only one laguage have the second box called "English (US) Translation") and you only enter the phrase text in the "Custom Phrase" field ( languageid = 0). You need to add languageid = 1 also His problem was the wrong location of: Quote:
That is why naming lines is not the way to use in install instructions ;) He Propably put the code below Quote:
Greetings StarBuG |
about the phrases, once you insert them, you have to go apply the update in CP by updating any phrase.
|
Quote:
|
yeah i had to do that too, but i had to do that on the other 2 hacks i installed that used new phrases as well. that's just the way to update all the phrases, by saving any.
|
Another nice litte feature addon would be if you could post a little image in the postbit if a user has a guestbook, like next to the IM Icons
Can you do that? StarBuG |
Quote:
|
How customizable is this from a users perspective?
|
I did a thorough test on the system today, and found that it is not completely working for me yet. :ermm:
The guestbook works perfectly, and shows on the member profile page. The webpage does not work ... the edit page works, and it shows as an option in the usercp. But when I view the user profile after updating the webpage, I see nothing. Only the guestbook. :surprised: |
Quote:
|
Hey everyone using this script. Take this new member.php script and overwrite what the current code with. There is a bug fixed (not removing last guestbook entry correctly).
|
Quote:
|
the webpage works perfectly fine on mine. u must've messed up loki.
|
So its working now?
|
I gave it a try and I got errors when I tried to install the tables :(
|
same here key 1 taken or something
|
Ok i got it to work, BUT when I go into my profile and click on Webpage Content or
Guestbook Settings. I get a blank page :( Any clues why? |
Quote:
|
Another suggestion:
It would be good to let people know when a new entry in the guestbook was made. Like the pm notification or a pm for each new entry!? StarBuG |
first off, yeah the hack works perfectly fine if you install it correctly. i don't get how so many of y'all messed this up. i had a completely easy install, and everything worked form the start.
onlything that didn't work was deleting guestbook entries. but we got a fix for that now. thanks! hey this is a completely out of the blue question. is it possible to count add every guestbook entry made to a user's post count. or what would be even better. i've got this shoutbox installed. it would be even better to add the count to that, but i guess you wouldn't want to go through all the trouble of making that possible since not everybody has the shoutbox installed. |
I've got the templates install and have set the permissions like the install says.
Everytime I got in admins permissions the webpage/guestbook are on "No", I then set it to "yes" and hit update. The samething happens everything look what I mean http://bbs.metallifukinca.com/index.php? test/test |
you probably have other hacks installed that are using the same bitfields number. Go back to init.php and verify that. If so, double the homepage bitfields values so they could be unique.
|
Quote:
|
But does it hold the permissions at least? Try to update them directly in mysql
|
Quote:
this is the tables is installed Quote:
|
By looking at that db, I guess you'll have to read the posts. Your problem was addressed
|
Quote:
Really? I most have missed it :( Could you point out the page please/thank you ? |
Quote:
Delete user_guestbook and user_webpage before you run the the SQL file though. |
you dont think this maybe dangerous to give members html access ?
Code:
but then again i cant understand sweedish screenshots :( so i dunno what they all do ? |
Quote:
oh fart! HOw do I remove the one I installed now? Thanks for clearing that up :) |
Quote:
StarBuG |
Quote:
|
I can delete the guestbook and webpage no problem, but how do I delete the "INSERT INTO" ones?
|
I tried install this
Quote:
now I'm getting this error :( MySQL said: #1062 - Duplicate entry 'setting_allowguestbook_desc-1-5000' for key 2 |
you need to remove ALL entries by the script!
This error means that this entry is already in the database. Go through each query and remove everything or add the missing querys ;) StarBuG |
I was afraid you were going to say that :(
|
ELETE FROM `vB3phrase` (
phraseid, languageid, varname, text, phrasetypeid ) VALUES ( '', '0', 'setting_allowguestbook_desc', 'Allow guestbook in your users guestbooks?', 5000 ) MySQL said: #1064 - You have an error in your SQL syntax near '( phraseid, languageid, varname, text, phrasetypeid ) VALUES ( '', '0', 'sett' at line 1 |
I'm tying to reverse the install of these "INSERT INTO"
Could someone please show me how to do it with the I pasted below. I'm getting mixed up with the commands :( INSERT INTO `vB3phrase`WHERE (phraseid, languageid, varname, text, phrasetypeid) VALUES ('', '0', 'setting_allowguestbook_desc', 'Allow guestbook in your users guestbooks?', 5000); thanks |
Quote:
Run this .SQL and all YOU installed (using vB3 prefix on everything by mistake) will be erased. Then after that, you run the proper .SQL file coming with the .ZIP file in my first post. PHP Code:
|
All times are GMT. The time now is 11:11 AM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|