vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.5 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=113)
-   -   Give Your Users a Custom Page on Your Site (https://vborg.vbsupport.ru/showthread.php?t=91903)

amykhar 07-17-2005 07:00 PM

Quote:

Originally Posted by jesus likes pie
O.K but you should have but it all on one line then...not divided it into like 8 different lines...

It was a pasting error. But, I'll admit it does require some common sense on the installer's part. I should never count on you guys to have that, I guess. ;)

Dream 07-17-2005 07:31 PM

edited

jesus likes pie 07-17-2005 07:32 PM

nope :P

I'm very new to SQL queries and try to avoid (nice job vbulletin by scarying me when putting "THIS CANNOT BE REVERTED in big bold letters) *shudders*

O.K I'll try again this time.

jesus likes pie 07-17-2005 07:40 PM

bla

ok i tried running this query and it didnt work either....as i said, i suck at queries..


Code:

CREATE TABLE userpage (userid INT( 15 ) UNSIGNED NOT NULL ,

*sigh*

Can you just give it to me without pasting errors?

sorry for my disability on this area.....

amykhar 07-17-2005 07:49 PM

Dream, please don't release mods to this code here. I already have many new features added to the code. I am just working toward the next release. Views is already added in, and it ensures the user's views of their own page aren't counted.

Amy

jesus likes pie 07-17-2005 07:55 PM

*sniff*

I really want this!

xxskullxx 07-17-2005 07:59 PM

Pie

Run this whole block

Code:

CREATE TABLE userpage (
userid INT( 15 ) UNSIGNED NOT NULL ,
pagedata TEXT NOT NULL ,
rating INT NOT NULL ,
dateline INT( 10 ) NOT NULL ,
username VARCHAR(255) NOT NULL,
PRIMARY KEY ( userid ))

then run

Code:

ALTER TABLE usergroup ADD userpagepermissions INT( 10 ) UNSIGNED DEFAULT '0' NOT NULL
Amy has written it standard, there is nothing confusing about it.

womensden 07-18-2005 05:55 PM

looks to me that there are some things missing. I have to go into my profile to even get to my page to edit it. Did I miss something or is this just incomplete?

amykhar 07-18-2005 06:18 PM

All you have to do is go to your page. The edit link is on the lower right corner.

womensden 07-18-2005 06:35 PM

I know. But I would like a link that takes users to their page without having to go into their profile.


All times are GMT. The time now is 12:30 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.01802 seconds
  • Memory Usage 1,735KB
  • 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
  • (3)bbcode_code_printable
  • (1)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