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 09-13-2005 01:48 AM

rinkrat, the fix is posted just one page up I think. I thought I had it in the zip files, but guess not.

I'm waiting to release another zip until I get time to add a few more of the pending features.

rinkrat 09-13-2005 02:11 AM

Found it. Now it works great. This is an awesome hack. Talk about a community builder and content source. Brilliant!

amykhar 09-13-2005 02:27 AM

Thank you :)

Boofo 09-17-2005 01:32 PM

Amy, I moved the killshouts tick-box and button to the shout archive template but can't seem to get it to show with the <if condition="$showmodlink"> How can I do that? Also, is there a way to edit the shouts yet?

Thank you, and this is a great hack and worthy of the HOTM, by the way. ;)

memorex 09-20-2005 03:12 AM

I tried to install. I ran the query to put in the table after seeing pie's problem post #88 and I never did successfully get bitfields to work :(

Edited I think I fixxed it myself :D

Just updating my post.

Got everything working great. Thanks so much for this plugin!

Boofo 09-20-2005 04:57 AM

Amy, any condition I can use in the template in replace of the showmodlink? ;)

sarahk 09-20-2005 08:36 AM

Thanks

this worked great. That phrase thing is a stinker tho', but no biggie.

This mod was good too: https://vborg.vbsupport.ru/showpost....&postcount=239

Boofo 09-20-2005 10:05 AM

Quote:

Originally Posted by sarahk
Thanks

this worked great. That phrase thing is a stinker tho', but no biggie.

This mod was good too: https://vborg.vbsupport.ru/showpost....&postcount=239

Is there a way to have the link show up only is the user has a user page?

BradE 09-20-2005 07:12 PM

I got everything installed, but when I try and post something on the userpage I'm getting an SQL error.

Quote:

Database error in vBulletin 3.5.0 Release Candidate 3:

Invalid SQL:
SELECT * FROM vb3_usershout WHERE ownerid = 1 ORDER BY shoutid DESC LIMIT 5;

MySQL Error : Table 'detailer_forum.vb3_usershout' doesn't exist
It looks like the installer didn't do many of the queries. I tried installing the table manually with the info from the installuserpage.php file but I couldn't get it work. I tried this.

Code:

CREATE TABLE `vb3_usershout` (

`shoutid` int( 11 ) unsigned NOT NULL AUTO_INCREMENT '',
`ownerid` int( 11 ) unsigned NOT NULL default '0',
`message longtext` NOT NULL ,
`shouterid` int( 11 ) unsigned NOT NULL default '0',
`shoutername` varchar( 50 ) NOT NULL default '',
`dateline` int( 11 ) NOT NULL default '0',
PRIMARY KEY ( `shoutid` )
) TYPE = MYISAM AUTO_INCREMENT = '48'

So what I'm I screwing up?

BradE 09-21-2005 11:09 PM

Anyone? :(


All times are GMT. The time now is 05:10 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.02132 seconds
  • Memory Usage 1,736KB
  • 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
  • (1)bbcode_code_printable
  • (2)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