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)

fulleffect 11-14-2005 11:28 AM

Hi

Just to say thanks for this great mod!

I upgraded to the latest version vbulletin 3.5.1 ok

installed this mod ok, but had to use the bitfield_userpage.xml and product-_GYUCPYS.xml on

https://vborg.vbsupport.ru/show...0&postcount=595

The only other minor things i could do with some help on is:

when i create a userpage, in the page content editor, there isn't the icon to add an image. (although if you manually add the tags
PHP Code:

[img]  [/img

it does display an image, but most users wont know this)


also the url rewrite doesn't seem to be working, doesn't it work with 3.5.1

anyone else had the problem and managed to fix it?


Thanks!

KBV 11-14-2005 01:04 PM

Whenever I report a page it posts a warning in a predefined forum, but the link it gives is http://userpage.php/?userid=1 :P

Where do I change this to make it work. ^^

Thanks for a great mod! Very spiffy!

CyberRanger 11-14-2005 02:32 PM

Quote:

Originally Posted by Zacarias
I was reading in this thread about a large space when you use tables-- I'm having the same issue. I removed the tags, and there wasn't a space. I added them again, and the space was there. I know my HTML is fine.

But, I posted in in a thread, and I got the space as well. I'll have to look into it.

That's because any cr/lf's between the table tags is converted to a <br> when processed by vBulletin (and all the <br>'s end up above the table). Big grip of mine too! :disappointed:

Zacarias 11-16-2005 05:25 AM

Quote:

Originally Posted by westpointer
That's because any cr/lf's between the table tags is converted to a <br> when processed by vBulletin (and all the <br>'s end up above the table). Big grip of mine too! :disappointed:

It's funny, because the source looks just fine. I don't understand it.

Anyone know of a work-around to this?

CyberRanger 11-16-2005 11:14 AM

Quote:

Originally Posted by Zacarias
Anyone know of a work-around to this?

Yeah, just don't make your tables look pretty. Instead of this:
HTML Code:

<table>
 <tr>
    <td>
    </td>
 </tr>
</table>

Do this:

HTML Code:

<table><tr><td></td></tr></table>

one9er 11-16-2005 09:00 PM

Database error in vBulletin 3.5.1:

Invalid SQL:
SELECT * FROM userpage WHERE userid=1;

MySQL Error : Table 'worry1.userpage' doesn't exist
Error Number : 1146

I have no idea as to what to do.

TJFweb 11-16-2005 11:03 PM

Quote:

Originally Posted by one9er
Database error in vBulletin 3.5.1:

Invalid SQL:
SELECT * FROM userpage WHERE userid=1;

MySQL Error : Table 'worry1.userpage' doesn't exist
Error Number : 1146


I have no idea as to what to do.

Permissions are still stuffed for me on 3.5.1.

Uninstalled.

EasyTarget 11-16-2005 11:11 PM

bah, everytime this gets bumped I get my hopes up. :/

tnguy3n 11-16-2005 11:14 PM

Quote:

MySQL Error : Table 'worry1.userpage' doesn't exist
Did you read the MySQL warning? your userpage table doesn't exist.
you can insert it manually if the installer doesn't create the table.
PHP Code:

CREATE TABLE userpage (
  
userid int(15unsigned NOT NULL default '0',
  
pagedata text NOT NULL,
  
rating int(11NOT NULL default '0',
  
dateline int(10NOT NULL default '0',
  
username varchar(255NOT NULL default '',
  
views int(10NOT NULL default '0',
  
numvotes int(11NOT NULL default '0',
  
votetotal int(11NOT NULL default '0',
  
PRIMARY KEY  (userid)
TYPE=MyISAM 

need to know a bit about mysql + php to run a website. ;)

Zacarias 11-17-2005 05:49 AM

Quote:

Originally Posted by westpointer
Yeah, just don't make your tables look pretty. Instead of this:
HTML Code:

<table>
 <tr>
    <td>
    </td>
 </tr>
</table>

Do this:

HTML Code:

<table><tr><td></td></tr></table>

Hey, wow, that worked perfectly! :D

Thank you so much!

ronoxQ 11-17-2005 10:26 AM

Here's my problem. I ran the installer and everything, but I can't edit user permissions on the Usergroups page. They don't show up. So now I have a userpage.php, but nobody can access it...

How do I update my usergroups? HELP!!! :surprised:

one9er 11-17-2005 10:57 AM

Quote:

Originally Posted by tnguy3n
Did you read the MySQL warning? your userpage table doesn't exist.
you can insert it manually if the installer doesn't create the table.
PHP Code:

CREATE TABLE userpage (
  
userid int(15unsigned NOT NULL default '0',
  
pagedata text NOT NULL,
  
rating int(11NOT NULL default '0',
  
dateline int(10NOT NULL default '0',
  
username varchar(255NOT NULL default '',
  
views int(10NOT NULL default '0',
  
numvotes int(11NOT NULL default '0',
  
votetotal int(11NOT NULL default '0',
  
PRIMARY KEY  (userid)
TYPE=MyISAM 

need to know a bit about mysql + php to run a website. ;)

Did that, now I get something about the userID?

Quote:

Database error in vBulletin 3.5.1: Invalid SQL: SELECT * FROM userpage WHERE userid=0; MySQL Error : Unknown column 'userid' in 'where clause' Error Number : 1054 Date : Thursday, November 17th 2005 @ 01:32:41 PM Script : http://charlie11acr.org/ Referrer : IP Address : 00.00.000.00 Username : Unregistered Classname : vb_database
Just need to get some help and then delete this plugin.

funinthesun 11-17-2005 07:05 PM

I want to uninstall this but every time I try to uninstall the product it takes my whole forum offline :( can anybody help with this?

Bounce 11-17-2005 08:48 PM

Installed , working perfect , well almost , admin cp > usergroups

No text is showing at the permissions ? After going through 16 pages still didn't find the answer so posting instead as easier to track lol

What phrases do i add ??


CANCEL that : found it on page 27 :rolleyes:


Still have this Q thou ??

Also it has "delete this page" for registered users.. can anyone delete a page then ??

Tradjick 11-18-2005 12:25 AM

hIBEES: How did you manage to show it up? Because me too has the same problem that it doesn´t show up in usergroup permission page.

one9er 11-18-2005 10:41 AM

Deleted due to lack of support! Un-installed!

funinthesun 11-18-2005 12:57 PM

I wish I could uninstall mine, it creates an error on my forum everytime I try :(

NineToez 11-19-2005 09:19 AM

This has got to have been the most frustrating install...

Got it to work, however it wasn't easy on 3.5.1.

ShadowOne 11-19-2005 11:18 AM

okay, im not sure if this has been posted...but it is possible to integrate vbjournal on the personel web page and how much bandwidth and load will this cause?

Reformed 11-19-2005 12:43 PM

Ive installed like you said but i dont get no permission options in the usergroups, any ideas whats wrong here?

Tradjick 11-20-2005 01:39 PM

Quote:

Originally Posted by Reformed
Ive installed like you said but i dont get no permission options in the usergroups, any ideas whats wrong here?

*bump

Ky Kiske 11-20-2005 05:20 PM

Ms. Khar will this be updated for vB 3.5.1 or vB 3.5.2 if that comes out soon?

waza 11-20-2005 06:27 PM

Hey, I really needed this, so I have made a working product & files for 3.5.1 I also added a option to moderate (edit) userpages. I'm final testing it now, release it here tomorrow, of course all credits to to amykhar.

rb290 11-21-2005 05:24 AM

is this alot of bandwidth or anything ?

Anarchy 11-22-2005 12:11 AM

Quote:

Originally Posted by waza
Hey, I really needed this, so I have made a working product & files for 3.5.1 I also added a option to moderate (edit) userpages. I'm final testing it now, release it here tomorrow, of course all credits to to amykhar.


Wow can't wait.

DavidL 11-22-2005 12:47 AM

Quote:

Originally Posted by waza
Hey, I really needed this, so I have made a working product & files for 3.5.1 I also added a option to moderate (edit) userpages. I'm final testing it now, release it here tomorrow, of course all credits to to amykhar.

Looking forward to this. Thank you very much.

Detomah 11-22-2005 08:02 AM

Quote:

Originally Posted by waza
Hey, I really needed this, so I have made a working product & files for 3.5.1 I also added a option to moderate (edit) userpages. I'm final testing it now, release it here tomorrow, of course all credits to to amykhar.

Yup, as others have said, very much looking forward to this, been waiting a while for a stable version of it to come through. ;)

PsiNyde 11-22-2005 07:15 PM

Quote:

Originally Posted by Reformed
Ive installed like you said but i dont get no permission options in the usergroups, any ideas whats wrong here?


ditto. need that 3.5.1 fix. worked like a charm on my 3.5.0 tester though [sans problems]!

waza 11-23-2005 12:39 PM

K I think this will be the first thing I release without bugs :) (in fact: i hope so).

I tested this on 2 boards and it worked twice :).

I didn't change a lot beside it now is a product and it works now on 3.5.1 but I did add some code so moderators can change other users userpages and kill shouts on people who do not have a userpage.

Grz,
seba

Vizionz 11-23-2005 12:44 PM

how hard would it be to grab the shoutbox of users user pages and actually ad it to there profile as well

Boofo 11-23-2005 01:04 PM

Quote:

Originally Posted by waza
K I think this will be the first thing I release without bugs :) (in fact: i hope so).

I tested this on 2 boards and it worked twice :).

I didn't change a lot beside it now is a product and it works now on 3.5.1 but I did add some code so moderators can change other users userpages and kill shouts on people who do not have a userpage.

Grz,
seba

Can you make it so a userpage won't even show up if they don't have one? ;)

Vizionz 11-23-2005 01:07 PM

that would be a plus :)

PaulioTheGreat 11-23-2005 01:15 PM

hey waza, ive tryed using your modified code to try and install this on my 3.5.1 board but i cant get past the usergroups permissions part (i have been rebuilding bitfileds etc..) but still nothing :(

waza 11-23-2005 01:22 PM

did you install the product already?
@boofo: sure, I actually have this on my own site, will first look if there are bugs, then if amykhar don't release an update, I'll post here a update with new* things.

*was thinking at: rate userpage and index page with all/top rated/most viewed userpages.

PaulioTheGreat 11-23-2005 01:25 PM

umm, i think ive messed my board up to be honest, its only a new install as im starting up a new forum so i`ll do a clean install of my board, wont take 10 mins :) i`ll get back to you

Boofo 11-23-2005 01:26 PM

Quote:

Originally Posted by waza
did you install the product already?
@boofo: sure, I actually have this on my own site, will first look if there are bugs, then if amykhar don't release an update, I'll post here a update with new things.

I'll be looking forward to it. Please PM me when you have it ready. ;)

Watson 11-23-2005 02:07 PM

Can't get it to work on 3.5.1, got rid of my errrors, but with the fix, its still not showing anything in the Usergroups

Any suggestions?

Vizionz 11-23-2005 02:20 PM

i dont know why this is not worki9ng for yall i installed it with out a problem with the original

rebuild your bitfields and edit a phraze then just hit save

waza 11-23-2005 03:51 PM

vizionz: Do you have 3.5.0 or 3.5.1??
@all the rest: I'll recheck on a clean 351 board.

PaulioTheGreat 11-23-2005 06:29 PM

ok cheers waza :)


All times are GMT. The time now is 08:21 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.02783 seconds
  • Memory Usage 1,847KB
  • 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
  • (4)bbcode_html_printable
  • (3)bbcode_php_printable
  • (15)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