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.
Okay, in the admincp, my webpage/guestbook prefrences hasn't changed at all... What did I miss? I'm reallllllllly confused!
Did you click "Save"... did it say that everything updated correctly? Then it works. There is a problem somewhere else.
Quote:
Originally Posted by urmyantichrist
Also, the webgbset.php is only coming up as a blank page for me... What am I doing wrong?
This is not a page you access through the web. you open it up with your preferred file editor. There are lines in there to change. then you upload the file to the server again with the changes you did.
If you do not understand, use above Instant messengers to contact me and I shall assist you the best I can.
ChuanSE, another thing. The reason the page did not show for "tteal" was that he placed the code in member.php in the wrong place. Take a look at the member.php file to ensure that you didn't paste all my code inside another so called "action", then it will most likely not show up at all.
And he had also not enabled "can have webpage" and "can have guestbook" in all the usergroups! REMEMBER, this script comes with ALL values for Usergroups set as NO! Meaning that you will NOT see any webpages on your users profile pages unless you enable them in the Usergroup manager!
I've gone through all the queries one by one again, and it doesn't look like I've missed any others, but....... for people to view the guestbook and webpage, I have to give them permission to have a guestbook/webpage. i.e. the view guestbook/webpage settings don't appear to be working for me. What have I overlooked?
good thing you figured that out. you must've come inbetween an update i did..
I still have the problem that no one can actually see the webpage/guestbook unless they have the permission to have a webpage/guestbook. I've attached a screenshot of the settings for the unregistered usergroup which I believe mean that guests should be able to see my webpage and guestbook in my profile, but unless I'm going blind, the webpage and guestbook aren't visible. I've re-installed at least 3 times today and it still doesn't work.
And he had also not enabled "can have webpage" and "can have guestbook" in all the usergroups! REMEMBER, this script comes with ALL values for Usergroups set as NO! Meaning that you will NOT see any webpages on your users profile pages unless you enable them in the Usergroup manager!
So you're saying that for guests (and junior members in my case) I have to give them permission to set up a webpage and guestbook so that they can view other people's webpage's and guestbooks?
and i have done all those things. I'm installing my 50th hack i guess (not all on last board ). Getting the hang of it, i'm sure i could find the error if i searched for a week. But it's your baby, you will know why she's i'll in one sec
So you're saying that for guests (and junior members in my case) I have to give them permission to set up a webpage and guestbook so that they can view other people's webpage's and guestbooks?
Good one! Let me have a look at this. I just now understand what you actually ment.
If you do not have "Allow HTML" or "Allow vBcode" options on the Guestbook & Webpage Preferences page.. then run this query:
INSERT INTO `setting` (`varname`, `grouptitle`, `value`, `defaultvalue`, `optioncode`, `displayorder`, `advanced`, `volatile`) VALUES ('webpageallowvbcode', 'guestbookwebpage', '1', '1', 'yesno', 50, 0, 1);
INSERT INTO `setting` (`varname`, `grouptitle`, `value`, `defaultvalue`, `optioncode`, `displayorder`, `advanced`, `volatile`) VALUES ('webpageallowhtml', 'guestbookwebpage', '1', '0', 'yesno', 51, 0, 1);