Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.0 > vBulletin 3.0 Full Releases
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
Webpage & Guestbook Script Details »»
Webpage & Guestbook Script
Version: 1.04, by Swedie Swedie is offline
Developer Last Online: Apr 2018 Show Printable Version Email this Page

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.

Comments
  #752  
Old 04-09-2005, 06:27 PM
Swedie's Avatar
Swedie Swedie is offline
 
Join Date: Feb 2002
Posts: 292
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by kobescoresagain
Run insert.sql
(with PHPMYADMIN or MySQLcc or with vBulletin area if you're allowed to do so)
It holds all the necassary database changes!

What is this and how do i do this? I don't think I have ever did this part. Thanks
Please find someone that can assist you. This is not a simple install.
Reply With Quote
  #753  
Old 04-09-2005, 06:34 PM
Swedie's Avatar
Swedie Swedie is offline
 
Join Date: Feb 2002
Posts: 292
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Acido
After upgrade i got this error on profile.php?do=editguestbook:

Warning: Invalid argument supplied for foreach() in /includes/functions.php on line 1946

Is relative to htis code in functions.php:
PHP Code:
 foreach($nav_array AS $nav_url => $nav_title//this is my line 1946
{
$pagetitle $nav_title;
$elementtype iif(++$counter == $lastelement'lastelement''breadcrumb');
$show['breadcrumb'] = iif($elementtype == 'breadcrumb'truefalse);
if (empty(
$nav_title))
{
continue;

Some new about the bug with avatarrs when it are stored as files?
You did something wrong, double check everything.

AVATAR FIX:
Find:
$avatarurl = "$vboptions[avatarurl]/avatar{".$split['1']."}_{$avatarinfo[avatarrevision]}.gif";
Replace with
$avatarurl = "$vboptions[avatarurl]/avatar".$split['1']."_$avatarinfo[avatarrevision].gif";

This fix is included in the latest v1.02 (after this post)
Reply With Quote
  #754  
Old 04-09-2005, 08:32 PM
Acido Acido is offline
 
Join Date: Apr 2003
Location: Argentina
Posts: 187
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Swedie
You did something wrong, double check everything.

AVATAR FIX:
Find:
$avatarurl = "$vboptions[avatarurl]/avatar{".$split['1']."}_{$avatarinfo[avatarrevision]}.gif";
Replace with
$avatarurl = "$vboptions[avatarurl]/avatar".$split['1']."_$avatarinfo[avatarrevision].gif";

This fix is included in the latest v1.02 (after this post)

All ok after double check. Sorry for that

Big thanx about the avatars fix !
Reply With Quote
  #755  
Old 04-10-2005, 01:27 AM
Lizard King Lizard King is offline
 
Join Date: Jan 2005
Location: Mersin
Posts: 907
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Swedie thanks for all the fixes. Like 20 April I will make some donation for this hack. I just have one last question
If a user has more than 10 guestbook entry it shows nextpage button. Is it possible to match it vbulletins button style ?
Reply With Quote
  #756  
Old 04-10-2005, 07:28 PM
jcr jcr is offline
 
Join Date: Apr 2004
Posts: 105
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Uhm.. this worked so fine with 3.0.3 but when I upgraded to 3.0.7 weird stuff happened. I had the 1.0.1 version, upgraded everything else smoothly. Then this script, followed the instructions. ( i think i have checked everything at least five times )

Still this:
<if condition="$show['webpagecontent']">

and this:
<if condition="$show['guestbooksettings']">

makes no sense. My pages does not show anything :-/, i have went through the usergroups several times. What can it be?
Reply With Quote
  #757  
Old 04-11-2005, 10:37 PM
cdoyle cdoyle is offline
 
Join Date: Oct 2004
Posts: 462
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

So far everything seems to be working great with this.

I'm still looking for something that will allow users to upload images, I tried doing a search on here, for uploader hacks. Not really finding anything, anyone have any ideas?

I did find this
https://vborg.vbsupport.ru/showthrea...achment+upload

Is there anyways to incorporate this hack, with this one?
Reply With Quote
  #758  
Old 04-12-2005, 06:22 AM
3GNMEDIA 3GNMEDIA is offline
 
Join Date: Jan 2005
Posts: 9
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

When I go to Webpage Content and Guestbook Settings in the User CP, it just shows up as blank pages. Can anyone help me?
Reply With Quote
  #759  
Old 04-12-2005, 06:43 AM
Lizard King Lizard King is offline
 
Join Date: Jan 2005
Location: Mersin
Posts: 907
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Did you make all file edits including template edits ? It looks like you didn't finish template edits
Reply With Quote
  #760  
Old 04-12-2005, 07:40 AM
3GNMEDIA 3GNMEDIA is offline
 
Join Date: Jan 2005
Posts: 9
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Yeah, I think I did all the template changes.

Code:
modify_webpage - paste content of template_modify_webpage.txt
modify_guestbook - paste content of template_modify_guestbook.txt
For that part, I go to Add New Templates and for the title, I put modify_webpage and then paste the stuff from the text file into the template box, right?
Reply With Quote
  #761  
Old 04-12-2005, 08:07 AM
Lizard King Lizard King is offline
 
Join Date: Jan 2005
Location: Mersin
Posts: 907
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

No , you'll have to edit the templates . Read the instructions careful. It explains which template you have to edit and where to paste that into.
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 02:54 AM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.04826 seconds
  • Memory Usage 2,320KB
  • Queries Executed 25 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (1)bbcode_code
  • (1)bbcode_php
  • (3)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (3)pagenav_pagelinkrel
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (11)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete