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!


All times are GMT. The time now is 05:53 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.02278 seconds
  • Memory Usage 1,756KB
  • 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
  • (2)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
  • (4)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