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.
see my last post before this one. At that time i downloaded your upgrade and applied it on my forum. Seems to work fine except the html in webpage which isn't working :s
Okay! everything is done except for creating the installation file. hmm
* Added ability to edit or remove his/her guestbook entry within the default vB's timeout setting
* Lots more Usergroup settings (that actually work :ninja: )
* 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
QUESTION: This looks like a huge installation and am no true techie as the previous hacks (Multiple Signatures & VbChat) I attempted to install had seriously screwed up my forums.
I am aware some of these hacks have no support and sometimes creators may not have time or want to install it for anyone else..espeacially novices such as me. But is it possible, if you would be ever so kind enough to install this really awesome hack for me Swedie or anyone else who has successfully install this hack on their forums? My forum is Version3.03 btw.
If you can help me out...I will be more than truly grateful.
I have this installed and verified that I did everything right, however, nothing is showing up under the users profile even though I know I entered stuff in there. I made the changes to the templates as instructed.
What about Chuans HTML problem? I just want to install it right now ;-)
Works fine for me. I don't know what could be the problem. I have done tests back and forth and there's nothing wrong for me.
Please REMEMBER to go to each Usergroup and click Save. and also go to the vBulletin Options page for Guestbook and Webpage and SAVE ... this has to be done in roder for all the settings to install completely.
If you are using Mozilla you might experience design issues. Here is the fix for that. In template MEMBERINFO find:
</td><td valign=top width="$wghtml[gbwidth]" nowrap>$webpage[gb_html]</td></tr>
replace with
</td><td valign=top width="$wghtml[gbwidth]">$webpage[gb_html]</td></tr>
Simply "nowrap" is removed. It was left there by mistake.