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)

Swedie 03-30-2005 06:03 PM

Quote:

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

True that. I will release the new version. It will hopefully be what you're all wanting, features and stability wise.

cdoyle 03-30-2005 09:22 PM

Quote:

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

I'm in the same boat, I love this hack but I can't install it on my live forum until the edit feature is working. But as soon as that's fixed, I'll be installing it and sending some $ too you.

I really love this hack!!!

PixelFx 03-31-2005 12:45 AM

why not charge $15 for it, so you have more incentive to work on it, or by donation. Its a cool system and will ad value to our forums so I don't see any problem in paying a bit to have a clean working script like this. I'm sure others will agree.

Lizard King 03-31-2005 12:36 PM

Quote:

Originally Posted by PixelFx
why not charge $15 for it, so you have more incentive to work on it, or by donation. Its a cool system and will ad value to our forums so I don't see any problem in paying a bit to have a clean working script like this. I'm sure others will agree.

I totally disagree with this. vBulletin.org is for free vBulletin modifications. If he will not release this modification here it will not be known as much as it is known right now. Donation is something else buyt charging is totally something else and if it will be like that i'll choose to uninstall this mod and i believe lots of people will do the same.

T3MEDIA 03-31-2005 01:24 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.

Hey its all good but Swedie your going about this all wrong. If you want to generate money you cant upload on a free site and on top of it have a version that isnt working properly. I think if you stop and look at it from my view you will see that would not make money for you right?

And not to be rude but I even gave you my email to contact me off of vb.org remember? I PM'ed you and said if you can work directly on my site I would pay. I never heard back from you after you gave me your email.

So that made me decide to un-install the hack.

T3MEDIA 03-31-2005 01:33 PM

Updatting is going to be hard for you guys if he makes a new version that has a bunch of re-writes to the hack.

I dont know what version is what. I wish you guys the best of luck

Snow 04-02-2005 03:13 PM

Quote:

Originally Posted by cdoyle
I'm in the same boat, I love this hack but I can't install it on my live forum until the edit feature is working. But as soon as that's fixed, I'll be installing it and sending some $ too you.

I really love this hack!!!

Same here. Although our forum doesn't make money, if a hack is good we don't have a problem "donating" some money. The problem is that this hack should have gone through beta first, there were far too many problems in the early versions. Most people that would have been willing to donate uninstalled this hack a long time ago and there's an overall "dissapointed" feeling throughout this thread. It's a great idea and I've stuck with it and even found workarounds to the edit problems but it has taken up alot of my own time to get it working and it's still rather buggy. I'm patiently waiting for the update, but I'm sorry swedie, it's hard to make a donation for an unfinished hack.

frage 04-02-2005 06:24 PM

I'm willing to donate a hack,
if this hack is working without database crash und if it is work in all browsers, not only in IE
gustbook doesn't work for me,

webpage --- more than one day I spend to repair the html
because it is neither correct html nor xhtml
and

I'm not a good coder but hardcoded (false) html in php files
isn't necessary

I know that we have done this many years ago..
but today?!

also I've spent many time to use all my different styles in the templates

Sweedi
your idea is great
but
please take a look at some modification on the board here...
some with full installscripts
correct html and php code like jelsoft
and a full support service

best regards
frage

YLP1 04-03-2005 05:15 PM

Quote:

Originally Posted by Swedie
It works with vB3.0.0 as well. Only difference is the looks of init.php and usergroup.php. Here is how it looks with vb3.0.0.
Rest of the installation is the same.

I do suggest holding off. I have an update for this script now and it includes the WYSIWYG editor.


Hi everyone.... I am trying to install this mod but I can't figure out the INIT bitfields. I have read and reread the instructions and the posts but my INIT bitfields are different. Me being new to PHP and VB I cannot figure this out.

Here is what my field names for general permissions (vb version 3.0.07) looks like:

Quote:

// field names for general permissions
$_BITFIELD['usergroup']['genericpermissions'] = array(
'canviewmembers' => 1,
'canmodifyprofile' => 2,
'caninvisible' => 4,
'canviewothersusernotes' => 8,
'canmanageownusernotes' => 16,
'canseehidden' => 32,
'canbeusernoted' => 64,
'canprofilepic' => 128,
'canseeraters' => 256, // Permission removed in 3.0.2 ## Maintain backwards compatibility with 3.0.0 and 3.0.1
'canuseavatar' => 512,
'canusesignature' => 1024,
'canusecustomtitle' => 2048,
'canseeprofilepic' => 4096,
'canviewownusernotes' => 8192,
'canmanageothersusernotes' => 16384,
'canpostownusernotes' => 32768,
'canpostothersusernotes' => 65536,
'caneditownusernotes' => 131072,
'canseehiddencustomfields' => 262144,
'canhaveguestbook' => 16777216,
'canhavewebpage' => 33554432,
'canviewwebpage' => 67108864,
'canviewguestbook' => 134217728,
'canpostguestbook' => 268435456,

// Reputation

'canseeownrep' => 256,
'canuserep' => 524288,
'canhiderep' => 1048576,
'cannegativerep' => 2097152,
'canseeothersrep' => 4194304,
'canhaverepleft' => 8388608,
);
Can someone tell me how to fix this to include this mods field numbers?

Any help is greatly appreciated.....( I am too young to have so much gray hair --- besides...gray hair on girls is not attractive LOL )

Flow Fusion 04-03-2005 05:26 PM

'caneditownusernotes' => 131072,
'canseehiddencustomfields' => 262144,
'canhaveguestbook' => 524288,
'canhavewebpage' => 1048576,
'canviewwebpage' => 2097152,
'canviewguestbook' => 4194304,
'canpostguestbook' => 8388608

You need to multiply by the number 2 I did it for you. Copy and paste I hope this helps.


All times are GMT. The time now is 01:12 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.01745 seconds
  • Memory Usage 1,758KB
  • 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
  • (7)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