View Full Version : Give Your Users a Custom Page on Your Site
ChrisBaktis
12-02-2005, 10:43 AM
When a member goes to the page to create or edit their page how can I make the edit area go the whole distance across the page instead of a fixed size?
ChrisBaktis
12-02-2005, 09:02 PM
As an admin I tried deleting a page and I get an error saying I dont have permission. My setting are all set to yes. Is there something I am missing?
Anarchy
12-03-2005, 09:14 PM
As an admin I tried deleting a page and I get an error saying I dont have permission. My setting are all set to yes. Is there something I am missing?
Yes i get the same problem.
BrandiDup
12-03-2005, 10:10 PM
I just installed this with no problems and it works like a charm!!!! Very awesome hack! My members love and appreciate it very much. Thank you :)
Chris Lang
12-04-2005, 06:48 AM
Yes i get the same problem.
Read the previous posts of this thread. The answers are there.
ManagerJosh
12-05-2005, 06:58 AM
Rating doesn't work and it seems to be missing vbphrase[rate_userpage]
dirtycrow
12-05-2005, 08:05 AM
Working here too, but I cannot delete custom pages even though I am super-admin ... any ideas ?
did you ever get an answer for this? i have the same issue.
ChrisBaktis
12-05-2005, 07:36 PM
did you ever get an answer for this? i have the same issue.
Mine has been corrected. In the userpage.php file on line 862 look for
if ($pageexists)
Change to:
if (!$pageexists)
The ! is what the problem was on mine. I now can delete pages with no problem.
ChrisBaktis
12-05-2005, 08:16 PM
Is there anyway to remove the Smilie box on the right hand side of the message area?
Hey chris,
It should normally not show up if you replace:
construct_edit_toolbar($pagedata, 0, 'nonforum', iif($vbulletin->options['privallowsmilies'], 1, 0));
With
construct_edit_toolbar($pagedata, 0, 'nonforum', 0, 1, 0));
However, this will delete the smilies for everyone and will still parse smilies if they type it.
If you also want to disable smilie parsing:
FIND:
$parser->do_parse($pagedata, 1, 1, 1, 1, 1, $cachable);
REPLACE WITH:
$parser->do_parse($pagedata, 1, 0, 1, 1, 1, $cachable);
rootnik
12-07-2005, 12:45 PM
I'm wanting to only allow people who have filled out a certain optional profile field to be able to create or edit pages.
<if condition="$show['createuserpagelink'] && $userinfo['field7']">
<tr>
<td class="$navclass[signature]" nowrap="nowrap"><a class="smallfont" href="userpage.php?$session[sessionurl]do=create">Create Your Userpage</a></td>
</tr>
</if>
<if condition="$show['edituserpagelink'] && $userinfo['field7']">
<tr>
<td class="$navclass[signature]" nowrap="nowrap"><a class="smallfont" href="userpage.php?$session[sessionurl]do=edit">Edit Your Userpage</a></td>
</tr>
</if>
That is what I have tried, and it doesn't want to work for me. (it doesn't show the link regardless)
Any suggestions?
dboogie2288
12-07-2005, 02:59 PM
Uh oh..bad bad things happened. I dont know what I did, but its trying to call this table that doesnt exist......
MySQL Error : Table 'XXXXX.userpage' doesn't exist
Error Number : 1146
and
Database error in vBulletin 3.5.0:
Invalid SQL:
DROP TABLE userpage_rate;
MySQL Error : Unknown table 'userpage_rate'
Error Number : 1051
When I try to uninstall it from AdminCP
dboogie2288
12-07-2005, 03:36 PM
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.
I'm wanting to only allow people who have filled out a certain optional profile field to be able to create or edit pages.
<if condition="$show['createuserpagelink'] && $userinfo['field7']">
<tr>
<td class="$navclass[signature]" nowrap="nowrap"><a class="smallfont" href="userpage.php?$session[sessionurl]do=create">Create Your Userpage</a></td>
</tr>
</if>
<if condition="$show['edituserpagelink'] && $userinfo['field7']">
<tr>
<td class="$navclass[signature]" nowrap="nowrap"><a class="smallfont" href="userpage.php?$session[sessionurl]do=edit">Edit Your Userpage</a></td>
</tr>
</if>
That is what I have tried, and it doesn't want to work for me. (it doesn't show the link regardless)
Any suggestions?
Try this:
<if condition="$show[createuserpagelink] AND $userinfo[field7]">
<tr>
<td class="$navclass[signature]" nowrap="nowrap"><a class="smallfont" href="userpage.php?$session[sessionurl]do=create">Create Your Userpage</a></td>
</tr>
</if>
<if condition="$show[edituserpagelink] AND $userinfo[field7]">
<tr>
<td class="$navclass[signature]" nowrap="nowrap"><a class="smallfont" href="userpage.php?$session[sessionurl]do=edit">Edit Your Userpage</a></td>
</tr>
</if>
dboogie2288
12-09-2005, 07:23 PM
Hey all, I've got a weird issue with the templates...they are getting created just as the script says, but it creates 3 different tables (essentially) each for views, ratings, and last updated...anyone have a similar issue, or that can paste in their template for me....
http://www.beginnerbikers.org/userpage.php
BiReL41r
12-10-2005, 03:07 AM
How much extra bandwith does this use?
@dboogie: I can't see it (no permissons error), but it doesn't sound like a error, this is just a home page for the userpages, maybe you were looking for this:
https://vborg.vbsupport.ru/attachment.php?attachmentid=32268
then you have to go to:
userpage.php?do=list
@birel41r: We can't really say that as we don't know how much visitors you have, and how much images you layout and your members use.
But this actually is kind of the size of a normal page like a thread or something.
dboogie2288
12-12-2005, 04:40 PM
@dboogie: I can't see it (no permissons error), but it doesn't sound like a error, this is just a home page for the userpages, maybe you were looking for this:
https://vborg.vbsupport.ru/attachment.php?attachmentid=32268
then you have to go to:
userpage.php?do=list
You're exactly right...I was missing the action do=list portion. Thanks for the assistance.
djnth
12-15-2005, 09:49 AM
This looks like an amazing plugin! Suggestions for a future version:
1. The option to make each user fill in some custom fields so that each page is similar. I would like to allow certain users to have a special profile for themselves. I would like each user to answer certain questions such as "DJ Name", "Style of Music", "When did you begin DJing".
2. Picture Field, a field where the user is prompted to upload 2 or 3 pictures that would show up as thumbnails and could be clicked on for the larger version.
Everything else is great!! Keep up the good work!! I'll definitely donate if you get these features included.
Pharkas
12-15-2005, 12:18 PM
Hi,
Great hack, just installed it.
I'm fairly new at this so I apologize if this is a stupid question.
When I go to create/edit my personnal page, I don't have the icon to add images as I normally have when adding posts.
Is this a general option in vB or something I need to change for this hack ?
Thanks !
@djinth, You can add them as custom user fields and then those show up in members profile, if you also want to show them in userpage, you'll have to add something like:
$userinfo[fieldcustomfieldid] where customfield id is the id of the custom field (like $userinfo[field30]
And then you plase those in the userpage template.
@pharkas: We are aware of that problem. Only some people have it and we don't really know how to fix it right now, as we don't have the problem, srry.
grz,
seba
nintendo
12-15-2005, 12:55 PM
How do you keep the header/footer from showing up twice when you try to delete a page, and then how do you delete the page?
MissKalunji
12-15-2005, 02:29 PM
Hey i need to know what condition would i have to put in the postbit
to show when a user has a userpage
<if ......?
Thanks
@MissKulanji: i'm afraid this isn't possible just with a template condition at this time.
MissKalunji
12-16-2005, 12:36 PM
@MissKulanji: i'm afraid this isn't possible just with a template condition at this time.
what would i need then?
I think the only way you can do it for now is add a plug-in that checks per post if the user has a userpage or not.
But this would add a query per post per user!
I also don't know right now where to put the plug-in.
But it should look like:
$hasuserpage=$db->query_read("SELECT id FROM ".TABLE_PREFIX."userpage WHERE userid='".$userinfo['userpage']."'");
if($db->num_rows($hasuserpage)){
$hasuserpage=1;
}else{
$hasuserpage=0;
}
And then add in postbit template:
<if condition="hasuserpage">
<a href="userpage.php?u=$userinfo[userid]">Visit's $userinfo['username']'s userpage</a>
</if>
But again, I don't think this is a good way to do it.
joseduddy
12-19-2005, 10:28 AM
I would like to get this running on my board VB 3.5.2
http://www.dollchatter.com
Downloaded the zip............tryed everything!!!!!
Went through all code!!!!
It will not run on 3.5.2
Usergroup mgr. not even showing options, even after adding phrases.
Posted a message on 8 different forums in regards to this and no one will help me....
Jose Duddy
http://www.joseduddy.com
thanks in advance
MissKalunji
12-19-2005, 11:04 AM
I think the only way you can do it for now is add a plug-in that checks per post if the user has a userpage or not.
But this would add a query per post per user!
I also don't know right now where to put the plug-in.
But it should look like:
$hasuserpage=$db->query_read("SELECT id FROM ".TABLE_PREFIX."userpage WHERE userid='".$userinfo['userpage']."'");
if($db->num_rows($hasuserpage)){
$hasuserpage=1;
}else{
$hasuserpage=0;
}
And then add in postbit template:
<if condition="hasuserpage">
<a href="userpage.php?u=$userinfo[userid]">Visit's $userinfo['username']'s userpage</a>
</if>
But again, I don't think this is a good way to do it.
Ill try it thanks :)
MissKalunji
12-19-2005, 11:05 AM
I would like to get this running on my board VB 3.5.2
http://www.dollchatter.com
Downloaded the zip............tryed everything!!!!!
Went through all code!!!!
It will not run on 3.5.2
Usergroup mgr. not even showing options, even after adding phrases.
Posted a message on 8 different forums in regards to this and no one will help me....
Jose Duddy
http://www.joseduddy.com
thanks in advance
Did you do everything in the read me file/install?
LoOnEyToOnZ
12-19-2005, 11:24 AM
Hi any idea why my show threads page the content width is abit shrunk? Example here:
http://www.dota.sg/forums/showthread.php?t=45
Thanks
Firestar.chkn
12-19-2005, 01:17 PM
It is only me who gets the uncached templates?
I read something on page 1 about it, and searched all the other pages, but cannot find a solution. Anyone know how to fix that?
@misskalunji: I found a better (good) way, If I find some time a post it here.
@LoOnEyToOnZ: What does that have to do with this hack?
@Firestar.chkn: Wich template?
Firestar.chkn
12-19-2005, 05:37 PM
Page generated in 0.09964 seconds with 13 queries (2 queries for uncached templates) [Server Loads: 0.30 0.23 : 0.19]
Uncached templates: userpage_home (1)
Uncached templates: userpage_home_bit (3)
Any advice?
MissKalunji
12-19-2005, 05:43 PM
@misskalunji: I found a better (good) way, If I find some time a post it here.
@LoOnEyToOnZ: What does that have to do with this hack?
@Firestar.chkn: Wich template?
plz do thx in advance
@firestar.ckn: strange, as they are listed in actiontemplates, but will take a look at all those things when I have time
Firestar.chkn
12-19-2005, 06:33 PM
Thanks Waza :)
djnth
12-19-2005, 07:10 PM
Is there a way to do this without making the custom fields show up for every user?
@djinth, You can add them as custom user fields and then those show up in members profile, if you also want to show them in userpage, you'll have to add something like:
$userinfo[fieldcustomfieldid] where customfield id is the id of the custom field (like $userinfo[field30]
And then you plase those in the userpage template.
grz,
seba
ChuckH
12-20-2005, 04:57 PM
I am about to choose between PhotoPost and Coppermine. Other than the cost factor, my other deciding factor will be integrating with this extension. I see references to Coppermine. Will this work with PhotoPost too?
Also, has Coppermine integrated video yet?
Thanks
djnth
12-20-2005, 10:27 PM
I don't know if you are aware of the formerly titled "vBadvanced Gallery" that integrates perfectly with vBulletin and does video as well. It was recently bought out by the Photopost people and they should have it up for purchase any day now and will be cheaper than Photopost Pro.
I am about to choose between PhotoPost and Coppermine. Other than the cost factor, my other deciding factor will be integrating with this extension. I see references to Coppermine. Will this work with PhotoPost too?
Also, has Coppermine integrated video yet?
Thanks
ChuckH
12-20-2005, 10:43 PM
I did see that. That's probably what I'll get. I just want to make sure it is compatible with this hack first.
MissKalunji
12-20-2005, 10:46 PM
I did see that. That's probably what I'll get. I just want to make sure it is compatible with this hack first.
it will be compatible with anything vbulletin :P it was made strickly for vbulletin
silurius
12-20-2005, 11:54 PM
it will be compatible with anything vbulletin :P it was made strickly for vbulletinI can't tell from their site, are there advanced features built-in, such as restricting certain galleries from certain usergroups?
ChuckH
12-21-2005, 12:14 AM
How do you add it to the member list?
MissKalunji
12-21-2005, 03:25 AM
I can't tell from their site, are there advanced features built-in, such as restricting certain galleries from certain usergroups?
yeah its possible
yeah i know photopost.com are taking soooooooooo long to put it as a demo and to buy
djnth
12-21-2005, 06:34 AM
It's really quite annoying and it's starting to make me wonder about this company, they don't seem to care about getting this software out possibly because it will take away sales of their flagship product, which I've used and is a nightmare.
yeah its possible
yeah i know photopost.com are taking soooooooooo long to put it as a demo and to buy
Please make the gallery discussion somewhere else (however: I have vbadvanced gallery, and I'm very satisfied with it.), but that has nothing to do with this hack.
Now, @chukh: what do you mean with compability with this hack?
MissKalunji
12-21-2005, 11:22 AM
It's really quite annoying and it's starting to make me wonder about this company, they don't seem to care about getting this software out possibly because it will take away sales of their flagship product, which I've used and is a nightmare.
gotta agree all we can do is wait
silurius
12-21-2005, 04:35 PM
It's really quite annoying and it's starting to make me wonder about this company, they don't seem to care about getting this software out possibly because it will take away sales of their flagship product, which I've used and is a nightmare.
Are we talking about the "PhotoPost PHP Pro" they have available for sale/download today? Apparently this version "can use vBulletin 2.0.3 (and all newer versions) user database".
I also can't tell if that version permits managing photos in a distinct database, while utilizing vBulletin's general infrastructure and user authentication. To me, that would reduce the overall vBulletin db size (and risk) quite a bit.
Firestar.chkn
12-21-2005, 06:47 PM
@firestar.ckn: strange, as they are listed in actiontemplates, but will take a look at all those things when I have time
Hey waza,
Any news yet? Just another question... Does this break anything? Or is it simply caching of the templates so that they aren't loaded from the db every time?
Thanks
Firestar
djnth
12-21-2005, 11:41 PM
I love your script by the way and I was wondering if you might consider, for a separate script, taking the shoutbox portion of your script and making an addon for the event calendar that would allow people to post shouts for each event.
Also if someone out there could explain to me how to include certain fields from the User CP automatically at the top of each person's page like their User Photo and a couple of custom fields I created.
THANK YOU THANK YOU THANK YOU
firstrebel
12-22-2005, 02:41 PM
I have just installed this on my 3.5.2 dev site and the htaccess file is causing a problem, I get the Internal Server Error message in the browser and the entire forum is blocked. I have a ProLiant G4 server with RHESL-4 and Apache 2.0.x
It seems to work OK if I remove it. It is required?
Also the table edges in the new user page are not in line, see attached.
Bob
djnth
12-22-2005, 08:26 PM
Thank you that worked out nicely. Now I'm looking for the code to display the User's Profile Photo and Avatar. I would like to have the avatar show up next to the user's name in the list of User Pages. If you know the code to display those two images I would be very grateful.
Also I'm having the same problem as the person posted before me about the tables not lining up. Any suggestions on how to remdy this?
@djinth, You can add them as custom user fields and then those show up in members profile, if you also want to show them in userpage, you'll have to add something like:
$userinfo[fieldcustomfieldid] where customfield id is the id of the custom field (like $userinfo[field30]
And then you plase those in the userpage template.
grz,
seba
djnth
12-22-2005, 08:36 PM
Actually when I removed the code for the Page Rating everything lined up perfectly.
MissKalunji
12-23-2005, 05:02 AM
i dont wanna upgrade the whole thing cause i modded it
how can i add just the rating system?
heres what i get
http://www.dancehallareaz.com/forum/userpage.php
and heres the userpage
http://www.dancehallareaz.com/forum/misskalunji
when i add the if for the rating system nuthing shows up
@djinth: there's a error in the html, cus it shows up as expected in firefox.
However, I promised to fix it, but still didn't had time, srry.
@firestar.ckn: this just makes that they don't have to be called from the database every time, but it doesn't brake anything.
@misskulanji: Is that like you want it to show up?
If you don't want userpage like that you will have to open userpage template
add to the beginning:
$stylevar[htmldoctype]
<html dir="$stylevar[textdirection]" lang="$stylevar[languagecode]">
<head>
<title>$vboptions[bbtitle] - $pagetitle</title>
$headinclude
</head>
<body$onload>
$header
$navbar
& add to the end
$footer
</body>
</html>
For only adding the rating system you will need to do an upgrade or look @ the code & merge it, I can't say right now what you will have to change exactly.
MissKalunji
12-23-2005, 06:24 AM
@djinth: there's a error in the html, cus it shows up as expected in firefox.
However, I promised to fix it, but still didn't had time, srry.
@firestar.ckn: this just makes that they don't have to be called from the database every time, but it doesn't brake anything.
@misskulanji: Is that like you want it to show up?
If you don't want userpage like that you will have to open userpage template
add to the beginning:
$stylevar[htmldoctype]
<html dir="$stylevar[textdirection]" lang="$stylevar[languagecode]">
<head>
<title>$vboptions[bbtitle] - $pagetitle</title>
$headinclude
</head>
<body$onload>
$header
$navbar
& add to the end
$footer
</body>
</html>
For only adding the rating system you will need to do an upgrade or look @ the code & merge it, I can't say right now what you will have to change exactly.
i did the upgrade.....
but when i add the <if> nuthing shows up.......
i added teh table
did the template's edits also....
djnth
12-24-2005, 06:52 AM
Anyone know of a simple shout box like the one on this mod that could be added to events on the calendar?
MissKalunji
12-25-2005, 12:40 PM
i did the upgrade.....
but when i add the <if> nuthing shows up.......
i added teh table
did the template's edits also....
i figured it out the code wasnt working
that one is
<if condition="$canrate">
<div class="vbmenu_popup" id="rate_menu" style="display:none">
<form action="userpage.php" method="post">
<input type="hidden" name="do" value="rate">
<input type="hidden" name="userid" value="$userinfo[userid]">
<table cellpadding="4" cellspacing="1" border="0">
<tr>
<td class="thead">$vbphrase[rate_userpage]<a name="goto_threadrating"></a></td>
</tr>
<tr>
<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> <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> <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> <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> <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>
</td>
</tr>
<tr>
<td class="vbmenu_option" title="nohilite" align="center">
<input type="hidden" name="s" value="$session[dbsessionhash]" />
<input type="hidden" name="t" value="$threadid" />
<input type="hidden" name="pp" value="$perpage" />
<input type="hidden" name="page" value="$pagenumber" />
<input type="submit" class="button" value="$vbphrase[vote_now]" />
</td>
</tr>
</table>
</form>
</div>
<else />
<td class="tcat" nowrap="nowrap" width="25%" align="right">
<img src="$stylevar[imgdir_rating]/rating_$rating.gif" border="0">
</td>
</if>
croportal
12-26-2005, 11:29 AM
how can i remove this from vbulletin
MissKalunji
12-26-2005, 12:12 PM
how can i remove this from vbulletin
?!?!?!?!? what do you meant !?!?!
croportal
12-26-2005, 12:19 PM
this hack give a user a custom page on your site
i have installed, and now i want to remove
Lena Starling
12-27-2005, 02:15 AM
I followed all of the instructions and I've only encountered a few newbish problems:
1) I went to Usergroups, chose a usergroup, and tried to edit permissions, but I didn't see an area that enabled the usergroup to use this extension. So none of my groups, not even Administrators, can use this wonderful hack right now. Help?
2) There's no seperate catagory for it in the AdminCP (like Styles & Templates, Languages & Phrases, etc).
Did I forget to upload something..?
croportal
12-27-2005, 07:34 AM
this hack give a user a custom page on your site
i have installed, and now i want to remove
anyone know how can i remove this, and templates change
i remove the product, i remove userpage.php from forum root and what else
firstrebel
12-27-2005, 09:57 AM
I have just installed this on my 3.5.2 dev site and the htaccess file is causing a problem, I get the Internal Server Error message in the browser and the entire forum is blocked. I have a ProLiant G4 server with RHESL-4 and Apache 2.0.x
It seems to work OK if I remove it. It is required?
Can anyone tell me if it is OK to run this without the htaccess file?
Bob
MissKalunji
12-27-2005, 10:12 AM
Can anyone tell me if it is OK to run this without the htaccess file?
Bob
yes the .htaccess is only to rewrite so you could access the userpage by http://yourdomain.com/username
firstrebel
12-27-2005, 10:29 AM
Thanks. I assume it depends on how Apache is configured.
"Install"
Bob
@lena starling: check if you have uploaded the bitfield xml.
Maybe U use an older version, if so, you can do this:
open bitfield xml, replace vBulletin with vbulletin.
you could also search this thread for an updated package with a product xml.
grz,
seba
Big_Ad
12-27-2005, 07:14 PM
I can't seem to be have the User Page Permissions in in my Usergroups section?
It's the first time I've ever used Vbulleting or used any hacks...So I may have done something wrong? I have installed the plugin by uploading and installing the provided XML file, uploaded required files, yet no page permissions? In the manual it says " If the userpage phrases are not showing in your admincp, go to your phrase manager and save any phrase." - If you literally mean click any phase and save it - I've done this and it doesn't seem to make any sort of difference to whats displayed in the usergroups?
Any suggestions?
Lena Starling
12-27-2005, 08:43 PM
@lena starling: check if you have uploaded the bitfield xml.
Maybe U use an older version, if so, you can do this:
open bitfield xml, replace vBulletin with vbulletin.
you could also search this thread for an updated package with a product xml.
grz,
seba
Thanks,
I did upload the usergroup-bitfield into FTP, but:
whenever I try to import it it gives me an "Invalid File Specified" error. I tried to import as both product and plugin, but neither worked.
Help?
djnth
12-29-2005, 02:13 AM
I've modified the user page to be DJ Profiles and made each user page automatically filled out with some default information taken from custom user fields, and it looks good if the user enters the info in their profile, but it they leave a field blank it's not so functional.
I'm using the following code to display an image from a user specified URL taken from a custom field in the user profile
<img src="$userinfo[field15]">
It works fine and displays the image if a URL is specified, but if there is no URL it displays a white box with a red "X" through it. I was wondering if there if anyone has some code that I could use in place of the code I'm using that would either display a default image or nothing at all if there is no URL specified.
I'm also using this code
<strong>Website:</strong> <a href="$userinfo[field10]">$userinfo[field10]</a>
to display a clickable link to a website also taken from a custom field. I also need something for this so that it would say "n/a" or "not specified" or even just leave it blank if the user does not specify a link.
Thanks for the assistance!!
Screenshots of what things look like right now included both good and bad
djnth
12-29-2005, 06:09 AM
thanks to HR3rdGEN for this code that solved my problems!!
<if condition="$userinfo[fieldX]">$userinfo[fieldX]</if>
Thanks for another sweet hack most appreciated.
RockForums
12-29-2005, 02:14 PM
Excellent mod!
Cheers :)
Annie^.^
12-31-2005, 12:29 PM
Hi
I just downloaded 1.2.2 version and I 3.5.1 of the forum. Now everything installed ok, but I can't see anything in the AdminCp. Why is that?? It's getting very frustrating. I can't change the permissions of the users because it's not there to change it. Any ideas?
@annie: open the bitfield xml (must be something like bitfield_userpage.xml) located in /includes/xml/
and replace vBulletin with vbulletin (so without caps)
re-upload en rebuild bitfield (admincp/index.php?do=buildbitfields)
Andyrew
01-02-2006, 06:51 AM
I also would like to know how to remove all traces of this hack, i have deleted all i can find but my error log keeps reporting userpage.php not found.
manguish
01-02-2006, 02:18 PM
I'm an admin with the correct settings to allow me to edit etc....
But i try to delete a users page and get the $bbuserinfo[username], you do not have permission to access this page. This could be due to one of several reasons: page - the username doesn't even show up!!!
djnth
01-03-2006, 07:17 AM
I'm having a problem when posting a comment or rating saying a certain template is not found but everything posts or rates just fine. Not too terrible just slightly annoying.
@manguish, many had this problem, there has been posted how to do this some pages ago, browse or search in this thread and you'll find it :).
@djinth: Isn't it he say a phrase is not found??
Because normal he doesn't mention if a template is not found, it will just show a blank page....
[email protected]
vbmenu_register("postmenu_863742", true);
01-03-2006, 09:10 PM
any chance you can add to it so that you can set the ammount of pages a user can have, so they can have more than one?
kadafi_alive
01-04-2006, 09:25 AM
Hey waza, did you find a fix for the IE issue? The rating displays fine in Firefox but not in IE or Opera
kadafi_alive
01-04-2006, 11:55 AM
I found the problem for the Opera/IE issue where it doesn't line up properly.
Before <if condition="$show['popups']"> in template usercp the table is not closed.
So replace this:
</tr>
</table
<if condition="$show['popups']">
with
</tr>
</table>
<if condition="$show['popups']">
[email protected]
vbmenu_register("postmenu_864463", true);
01-04-2006, 06:59 PM
any chance you can add to it so that you can set the ammount of pages a user can have, so they can have more than one?
BUMP PLEASE!!!!! :nervous:
silurius
01-04-2006, 07:41 PM
It's really quite annoying and it's starting to make me wonder about this company, they don't seem to care about getting this software out possibly because it will take away sales of their flagship product, which I've used and is a nightmare.Are we talking about the "PhotoPost PHP Pro" they have available for sale/download today? Apparently this version (http://www.photopost.com/featuresphp.html) "can use vBulletin 2.0.3 (and all newer versions) user database".
I also can't tell if that version permits managing photos in a distinct database, while utilizing vBulletin's general infrastructure and user authentication. To me, that would reduce the overall vBulletin db size (and risk) quite a bit.
In case anyone wanted to know, I called PhotoPost today and they do support vB 3.5.3. PhotoPost PHP Pro also stores files in the file system and not in the database (which satifies my db requirement above). They also allow for other types of uploads, not strictly media files.
The guy I spoke with seemed to think the product is pretty flexible, in terms of integrating it with custom user profile pages etc., provided you are comfortable with handling the customizations yourself. Unfortunately you have to purchase the full version if you want to actually play around with it on your own site.
BUMP PLEASE!!!!! :nervous:
Hmz, off course, everything is possible ;), but I won't do it for now.
I think it wouldn't be so hard to code if you can code a bit and look to other hacks.
kadafi_alive
01-05-2006, 08:59 AM
Hmm,
I was wondering. When there are multiple pages (many users) and I click next to go the next page of userpages, it repeats the same users from the previous page?
[email protected]
vbmenu_register("postmenu_865223", true);
01-05-2006, 03:50 PM
Hmz, off course, everything is possible ;), but I won't do it for now.
I think it wouldn't be so hard to code if you can code a bit and look to other hacks.
the reason I ask is because I am very busy and until my site is up and running I don't want to look into coding modules like this, im not advanced enough yet :) anyone else able to help me out? :squareeyed:
kadafi_alive
01-05-2006, 09:25 PM
Hmm,
When I go the main page (userpage.php), the updated pages doesn't work at all. It only shows the updates of those who have the most views.
Furthermore, the dropdown list on my navbar doesn't work at all
@kadafi_alive:
To fix the last updates
find:
$lasteditedresults=$db->query_read("
SELECT t1.userid, t2.username, t1.dateline FROM
".TABLE_PREFIX."userpage AS t1
LEFT JOIN ".TABLE_PREFIX."user AS t2 ON(t1.userid=t2.userid)
ORDER BY t1.views DESC LIMIT 0,5");
and replace with:
$lasteditedresults=$db->query_read("
SELECT t1.userid, t2.username, t1.dateline FROM
".TABLE_PREFIX."userpage AS t1
LEFT JOIN ".TABLE_PREFIX."user AS t2 ON(t1.userid=t2.userid)
ORDER BY t1.dateline DESC LIMIT 0,5");
MissKalunji
01-09-2006, 12:17 AM
@misskalunji: I found a better (good) way, If I find some time a post it here.
@LoOnEyToOnZ: What does that have to do with this hack?
@Firestar.chkn: Wich template?
got a little time :-) now?
kadafi_alive
01-09-2006, 09:44 AM
Hey waza, is there a way to add other features. For example, at CF (Christianforums), when the user clicks on Create/Edit Userpage, it gives them the ability to add a Title of userpage and it gives them the url of their userpage.
In addition, a preview tool and the current userpage.
Is it possible to add these?
got a little time :-) now?
Hehe, srry, I have been (and will be) very busy for the past/coming few weeks.
However, this is the way you can do it:
I looked a while ago @ showthread.php and you can add things to the query that calls the post.
So what you basicly will have to do is add something like
LEFT JOIN ".TABLE_PREFIX."userpages AS userpages ON (post.userid=userpages.userid)
And then a condition like <if condition="$post['userpage']">He got one<else />Nope</if>
However you will have to look for yourself now, these are basic instructions I now just typed without looking something up.
groberthall
01-09-2006, 05:18 PM
I cannot pretend I have read all 57 pages of posts but I cannot find this problem in the first ten or so and I would have thought others had it to.
Changing permissions does not stick and I am getting this message
Warning: mysql_real_escape_string() expects parameter 1 to be string, array given in /includes/class_core.php on line 635
any ideas ?
groberthall
01-10-2006, 08:36 AM
Ok :)
More reading, then some more reading, then some more reading......
Post 566 sorted it all out for me :)
amandad
01-11-2006, 02:20 AM
Hiya
It's a wonderful Extension, installed with no problems at all!
I do have two questions though...
1. For some reason, my voting looks all weird on the user pages, I'm assuming this has something to do with my templates, but I'm not sure. Can you please let me know what I have to do to either fix it or remove it from the pages? http://www.adultforums.com.au/forums/userpage.php?u=2951
2. Is there anyway there can be a link put on the members profiles page and next to their avatar on their posts which points to their userpage if they have one?
Thanks...
Amanda
PS... I had a look through all the other posts, did about 40 pages before deciding to post the question, I couldn't find where to search through the post, so please forgive me if these questions have already been asked!
for your first problem:
https://vborg.vbsupport.ru/showpost.php?p=864168&postcount=832
for the second:
not an easy way at this time.
EasyTarget
01-11-2006, 10:59 AM
my voting is all messed up as well, but I don't have a table tag that's not closed in my usercp shell or usercp template. In fact there's nothing really resembling that code from post 832 in either of those templates.
I'm using 3.5.3 but I had this problem in 3.5.2 as well.
*edit*
its in userpage template not usercp template as that post states
croportal
01-11-2006, 11:02 AM
can u tell me hove to cmpletely remove this hack
EasyTarget
01-11-2006, 11:10 AM
I assume you just uninstall the product, delete the files you uploaded and undo the template edit?
croportal
01-11-2006, 11:44 AM
but its problem with the templates, and i dont want to do anything wrong
Club3G
01-11-2006, 08:19 PM
* Club3G clicks install.
One thing I really don't like - How do I go about moving the rating box below the page content? Thanks! :D
yayvb
01-11-2006, 09:52 PM
One thing I really don't like.. I uninstall using uninstall product and then I remove from templates and now my site is down saying:
Database error in vBulletin 3.5.2:
Invalid SQL:
SELECT * FROM userpage WHERE userid=1;
MySQL Error : Table 'youradul_420.userpage' doesn't exist
Error Number : 1146
Date : Wednesday, January 11th 2006 @ 05:42:41 PM
Script : http://www.420boards.com/
Referrer :
IP Address : 94.252.250.213
Username : 420kid
Classname : vb_database
Please hurry, I was expecting the product to easily be uninstalled!!! Yes thats if I go to the site www.420boards.com see for yourself.. What is all of a sudden trying to find that table? What do I remove? Help please.
yayvb
01-11-2006, 10:02 PM
I also just tried to uninstall using the installuserpage.php old file and nothing. I am feeling desperate now and should apparently be doing any changes on a dev board. :( Anyone know how to uninstall this thing so I don't keep having database errors?
yayvb
01-11-2006, 10:31 PM
OK if anyone else has this problem you can atleast get your site back up by just adding the table userpage and adding the 8 rows. This of course is for the older version so you may want to look at your .xml files to see what database tables are trying to be opened.
If someone would please let me know the correct way to remove this hack. Apparently something still tries to find the database tables after various uninstallation attempts.
Club3G
01-11-2006, 11:35 PM
Small issue - everything's working great (aside from the extremely ugly rank-this-page-box), but I can't delete pages. All of my Usergroup permissions are set to yes.
kadafi_alive
01-12-2006, 08:54 AM
Small issue - everything's working great (aside from the extremely ugly rank-this-page-box), but I can't delete pages. All of my Usergroup permissions are set to yes.
To fix that rank-this-page-box issue in IE, do this:
Before <if condition="$show['popups']"> in template usercp the table is not closed.
So replace this:
</tr>
</table
<if condition="$show['popups']">
with
</tr>
</table>
<if condition="$show['popups']">
Club3G
01-12-2006, 02:07 PM
I don't have that statement in my usercp - I'm fine with the way the box is displayed, I just want it below the actual page content - or removed altogether. :)
Keyser S?ze
01-12-2006, 10:05 PM
u should make it so IF someone has a custom page, a link is displayed in their profile, and in the user dropdown in the postbit
also once someone votes the vote thing should disappear, and u must be logged in to vote, kind of like how the poll is
just an idea
animate
01-13-2006, 08:10 AM
when comes the next update of this script? with any of the planned features?
Totti
01-13-2006, 08:56 AM
would be cool to be able to disable shoutboxes as controlling thousands of them is quite hard :D
Totti
01-13-2006, 08:59 AM
I can't delete pages. All of my Usergroup permissions are set to yes.
ye, lol ... even my own page cannot be deleted? :o
groberthall
01-14-2006, 09:14 AM
Ok. I have read through all 58 pages, twice. IThis problem has only been mentioned once and went unanswered :)
If I try to report a users page it goes to a page that just shows the navbar and footer. Nothing in between.
Reporting is working ok on the forum.
Any Ideas ?
EasyTarget
01-14-2006, 03:39 PM
as far as I remember you have to set the forum id where you want the reports to go in one of the files/templates.
groberthall
01-14-2006, 04:28 PM
I have done that :)
The problem is not where the report goes but how you make one in the first place. There is no text box or anything, just a navbar and the footer on the page that comes when you click report this page.
Club3G
01-14-2006, 04:45 PM
Still trying to figure out two things:
- Why Administrators can't delete pages, I get a no permission message.
- How to remove the rank box, or at least move it the bottom. (It looks a little rediculous up top)
groberthall
01-14-2006, 06:13 PM
The inability to delete pages is caused by a missing ! in the userpage.php file. If you look back through the threads it is mentioned several times.
The rating box can be simply commented out in the userpage template.
Totti
01-14-2006, 07:13 PM
Mine has been corrected. In the userpage.php file on line 862 look for
if ($pageexists)
Change to:
if (!$pageexists)
The ! is what the problem was on mine. I now can delete pages with no problem.
great, thanks for the tip :)
there's some crazy frame/pop-up issue showing our forumheader twice though, but it disappears again after deleting :D
Club3G
01-14-2006, 09:53 PM
^^ Hah, I have that on my clipboard, was just about to post it. Thank you grobert. :)
Club3G
01-14-2006, 09:56 PM
Just so it's here, to remove the ranking box, in the userpage template, remove or comment out this 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">
</td>
</if>
</tr>
</table
<if condition="$show['popups']">
<div class="vbmenu_popup" id="rate_menu" style="display:none">
<form action="userpage.php" method="post">
<input type="hidden" name="do" value="rate">
<input type="hidden" name="userid" value="$userinfo[userid]">
<table cellpadding="4" cellspacing="1" border="0">
<tr>
<td class="thead">$vbphrase[rate_userpage]<a name="goto_threadrating"></a></td>
</tr>
<tr>
<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>
</td>
</tr>
<tr>
<td class="vbmenu_option" title="nohilite" align="center">
<input type="hidden" name="s" value="$session[dbsessionhash]" />
<input type="hidden" name="t" value="$threadid" />
<input type="hidden" name="pp" value="$perpage" />
<input type="hidden" name="page" value="$pagenumber" />
<input type="submit" class="button" value="$vbphrase[vote_now]" />
</td>
</tr>
</table>
</form>
</div>
</if>
Dark_D
01-15-2006, 01:27 AM
OK first please understand there are 58 pages and no way for me sit in one place long enough to read all of them....
That said, I load the hack as per instructions and get a "500 Internal Server Error". When I remove the .htaccess file I can now make a personal page but get a "Can't find phase" error and the same error with the shout out....
What can be done to fix this?
Club3G
01-15-2006, 02:45 AM
A minimum character limit would be nice. As soon as users click Create User Page, it makes a blank page regardless if they've done anything to it. I have about two dozen members with blank pages now.
Club3G
01-15-2006, 02:46 AM
OK first please understand there are 58 pages and no way for me sit in one place long enough to read all of them....
That said, I load the hack as per instructions and get a "500 Internal Server Error". When I remove the .htaccess file I can now make a personal page but get a "Can't find phase" error and the same error with the shout out....
What can be done to fix this?
Is it listing which phrase it can't find?
Dark_D
01-15-2006, 02:50 AM
O yes sorry, "Could not find phrase 'shout_posted'."
Club3G
01-15-2006, 03:22 AM
O yes sorry, "Could not find phrase 'shout_posted'."
Is the phrase there?
If not, try adding it. AdminCP -> Languages and Phrases -> Add New Phrase.
The text is just, coincidentally, Shout Posted. ;)
Dark_D
01-15-2006, 03:33 AM
Product Userpages by amykhar
Varname $vbphrase[shout_posted]
Text Shout Posted
Yup it's there.....any other ideas? Does taht have anything to do with the .haccess that I can get to work?
Club3G
01-15-2006, 03:58 AM
I don't think so, I didn't bother with the htaccess file at all. From what I can tell all it does is rewrite the URL so that you can put in the user's name instead of the user ID to link it.
Total stab in the dark, but perhaps try reuploading bitfield_userpage to the includes/xml folder.
Dark_D
01-15-2006, 04:08 AM
I reinstalled the whole thing and not any different....
So I can live with out the "htaccess" file???
The phase, It looks like I can live without them also.
Thanks for the input....
Club3G
01-15-2006, 04:17 AM
Yeah, not needed at all.
What's the URL that's throwing the 500, if you don't mind posting it? It might be a file permissions problem - try setting the .php file to 755 and see if that does it - sometimes 500's are a server config deal.
Dark_D
01-15-2006, 04:30 AM
I changed the htaccess to the 755.
The link would be my forum + admincp/index.php
Still get, o'yeah its on all site pages not just admin:
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
No biggie, I'll play with it tomorrow.
Club3G
01-15-2006, 04:58 AM
I'm confused, but I'm on your time standard so we're probably in the same boat. ;)
What's giving you the 500? I don't get why you're going to the admincp instead of forum/userpage.php.
I'd kill that htaccess if I were you, sounds like something's not jivin' with your setup.
.htaccess file is a well known issue. But we can't fix is as both amy & I use vbseo...
Dark_D
01-15-2006, 08:31 PM
I'm confused, but I'm on your time standard so we're probably in the same boat. ;)
What's giving you the 500? I don't get why you're going to the admincp instead of forum/userpage.php.
I'd kill that htaccess if I were you, sounds like something's not jivin' with your setup.
Well I noticed the problem while trying to work in the admincp. I would get the same thing on all site pages......don't understand why.....We can stop digging this hole...hehe thanks for the help.
.htaccess file is a well known issue. But we can't fix is as both amy & I use vbseo...
Nice to know it's not just me and that I can live without it, thanks.
scoles15
01-17-2006, 03:11 PM
I've installed and it works great. But I have a problem if I want my users to use it.
My directory structure is public_html/forums. userpage.php seems to have to be inthe forums directory and so does the .htaccess file.
But this means that my "short urls" are form:
http://ncwoodworker.net/forums/SteveColes
But I really want them to be of the form
http://ncwoodworker.net/SteveColes
I've tried a few things, but just as I think I've gotten it working, I realize something is broken.
Anybody had any luck in making it work like I've described?
groberthall
01-18-2006, 03:22 PM
Has anyone tried to combine a more fully featured shoutbox or chat with this ? something like VBshout which uses ajax to auto refresh would be good .
Reece^B
01-18-2006, 08:41 PM
hey,
I've installed this hack but im getting:
Reece, you do not have permission to access this page. This could be due to one of several reasons:
1. Your user account may not have sufficient privileges to access this page. Are you trying to edit someone else's post, access administrative features or some other privileged system?
2. If you are trying to post, the administrator may have disabled your account, or it may be awaiting activation.
Can anyone help?
EasyTarget
01-18-2006, 11:52 PM
did you set up your usergroup permissions to be able to view/make pages? They're disabled by default I believe.
Totti
01-19-2006, 11:57 AM
abybody already ?hrased this?
otherwise i'd like this hack to be phrased in the next update :)
Reece^B
01-19-2006, 03:00 PM
did you set up your usergroup permissions to be able to view/make pages? They're disabled by default I believe.
Sorry to sound like a N00B but where is that located?
Im on usergrup manager (if thats it) but i can't find the option your talking about.
Reece^B
01-19-2006, 03:26 PM
If i was to create an test account could someone help me please?
Can you PM me.
Thanks
Reece^B
01-19-2006, 06:06 PM
could anyone take a look?
I'm really stuck.
Thanks
Totti
01-19-2006, 07:00 PM
should be at the very bottom of the settings
amykhar
01-20-2006, 04:52 PM
He hadn't installed the product. I got him fixed.
MustangLisa
01-23-2006, 05:34 AM
Cool, thanks!
amy amy amy!
great hack!
stupidity edited out
thanks!
drex
nevermind - found the answer
sat here and read through each and every post.
i just don't know if what is d/l'd has all the syntax fixes applied.
is there an updated version coming out soon?
thanks for a great hack amy.
groberthall
01-25-2006, 10:27 AM
s there any on going development of this hack ?
To my mind this is one of the most powerful and desirable hacks around but there is a definate need for some updating.
An Ajax shoutbox ( so shouts would show without refreshing page ) would be great,
A mini gallery so users could upload pictures for other family members / users to look at would also be excellent.
Is Amy, or anyone else with the kowledge, up for this ?
ok, read this thing 3times.
my only problem:
my links are coming up as
userpage-user1.html
userpage-user774.html
using VBSEO and VB 3.53.
have the rewrite in .htaccess after the main vbseo rewrites..
i'd like to get rid of the user number.... can anyone help?
tried moving them before the rewrites, no go...
please help!
amykhar
01-25-2006, 11:32 AM
drex, use vbseo custom rewrites not the htaccess ones in this mod.
amy-- great hack!
i did try just the rewrites.... i'm getting rewritten user #s and not names. i did then add the rewrites (just in case), and then removed them.... :( i'm not sure what i have done wrong!
thanks for responding!
'userpage\.php\?do=list' => 'userpage-list.html'
'userpage\.php\?do=main&userid=(\d+)' => 'userpage-user$1.html'
'userpage\.php\?do=main&username=(\w+)' => 'userpage/$1.html'
I am not using the shoutouts (the display/input is commented out of the templates)...
thanks
and then I found this from oleg:
RewriteRule ^userpages/(^[-_A-Za-z0-9\ ]*$) userpage.php?do=main&username=$1 [L] -- didn't implement this.
still getting the user# instead of id...
another problem--
admins, mods can post.
regular users can view, not post.
secondary usergroup (custom) which is a subset of regular users, is supposed to be able to post. but they can't.
the permissions are set right. usergroup (9) can create, edit, view and not moderate; but in reality, they can't edit or create...
help!
ok.
now everything seems to be working with permissions, except for the delete.....
i can seem to delete a page....
which fix do i apply?
also, still no working translation to username with the vbseo rewrites.. help, amy?
amykhar
01-25-2006, 06:46 PM
That post from Oleg is old. I am pretty sure I posted my rewrite rules for vbseo in this thread.
okay.
to fix the double delete thread confirmation screen, look in the template:userpage_delete_confirm
delete $header and $footer between the <body> and </body> tags and there you go! (also had an extra $stylevar at the top which I deleted).
The correct template should read:
[HTML]$stylevar[htmldoctype]
<html dir="$stylevar[textdirection]" lang="$stylevar[languagecode]">
<head><title>$vboptions[bbtitle]</title>
$headinclude
</head>
<body>
<br />
<br />
<form action="userpage.php?do=dokillpage" method="post">
<input type="hidden" name="ownerid" value="$ownerid" />
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<tr class="alt1"><td>
<div><label for="confirm"><input type="checkbox" name="confirm" id="confirm" value="1" /><strong>Do you really want to delete this user's page?</strong></label></div>
</td>
</tr>
<tr class="alt1"><td>
<div style="margin-top:$stylevar[cellpadding]px">
<input type="submit" class="button" value="$vbphrase[submit]" accesskey="s" />
</div>
</td>
</tr>
</table>
</form>
<br />
<br />
</body>
</html>
Don't forget to change :
// Check to see if the page exists.
$pageexists = $db->query_first("SELECT * FROM ".TABLE_PREFIX."userpage WHERE userid = ".$ownerid);
if ($pageexists) {
print_no_permission();
}
to
// Check to see if the page exists.
$pageexists = $db->query_first("SELECT * FROM ".TABLE_PREFIX."userpage WHERE userid = ".$ownerid);
if (!$pageexists)
{
print_no_permission();
}
this was posted earlier, somewhere, around post 360ish.........
amy, i used the ones i found in this thread....
and they don't seem to work...
'userpage\.php\?do=list' => 'userpage-list.html'
'userpage\.php\?do=main&userid=(\d+)' => 'userpage-user$1.html'
'userpage\.php\?do=main&username=(\w+)' => 'userpage/$1.html'
also not @ vbseo.com............
i'll look again............ :)
found this here:
https://vborg.vbsupport.ru/showthread.php?p=759579&highlight=vbseo#post759579
'userpage\.php\?do=list' => 'userpage-list.html'
'userpage\.php\?do=main&userid=(\d+)' => 'userpage-user$1.html'
'userpage\.php\?do=shoutarchive&ownerid=(\d+)' => 'userpage-shouts$1.html'
'userpage\.php\?do=main&username=(\w+)' => 'userpage/$1.html'
help!
apparently, someone else on vbseo never had this resolved, either...
thanks..
amykhar
01-25-2006, 07:36 PM
These are the ones I'm using.
'^userpage\.php\?do=list' => 'userpages.html'
'^userpage\.php\?do=main&username=(\w+)$' => 'userpage/$1.html'
I don't bother with a userid on, but it wouldn't be hard to do.
amykhar
01-25-2006, 07:38 PM
Yours seem to work for me:
http://www.x5world.com/userpage/ekaz.html
http://www.x5world.com/userpage-list.html
http://www.x5world.com/userpage-user774.html
amy, i'm missing something here.
when i click on the list and select ekaz, the link is: http://www.x5world.com/userpage-user774.html
the url at the top of the info page is: http://www.x5world.com/userpage-user774.html
where did you see the /userpage/ekaz.html link? it does work though, that's what i was looking for......
but i was hoping on the list of users, they would see/use this as their link, instead of the user=# syntax....
ps this mod rocks......... thanks!
nevermind. i got it now. they do work. i thought the list would display the rewritten links...
thanks!
Anarchy
01-26-2006, 08:46 AM
Is there a zip with all the fixes around?
Ugga Bugga
01-26-2006, 12:00 PM
I am not able to see userpages in my adminscp for the usergroup permissions.
I'm not sure how to change this.
amykhar
01-26-2006, 12:04 PM
1. Make sure you installed the product.
Anarchy
01-26-2006, 12:11 PM
Uprading vbulletins will this break the plugin or make me loose any information?
Ugga Bugga
01-26-2006, 12:25 PM
1. Make sure you installed the product.
yes, I did install the product
Maagic
01-27-2006, 04:22 AM
Great hack. TY!
<clicks install>
Anarchy
01-27-2006, 12:25 PM
I have about 50 blank pages on my site because it is creating the entry when people click Create user Page, they are then not inputing anything into the edit field. So is there a way to only show the person in the list if they have more than say 1 or 2 charactors in their userpage?
Ugga Bugga
01-27-2006, 01:06 PM
Actually I think I installed the product.
In the installation instructions, item 1 says Install the product. Perhaps I skipped this. My question then, is how do I install the product?
Trana
01-29-2006, 06:54 AM
This is a really cool hack.
I didn't want to read through all 60+ pages of responses, and I can't find it in the search, but is there a way to enable photo uploads in the editor? A lot of my members are not URL savy and need an attachment button with upload functionality in order to make this popular.
Thanks.
Anarchy
01-30-2006, 10:51 PM
Need to be able to delete archived shouts.
prettyboi
01-31-2006, 05:38 AM
"upload the userpage.php and .htaccess to your forum directory." What do they mean by this? What forum directory are they talking about? There's a bunch of directory for my forum. I'm new to all of this sorry but could someone please explain?
Hornstar
01-31-2006, 08:23 AM
For the people who have installed this, and have it working, how happy are you with this? Are there any problems that you guys dont like or anything? Im thinking of giving this ago but want to see what everyone thinks first.
MissKalunji
01-31-2006, 10:21 AM
"upload the userpage.php and .htaccess to your forum directory." What do they mean by this? What forum directory are they talking about? There's a bunch of directory for my forum. I'm new to all of this sorry but could someone please explain?
it means
forum/upload content here
Trana
01-31-2006, 03:04 PM
For the people who have installed this, and have it working, how happy are you with this? Are there any problems that you guys dont like or anything? Im thinking of giving this ago but want to see what everyone thinks first.
This is a great hack, it just needs an upload function or a link to the user's image galleries. Only about 25% of my members can figure out how to put in the URLs for their photos.
MrNase
02-01-2006, 09:11 AM
This is a great hack, it just needs an upload function or a link to the user's image galleries. Only about 25% of my members can figure out how to put in the URLs for their photos.
Agree!! Add the upload function and Iam going to use it! :)
Tinbendr
02-01-2006, 10:41 AM
Installed in 3.5.3 without too much trouble.
Since I'm new to vBulletin, it took me a few minutes to figure out I had to import the xml. A extra line in the instructions would have been helpful.
One problem I noticed. If I add a vB code link to a graphic, save the userpage, go back in to edit, the link with show up as blue link line. No problem so far. I save userpage for second time, then view the page. The graphic link only shows a blue link, not the actual graphic. I can reedit the page and replace the blue link and it will display correctly.
Wishlist:
I would like the ability to turn off the shout.
I would like the ability to turn off the vote.
amykhar
02-01-2006, 11:16 AM
Just for the record, new users like yourself shouldn't really install beta mods.
Tinbendr
02-01-2006, 07:49 PM
Just for the record, new users like yourself shouldn't really install beta mods.
Ahh, I see the beta checkbox now. Didn't notice it this morning at 4:00am. (Couldn't sleep. Had a member ask me if having his own web page was possible. Did a search and found this one.)
Code I can understand. Usergroups and permissions I have trouble with.
I won't open officially until Mar 1. I only had two users. Me and TestUser1.
I enjoy a little risk! :rolleyes:
[email protected]
vbmenu_register("postmenu_889252", true);
02-03-2006, 11:58 AM
Any chance of making it so users can create multiple pages? would be awesome, admin function of being able to set howmany a user can have etc. :)
Willing to donate if you have the time :)
Also upload function is a really cool idea. :)
SuperJETT
02-03-2006, 03:10 PM
I like it so far.
Ditto on the upload, a few users didn't get it until after some coaching (plus I have my attachments folder above the root so they aren't hotlinkable) on using imageshack.
Another request, sorting the main list based on rating/views would be nice too.
Great work, thanks.
amykhar
02-03-2006, 05:39 PM
I don't want to write a custom upload module for this as I don't have the time. I would much rather use an existing upload feature and tie it into this.
[email protected]
vbmenu_register("postmenu_889609", true);
02-03-2006, 07:34 PM
yea, sounds like i good idea, any info on the multiple pages for users?
Anarchy
02-03-2006, 07:38 PM
Instead of asking for more features, since this is a beta version why don't we focus on teh bugs.
For example, the Listing of users on the last page still lists 10/20 whatever you have set. instead of showing the last few for that actually page.
IMPORTANT: being able to delete/edit archived shouts.
Please focus on the bugs before actually adding new features.
amykhar
02-03-2006, 11:33 PM
I need to make it clear - I am not actively working on any mods right now. I have two jobs and four kids. I pop in here to answer quick questions, but if you're thinking I'm coming out with any new releases soon, you'll be disappointed.
Amy
Anarchy
02-07-2006, 04:03 AM
Is anyone going to take over this extension, as i would love someone to keep working on at least the bugs.
amykhar
02-07-2006, 09:54 AM
waza has been helping you guys a lot. And you may fix any glitches you find to your hearts content. Because I know that since you installed a beta modification and you read my sig line, you ARE a coder, right? ;)
Chris Lang
02-07-2006, 05:52 PM
Amy,
I have to say that this is a great hack and works well for me (with a few added changes, fixes and tweaks by myself). Most of the major bug issues have been solved in this thread; it just takes some effort (and time) to read up on them and do them.
It amazes me the level of support people expect for a product that's being given to them free of charge.
-Chris
NApter
02-12-2006, 04:56 AM
Hey,
I couldn't upload .htacess to my site! Yahoo doesn't let filenames that start with a ".". What should I do?
Here is the error yahoo gives:
553-The name you specified is not allowed.
553-Names must contain only ASCII letters (a-z,A-Z), digits (0-9), underscore, dot and dash.
553-Names must not start with a dot (.) or dash (-).
553-For additional info please visit:
553-See http://help.yahoo.com/help/us/webhosting/gftp/
Thanks,
NA
Dark_D
02-12-2006, 06:01 AM
OK yes I know this is beta and not getting 100% support but:
I have to ask, As admin with all options set to yes for the userpages, I get the you don't have permission to delete userpage. I get this error when I try to delete a user's page.
Any ideas on what I need to edit?
Dark_D
02-12-2006, 06:03 AM
Hey,
I couldn't upload .htacess to my site! Yahoo doesn't let filenames that start with a ".". What should I do?
Here is the error yahoo gives:
553-The name you specified is not allowed.
553-Names must contain only ASCII letters (a-z,A-Z), digits (0-9), underscore, dot and dash.
553-Names must not start with a dot (.) or dash (-).
553-For additional info please visit:
553-See http://help.yahoo.com/help/us/webhosting/gftp/
Thanks,
NA
Did you try to upload the file with a different name then renaming it once on the server? Thats what I would try in your position.
NApter
02-12-2006, 10:26 PM
Did you try to upload the file with a different name then renaming it once on the server? Thats what I would try in your position.
Yes, it still does not allow it.
Chris Lang
02-13-2006, 03:25 AM
Dark D, the answer to your Admin Deleting Permission question has been covered in this topic. You may try the "Search This Thread" option above to search it out since this thread is now 63+ pages in length.
look, you can't rename the file, as .htaccess is something special that has to keep that name.
However, the script will run as good with or without it. The .htaccess is just for easy urls (like: http://www.site.com/userpages/waza.html instead of userpage.php?username=waza).
MustangLisa
02-13-2006, 05:00 PM
Would it be possible to add a linked directory across the top (with a link for each letter of the alphabet) like on the Members List?
amykhar
02-13-2006, 05:13 PM
Yes, you could do that Lisa. Just requires a bit of coding on your part.
MustangLisa
02-13-2006, 05:33 PM
Yes, you could do that Lisa. Just requires a bit of coding on your part.
I am not a coder. :( Can I pay you to add this part for me, or help me out?
Thanks,
Lisa.
brvheart
02-13-2006, 05:33 PM
why cant I as a admin delete a userpage? I made sure that all options were checked to yes in the usergroup. Amy could give me a hand here please?
Dark_D
02-13-2006, 08:57 PM
Dark D, the answer to your Admin Deleting Permission question has been covered in this topic. You may try the "Search This Thread" option above to search it out since this thread is now 63+ pages in length.
Yeah thanks.....Post #758 has the answer.
brvheart
02-13-2006, 10:53 PM
Yeah thanks.....Post #758 has the answer.
Thank you...
Just for the record incase others find this and cant search back....click here to read #758 (https://vborg.vbsupport.ru/showpost.php?p=841166&postcount=758)
vinod
02-17-2006, 07:35 AM
I have vbseo installed, which means that I already have .htaccess file. Once I upload and install this hack, I cannot access my admincp page. It says I am not authorized while I am the super administrator of the site. Help me ASAP.
Thank you
corn dog
02-17-2006, 10:35 PM
I am very sure this has been answered but how do I get the wierd and kinda ugly look for user pages.How it is split into topics "views,rating,last updated" how do you get it to the side (I have seen it on the look like that before) please help,thank you.
djnth
02-19-2006, 08:59 AM
I have modified my User Pages to be DJ Profiles, with additional custom fields pulled from the User Profile and it works great for what I needed, thanks for the great script!!
My only problem is that there are lots of missing phrases when rating, or deleting, etc...
My modified User Pages http://www.azdancemusic.com/forums/userpage.php?do=list
corn dog
02-22-2006, 10:33 PM
Hmm I un-installed this and it messed up the whole forum (PMed you about the issue).
tuwebfacil
02-24-2006, 12:06 PM
Hello, I'd like to get this hack working, but i keep getting a MySQL error with the userpagepermission column, I'm using vb3.5.0 Should i add the column manually? or is there some sort of work around or a working version with 3.5.0.
thx in advance.
ChrisBaktis
02-25-2006, 02:48 AM
any chance of getting code that will generate the URL of the members custom page? I run a trade site and it would be great if I can put this code in the USER/CP that will show the page link...I know we can tell people to copy and past the address bar but we all know it would be easier to have it right on the page for them to copy.
djnth
02-25-2006, 06:54 AM
Is there a way, as an Admin, to automatically add pages for certain users?
Hello!
The report funktion does not function.
cu Deta
???`S?LV?R???`
02-26-2006, 12:53 AM
This hack was a cool concept, but at the moment too bugy to install, once the bugs get ironed out it'd be better to use, but until then not really worth the hastle.
amykhar
02-26-2006, 12:21 PM
Which is why it's marked BETA. It was never intended for general or novice use.
pcoskat
02-26-2006, 12:26 PM
Which is why it's marked BETA. It was never intended for general or novice use.
I didn't see where this was marked beta. Thanks for the reminder.
This hack was a cool concept, but at the moment too bugy to install, once the bugs get ironed out it'd be better to use, but until then not really worth the hastle.
I've been running this for a while. My users love it and some have been very creative with their pages. Yes there are some bugs, but, with a little php knowledge they can all be worked out easily. Some of the fixes are even posted in this thread.
MissKalunji
02-26-2006, 08:40 PM
same here been runnning it for a while and everything is fine most fixes are posted indeed just take the time:)
djnth
02-27-2006, 12:21 AM
Is there a way that I can have one of the user's custom profile fields displayed instead of their user name on the list of user pages?
My userpages are for DJs and I'm using it for DJ Profiles but I would like their DJ Name displayed instead of their user name.
Thanks!!
Nice hack when it gets out of beta I will sure try it ;)
???`S?LV?R???`
02-27-2006, 01:34 AM
I've been running this for a while. My users love it and some have been very creative with their pages. Yes there are some bugs, but, with a little php knowledge they can all be worked out easily. Some of the fixes are even posted in this thread.
True, but for users without knowledge in php, as well as users that download this hack, install it from how it's released, the bugs that have been fixed have not been implemented, thus creating a hastle situation for the user.
That's great if you've fixed the problems for it to run smoothly for your forum, but I havn't seen anyone that has taken the time to do so for their own forum, post a complete post of the steps to fixing the known problems of this hack. It would be easier to follow complete & well written steps within one post instead of fishing through this thread for the fixes.
djnth
02-27-2006, 04:03 AM
Mine works great, the only problem I'm having are some Phrases that are missing but that is a simple fix I'm sure and I think it was my error that caused this problem.
Check my user pages out:
http://www.azdancemusic.com/forums/userpage.php?do=list
I've modified it to be DJ Profiles instead of just plain user pages and add some custom fields that get autoentered based on some custom profile fields I created.
I love this mod!! Thanks again AMY!!
True, but for users without knowledge in php, as well as users that download this hack, install it from how it's released, the bugs that have been fixed have not been implemented, thus creating a hastle situation for the user.
That's great if you've fixed the problems for it to run smoothly for your forum, but I havn't seen anyone that has taken the time to do so for their own forum, post a complete post of the steps to fixing the known problems of this hack. It would be easier to follow complete & well written steps within one post instead of fishing through this thread for the fixes.
ImportPassion
02-27-2006, 02:15 PM
I just found this hack and would liek to install it, but there has been no updates since November and there seems to be some issues. Is there any work being done on it?
amykhar
02-27-2006, 02:48 PM
a lot of work has been done in the thread. But before you install, note that this mod is in BETA and is intended only for use by those who know how to code. The zip file will not likely be updated for some time due to time constraints.
Chris Lang
02-27-2006, 05:41 PM
In answer to a post, I've put together a list of the important updates, fixes and work-arounds for this hack. These are links to posts in this thread, and obviously if they get edited or deleted, they may not show up. If you've already installed the product from the first page, you can use the following threads to help you sort things out. Although it's not officially part of the Hack, I recommend WAZA'S UPDATE (See Updates Below for the link) which gives you some additional functionality.
IMPORTANT: BEFORE YOU INSTALL OR UPDATE THIS HACK, MAKE SURE YOU HAVE BACKED UP YOUR DATABASE!
The #1 problem most people have is they don't understand or follow the directions in the FAQ. I've tried to put prime examples of such below, but it's VERY IMPORTANT that you follow all steps in the install. (Rebuild Bitfields, Edit a Phrase in Phrase Manager, etc)
If there is anything wrong or missing here, please let me know so I can edit this accordingly.
INSTALL:
Download the current Zip and follow the instructions included.
Install Issues:
Blank Usergroup Permissions/Just Buttons Click Here (https://vborg.vbsupport.ru/showpost.php?p=744349&postcount=237)
Admins can't Delete Userpage Issue Click Here (https://vborg.vbsupport.ru/showpost.php?p=749132&postcount=268)
Issue with 'Report this page' Forum ID: 'How can i get this so that when report a page is clicked, it posts a message in the forum of choosin, as it appears on the top x stats but when i click it says I have no permission. I also cant find the post in the forum' Click Here (https://vborg.vbsupport.ru/showpost.php?p=754653&postcount=297)
Fixing bad link for Profiles in Shoutbox: (use of '/forums' instead of '/forum' Click Here (https://vborg.vbsupport.ru/showpost.php?p=754992&postcount=301) Another Fix, too (https://vborg.vbsupport.ru/showpost.php?p=804298&postcount=537)
VBSEO Issues with Userpage (file edit needed for VBSEO Compatability) Click Here (https://vborg.vbsupport.ru/showpost.php?p=759579&postcount=331)
Deleting Userpage Permission Issue (code change userpage.php): Click Here (https://vborg.vbsupport.ru/showpost.php?p=769870&postcount=356)
Formatting/Bad links in Report Page Posting: Click Here (https://vborg.vbsupport.ru/showpost.php?p=789136&postcount=455)
Workaround for Table Issue (huge spaces above) Click Here (https://vborg.vbsupport.ru/showpost.php?p=822752&postcount=645)
Userpage created via CP Link, but they are unable to EDIT Click Here (https://vborg.vbsupport.ru/showpost.php?p=925050&postcount=1024)
Updates:
Adding a link to the User's User Page in Member Profile Click Here (https://vborg.vbsupport.ru/showpost.php?p=744257&postcount=235)
Hellcat's solution to the 3.5.1 Bug: Click Here (https://vborg.vbsupport.ru/showpost.php?p=830237&postcount=693)
WAZA'S Update: 11-26-05 (Highly recommended) Click Here (https://vborg.vbsupport.ru/showpost.php?p=830388&postcount=697) (Caution, you may lose any existing userpages and shouts, make sure you've backed up your database)
Have you tried uninstalling or upgraded and 'broken' or 'dropped' your tables/fields? (and now you're board is broken?!) I've put together a work-around for restoring your tables and making a clean uninstall so you can upgrade your product. Click Here (https://vborg.vbsupport.ru/showpost.php?p=912858&postcount=977)
----------------------------------
The rest of the threads pertain mostly to Waza's update, and are as follows:
Amy's 'no loss of data' update: Click Here (https://vborg.vbsupport.ru/showpost.php?p=833629&postcount=713)
(Caution, you may lose any existing userpages and shouts, make sure you've backed up your database)
Remove Smiley Box from Userpage Click Here (https://vborg.vbsupport.ru/showpost.php?p=841728&postcount=760)
Remove Ranking Box (in Waza's Update: Click Here (https://vborg.vbsupport.ru/showpost.php?p=873505&postcount=869)
Issue with .htaccess (link goes to AdminCP, etc): Note, this isn't a current fix for this problem, this is only discussion about it. If you have an issue, simply don't use it. Click Here (https://vborg.vbsupport.ru/showpost.php?p=874248&postcount=882)
The 'Double Delete' Confirmation Issue: Click Here (https://vborg.vbsupport.ru/showpost.php?p=882181&postcount=904)
As more updates come along, I'll be sure to update this post. Feel free to let me know of anything important I missed.
-Chris
ChrisBaktis
02-27-2006, 09:02 PM
Hey chris,
It should normally not show up if you replace:
With
However, this will delete the smilies for everyone and will still parse smilies if they type it.
If you also want to disable smilie parsing:
FIND:
REPLACE WITH:
Where do I remove this from?
Chris Lang
02-27-2006, 09:34 PM
Chris, I believe this was a reference userpage.php
ChrisBaktis
02-27-2006, 09:38 PM
thank you
TruthElixirX
02-28-2006, 01:48 AM
I'm having a slight problem.
In IE, the drop down menu to rate someone isn't a "drop down" menu, it just stays there.
http://ospreylife.com/userpage.php?userid=1#shouttop
Anyway to fix that?
EDIT:: And yes I did try searching. Searched IE, Internet Explorer, Drop down menu, menu, an firefox and returned no results.
EDIT:: Never mind, searched a few other terms and found my problem. Thanks fo the awesome hack. :)
Chris Lang
02-28-2006, 03:07 PM
Could you maybe post your findings to help others who may have a similar issue?
@chris lang:
thx for posting all the fixes together!
Chris Lang
02-28-2006, 07:15 PM
Shortly after I posted the list of updates, I had a bit of crisis myself. I was going to update the hack and somehow I managed to DROP all the tables in the database for this hack (tried to overwrite the product, then tried uninstall --- big mistake!).
I want to mention that I'm in no way a 'coder'. There is probably a much easier way of doing this. I'm simply putting down what I found by trial and error and about 8 hours of work:
This will be helpful for people who wish to cleanly uninstall the product if that process has already failed and you're stuck. (Stuck meaning, you're board is down because of missing MYSQL tables and fields brought on by an incomplete uninstall or a upgrade 'gone bad'). I want to mention that unless you had a backup prior to upgrading/re-installing this hack, any existing userpages and shouts are toast.
You will need the following:
A. PHPMYADMIN (Your dedicated box should have this, if not, don't bother reading on). Obviously you need the MYSQL username and password to use this.
B. Downloaded a fresh copy of the vBulletin Software with the same version you are running on your 'live board'
C. Room on your server for another copy of vBulletin.
D. Create a new database for the 'Dev Forum' you're going to set up. (call it 'forum2' if you prefer, but obviously don't use the existing database)
E. Backup your Database. Do it, now. (You didn't originally and that's why you're in this mess, along with me).
In PHPMYADMIN
1. First, Go to PHPMYADMIN and select your existing forum database. Check for the following tables: Userpage_rate, Usershout and Userpage. If any of these are missing, then its likely you've dropped them somehow and you can pretty much kiss them goodbye if you didn't have full backup for your database (like what happened to me!).
Next, go into Table 'usergroup' and see if the field 'userpagepermissions' is present. If it's missing, proceed to step 2.
2. This next step assumes that you have either corrupted, dropped or are otherwise missing some or all of your tables. At this point, you can drop any of the existing tables since the assumption now is that your existing userpages and shouts are gone and you're going for a fresh install/upgrade.
Save yourself some time and just leave PHPMYADMIN running for now.
In your Vbulletin AdminCP:
3. First, disable the Product (don't bother trying to delete it if you've already messed up tables). This will keep your board running. (You may want to take your board 'down' during this process).
2. This is a bit time consuming, but it'll be helpful down the road: Create a 'clean' DEV-Forum for yourself (basically a clean fresh forum install of the version you're running).
3. Install the Product on the new forums and follow the other instructions (rebuild bitfields, phrase edit, etc). Verify that its working normally.
4. Go to PHPMYADMIN (because you left it open, right?) and select the NEW database 'forum2' or whatever you decided to name it. Choose and select one the following three tables (choose 'Browse, or just double click on them in the left-hand listing)
Userpage
Userpage_rate
Usershout
Choose EXPORT and export the table structure to a MYSQL file, select "save" and save it on your desktop or someplace handy (be sure to name the file accordingly, so you can keep track of which one is which). Repeat the process for each table above.
You should now have 3 MYSQL files on your desktop (or someplace handy).
Now, Using PHPMYADMIN, select your OLD forum database and then Click STRUCTURE. The listing of tables will appear. Verify that the 3 tables you're going to import are indeed DROPPED (gone).
Scroll down past the listing in STRUCTURE to the bottom dialog where its asking for a filename to use. Click Browse, select one of your three MYSQL files from your desktop (or your oh-so-handy-place). Import all three files in the same manner. 3 Tables will be created (I know, you're asking about that missing field 'userpagepermissions', we're getting to that).
PROPER UNINSTALLATION:
Now we're going to go back and uninstall the Product on your OLD board correctly. Go into your ADMIN CP, go to your Product Manager and UNINSTALL the product. At this point, the product should uninstall without any issue. If not, you may have missed a table somewhere. The uninstallation will also take care of that pesky 'Userpagepermissions' table, too, if it was in your database.
Now that the product is uninstalled, you're going to simply re-install the product, making sure you're using the latest ZIP version and follow the instructions carefully.
What happened in the above sequences was this; we created blank entries (tables) using a new forum, exported the instructions to create them into 3 MYSQL files, imported them into your old database, ran the uninstall, which can now run properly because it has found all the database entries it needs to to properly uninstall, and then we just re-installed.
Now, that wasn't too bad was it? And you've just learned some things about MYSQL, PHPMYADMIN and you've got a brand-spankin' new DEV forum you can screw up to your heart's content.
Was this helpful? Please let me know!
NineToez
03-02-2006, 06:57 AM
For all of you guys that have successfully uninstalled this product, just how did you drop the table and not get your board to crash? If I manually dropped the userpage SQL table and uninstall the product from the AdminCP, the DB still looks for the table and crashes the whole board. Can someone instead of just saying that they did it manually actually help out and recommend how they did it to help those of us that want to uninstall this? Thanks in advance.
Keyser S?ze
03-02-2006, 08:41 AM
a quick edit, i would like to make an If statement so that if they dont have a user page this link doesnt show up, but i cant seem to get that to work, so here u go
this adds a link in the postbit menu, (so users viewing a post can use the dropdown to get to the users page)
Find
<if condition="$post['userid'] AND $show['member']">
<tr><td class="vbmenu_option"><a href="profile.php?$session[sessionurl]do=addlist&userlist=buddy&u=$post[userid]"><phrase 1="$post[username]">$vbphrase[add_x_to_buddy_list]</phrase></a></td></tr>
</if>
BELOW Add
<tr><td class="vbmenu_option"><a href="userpage.php?do=main&userid=$post[userid]">View My User Page</a></td></tr>
u must do this in postbit and postbit_legacy
djnth
03-02-2006, 09:58 AM
Anyone know where I could find info on how to do this or who I should ask, I'm hitting a dead end here.
Thanks.
Is there a way that I can have one of the user's custom profile fields displayed instead of their user name on the list of user pages?
My userpages are for DJs and I'm using it for DJ Profiles but I would like their DJ Name displayed instead of their user name.
Thanks!!
Chris Lang
03-02-2006, 04:55 PM
For all of you guys that have successfully uninstalled this product, just how did you drop the table and not get your board to crash? If I manually dropped the userpage SQL table and uninstall the product from the AdminCP, the DB still looks for the table and crashes the whole board. Can someone instead of just saying that they did it manually actually help out and recommend how they did it to help those of us that want to uninstall this? Thanks in advance.
Nine, the point here is that you probably need to re-install those tables (as mentioned about two posts back) and run the uninstall again. If you manually dropped the tables out you will never get the uninstall to work properly.
The other option is to put the Product on 'disable' and leave it as-is, but I don't recommend this.
rinkrat
03-02-2006, 11:59 PM
I just uninstalled this product and now it crashed my board:
Database error in vBulletin 3.5.4:
Invalid SQL:
SELECT * FROM userpage WHERE userid=1;
MySQL Error : Table 'booyah.userpage' doesn't exist
Error Number : 1146
Date : Thursday, March 2nd 2006 @ 05:53:56 PM
Script : http://www.letsgokings.com/bbs/
Referrer :
IP Address : 24.182.38.110
Username : rinkrat
Classname : vb_database
Any help? I'd appreciate it!
???`S?LV?R???`
03-03-2006, 04:33 AM
In answer to a post, I've put together a list of the important updates, fixes and work-arounds for this hack. These are links to posts in this thread, and obviously if they get edited or deleted, they may not show up. If you've already installed the product from the first page, you can use the following threads to help you sort things out. Although it's not officially part of the Hack, I recommend WAZA'S UPDATE (See Updates Below for the link) which gives you some additional functionality.
That's awesome to see that someone has acted on it, I applaud your effort and helpful nature.
ImportPassion
03-03-2006, 11:16 AM
man, if this hack causes all these problems, it should prolly be taken down?
amykhar
03-03-2006, 11:45 AM
Every time somebody has complained about not being able to find the table, it's because they didn't install the product. A lot of bug reports have been from people who didn't upload files, didn't follow the install directions and update their bitfields, etc. Not much I can do about operator error unfortunately. The mod has been running since the early betas of 3.5 on my site with no problems other than minor tweaks.
MissKalunji
03-03-2006, 12:27 PM
same here :)
ImportPassion
03-03-2006, 12:29 PM
should it not be taken out of beta?
amykhar
03-03-2006, 02:12 PM
No. Not yet. There are some things like file uploads that I still want to add to it when I get time.
Chris Lang
03-03-2006, 02:16 PM
I just uninstalled this product and now it crashed my board:
Database error in vBulletin 3.5.4:
Invalid SQL:
SELECT * FROM userpage WHERE userid=1;
MySQL Error : Table 'booyah.userpage' doesn't exist
Error Number : 1146
Date : Thursday, March 2nd 2006 @ 05:53:56 PM
Script : http://www.letsgokings.com/bbs/
Referrer :
IP Address : 24.182.38.110
Username : rinkrat
Classname : vb_database
Any help? I'd appreciate it!
Try following the instructions in this thread:
https://vborg.vbsupport.ru/showpost.php?p=912858&postcount=977
If the product is still installed, you can try DISABLE and see if that temporarily gets your board back. I'm guessing you ran the uninstall and were unsuccessful?
Chris Lang
03-03-2006, 02:18 PM
man, if this hack causes all these problems, it should prolly be taken down?
7th, normally I'd agree, but it IS listed as Beta, so it's obviously not finished yet. Installing a Beta mod comes at your own peril and hopefully people are installing and trying this out on a Dev board and not their 'live forums'
MissKalunji
03-03-2006, 02:23 PM
im running it on a live forum....and its fine
Insert Username
03-04-2006, 02:21 PM
I searched this thread and didn't find the answer, so a question. How would I go about making the page that lists all the user pages sortable by the last date modified column?
And for the record, we haven't had any problems at all running this hack.
The only problem is, I'm the owner of the forum and I'm unable to delete user pages.
Why?
I've set all the options to Yes in the admin cp.
amykhar
03-05-2006, 12:35 AM
Tomo, you need to read the support thread. Especially the patches post that is linked in the first post of the thread.
amykhar
03-05-2006, 12:41 AM
I searched this thread and didn't find the answer, so a question. How would I go about making the page that lists all the user pages sortable by the last date modified column?
And for the record, we haven't had any problems at all running this hack.
The page already exists. It's the list page. All you need to do is put the link to it somewhere.
Insert Username
03-05-2006, 12:48 AM
The page already exists. It's the list page. All you need to do is put the link to it somewhere.
Right. But how can I sort this list by date modified, instead of alphabetic? Is that possible?
When a member clicks 'Create A Userpage' and then decides not to, by pressing back, the userpage still creates. How can I stop this?
BeaLzeBuB
03-05-2006, 06:29 PM
installed and no problem
thank you
SuperFly
03-06-2006, 01:03 AM
amy, i uninstalled the product and this was the result
Database error in vBulletin 3.5.4:
Invalid SQL:
SELECT * FROM vbuserpage WHERE userid=1;
MySQL Error : Table 'SuperFl_forums.vbuserpage' doesn't exist
Error Number : 1146
Date : Sunday, March 5th 2006 @ 09:01:11 PM
Script : http://www.beforums.net/index.php
Referrer :
IP Address : 24.131.25.172
Username : SuperFly
Classname : vb_database
Aesma Deva
03-06-2006, 06:58 AM
Never mind, Fly, I fixed it.
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.