Version: 1.04, by Swedie
Developer Last Online: Apr 2018
Version: 3.0.3
Rating:
Released: 10-26-2004
Last Update: 11-13-2005
Installs: 171
DB Changes Template Edits
Code Changes Additional Files
No support by the author.
Webpage and Guestbook for vBulletin 3.0.x
This script installs a Webpage and a Guestbook on your users profile page.
Upcoming fixes:
* Adding leads to user's guestbooks via post icons.
* More? Send me suggestions by posting in this thread.
LATEST VERSION NEW FEATURES v1.0.4 - November 14th, 2005 (Re-released)
* Now comes with an easy to use installer that does all the database entries.
* Also includes an uninstaller (works even though you don't have version 1.0.4 installed)
* Includes upgrade from v1.03 to v1.04 (previous versions are left unsupported)
* Corrected some Javascript errors with the Editor.
* Optimized code (less rows)
* Smilie icon show when enabled in HTML mode
* Quick Edit works better and also updates Webpage name and Description.
- Added Cancel button
- Only show Quick Edit box when editing
* BUG for large Guestbooks fixed. (Altering of table)
NEW FEATURES v1.0.3
* Webpage editing is now improved and stable (had javascript error before)
(only need to update template modify_webpage and file profile.php with new code)
NEW FEATURES v1.0.2
* Admin edit ability
* Improved code
* Using more of CSS from vBulletin rather than through a control file
* FIXED: Removal / Editing of posts (includes a FIX file that you need to run ONCE)
* FIXED: Avatar now show when file based system is used.
(VERSION 1.02 .ZIP FILE HAS BEEN UPDATED! DOWNLOAD CURRENT FILE)
NEW FEATURES v1.0.1
* Added ability to edit or remove his/her guestbook entry within the default vB's timeout setting
* Lots more Usergroup settings (that actually work )
* Colors etc are changed from one configuration file (didn't add to vBulletin admin area because it was just too much for one settings page...)
* PM or Email Notification option, or none (Default option is set by Admin)
* HTML or vBcode when creating webpage content (not both)
* HTML is limited to Admin set HTML tags in the Administration area
* Language controlled through vB's Language system
* Option to display users Avatars (controllable FORCED sizing)
* Smilies option (On or Off)
Usergroup settings added
* Can have Webpage
* Can have Guestbook
* Can view Guestbook
* Can view Webpage
* Can post in Guestbook
THIS SCRIPT IS NOT FOR COMPLETE NEWBIES!
If you are not used to changing script code. Please let someone else do the job for you that know more 'scripting'.
This script requires modification to your database.
I take no responsibily as to what happens to your website after you install this script.
Good luck and I hope you enjoy my contribution!
Show Your Support
This modification may not be copied, reproduced or published elsewhere without author's permission.
So I'm trying to get it to work on my live site but I'm having problems again. I did the SQL change from 0 to 1 and I assume that means the userid? B/c I am admin but my userid is 3 so I changed it from 0 to 3 now and hopefully when sql updates it will work but just wondering if I am on the right track?
So I'm trying to get it to work on my live site but I'm having problems again. I did the SQL change from 0 to 1 and I assume that means the userid? B/c I am admin but my userid is 3 so I changed it from 0 to 3 now and hopefully when sql updates it will work but just wondering if I am on the right track?
Which value did you change over to 3 from 0?
Here is a new memberpage code. overwrite what you first pasted into member.php. This file includes a change over so that it detects who's got admin rights. This user can delete messages in any of your users guestbooks.
And like I said earlier in a post. Run this SQL query:
(this one has the vb3 prefix for rex_b table structure!)
UPDATE vb3usergroup SET canuseguestbook = '1';
UPDATE vb3usergroup SET canusewebpage = '1';
I've got a slight permissions problem. I hadn't made this hack available to regular members yet but it appears they've been able to create webpages and guestbooks. I've double checked the usergroup permissions and triple checked them and they are all set to "Can use Guestbook?" - No "Can use webpage?" -No. Does anyone else have this problem as it's got me stumped as to how they can use the webpage and guestbook when they don't have permission to.
I've got a slight permissions problem. I hadn't made this hack available to regular members yet but it appears they've been able to create webpages and guestbooks. I've double checked the usergroup permissions and triple checked them and they are all set to "Can use Guestbook?" - No "Can use webpage?" -No. Does anyone else have this problem as it's got me stumped as to how they can use the webpage and guestbook when they don't have permission to.
Crapholios.. works splendid for me. I think. I'll check and get back to you all.
Here is a new memberpage code. overwrite what you first pasted into member.php. This file includes a change over so that it detects who's got admin rights. This user can delete messages in any of your users guestbooks.
And like I said earlier in a post. Run this SQL query:
(this one has the vb3 prefix for rex_b table structure!)
UPDATE vb3usergroup SET canuseguestbook = '1';
UPDATE vb3usergroup SET canusewebpage = '1';
I uploaded a new .SQL file to my post before.
I've done all of that. and uploaded the new memer.php and I still can't see it in the admincp/usergroup manager
if my users set the guestbook to show up on the bottom, it doesn't show at all.
Same problem here!
I have a design that has a defined width and doesn?t use the whole screen and the position option doesn?t work.
If I use left or right it both looks like this:
and if I select bottom then it?s missing totaly!
What I would need is:
a) how to fix the position problem
b) How can I do it that the questbook uses the forum size
c) I want the guestbook to be at the bottom for all users (no choice for them)
I have a design that has a defined width and doesn?t use the whole screen and the position option doesn?t work.
If I use left or right it both looks like this:
and if I select bottom then it?s missing totaly!
What I would need is:
a) how to fix the position problem
b) How can I do it that the questbook uses the forum size
c) I want the guestbook to be at the bottom for all users (no choice for them)
Can you PLEASE help me
StarBuG
Let a few days pass. I need to redo the scripts so you have more design settings to play with such as width for webpage/guestbook table, font size/type/color etc.
Let a few days pass. I need to redo the scripts so you have more design settings to play with such as width for webpage/guestbook table, font size/type/color etc.
any more bugs? please report and I'll fix it.
It is not only the design flaw that I could fix myself but why is the guestbook not showing up when I select bottom?