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)

Ghostsuit 03-07-2005 02:54 PM

Quote:

Originally Posted by Swedie
I have identified a bug with the current version. If you post a ' (that character) and tries to post anything again in that guestbook it won't enter, so don't do that for now. The new version will have this issue resolved.

I am testing version 1.0.2 on my own site and I'm just collceting a bit more input before releasing it to you all.

Sounds good, will it be fully templated or is there still some parts hard coded? Oh and the worst question of all any time frame?

frage 03-07-2005 07:41 PM

Quote:

Originally Posted by Swedie
I have identified a bug with the current version. If you post a ' (that character) and tries to post anything again in that guestbook it won't enter, so don't do that for now. The new version will have this issue resolved.

I am testing version 1.0.2 on my own site and I'm just collceting a bit more input before releasing it to you all.
oh dear God!

in the forum I'll like to use my nickname begins with XY'

I'll have to wait of the new version

;)
frage

laeth 03-07-2005 08:15 PM

Quote:

Originally Posted by Swedie
Requires registration...

Ok, well anyway. Is there anyway to set the size of the tables within the webpage?

Swedie 03-08-2005 09:46 AM

Quote:

Originally Posted by laeth
Ok, well anyway. Is there anyway to set the size of the tables within the webpage?

Yes, through the webgbset.php file. by % or by forced width in pixels. You can set Webpage width and Guestbook width separe from eachother.

Swedie 03-08-2005 09:49 AM

Quote:

Originally Posted by Ghostsuit
Sounds good, will it be fully templated or is there still some parts hard coded? Oh and the worst question of all any time frame?

Some parts are hardcoded. They sorta have to be.

T3MEDIA 03-08-2005 08:00 PM

Quote:

Originally Posted by Swedie
Yes, very easy. Just a few replacement codes and new templates.

Not to bug you but will that guestbook fix be in the new version?

laeth 03-09-2005 04:18 PM

Heya,

The file changes diddnt seem to effect the table size. If you could take a look please:

http://www.gothtopic.com/forum/membe...lastposter&f=6

username: testing123
password: 1234

thanks.

J.C. 03-10-2005 04:23 PM

Quote:

FILE: includes/init.php
AFTER:
$_BITFIELD['usergroup']['genericpermissions'] = array(
BUT before ); just after the last value, insert the following:
'canhaveguestbook' => xxxxxxx,
'canhavewebpage' => xxxxxxx,
'canviewwebpage' => xxxxxxx,
'canviewguestbook' => xxxxxxx,
'canpostguestbook' => xxxxxxx,
CHANGE OUT "xxxxxxx" to the double value of the value just before.
EXAMPLE FOR vB3.0.3: (if you have this version, copy and use below)
'canhaveguestbook' => 16777216,
'canhavewebpage' => 33554432,
'canviewwebpage' => 67108864,
'canviewguestbook' => 134217728,
'canpostguestbook' => 268435456,
I don't get this part, I'm using vb 3.0.7 so what's the value?

suryoyena 03-10-2005 11:14 PM

Quote:

Originally Posted by ChristianA
I get these strange date formats:

Last update: %29-%11-%2004 %21:%Nov

I have swedish date format stated. Any idea?


Where can I correct this fault?

I have the same problem, and I'm NOT from Sweden.

PixelFx 03-11-2005 05:07 AM

I noticed this hack is for vBulletin 3.0.3, I was wondering if this hack is stable enough to install on a production web server? and compatible with vbulletin 3.0.7?

Lizard King 03-11-2005 10:14 AM

Quote:

Originally Posted by PixelFx
I noticed this hack is for vBulletin 3.0.3, I was wondering if this hack is stable enough to install on a production web server? and compatible with vbulletin 3.0.7?

I have this working on 3.0.7 and working perfect. Installation is easy if you dont pass any file edits ;)

