The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Give Your Users a Custom Page on Your Site Details »» | |||||||||||||||||||||||||||
Give Your Users a Custom Page on Your Site
Developer Last Online: Nov 2013
This Extension for Vbulletin 3.5 offers forum members the ability to create a custom profile page (or pages) on your site.
Current Features
Planned Features
FAQ
Demonstration http://www.eaforums.com/forums/userpage.php?do=list http://www.eaforums.com/forums/userpage/amykhar.html http://www.eaforums.com/forums/userp...inkerlady.html Updates: https://vborg.vbsupport.ru/showpost....&postcount=970 ------------- This hack will always be free, however your donations are kindly accepted and will help towards further development. If you donate, please leave me some info (either your forum site or username at vB.org) so that I can thank you. Supporters / CoAuthors Show Your Support
|
Comments |
#862
|
||||
|
||||
Quote:
|
#863
|
|||
|
|||
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 ? |
#864
|
|||
|
|||
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.
|
#865
|
|||
|
|||
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. |
#866
|
|||
|
|||
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) |
#867
|
|||
|
|||
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. |
#868
|
||||
|
||||
Quote:
there's some crazy frame/pop-up issue showing our forumheader twice though, but it disappears again after deleting |
#869
|
|||
|
|||
^^ Hah, I have that on my clipboard, was just about to post it. Thank you grobert.
|
#870
|
|||
|
|||
Just so it's here, to remove the ranking box, in the userpage template, remove or comment out this code:
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> |
#871
|
|||
|
|||
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? |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|