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)

Kyderoy 09-30-2005 04:10 PM

Quote:

Originally Posted by Kyderoy
Is there a way to access a member's page from their profile page? Or maybe when you click on the member's name there would be a link to access the page just like the link to access their public profile.

I can't seem to add a background color using html to the page.... What am I doing wrong?

lcryan 10-01-2005 01:49 AM

I just installed this on gold it was not working so I went to uninstall it and I did via the install script now I am getting errors

http://forums.liquid-core.net/index.php

someone please help tried to run install script to put database files back did not work

HTML Code:

Database error in vBulletin 3.5.0:

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

MySQL Error  : Table 'lcsite_forum.lc_userpage' doesn't exist
Error Number : 1146
Date        : Friday, September 30th 2005 @ 11:10:13 PM
Script      : http://forum.liquid-core.net/
Referrer    :
IP Address  : -
Username    : -
Classname    : vb_database

thats the error

theArchitect 10-01-2005 02:59 AM

Quote:

Originally Posted by lcryan
someone please help tried to run install script to put database files back did not work

Have you tried installing it again?

I don't know what this error means, but I uninstalled a hack recently and it shut my forum down too. So I reinstalled it and the forum is running fine again. I have just removed the link to the hack until I can work out how to uninstall it without breaking the forum db.

womensden 10-01-2005 03:25 AM

Everything seems to be working fine for me so far.

Thanks!

cclaerhout 10-01-2005 08:50 AM

Quote:

Originally Posted by lcryan
I just installed this on gold it was not working so I went to uninstall it and I did via the install script now I am getting errors

http://forums.liquid-core.net/index.php

someone please help tried to run install script to put database files back did not work

HTML Code:

Database error in vBulletin 3.5.0:

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

MySQL Error  : Table 'lcsite_forum.lc_userpage' doesn't exist
Error Number : 1146
Date        : Friday, September 30th 2005 @ 11:10:13 PM
Script      : http://forum.liquid-core.net/
Referrer    :
IP Address  : -
Username    : -
Classname    : vb_database

thats the error

I had the same big problem. My forum wasn't working anymore. To make it work again, just run this in phpmyadmin (it's just a fix) :
Code:

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

Then your forum will work again.

But if you want to install the hack and avoid installation and unsinstallation problem used this xml file without running the query above : You may have to delete the original plugin if you have installed it.
https://vborg.vbsupport.ru/showpost....&postcount=404
Good luck !

lcryan 10-01-2005 01:04 PM

Quote:

Originally Posted by cclaerhout
I had the same big problem. My forum wasn't working anymore. To make it work again, just run this in phpmyadmin (it's just a fix) :
Code:

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

Then your forum will work again.

But if you want to install the hack and avoid installation and unsinstallation problem used this xml file without running the query above : You may have to delete the original plugin if you have installed it.
https://vborg.vbsupport.ru/showpost....&postcount=404
Good luck !

Thank you worked great!

Boofo 10-01-2005 01:18 PM

Quote:

Originally Posted by cclaerhout
I had the same big problem. My forum wasn't working anymore. To make it work again, just run this in phpmyadmin (it's just a fix) :
Code:

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

Then your forum will work again.

But if you want to install the hack and avoid installation and unsinstallation problem used this xml file without running the query above : You may have to delete the original plugin if you have installed it.
https://vborg.vbsupport.ru/showpost....&postcount=404
Good luck !

I think you need to change this:

PHP Code:

 $db->query_write("DROP TABLE IF EXISTS " TABLE_PREFIX " usergroup DROP userpagepermissions"); 

to this:

PHP Code:

 $db->query_write("ALTER TABLE IF EXISTS " TABLE_PREFIX " usergroup DROP userpagepermissions"); 

Dropping the usergroup table is not really a very good idea. ;)

Sovereign 10-01-2005 01:28 PM

Not to nag, but when is the upload/MySpace kind of addition coming? My users are complaining because even though I told the I did not write the hack, they want the MySpace functiontality and are asking me to do it (I can't code for sh-t)...

cclaerhout 10-01-2005 01:28 PM

Quote:

Originally Posted by Boofo
I think you need to change this:

PHP Code:

 $db->query_write("DROP TABLE IF EXISTS " TABLE_PREFIX " usergroup DROP userpagepermissions"); 

to this:

PHP Code:

 $db->query_write("ALTER TABLE IF EXISTS " TABLE_PREFIX " usergroup DROP userpagepermissions"); 

Dropping the usergroup table is not really a very good idea. ;)

Thanks ; i've corrected the archives.

Colejo 10-01-2005 11:36 PM

Thanks it works great but I have one question. When I use the report this page link it makes the thread but it has this in the top of the post:

<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Transitional//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\">

Can you tell me how to correct this?

Thanks.


All times are GMT. The time now is 12:51 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.01750 seconds
  • Memory Usage 1,768KB
  • 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
  • (2)bbcode_html_printable
  • (4)bbcode_php_printable
  • (6)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