J.C it is the same value with 3.0.3 in 3.0.7.
'canhaveguestbook' => 16777216,
'canhavewebpage' => 33554432,
'canviewwebpage' => 67108864,
'canviewguestbook' => 134217728,
'canpostguestbook' => 268435456,
these values are correct but instead of copy and paste it just do it with a calculator. Double the previous value and write it over there. You always have to double the value...

T3MEDIA 03-14-2005 01:55 PM

Quote:

Originally Posted by Lizard King
I have this working on 3.0.7 and working perfect.

Lizard for all that is holy can you please show us how you got this working? I have yet to be able to delte from guest book entries. I spoken to sweed in PM and given him/her my email and sweed responed but never again. I need to get this fixed.

All I am asking for is some help please.

cdoyle 03-15-2005 01:05 AM

I have this running on my test forum, and I'm not sure where do the admins have the option to delete guestbook or edit the webpages? I don't see any links or buttons to allow me to edit other members pages?

Lizard King 03-15-2005 02:35 AM

Quote:

Originally Posted by T3MEDIA
Lizard for all that is holy can you please show us how you got this working? I have yet to be able to delte from guest book entries. I spoken to sweed in PM and given him/her my email and sweed responed but never again. I need to get this fixed.

All I am asking for is some help please.

Tmedia this mod is exactly what I was seeking for and rignt now it is doing his job perfectly. I am not using the webpage cause I find that useless :P The guestbook is working really good and for me I don't consider non editable guestbook entries as a bug. Hopefully Swedie will release the new version soon (i check everyday) and everyproblem will be solved. Right now my biggest concern is the guestbook entry colors cause i have bunch of styles.

Snow 03-15-2005 08:18 AM

Quote:

Originally Posted by Lizard King
Hopefully Swedie will release the new version soon(i check everyday) and everyproblem will be solved. Right now mybiggest concern is the guestbook entry colors cause i have bunch ofstyles.

Same here. I've got my fingers crossed that Swediewill release the new version soon.

ThePimp 03-15-2005 06:42 PM

I'm getting this error:
Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in /profile.php on line 313

Warning: mysql_fetch_assoc(): supplied argument is not a valid MySQL result resource in /profile.php on line 320

PLEASE HELP! I've tried to locate the source of this error, but haven't had any luck.

Thanks!!

ThePimp 03-15-2005 07:47 PM

Anyone?

Lizard King 03-16-2005 03:15 AM

Quote:

Originally Posted by ThePimp
I'm getting this error:
Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in /profile.php on line 313

Warning: mysql_fetch_assoc(): supplied argument is not a valid MySQL result resource in /profile.php on line 320


PLEASE HELP! I've tried to locate the source of this error, but haven't had any luck.

Thanks!!

Just check all the file edits in profile.php You must edited something wrong.

junkiesnetwork 03-16-2005 08:05 PM

How do we remove this hack?

T3MEDIA 03-16-2005 09:27 PM

Quote:

Originally Posted by junkiesnetwork
How do we remove this hack?

yeah I removed mine. What a nightmare. You have to do everything in reverse. Its the only way I know how.

cdoyle 03-18-2005 10:13 PM

Quote:

Originally Posted by Swedie
Okay I am done with the admin edit feature. It is very simple, but it does its job. Nothing more. It is raw format edit. So this means you do not have the vBcode functions. It is not ment for admins to construct webpages while editing pages anyways. :)

I've named the feature "Quick Edit" and it is accessable straigth from the member's webpage (clickable button below page).

I'm not seeing this button, on my own page I made, or anyone elses?

any ideas?

Chris.

Flow Fusion 03-19-2005 05:04 AM

help...
I need to know how can I uninstall Table 'user_guestbook' already exists
Cause I need to remove and reinstall this hack.
Quote:

Database error in vBulletin 3.0.7:

Invalid SQL: UPDATE usergroup SET

