vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.0 Full Releases (https://vborg.vbsupport.ru/forumdisplay.php?f=33)
-   -   Webpage & Guestbook Script (https://vborg.vbsupport.ru/showthread.php?t=71065)

ChuanSE 11-25-2004 07:23 PM

I did go over all usergroups allright, but i will try your latest update before i start +++++in' around j/k ;)

MojoNixon 11-25-2004 07:39 PM

*read info file*

any chance of an installer??? i donĀ“t mean the whole show, just some details would be nice if they could be automated.

Snow 11-25-2004 07:51 PM

Quote:

Originally Posted by Swedie
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.

the html isn't working for me either...... and in the settings, under "Webpage - vBcode or HTML?" the drop down menu doesn't have any options. Other than that, this new version appears to be working fine and I don't seem to have the permissions prob I had with the previous version. Thanks Swedie! Great hack! :cheeky:

tteal 11-25-2004 08:06 PM

I've gone through all of the usergroups and also the webpage/guestbook under vbulletin options and still I get nothing under the user profile although I've entered stuff. Errrrr.......

Swedie 11-25-2004 08:30 PM

Quote:

Originally Posted by Snow
the html isn't working for me either...... and in the settings, under "Webpage - vBcode or HTML?" the drop down menu doesn't have any options. Other than that, this new version appears to be working fine and I don't seem to have the permissions prob I had with the previous version. Thanks Swedie! Great hack! :cheeky:

Run this SQL command to fix that problem:
INSERT INTO `phrase` (`languageid`, `varname`, `text`, `phrasetypeid`) VALUES (0, 'wg_html', 'HTML', 1);
INSERT INTO `phrase` (`languageid`, `varname`, `text`, `phrasetypeid`) VALUES (0, 'wg_vbcode', 'vBcode', 1);

Swedie 11-25-2004 08:31 PM

Quote:

Originally Posted by tteal
I've gone through all of the usergroups and also the webpage/guestbook under vbulletin options and still I get nothing under the user profile although I've entered stuff. Errrrr.......

Did you install fresh or upgrade?

Swedie 11-25-2004 08:44 PM

Hey everyone.. to rid the "problem" with people sending blank messages...

open member.php and ...
replace
//Insert
$sql = mysql_query("SELECT * FROM user_guestbook WHERE userid = ".GBUSERID."");
while($row = mysql_fetch_assoc($sql)) {

with:
//Insert
$sql = mysql_query("SELECT * FROM user_guestbook WHERE userid = ".GBUSERID."");
while($row = mysql_fetch_assoc($sql) and !empty($message)) {

ChuanSE 11-25-2004 09:32 PM

I did go over all usergroups allright, but i will try your latest update before i start +++++in' around j/k ;)

what are the exact changes compared with the previous (errornous) release ?

tteal 11-25-2004 09:35 PM

Quote:

Originally Posted by Swedie
Did you install fresh or upgrade?

Fresh. Just to give you a little more info, in the USERCP, I get the two links regards the webpage and the guestbook but they never show up under the profile.

tteal 11-25-2004 09:46 PM

Quote:

Originally Posted by Swedie
Did you install fresh or upgrade?

Fresh. Just to give you a little more info, in the USERCP, I get the two links regards the webpage and the guestbook but they never show up under the profile.


All times are GMT. The time now is 01:54 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01734 seconds
  • Memory Usage 1,739KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (5)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (3)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.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/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.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
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete