Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > General > Member Archives
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
Details »»

Version: , by (Guest)
Developer Last Online: Jan 1970 Show Printable Version Email this Page

Version: Unknown Rating:
Released: 10-28-2000 Last Update: Never Installs: 0
 
No support by the author.

http://www.fudgecakedesign.co.uk/justforyou/

Take a look - it's something i'd looked at before, but now it's totally free to download

I wonder if one of you experts might take a look at it and let me know if it's possible to integrate the member database of both systems, so that our users simply register once for the whole community - and get to personalise the lot

Anyone ? Or maybe this is something which John/James might wish to investigate once V2.0 is out ?

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #2  
Old 10-28-2000, 01:25 PM
Guest
 
Posts: n/a
Default

Thank you Thank you Thank you

I think I have fallen in love with your for that link

I have been working on something similar for weeks and did not like the results I was getting.

Thank you
Reply With Quote
  #3  
Old 10-28-2000, 04:51 PM
Guest
 
Posts: n/a
Default

The Just for You script uses a mySQL database so in theory they would be easy to integrate. The problem is that I don't have a copy of vBulletin.

I'll have a go if someone could email me the format of vBulletin's user database/table.

Many thanks,
Peter.
Reply With Quote
  #4  
Old 10-28-2000, 04:55 PM
Guest
 
Posts: n/a
Default

isn't this going to be in 2.0.0?
Reply With Quote
  #5  
Old 10-28-2000, 05:10 PM
Guest
 
Posts: n/a
Default

I believe that there will be a facility to personalise the forums in the new release... but not the ability to personalise the front page of the main website. However, I feel that there is a big demand for a full community suite - forum, articles, links, news headlines grabber, homepage peronalisation, etc, etc. - all based around a central membership system, so maybe John/James are considering something like this ?

Peter,
That sounds great, but i'm no expert, else i'd have a go myself - I could send you the whole script, but I am sure that's against the rules, so i'll have to let someone who knows vB take a look at it if they are interested in this. And, rather than hack vB, I feel it'd be far better to amend Just For You to fit with the existing structure set by vB. The reason being that, once I had this up and running, i'd not expect to make any changes to it... whereas i'll be updating vB every time a new release comes out...

Glad others are interested in it though...
Reply With Quote
  #6  
Old 10-28-2000, 05:15 PM
Guest
 
Posts: n/a
Default

Peter, just saw your sig and realised that you are 'Mr Fudgecake' himself...

Might it be possible to incorporate some standard membership system between these teo products in a future release ? I see at the moment that this script is now freeware, well if the two systems could be tied in - with active forum topics, etc. as an option in the personalisation system, then I feel sure that you would attract paying customers. (hint, hint...)
Reply With Quote
  #7  
Old 10-28-2000, 06:59 PM
Guest
 
Posts: n/a
Default

It shouldn't be too hard to change, as user database queries are limited to 6 or 7 pages (at a quick glance).

The user table structure follows:
Code:
CREATE TABLE user (
   userid int(10) unsigned NOT NULL auto_increment,
   usergroupid smallint(5) unsigned NOT NULL,
   username varchar(50) NOT NULL,
   password varchar(50) NOT NULL,
   email varchar(50) NOT NULL,
   parentemail varchar(50) NOT NULL,
   coppauser smallint(6) NOT NULL,
   homepage varchar(100) NOT NULL,
   icq varchar(20) NOT NULL,
   aim varchar(20) NOT NULL,
   yahoo varchar(20) NOT NULL,
   biography mediumtext NOT NULL,
   signature mediumtext NOT NULL,
   adminemail smallint(6) NOT NULL,
   showemail smallint(6) NOT NULL,
   invisible smallint(6) NOT NULL,
   usertitle varchar(250) NOT NULL,
   customtitle smallint(6) NOT NULL,
   joindate int(10) unsigned NOT NULL,
   canpost smallint(6) NOT NULL,
   cookieuser smallint(6) NOT NULL,
   daysprune smallint(6) NOT NULL,
   lastvisit int(10) unsigned NOT NULL,
   lastactivity int(10) unsigned NOT NULL,
   lastpost int(10) unsigned NOT NULL,
   posts smallint(5) unsigned NOT NULL,
   timezoneoffset smallint(6) NOT NULL,
   emailnotification smallint(6) NOT NULL,
   PRIMARY KEY (userid),
   KEY idxgroups (username, usergroupid)
);
I don't think there'd be any objections to me posting this, as a good section of this structure can be obtained from alternative *cough*error->view source*cough* methods.
Reply With Quote
  #8  
Old 10-28-2000, 11:06 PM
Guest
 
Posts: n/a
Default

is this similar to PHP Nuke ?? because I have already integrated the membership of Nuke and vB (lite)
Reply With Quote
  #9  
Old 10-29-2000, 08:33 AM
Guest
 
Posts: n/a
Default

Hi all, I have the same sort of problem.

My site is completely database driven (mySQL), excluding vBulleting the db size is around 10mb at the mo. Site url http://www.e-tones.co.uk

I have nearly 5000 registered members (100+ new ones each day, whay! ) however my bulletin has only 300 members, buts its growing pretty quick

I have lots of confused visitors who try to post using their site login details.

Would it be possible to maybe perform a join of my 'people' table and the vbulletin 'user' table ? Or would both need to be merged, if they do I can see problems occuring...

Please help, I need you <G>
Reply With Quote
  #10  
Old 10-29-2000, 12:38 PM
Guest
 
Posts: n/a
Default

Thanks for the user table info Stallion.

As I don't have the full vBulletin script myself perhaps someone could explain what the following fields mean and the parameters that they take?

The ones I need more information on are:

Code:
usergroupid
parentemail
coppauser
adminemail
usertitle & customtitle
daysprune
idxgroups
Short explanations of these would speed up my coding enormously.

Cheers,
Peter.
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 07:15 AM.


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.05951 seconds
  • Memory Usage 2,267KB
  • 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
  • (2)bbcode_code
  • (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
  • (2)pagenav_pagelink
  • (10)post_thanks_box
  • (10)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (10)post_thanks_postbit_info
  • (9)postbit
  • (10)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
  • 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