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)

blind-eddie 07-31-2006 04:55 PM

I installed user page today,I can see mine in my userpc,but the link to get to user pages gives me a 404 Not Found error,I installed as per install.txt....
Any suggestions to get this to work would be great.Thank You
my site, www.outerzone.us

amykhar 07-31-2006 06:04 PM

Can't check it because you don't allow guests to view.

blind-eddie 07-31-2006 07:10 PM

I fixed it so you can view,also I had to change http in link but other features are not working.

Bounce 07-31-2006 10:46 PM

Uninstall issue (again) , any fix so i can uninstall this :rolleyes:

Quote:

Database error in vBulletin 3.5.4:

Invalid SQL:
DROP TABLE userpage_rate;

MySQL Error : Unknown table 'userpage_rate'
Error Number : 1051
OK i tried enabling it again and it crashes all my forums

Quote:

Database error in vBulletin 3.5.4:

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

MySQL Error : Table 'me_vb.userpage' doesn't exist
Error Number : 1146
Date : Tuesday, August 1st 2006 @ 12:52:25 AM
I want this off my vbulletin please

blind-eddie 07-31-2006 10:47 PM

ok now I have it working all permissions are set,but when registered users (usergroup) go to their usercp to edit their userpage,they get a message saying they dont have permissions,but then when you look on the userpages link their name is there but they cant edit it.Im confused.Other then uninstalling it what do I need to do to get this working correctly?
www.outerzone.us

Chris Lang 07-31-2006 10:59 PM

Quote:

Originally Posted by hIBEES
Uninstall issue (again) , any fix so i can uninstall this :rolleyes:

Did you read through my exhaustive post on a way to manually uninstall?

https://vborg.vbsupport.ru/showpost....&postcount=977

It's a bit long-winded, but hopefully helpful.

The error you're getting is that the uninstaller is trying to drop a table that's probably already been dropped. You need to go in, restore the dropped tables, then run the uninstaller again. Full details are in the above post.

Bounce 07-31-2006 11:03 PM

Quote:

Originally Posted by dboogie2288
Yikes...that was an ugly one. Had to modify the uninstall code to get it finally uninstalled, then reinstalled the product...and thankfully it worked.

what did you modify mate to get it uninstalled , i want it off as no one uses it

Bounce 07-31-2006 11:04 PM

Quote:

Originally Posted by Chris Lang
Did you read through my exhaustive post on a way to manually uninstall?

https://vborg.vbsupport.ru/showpost....&postcount=977

It's a bit long-winded, but hopefully helpful.

The error you're getting is that the uninstaller is trying to drop a table that's probably already been dropped. You need to go in, restore the dropped tables, then run the uninstaller again. Full details are in the above post.

thanks, i'll try that :confused: :alien:

My forum is not down (as disabling it works ) so i'll wait till later to try that as if its gonna take 8 hours lol , it will be time to get up for work, thanks for the heads up :)

Chris Lang 07-31-2006 11:23 PM

Quote:

Originally Posted by cdoyle
There have been alot of questions asked about this hack lately, but most have not been answered.

Going to try and put them all in one post. Maybe someone can help answer them all? If I miss one, let me know and I'll add it to this post.

I'll give it a try. I can't answer all of them, but I'll try to offer some insight:

Quote:

1. Any progress on un-install issue. (Forum SQL errors after trying to remove)

The uninstaller fails because some tables aren't getting dropped or its trying to drop tables that don't exist. See my "Oh My Gosh I've broken it" post to manually uninstall:

https://vborg.vbsupport.ru/showpost....&postcount=977

Quote:

2. How do you turn off the rating option?
Its easiest to just edit it out of the Userpage template (Not Userpage.PHP). Find the following code in the Userpage Template and remove:

Code:

<if condition="$canrate">
<td class="tcat" id="rate" nowrap="nowrap" width="25%" align="right"><a href="#rate">$vbphrase[rate_userpage]</a>
<script type="text/javascript"> vbmenu_register("rate"); </script>
</td>
<else />
<td class="tcat" nowrap="nowrap" width="25%" align="right">
<img src="$stylevar[imgdir_rating]/rating_$rating.gif" border="0">

And also remove the following:

Code:

<td class="vbmenu_option" title="nohilite">
                <div><img class="inlineimg" src="$stylevar[imgdir_rating]/rating_5.gif" alt="$vbphrase[excellent]" /><label for="vote5"><input type="radio" name="rating" id="vote5" value="5" $votechecked[5] />$vbphrase[excellent]</label></div>
                <div><img class="inlineimg" src="$stylevar[imgdir_rating]/rating_4.gif" alt="$vbphrase[good]" /><label for="vote4"><input type="radio" name="rating" id="vote4" value="4" $votechecked[4] />$vbphrase[good]</label></div>
                <div><img class="inlineimg" src="$stylevar[imgdir_rating]/rating_3.gif" alt="$vbphrase[average]" /><label for="vote3"><input type="radio" name="rating" id="vote3" value="3" $votechecked[3] />$vbphrase[average]</label></div>
                <div><img class="inlineimg" src="$stylevar[imgdir_rating]/rating_2.gif" alt="$vbphrase[bad]" /><label for="vote2"><input type="radio" name="rating" id="vote2" value="2" $votechecked[2] />$vbphrase[bad]</label></div>
                <div><img class="inlineimg" src="$stylevar[imgdir_rating]/rating_1.gif" alt="$vbphrase[terrible]" /><label for="vote1"><input type="radio" name="rating" id="vote1" value="1" $votechecked[1] />$vbphrase[terrible]</label></div>

Obviously you will want to tweak the layout since you are getting rid of a major part of the page.

Quote:

3. Is there any if conditions to show a link only if the user has a page up?
Not that I have been able to find. You may want to search the thread because some alternatives were stated, but I can't guarentee they work.

Quote:

4. Report this page, brings up a blank page and doesn't post in the desired forum.
I don't want to speak for Amy, but I believe this is a function not fully implemented yet. I created a custom form page through CMPS (Portal) and simply linked to it. You can also just put a simple email link.

Quote:

5. Cant delete pages, and some users cant create pages?
This is almost always a permissions issue that's been overlooked in the setup. You may wish to check this post:

https://vborg.vbsupport.ru/showpost....&postcount=356

for the solution.

Quote:

6. user pages searchable using the vbulletin search function?
Nope.

Quote:

7. Why is the wording for the page rating dropdown missing?
Not sure about this one. Perhaps its a color issue? An example (link) would be helpful.

Hopefully this helps. I'll do my best to drop in and address issues.

I want to point out that nearly all of these issues have been brought up before. I highly recommend checking the links above and using the "Search this thread" function if you are still having specific issues.

I want to stress that I'm not a programmer and "learned by doing", but mostly it just takes time, experimenting and NOT giving up.

-Chris

blind-eddie 07-31-2006 11:27 PM

DELETED IT


All times are GMT. The time now is 06:37 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.02143 seconds
  • Memory Usage 1,764KB
  • 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
  • (2)bbcode_code_printable
  • (13)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