### UPDATE QUERY GENERATED BY fetch_query_sql() ###
title = 'Administrators',
description = '',
usertitle = 'Administrator',
opentag = '',
closetag = '',
passwordexpires = '180',
passwordhistory = '360',
canhaveguestbook = '1',
canhavewebpage = '1',
canviewguestbook = '1',
canviewwebpage = '1',
canpostguestbook = '1',
shoutmaxdaily = '0',
shouthierarchy = '1',
attachlimit = '0',
avatarmaxwidth = '120',
avatarmaxheight = '120',
avatarmaxsize = '20000',
profilepicmaxwidth = '100',
profilepicmaxheight = '100',
profilepicmaxsize = '65535',
pmquota = '200',
pmsendmax = '0',
forumpermissions = '393215',
pmpermissions = '2',
calendarpermissions = '31',
wolpermissions = '31',
adminpermissions = '3',
genericpermissions = '5504959',
genericoptions = '31',
journalpermissions = '2047',
awrequest = '1',
shoutboxpermissions = '1023'
WHERE usergroupid=6
mysql error: Unknown column 'canhaveguestbook' in 'field list'

mysql error number: 1054

Date: Friday 18th of March 2005 10:50:36 PM
Script: http://giftedsouls.com/gs/admincp/usergroup.php
Referer: http://giftedsouls.com/gs/admincp/us...&usergroupid=6
Username: Flow Fusion

Lizard King 03-19-2005 11:57 AM

If you are planning to reinstall you have to drop both user_webpage and user_guestbook tables. If you have phpmyadmin just login to it select the table user_webpage and drop the table and then select user_guestbook and drop that also.
Before the installation process be sure to check your phrases. If you have all the phrases then remove all the INSERT INTO `phrase` from insert.sql before running it.

Flow Fusion 03-19-2005 02:38 PM

Quote:

Originally Posted by Lizard King
Before the installation process be sure to check your phrases. If you have all the phrases then remove all the INSERT INTO `phrase` from insert.sql before running it.

How do I do that?

Ok I dropped the tables now first off do I have to remove all of the phrases? And will the same error message occur cause I don't think the insert.iql file added the tables canviewwebpages and the canviewguestbook tables before.

Lizard King 03-19-2005 03:06 PM

Quote:

Originally Posted by Flow Fusion
How do I do that?

Ok I dropped the tables now first off do I have to remove all of the phrases? And will the same error message occur cause I don't think the insert.iql file added the tables canviewwebpages and the canviewguestbook tables before.

If you didn't remove the phrases just run the attached install.sql

Flow Fusion 03-19-2005 03:35 PM

Quote:

Error

SQL-query+:+


CREATE TABLE `user_guestbook` (
`userid` varchar( 100 ) NOT NULL default '',
`name` varchar( 100 ) default '',
`lastentry` varchar( 20 ) default '',
`status` char( 3 ) NOT NULL default 'on',
`usesmilies` smallint( 6 ) NOT NULL default '2',
`position` varchar( 10 ) NOT NULL default 'right',
`notification` varchar( 10 ) NOT NULL default 'no',
`showavatar` smallint( 6 ) NOT NULL default '0',
`text` text,
PRIMARY KEY ( `userid` )
) TYPE = MYISAM


MySQL said:


Table 'user_guestbook' already exists

Back
I tried to find it but I saw too many matches.

Flow Fusion 03-19-2005 07:40 PM

I figured it out. It was I had to add

'canpostownusernotes' => 32768,
'canpostothersusernotes' => 65536,
'caneditownusernotes' => 131072,
'canhaveguestbook' => 262144,
'canhavewebpage' => 524288,
'canviewwebpage' => 1045876,
'canviewguestbook' => 2097152,
'canpostguestbook' => 4194304,
'canseehiddencustomfields' => 8388608,

And do the math accordingly. Clicks install and thanks!

Someone needs to mention this in the first post.

Jag 03-20-2005 06:54 AM

You might want to make a mention that you have to edit the SQL file if you have a table prefix set.

