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)

Blaine0002 09-11-2005 02:08 PM

Quote:

Originally Posted by EasyTarget
userpage.php?do=list is the list of everyone with a page I believe.

thanks!

but i still need to know why my registered users cant make their own pages :-/

BamaStangGuy 09-11-2005 04:46 PM

Installed it but not making it live until some customization and some of your planned upgrades are implemented.

Nice hack :)

BamaStangGuy 09-11-2005 10:36 PM

If I change the directory to outside of forum how do I correct the navbar so it does not put /personalpages/ instead of /forum/ ?

EasyTarget 09-12-2005 03:19 AM

Quote:

Originally Posted by Boofo
Did anyone ever come up with a way to add the link to a user's userpage only if they have one in the postbit username dropdown?

I'm still waiting too. Is there some other code that's already built into the forum that we can use and just customize it for the member pages? What's something that each user can have but only shows up if the user has it?

EasyTarget 09-12-2005 03:21 AM

has anyone else had the problem where after upgrading to rc3 the phrases no longer show up? I went to the phrase manager and just saved one but it didn't fix the problem this time.

rinkrat 09-12-2005 03:38 AM

I installed this and informed the members to have at it. Crossing my fingers.

BamaStangGuy 09-12-2005 04:28 AM

Amy:

I have a suggestion that will help improve search engine optimization. Currently the <title> tags must be edited within the php file itself and when doing this you also edit the navbar as well. This makes it difficult for me to place important keywords within the title of the page and be more descriptive as well as to what the user is going to see on this page.

Just a thought, would make this hack a lot cleaner in my opinion.

I have also edited the templates some to clean them up for me personally. If anyone is interested let me know.

You can see what I mean by the navbar location :up:

BamaStangGuy 09-12-2005 05:35 AM

I think I have found a annoying bug as well with the editor :)

When I press enter to put a space between a group of text it does not save this return when I go back to edit it

See the pictures below. First picture is after I save it. It displays the space.

Second picture is after I go back to the edit page.

Also the smilies are not clickable... dont know what could cause that.

I will be donating once I make sure this hack is going to be used by me. If it can be put into my site and most of the features I want into it then I see no reason why it can not be used. I got some ideas for organization if you are interested? Also I have a idea for the multipage addition. Shoot me a pm if you want some help with templates. I can not help you with code but I am handy with xhtml :)

edit: If this bug already is known I apologize. It is late and I have not read all the posts.

rinkrat 09-12-2005 11:11 AM

OK My users are making pagess but it just contains a shoutbox and there is no way to edit it to add content.

http://www.letsgokings.com/bbs/userp...in&userid=1031

rinkrat 09-13-2005 01:42 AM

ahh.. got to let them edit them I guess ;)


OK now I can't delete any pages. Lemme go back and read these pages and see if any of you have the same problem..

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? :(

Boofo 09-22-2005 12:06 AM

Amy, are you still supporting this?

amykhar 09-22-2005 12:35 AM

Yes, just not right this moment. Can't access files at work, Hubby's being a pain at home. Not getting much coding time in.

Boofo 09-22-2005 01:52 AM

Sorry to hear that. When things die down and you get a chance, please let me know so I can get the permissions thing figured out. Thanks! ;)

sarahk 09-23-2005 10:40 AM

Quote:

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

I'm guessing you'd need to create a variable in "headinclude" which gets the length of the personal page and if it's > 0 then you add the link. If I get time to do this (which I need to) I will post back here.

Ditto on the work, kids & husband problems ;)

Boofo 09-23-2005 10:43 AM

Quote:

Originally Posted by sarahk
I'm guessing you'd need to create a variable in "headinclude" which gets the length of the personal page and if it's > 0 then you add the link. If I get time to do this (which I need to) I will post back here.

Ditto on the work, kids & husband problems ;)

Thank you. I will be looking forward to it. ;)

EasyTarget 09-23-2005 11:12 PM

me too :D

Sadie Frost 09-24-2005 03:25 AM

Having a problem that if a user with a userpage changes their name, the userpage list doesn't update with their new name. Any ideas?

:)

amykhar 09-24-2005 02:17 PM

The whole username change thing wasn't even considered because it's not something I allow on my board. I'll fix that in the next release.

???`S?LV?R???` 09-25-2005 06:51 AM

Quote:

Originally Posted by amykhar
The whole username change thing wasn't even considered because it's not something I allow on my board. I'll fix that in the next release.

when is the next release likely to be released?

-edit also: Does this hack work fine with vB 3.5 RC 2?

Kyderoy 09-29-2005 03:52 AM

How do I Rebuild the bitfields?

pokesph 09-29-2005 04:13 PM

this sounds like a great addon for our donating members and others who help our board out.. can't wait for a complete release version..

will this work on the 3.5.0 gold that was just released?

Vizionz 09-29-2005 04:36 PM

yeah it works just installed it

JJR512 09-29-2005 05:24 PM

Wondering if this works without problem on 3.5.0 Gold.

Vizionz 09-29-2005 05:27 PM

didnt you read the post above i just said i installed it it works fine

Dream 09-29-2005 09:46 PM

amy grats on hotm

when is this gonna get a product version? ^_^

EasyTarget 09-29-2005 10:57 PM

after upgrading the forum the phrases don't show. This actually happened a couple upgrades ago and I posted here but I didn't get a response.. so trying again.

and yes, I opened a phrase and saved it and I rebuilt the bitfields.

tomf688 09-29-2005 11:39 PM

I'm having a problem in my admincp. It seems some text is missing from the control panel:

http://www.tlsconline.com/images/vbextensionserror.gif

The "yes" and "no" buttons do their job granting/denying access to features, though, so it seems to just be cosmetic.

Sorry if it's a dumb question. :) Great hack otherwise.

amykhar 09-29-2005 11:43 PM

This will be converted to a product with the next release which will solve the phrase and bitfield issues. For now, if upgrades wipe the phrases, just readd them manually by reading the install file.

???`S?LV?R???` 09-30-2005 03:49 AM

Quote:

Originally Posted by amykhar
This will be converted to a product with the next release which will solve the phrase and bitfield issues. For now, if upgrades wipe the phrases, just readd them manually by reading the install file.

Any projected time for the next release?

amykhar 09-30-2005 04:37 AM

not making any promises right now.


All times are GMT. The time now is 12:50 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.01853 seconds
  • Memory Usage 1,815KB
  • 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
  • (8)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)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