Other than that, installed with no problems. :)

http://forums.4-jag.com/member.php?u=1

* Clicks Install

cdoyle 03-20-2005 02:17 PM

I still can't find the edit page button, but I do have another question/request.

Since most of our members most likely don't have a host for pictures for their pages. Is there anyway, that this hack could utilize the picture attachment feature of Vboard, to let them upload a photo to use on their page?

Thanks
Chris.

Nordinho 03-20-2005 05:40 PM

Quote:

Originally Posted by cdoyle
I still can't find the edit page button, but I do have another question/request.

Since most of our members most likely don't have a host for pictures for their pages. Is there anyway, that this hack could utilize the picture attachment feature of Vboard, to let them upload a photo to use on their page?

Thanks
Chris.

I would like to see that feature as well...

Lizard King 03-20-2005 06:22 PM

You can use any kind of attachment uploader for that. Also instead of this I would like to see the new release :)

cdoyle 03-21-2005 09:01 PM

I'm not saying postpone this release, but in future releases this would be something nice to have. Instead of having to install another hack, it be nice to have it part of this one.

Acido 03-24-2005 08:42 AM

To avoid uncached templates query's add this code in profile.php:

Find:

PHP Code:

 'removelist' => array(
'modifylist_removeuser',
), 

add below:

PHP Code:

 'editwebpage' => array(
'editor_smilie_standard',
'editor_smiliebox',
'editor_smiliebox_category',
'editor_smiliebox_row',
'modify_webpage',
),
'editguestbook' => array(
'modify_guestbook',
), 

It reduce 6 query's ;)

Some new about the avatars bug? (when stored as files)
Regards.

T3MEDIA 03-25-2005 01:23 PM

Quote:

Originally Posted by Nordinho
I would like to see that feature as well...

InSTALL GEEKS attachment hack for photopost and you can do it no problem
not as smooth as a HTML editor but it will work.
try it.
(look at the hack before you make a comment)

Benj 03-25-2005 04:33 PM

<font size="4">feature Request</font>

i was thinking that a cool feature for the next version could be an option in the guestbook preferences saying

Only Buddies can post messages in guestbook ?

what do people think could be a cool privacy feature!!

cheers

cdoyle 03-27-2005 05:38 PM

any update on the new release?

sneakyc2e 03-27-2005 11:33 PM

Killer hack I appreciate it. My members really like it. Ill donate some coin payday.

Question. I saw this hack at least I thinks it yours on this site:

http://www.aquariacentral.com/forums...ad.php?t=48036

And on that page below the persons user name on a post it has:

My Custom Member Page as a link to there home page if they filled out one.

So how do I add that?

Thanks

Benj 03-28-2005 08:05 AM

is it possible to show the users profile picture instead of there avatar ???

Swedie 03-30-2005 05:45 PM

Quote:

Originally Posted by T3MEDIA
yeah I removed mine. What a nightmare. You have to do everything in reverse. Its the only way I know how.

Sorry guys! Been very busy. And this script is really not generating any kind of money, so I won't dedicate all that much time on it.

I should have something wrapped up tonight, or possibly tomorrow.

concreteweb 03-30-2005 05:50 PM

Quote:

Originally Posted by Swedie
Sorry guys! Been very busy. And this script is really not generating any kind of money, so I won't dedicate all that much time on it.

I should have something wrapped up tonight, or possibly tomorrow.

Hi Swedie,

I'm sure I'm like the others, we have been waiting for this mod to be finished before we sent a donation. I clicked on "installed" many months ago but didn't install it until a few weeks ago. The inability to edit guestbooks and webpages easily has kept this particular mod under-wraps for us.

Looking forward to the updates! When it happens - you will see a paypal payment from my company.


All times are GMT. The time now is 06: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.02683 seconds
  • Memory Usage 1,851KB
  • 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
  • (2)bbcode_php_printable
  • (23)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (2)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)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