View Full Version : Give Your Users a Custom Page on Your Site
wizardan
03-06-2006, 07:58 PM
Bloody amazing.
But then again, most if not all of your hacks and mods are, amykhar.
This newb gratefully clicks installed:)
GreenBanana
03-07-2006, 09:49 AM
i'd really appreciate some help with this fab mod! i have done all the steps to install, but STILL dont see it showing up. I tried rebuilding bitfields, but im not convinced its working.
im using 3.5 - how do i rebuild bitfields? im having to use a direct url.
id appreciate any help.. i need to get this done asap :(
Chris Lang
03-07-2006, 06:28 PM
Go through the steps and make sure you uploaded the XML (bitfields_userpage) to the correct folder (/includes/XML). The rebuild bitfields link is the same for 3.5
Is the Product showing up in your Product Manager?
Did you upload userpage.php to your /forum root?
nitro
03-09-2006, 12:20 AM
Have a couple of Q's on this addon
Is the htaccess nessecary as I dont think IIs uses htaccess ?
Any known IIs issues with it ?
Hows it looking in vb 3.5.4 or is it stuck on 3.5.1 for now ?
TIA :)
iamacliche
03-09-2006, 07:09 AM
I love this. So much.
*bows down to your genius* ;)
Roody
03-09-2006, 10:07 AM
I have a quick question. I created a userpage under a test account on my site, and now I want to remove that test page. How do I go about doing that? I don't see any options to delete a page in the USER CP or the Admin CP.
Thanks
amykhar
03-09-2006, 12:18 PM
Roody, did you do the patches listed in the post I linked in the first post of the thread? If you did, there should be delete link on the page.
Chris Lang
03-10-2006, 12:48 AM
Have a couple of Q's on this addon
Is the htaccess nessecary as I dont think IIs uses htaccess ?
Any known IIs issues with it ?
Hows it looking in vb 3.5.4 or is it stuck on 3.5.1 for now ?
TIA :)
.htaccess is only needed if you want the ability to do:
www.yoursite.com/username
or www.yoursite.com/forum/username to access userpages.
Works fine with 3.5.4 (I have it installed on both 3.5 and 3.5.4 (test forum)).
Roody
03-10-2006, 09:19 AM
Roody, did you do the patches listed in the post I linked in the first post of the thread? If you did, there should be delete link on the page.
I missed it originally, but I appreciate you pointing it out. The problem is resolved now.
Thanks amykhar. :)
Turbosport
03-10-2006, 10:15 PM
Shame its Linux only :(
Please PM me if you rewrite without the HTaccess file :confused:
Holidazed
03-11-2006, 12:18 AM
I installed this and it seems to work fine. The problem that I went to delete a userpage. It asked me if I was sure. I told it "Yes" and it said I do not have permission to access this page.
I am an administrator. I have modified the admin group to be allowed to moderate and edit pages.
Ideas?
amykhar
03-11-2006, 12:20 AM
bitg, you need to at least read the first post in the thread before asking questions. A link to the patches is clearly posted in the first post.
amykhar
03-11-2006, 12:21 AM
Shame its Linux only :(
Please PM me if you rewrite without the HTaccess file :confused:
The htaccess is only for the shorter urls. It's not necessary to use at all. I don't know how to do the short urls on an IIS server as I've not really played with IIS until recently.
Holidazed
03-11-2006, 12:49 AM
Yeah! Sure
Edit Template: MEMBERINFO
Find :
<tr>
<td class="tcat">$vbphrase[view_profile]<span class="normal">: $userinfo[username]</span></td>
</tr>
Replace with:
<tr>
<td class="tcat"><div style="float:$stylevar[left]; padding:4px">$vbphrase[view_profile]<span class="normal">: $userinfo[username]</span></div>
<div style="float:$stylevar[right]; padding:4px">
<strong>(<a href="userpage.php?do=main&userid=$userinfo[userid]">View My Personal Webpage</a>)</strong></div></td>
</tr>
Guess what?? You are Done!! ;)
How can I make it so that the link only shows up in the member information if they actually have a userpage?
Holidazed
03-11-2006, 01:56 AM
bitg, you need to at least read the first post in the thread before asking questions. A link to the patches is clearly posted in the first post.
D'Oh! Thank you
Holidazed
03-11-2006, 03:29 AM
If any of you are using vbseo on your site, here are the custom redirects you will need for userpage.php
'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'
Where do I put this info? In the VBSEO config (where)?. Do I edit the userpages.php file?
Holidazed
03-11-2006, 03:37 AM
Amy, this is an awesome addon. Thank you.
Are there any addons for it yet. I would like to see:
picture uploading
favorite links
most popular threads user is involved it
threads user has started
Anarchy
03-11-2006, 04:01 AM
I;'d like some of the bugs fixed like the inability to delete archived user shouts.
kellee88
03-13-2006, 04:39 PM
I love this hack and want to install it on my forum. :) My Admin assistant is concerned about how much of our web space it would take up and especially if 50-100 people created their own page. It was my understanding that the userpage would be text only and all graphics are uploaded. Are there any stats on approximately how much web space these pages use?
amykhar
03-13-2006, 06:50 PM
As of now, they are text only - no graphics other than files uploaded in some other manner. I have not found these pages to be any worse than a post or thread in size.
Insert Username
03-13-2006, 06:55 PM
I'm going to ask my question again, and expand on it. On the page that lists all the userpages, is it possible to make it sortable? I'm thinking by Date Modified, rating, and even page views (as opposed to just alphebetic). Seems like it would be a simple hack, but I have no idea how to do it.
kellee88
03-13-2006, 08:24 PM
As of now, they are text only - no graphics other than files uploaded in some other manner. I have not found these pages to be any worse than a post or thread in size.
Thank you, Amy. We will most likely install this.:)
Holidazed
03-14-2006, 12:43 PM
I did not notice this before. My users just told me.
When a user tries to create a page via the UserCP, it tells them they do not have the appropriate access to do this. Then it removes the option from there UserCP. It does create the page, however, but does not give them access to make changes.
Ideas?
BTW, the Usergroup "Registered Users" is set to "Yes" for "Can View Userpages" and "Can Create Userpages".
Chris Lang
03-14-2006, 04:49 PM
I did not notice this before. My users just told me.
When a user tries to create a page via the UserCP, it tells them they do not have the appropriate access to do this. Then it removes the option from there UserCP. It does create the page, however, but does not give them access to make changes.
Ideas?
BTW, the Usergroup "Registered Users" is set to "Yes" for "Can View Userpages" and "Can Create Userpages".
Perhaps a dumb question, but do you give them permission to edit their pages too? (Edit means edit their own page, not others).
Holidazed
03-14-2006, 06:33 PM
Perhaps a dumb question, but do you give them permission to edit their pages too? (Edit means edit their own page, not others).
No I did not. That was not the impression of what that was that I had. I thought that meant that they could edit other pages. Maybe the "moderate" option should be at the bottom of the list and the "Can Edit Userpages" should say "Can Edit Own Userpage".
Chris Lang
03-15-2006, 02:49 PM
No I did not. That was not the impression of what that was that I had. I thought that meant that they could edit other pages. Maybe the "moderate" option should be at the bottom of the list and the "Can Edit Userpages" should say "Can Edit Own Userpage".
Yes, it's a bit confusing. I will add this issue to my 'update' page and hopefully others can avoid this situation. Glad it's working for you now.
-Chris
mudanoman
03-16-2006, 06:38 AM
Hi,
Looks like a great mod. Does this work with VB 3.5.0? Just double checking before I make the dive.
Cheers,
Iv
amykhar
03-16-2006, 02:08 PM
I'm not sure. Bitfields changed how they worked at some point, and I'm not sure what version number that happened at.
Chris Lang
03-16-2006, 02:14 PM
Hi,
Looks like a great mod. Does this work with VB 3.5.0? Just double checking before I make the dive.
Cheers,
Iv
Yes, it still works with 3.5.0 (I haven't **gasp** upgraded to the latest version of VB yet).
mudanoman
03-16-2006, 07:15 PM
Thanks Chris! Will report back after the install. Cheers, Ivan
mudanoman
03-17-2006, 04:21 AM
Things seems to work fine after following the instructions and running admincp/index.php?do=buildbitfields . Only thing I dont quite get is that the Views is still showing 0 ("Views: 0") even after I looked at it. Peace, Ivan
amykhar
03-17-2006, 11:35 AM
It doesn't track the user's views of his own page.
jeffj
03-17-2006, 05:16 PM
are there any plans to enhance this mod to allow users to add RSS feeds to their home pages..much like the way Google and Yahoo do?
thanks
Anarchy
03-18-2006, 09:49 PM
Is there a way to stop people using flash on their pages?
Chris Lang
03-19-2006, 04:28 PM
Anarchy,
I simply came up with a set of "rules" for my site's User Pages (No flash, redirects, banner ads, etc). I think you could literally go crazy trying to come up with patches and fixes to prevent malicious content, but it comes down to having proper supervision and reporting in place for your userpages. I use User Pages for 'Premium' members that donate to the website and they are much more likely to 'stay in line' as far as rules go as opposed to the GP (General Public).
I think having the flexibility in the pages is great, but it certainly takes more time on the Admin end of things to make sure they aren't being abused.
Incidently, do you run VMKForums? Many of my site members are members there as well ... (Visionsfantastic.com is my site)
workplaybiz
03-19-2006, 07:40 PM
Hi, I need the userpages to be accessable from www.howto.ws/userpage/username.html instead of http://www.howto.ws/userpage.php?userid=1. How can I do this? I have been researching this all afternoon and I now know that I need to set up mod_rewrite rules. I was wondering what you used for the mod_rewrite .htaccess file on your site, Amy.
Anarchy
03-19-2006, 09:18 PM
Anarchy,
I simply came up with a set of "rules" for my site's User Pages (No flash, redirects, banner ads, etc). I think you could literally go crazy trying to come up with patches and fixes to prevent malicious content, but it comes down to having proper supervision and reporting in place for your userpages. I use User Pages for 'Premium' members that donate to the website and they are much more likely to 'stay in line' as far as rules go as opposed to the GP (General Public).
I think having the flexibility in the pages is great, but it certainly takes more time on the Admin end of things to make sure they aren't being abused.
Incidently, do you run VMKForums? Many of my site members are members there as well ... (Visionsfantastic.com is my site)
Yeah we have a set of rules implemented, and only premium donating members get a page, so there is little chance of anyone hacking or so forth. But just wanted some extra safe guards, nice site BTW, and yes i run vmkforums :P
workplaybiz
03-20-2006, 01:04 AM
I also need to integrate this with vBadvanced. How can I do this? Is there any way to take what the user has entered and display it on another webpage?
nash.t
03-20-2006, 05:07 PM
there is no way to delete page :(
arcadian_girl
03-25-2006, 07:13 PM
can someone help me? i'm new to this whole plug in thing. i got Userpages installed and it's working fine, but in the instructions it just says "put the userpages link in the navbar". i've tried a few places and ij ust end up with a text link on top of the navbar that you can barely see. how do i get it IN the navbar, so it looks the same as the other navbar links? if someone could show me the exact code and where to put it, i'd really appreciate it.
great hack btw, my users are going to love it :)
Insert Username
03-25-2006, 07:15 PM
arcadian_girl, you need to go into the admin CP, then the Styles section. You have to edit the style templates directly. The links should be in either the 'header' or 'navbar' templates.
arcadian_girl
03-25-2006, 07:43 PM
i know, i get that part, i'm saying where exactly in the navbar code do i put the link?
arcadian_girl
03-25-2006, 11:15 PM
also, is there a way to add a link to someone's user page either in the postbit or in their profile page? ideally, you'd be reading a post, click on the person's username, and in the drop down menu, it would say "go to this persons userpage".
mvannote
03-26-2006, 12:41 AM
i love this hack, but am having trouble with it. none of my pages are saving. i have checked my permissions and all are fine under the usergroups... furthermore, my shouts do not save either. using vb. 3.5.4 and a downloaded style, just wondering what i should check
thanks in advance
UManiac
03-31-2006, 12:43 AM
I keep getting "Invalid File Specified" when I try to import the product. I found another xml file in the thread and although it does install it does not seem to be working - I don;t see where in user group to change permissions...
Any help would be appreciated.
amykhar
03-31-2006, 12:48 AM
Are you trying to import it as a plugin or a product?
UManiac
03-31-2006, 12:57 AM
Are you trying to import it as a plugin or a product?
I've tried both...
demios
03-31-2006, 01:04 PM
I am using this with vb 3.5.4 and the message editor does not appear on the page when people try to edit their page.
Any ideas?
taherk
04-03-2006, 07:40 PM
How do I make this a paid feature... Meaning only if user pays, he can create userpages, else he can view userpages
amykhar
04-03-2006, 07:46 PM
Create a usergroup that users are promoted to if they purchase a paid subscription. Set the usergroup permissions so that only paid users can have or edit a userpage. My forum is set up this way.
TheFocusElf
04-04-2006, 05:00 PM
Awesome hack Amy. I think the above user should be required to donate to you if your pages are part of the reason he makes cash for his forums.
I am not using your hack, but used it on another board I ran once -- offering it for free.
arob42
04-08-2006, 05:52 AM
As admin, I would like to add a user page for a user. Is that possible?
slank
04-10-2006, 12:25 PM
nice idea...will give it a shot
amykhar
04-10-2006, 01:07 PM
As admin, I would like to add a user page for a user. Is that possible?
Not through the interface, but you could easily do it with a query. To me 'personal page' means it's something created by the user to express their personality. And, as it's no more difficult to use than posting a message in a thread, I don't really see a need to create an interface for somebody else to create the page.
They could always login as user (https://vborg.vbsupport.ru/showpost.php?p=737648&postcount=126) and create the page that way.
arob42
04-11-2006, 04:49 AM
It appears that the webpage author can vote multiple times for his/her own webpage, while others can vote only once. Is this how it works or did I miss an edit somewhere. I'd like to prevent the author from doing this.
kellee88
04-17-2006, 12:07 AM
Hi Amy, We are using your custom page on our website. One of my users asked me to delete her page. I am Admin there and was not able to delete the page. I received a message that I didn't have permission to do that. I checked the permissions in the AdminCP and there was nothing specifially for deleting a page.
Any suggestions?
Chris Lang
04-17-2006, 12:23 AM
Kellee, read the Updates (via link on the first post of this topic). There's a complete explanation and fix there.
rinkrat
04-20-2006, 02:44 AM
It's a shame that I can't uninstall this hack without getting mysql errors. It's always nice to be able to remove a hack if you change your mind.
dwbro1
04-20-2006, 06:12 PM
I just started a new board and installed this hack. One thing I notice right away (3.5.4) is that when a new user signs up it automatically creates a page for them or atleast adds them to the list of users with pages, even if they have not done it themselves. Anyway, I would prefer it Not to do this as I hate to have every one on the board listed as having a page when they really don't.
demios
04-22-2006, 10:04 AM
I noticed that the userpage list was filled with empty pages. I changed two lines so that it only lists pages that have some pagedata.
first change line 530 of userpage.php
Original code
FROM " . TABLE_PREFIX . "userpage
Modified code ( the '' at the end it two ' symbols NOT a single " )
FROM " . TABLE_PREFIX . "userpage WHERE pagedata <> ''
second change line 584 of userpage.php
Original code
$users = $db->query_read("SELECT * FROM " . TABLE_PREFIX . "userpage ORDER BY username ASC LIMIT $limitlower,$perpage");
Modified code
$users = $db->query_read("SELECT * FROM " . TABLE_PREFIX . "userpage WHERE pagedata <> '' ORDER BY username ASC LIMIT $limitlower,$perpage");
dwbro1
04-22-2006, 05:40 PM
These changes just gave me a blank page.. sorry..
demios
04-22-2006, 07:57 PM
These changes just gave me a blank page.. sorry..
I have made the post easier to read now.
Cut and Paste the lines or just add the
WHERE pagedata <>''
sections
Insert Username
04-22-2006, 08:38 PM
Excellent, demion! Fantastic change to the code. Keeps me from having to go through all the time and delete blank pages.
Keyser S?ze
04-23-2006, 02:09 AM
i did everything it said to upgrade from 1.0.1 to this version, it seemed to go fine, yet in my list of products it still says im on ver 1.0.1
dwbro1
04-23-2006, 02:23 AM
well not getting blank page anymore but still showing the other users in the list. Something else must be causing them to think there is info there. Here is link you can see.
http://thebluelodge.org/forums/userpage.php
Nachtfalke
04-23-2006, 11:50 AM
Great Hack, I installed it without any trouble. I have a suggestion: Would it be possible to enhance the Hack that way, that I can use the Shoutbox feature as a personal guestbook? Since you used the datafield-type "longtext", the only thing that has to be changed is to show up the full and the quick editor. I am no coder, so I have no clue how to realize that. Any help is gladly apreciated!
demios
04-25-2006, 12:20 PM
If anyone is having a problem with the rating popup this is because there is a ">" missing in the userpage template.
It is missing from a table tag which appears as <\table rather than <\table>.
It is just above "<if condition="$show['popups']">" if anyone wants to fix theirs.
demios
04-25-2006, 12:34 PM
well not getting blank page anymore but still showing the other users in the list. Something else must be causing them to think there is info there. Here is link you can see.
http://thebluelodge.org/forums/userpage.php
Ok this needs you to modify three lines of code just adding the same bit:
On line 142 original code
LEFT JOIN ".TABLE_PREFIX."user AS t2 ON(t1.userid=t2.userid)
Modified code
LEFT JOIN ".TABLE_PREFIX."user AS t2 ON(t1.userid=t2.userid) WHERE pagedata <> ''
On line 147 original code
LEFT JOIN ".TABLE_PREFIX."user AS t2 ON(t1.userid=t2.userid)
Modified code
LEFT JOIN ".TABLE_PREFIX."user AS t2 ON(t1.userid=t2.userid) WHERE pagedata <> ''
On line 152 original code
LEFT JOIN ".TABLE_PREFIX."user AS t2 ON(t1.userid=t2.userid)
Modified code
LEFT JOIN ".TABLE_PREFIX."user AS t2 ON(t1.userid=t2.userid) WHERE pagedata <> ''
You will notice that all the changes are identical, this is not a mistake.
All you are really doing is adding a WHERE command to the end of each of these rows:
WHERE pagedata <> ''
So the database now only returns records WHERE pagedata is NOT EQUAL TO empty.
dwbro1
04-25-2006, 01:32 PM
That did it Demios thanks a lot..
dwbro1
04-25-2006, 01:36 PM
If anyone is having a problem with the rating popup this is because there is a ">" missing in the userpage template.
It is missing from a table tag which appears as <\table rather than <\table>.
It is just above "<if condition="$show['popups']">" if anyone wants to fix theirs.
ah ha thought something did not look right with that section.. Nice catch..
demios
04-27-2006, 02:57 PM
ah ha thought something did not look right with that section.. Nice catch..
I have just got to sort out the editor now as that does not work on 3.5.4
Insert Username
05-17-2006, 05:03 PM
So tell me if you think this userpage script can be modified to do what I'm looking for.
Right now, you have a large text area for input. How possible would it be to modify it to have multiple (unlimited) custom fields, created by the admin, and then customize how they show up on the userpage.
Anyone have an idea how to do that?
FeralTitan
05-22-2006, 03:46 PM
Amykhar, If you have the time have a look at this page...
http://www.treqna.com/forum/userpage.php?do=main&userid=1
Any idea why there is so much space before the personal page area starts - I used HTML.
Great hack, thanks :)
cdoyle
05-22-2006, 09:00 PM
Are you using tables?
I had this problem when I tried this hack on my test forum. I finally gave up, I was hoping it was fixed by now..
oninuva
05-27-2006, 01:46 AM
grats on MoTm
doggy1
05-28-2006, 03:17 PM
Excellent hack and thank you very much for sharing. I have two questions though.
1. It does not appear that Admins/Moderators can delete member pages. When trying to delete one a no permission message comes up. All the settings for these user groups are set to yes for moderating pages.
2. The SAVE button is way down on the right side of the page. Is there a way to center it?
Thanks again! :)
amykhar
05-28-2006, 03:40 PM
1. The fix for that is in the post that's linked in the very first post of the thread.
2. You can arrange things on the templates however you see fit.
Eq4bits
05-29-2006, 04:31 PM
I've installed this on my 3.5.4 'test' forum with no problem except for the 'report bad' thing not posting into the forum i set it to post to in the userpages.php file.
Also
Added the link to userpage from viewprofile, no problem
Added the link to the user pages list on the navbar, no problem
But, on my live board instead of having the link as described on the navbar would it be possible to change 'Memberlist' link on navbar to just 'Members' and turn it into a drop-down with the choice of 'Memberlist' link and 'Member/User Pages' link, similar to how the 'quick links' and 'usercp' dropdowns work. Or even add it to the Quick Links Drop-down.....but would prefer it under the 'Members' description above.
Reason being on my live board the navbar is already a bit crowded..UserCP/FAQ/Members List/Calendar/Chat Room/New Posts/Search/Quick Links it's getting a tad crowded and I really don't want to sqoosh things up or have to add another row, I think that would be too confusing for my users besides not looking all that great.
I know it will simply be a matter of editing the navbar accordingly, but I'm afraid of totally screwing it up. Any help would be appreciated :D
Eq4bits
05-31-2006, 01:40 AM
n/m figured above out, works like a charm
KimmiKat
06-02-2006, 04:34 AM
Are the changes posted anywhere? I couldn't find anything via the search and had a member put malicious javascript that to a not so nice site. Thanks.
In the next version, I'll let the admins set whether html is enabled or not. Until then, it's a matther of changing the parameters to the editor. I'll look up the changes for you.
Amy
buyinflatables
06-02-2006, 06:35 AM
Will this work on 3.5.4? If so where can I obtain the latest version?
Any help would be greatly appreciated.
peterska2
06-02-2006, 06:38 AM
Yes it works with 3.5.4
The latest version is the one attached to the first post of the thread (top of each page)
calldaffer
06-05-2006, 01:57 PM
Alright, I searched this thread and didn't find my answer. Forgive me if I overlooked it.
I've had this hack installed for alittle while now and thought it was working fine. It's been kinda in the background because I'm making it part of a premium feature on my site. Thus far its only been usable by admins and its worked great.
I recently revealed the hack as part of a premium package and now I have permissions set for only admins and diamond members to be able to create/edit their pages. I still have no problems with admins but when I add someone to my diamond usergroup they can see the link in their user cp but when the click create userpage they get this:
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.
I've checked the usergroups permissions and they have permission to create and edit their pages. I'm at a loss as to what to do now
amykhar
06-05-2006, 02:02 PM
When did you originally install? This has been updated because the way vbulletin handled permissions changed at some point. Make sure you have the latest version.
calldaffer
06-06-2006, 02:11 AM
When did you originally install? This has been updated because the way vbulletin handled permissions changed at some point. Make sure you have the latest version.
1.0.1 is the version I am running. To update, do I just download again and upload the xml only?
njolakoski
06-06-2006, 04:48 AM
okay, I can not get this to work, after I transfer the .hta access file, it shuts the whole board down..
calldaffer
06-06-2006, 02:12 PM
Alright, now I have bigger problems. I tried redownloading the zip and did the upgrade from previous version and its all twacked out now. When I enable the product I get this:
Database error in vBulletin 3.5.4:
Invalid SQL:
SELECT * FROM userpage WHERE userid=3;
MySQL Error : Table 'gamingevolved.userpage' doesn't exist
Error Number : 1146
Date : Tuesday, June 6th 2006 @ 11:12:39 AM
Script : http://gamingevolved.com/forums/index.php
Referrer : http://gamingevolved.com/forums/member.php?u=2849
IP Address : --.---.--.---
Username : Poseidon
Classname : vb_database
When I try to uninstall I also get that. So the only way I can get my forums to work is to disable the product. Help please :(
calldaffer
06-08-2006, 01:50 AM
Alright, now I have bigger problems. I tried redownloading the zip and did the upgrade from previous version and its all twacked out now. When I enable the product I get this:
When I try to uninstall I also get that. So the only way I can get my forums to work is to disable the product. Help please :(
Anyone?
Keyser S?ze
06-08-2006, 11:19 PM
ive said this before, but in the upgrade the mod version still says 1.0.1, ive upgraded a few times and it still says the old version number
jeffj
06-09-2006, 12:26 AM
if this mod allowedd you to upload and insert pics it would rule...
but it doesn't - it's very nice, but it doesn't rule..
Neo_obs
06-18-2006, 04:37 AM
Would there be anyway to add text to a signature on when their userpage was last updated? like you have on the bottom userpages themselves?
sam anders
06-18-2006, 02:30 PM
thank you nice mod :)
Miss Tiina
06-18-2006, 09:13 PM
Would there be anyway to add text to a signature on when their userpage was last updated? like you have on the bottom userpages themselves?
That would be awesome, or even just the code to add a link in the profile fields to show the link to each users page if they have created one. :)
Eq4bits
06-18-2006, 11:03 PM
That would be awesome, or even just the code to add a link in the profile fields to show the link to each users page if they have created one. :)
There's already instructions for doing that, is in the Updates: https://vborg.vbsupport.ru/showp...&postcount=970 (https://vborg.vbsupport.ru/showpost.php?p=911906&postcount=970) Link
As for adding to someone's signature they should be able to do that if the forum settings allow links in signatures. Just go to your userpage, copy the location from the address bar and use it as a link for the words 'My Personal Page' when editing signature in usercp.
Miss Tiina
06-19-2006, 03:23 AM
There's already instructions for doing that, is in the Updates: https://vborg.vbsupport.ru/showp...&postcount=970 (https://vborg.vbsupport.ru/showpost.php?p=911906&postcount=970) Link
Ahh oopsie, thank you!
Neo_obs
06-19-2006, 03:48 AM
sorry if i phrased it wrong but i want it set up so it shows the date they last updated their page with a link to their page. so like in the signature it would be like
__________________________________________________ _____
I updated my userpage on June 18th, 2006 at 9:47 PM
MissKalunji
06-20-2006, 04:05 PM
OK what She and i are trying to do is show the link IN THE POSTBIT
when we use this
<a class="smallfont" href="userpage.php?do=main&userid=$userinfo[userid]">View My page</a>
it only shows the PERSON viewing the thread id...what am i doing wrong?
MadKad
06-20-2006, 05:42 PM
OK great Mod I have installed and clicked :D, here are some things I would like to tell others just incase they hevent been said before,
I added the links to my User CP and my Quick Links list, to add your links to the Quick Links list just do as follows:
Open Template > navbar
Find:
$vbphrase[whos_online]</a></td></tr></if>
After Add:
<if condition="$show['createuserpagelink']"><tr><td class="vbmenu_option"><a href="userpage.php?$session[sessionurl]do=create">Create Your Userpage</a></td></tr></if>
<if condition="$show['edituserpagelink']"><tr><td class="vbmenu_option"><a href="userpage.php?$session[sessionurl]do=edit">Edit Your Userpage</a></td></tr></if>
And thats it you will add the links needed after the Who's Online.
Now for my other part the user page I found a Bug this is more for the great maker of this Mod, There was some code missing and it made errors with the rating section, Now I didnt fix it fully I just made it so the drop down box worked, but couldnt get the text "Rate this page" on where it should be. Here is my code:
$stylevar[htmldoctype]
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<tr><td class="tcat" width="25%">Views: $pageviews</td><td class="tcat" width="50%" align="middle">
<a href="private.php?do=newpm&u=$userinfo[userid]">Send a Private Message to $userinfo[username]</a>
</td>
<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%">
<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>
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<tr>
<td class="alt2" width="50%" align="left">
<if condition="$showmodlink">
<a href="userpage.php?do=killpage&ownerid=$userinfo[userid]">Delete This Page</a> <a href="userpage.php?do=edit&userid=$userinfo[userid]">Edit This Page</a><else /> </if>
</td>
<td class="alt2" width="50%" align="right">
<a href="userpage.php?do=report&userid=$userinfo[userid]">Report This Page</a>
</td>
</tr>
<tr><td class="alt1" width="100%" colspan="2">
$pagedata
</td>
</tr>
</table>
$shouthtml
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<tr>
<td align="left" class="tcat">$lastupdate</td>
<td align="right" class="tcat">
<if condition="$showeditlink"><a href="userpage.php?do=edit">Edit Your Page</a><else /><if condition="$showcreatelink"><a href="userpage.php?do=create">Create Your Page</a></if></if>
<if condition="$showmodlink"> <a href="userpage.php?do=moderate&userid=$userid">Moderate This Page</a></if>
</td></tr>
<tr><td width="100%" colspan="2" class="alt1" align="center"><span class="smallfont">Powered by <strong>Custom Userpages</strong> by <strong> <a href="http://www.eaforums.com/forums/">Amy Anuszewski</a><strong></span></td></tr>
</table>
I cant remember fully what I changed lol it was yesterday and thats a long time ago for me, these are all in the userpage template, if anyone is having problems copy and paste that code if you like :)
One more thing, on the userpage_edit template I changed that around a little so that I could add some rules to the page to make it less empty and so my members do as there told :D this is the code and what I did on the userpage_edit template:
$stylevar[htmldoctype]
<if condition="!is_browser('webtv')">
<form action="userpage.php?do=doedit" method="post" enctype="multipart/form-data" onsubmit="return vB_Editor['$editorid'].prepare_submit(this.title.value, 0)">
</if>
<input type="hidden" name="userid" value="$userid">
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<tr>
<td class="alt1">
<strong>Page Content</strong> <br /> $messagearea
</td>
<!-- Mad Kad's addon -->
<td rowspan="2" class="alt2" width="400" valign="top">
<strong>Page Rules</strong><br />
Page rules type here
</td>
<!-- Mad Kad's addon -->
</tr>
<tr>
<td align="right" class="alt2">
<input type="submit" name="submit" value="Save" />
</td>
</tr>
</table>
</form>
I know that it meens you have to add text in your template but I like the idea of the rules where people can see them :) and I would love to also get a link next to the users posts when they have a userpage :banana:
peterska2
06-20-2006, 10:53 PM
OK what She and i are trying to do is show the link IN THE POSTBIT
when we use this
<a class="smallfont" href="userpage.php?do=main&userid=$userinfo[userid]">View My page</a>
it only shows the PERSON viewing the thread id...what am i doing wrong?
Try
<a class="smallfont" href="userpage.php?do=main&userid=$post[userid]">View My page</a>
MadKad
06-20-2006, 11:33 PM
Try
<a class="smallfont" href="userpage.php?do=main&userid=$post[userid]">View My page</a>
I havent tried this yet, but what about doing one that will only show up as My Page say next to the username on there posts if they have made a page?
Wifey
06-21-2006, 05:21 AM
This hack is great! I have a question though, how much in terms of bandwidth and space usage are we talking about with this? My members would love it, but my board is very large and I'm not wanting to pay more monthly for the site...
Thanks!
ltaylor
06-21-2006, 11:27 AM
Thanks for the great hack! I'll be installing later this afternoon !
MissKalunji
06-22-2006, 01:30 PM
Try
<a class="smallfont" href="userpage.php?do=main&userid=$post[userid]">View My page</a>
Workeddd thanks :banana:
htscpl
06-22-2006, 07:10 PM
Sorry, I had to un-install this one. I was having problems with members not being able to see their pages or even start their pages ??? I am sure it is a conflict with some other installed hack. I'll try again later when I have more time to mess with it
Good idea though.
Henry :surprised:
The userpage is created automatically for new users, right?
How can I mass create userpages for existing users, eg using phpMyAdmin?
doggy1
06-24-2006, 10:01 AM
Hello. I have been trying to fix the report a page bug, but have not been able to get it work. When you click on the page it doesn't do anything but blank the page out. I don't know where the message, if any, is being sent?
I did the edit that was described and still no go. Anyone else been able to get this to work? Thanks.
Dilldogs
06-24-2006, 06:47 PM
Ok, I am learning so I have this whole install down and I am sure I can do it except I am confused about one thing.
In the installation text it has this:
7. Add a link to the list of userpages somewhere on your site (i.e. your navbar. The link is <a href="userpage.php?do=list">User Pages</a>
Is this the right link and where would you recommend I put this?
doggy1
06-24-2006, 09:01 PM
Ok, I am learning so I have this whole install down and I am sure I can do it except I am confused about one thing.
In the installation text it has this:
7. Add a link to the list of userpages somewhere on your site (i.e. your navbar. The link is <a href="userpage.php?do=list">User Pages</a>
Is this the right link and where would you recommend I put this?
Okay, I am learning, too, but I can actually answer this question. I will try to help out here.
Admin CP>Styles and Templates>Style Manager> << >> > All template groups>navbar> Place that code where you like to have it show up on the navbar> Save
Shoot me a PM if you need more help and/or if you want to see how mine is set up.
Good luck! :)
stonner
06-24-2006, 09:45 PM
when will the planned features be implemented?
thanks for the great hack!
MadKad
06-24-2006, 11:05 PM
Yer I cant wait till the Planned Features are added I love the sound of them :D
futuredood
06-29-2006, 06:20 PM
great i'm installing this on 3.5.4 now. i have 2 questions in case anyone runs by this (i thumbed through the last 10 pages of thread)..
1) is their still no way to uninstall this without an SQL error?
2) is their any if conditions to show a link only if the user has a page up?
Eq4bits
06-30-2006, 02:59 AM
if this mod allowedd you to upload and insert pics it would rule...
but it doesn't - it's very nice, but it doesn't rule..
you can insert pics using either the image icon in the editor or by typing the bbcode (old fashioned way) as long as you have the url of the pic (but please don't illegally hot-link ;)
MadKad
07-01-2006, 06:24 PM
ok well I will ask a different question!!!
What code has to be added to make it show on the who is online that a user is in this section?
Skedoozy
07-04-2006, 05:17 AM
you can insert pics using either the image icon in the editor or by typing the bbcode (old fashioned way) as long as you have the url of the pic (but please don't illegally hot-link ;)
I think he means to say there is no Insert Image button in the editor on the user pages. I dont know why it's not there either. My users ask me where it is.
Also for some reason the link to edit their page isnt showing up for some of my users. They have permission to do so but its not there.
cdoyle
07-05-2006, 11:39 PM
Hi,
How many are using this on a live forum? I was thinking about giving it a try, but seen some of the bugs that are listed, and just wanted to see if anyone is having any other problems?
I tried it on my test forum, and noticed that when I tried to uninstall it, I get blank options in my usergroup permissions. Then if I try and make any changes I get an SQL error.
I found reinstalling the hack, brought the options back and got rid of the errors.
Is there an update on the way that fixes some of the already mentioned problems?
Eq4bits
07-05-2006, 11:42 PM
I'm running it, no problems at all
fixes if needed are in the posted 'post link' in Amy's original thing up there at the top of the thread
Updates: https://vborg.vbsupport.ru/showp...&postcount=970
also when uninstalling you may need to physically go into any templates that you 'physically' had to change and make changes also... also check to be sure database fields were actually dropped/deleted with the uninstall script... i think it's the ***_user table, also (since I can't remember if any additional tables were added with the install or not..) check and be sure any 'added' tables were dropped also.
cdoyle
07-05-2006, 11:53 PM
I just noticed something else, and don't see it discussed anywhere.
On my test forum, on the page where the word 'rating' should be. it's not there. All you see is the little down arrow. The only way I found where to rate a page, is by looking at the examples here.
Any ideas to why that's happening?
Also, I've been reading through all the pages, in regards to the 'report this page' feature.
I've set my forum ID to 2 on the userpage.php file
$forumid = 2;
Now I've been trying to test this, and when I hit the link, all that comes up is a blank page with the nav bar, and the footer. And I never see anything posted within the forum?
It should make the post in the forum right away shouldn't it? And shouldn't there be something for the user to know it actually reported the page? Or is there something just not right here?
Tyegurl
07-06-2006, 12:18 PM
i put this up on a test forum 3.6.0 beta works well ty amy....
cdoyle
07-06-2006, 06:35 PM
anyone have any idea how to fix the 2 problems I'm having?
I'm looking through the FAQ and I'm not seeing my problems listed.
Tyegurl
07-06-2006, 07:27 PM
i am sorry but check your edit's and position to make sure they are there...make sure all files were uploaded correctly....
i have it installed on beta 4 and i can see everything....sorry wish i had a fix for you.
cdoyle
07-06-2006, 07:45 PM
I have it on 3.5, so maybe that could be part of the problem too.
cdoyle
07-08-2006, 12:47 PM
Has development and support of this hack stopped? I noticed that amykhar hasn't posted in here since June 5th.
I'm hoping that she is still working on the next release and it will be taken out of beta. I really want to install this, but there are still just a few too many bugs like it's problem with uninstalling. I don't want to mess up my live forum.
EnIgMa1234
07-10-2006, 12:33 AM
<i>What file do i have to upload through admin PC? If i dont upload a file, i dont see it on the fields to make a phrace. Help Please</i>
Eq4bits
07-10-2006, 05:13 AM
EnIgMa1234:
You use the 'Import Product' function in the admincp to 'import' the xml file from your computer after downloading and extracting the zip file. There is also a 'manual' for you to download and unzip/extract.
PitPunks
07-11-2006, 12:15 PM
Cant delete pages, and some users cant create pages.
All permissions set accordingly...
rollo tamasi
07-11-2006, 03:35 PM
does this work with 3.5.4 ? i tried installing it and i get sql errors after i update the usergroups
Does anybody know how to modify the code, so that the userpage is created automatically for new users?
And then I would need to mass create userpages for existing members, eg using phpMyAdmin.
I want to do this, because I think that userpages would be used more often if they are created automatically. Other users would be able to sign the guestbook to welcome new users or just say hello to members who are online.
karlm
07-14-2006, 02:21 PM
Hi all,
I downloaded this hack today and followed the instructions. However, the moment I uploaded .htaccess file, I get 'internal server error'.
I realised one problem could be that I had renamed my index (using the correct setup in admincp) to antimisandry.php, and so edited the .htaccess file to reflect this change.
However, it still gives me an internal error. Also, a series of randomly named files without an extension have appeared, yet are all zero bytes and all begin with vb*** (random characters)
Does anyone understand this, it's a little over my head unfortunately.
My forum is located mydomain.me.uk/vb so I uploaded the .htaccess to the same directory, as explained in the 'install.txt'
At this point, I get the '500 internal error'.
it reads:
Options +FollowSymLinks
RewriteEngine On
RewriteRule ^$ antimisandry.php
RewriteRule (^[-_A-Za-z0-9\ ]*$) userpage.php?do=main&username=$1
itvns
07-17-2006, 07:10 PM
I CAN"T DEL USERPAGE ?
Why ?
Plz
cdoyle
07-19-2006, 01:40 AM
Darn I guess this hacks development has stalled or stopped? This is the second web page hack that got so close to being great, but development stopped and never got all the bugs worked out.
I really want this type of hack installed, but the problems with the uninstall and the other problems people have mentioned have me worried about installing this on my live forum :(
egyptsons
07-19-2006, 09:12 PM
:) nice work :)
karlm
07-20-2006, 07:14 AM
It would be nice if the author would actually state that support/development had stopped though, rather than letting new users continue to download it and then be ignored when asking for simple help issues....especially as the 'support' box is still ticked. Oh well... :(
peterpeter
07-21-2006, 01:35 PM
Nice Plug =9 How it would be with an friend feature? like myspace you can invite people and stuff and then they show up on the users personal page ;o)
amykhar
07-21-2006, 01:52 PM
This is not a my-space kind of thing. It is more like profile pages on Epinions
http://www.epinions.com/user-gracef
http://www.epinions.com/user-theworm
http://www.epinions.com/user-amykhar
That sort of page.
karlm
07-22-2006, 06:49 PM
amykhar, is this still supported please? it is ticked as supported, but questions seem to go unanswered, giving the impression support is not given. I don't intend to sound hostile, but being a bit of a n00b here some basics would go a long way :D
Monty NC
07-25-2006, 02:14 AM
First of all, I REALLY like this mod. Only one problem: .htaccess kills the whole forum. I get a 500 internal error, in both the forums and also in adminCP. Seems to work OK without .htaccess. What am I missing?
Chris Lang
07-25-2006, 04:20 AM
You don't need to use .htaccess to use the hack. The only thing the .htaccess lets you do is use a shorter URL (forums/username) for userpages. If you have other hacks (like the Search Engine Optimized hack) you might have problems. Just restore your original .htaccess if you're having trouble.
karlm
07-25-2006, 02:41 PM
question:
The 'install.txt' says:
1. install product
2. upload the userpage.php and .htaccess to your forum directory.
3. Upload bitfield_userpage.xml to your includes/xml directory.
4. In your admincp usergroup manager, set permissions for each of your user groups.
5. In your usercpshell template Find:
What exactly does 1. install product mean? Most products come with some level of detail to explain the how part of installing. I realise this down to my lack of understanding but some help would be highly appreciated.
So far, the best definition i can assume from "install product" is :
Admincp, Plugin System, Manage Products, Add/Import Product then upload it or direct it to my includes/xml.
This however only informs me: Invalid file specified.
I'm running vb3.5.4 so if anyone has any clue of what I'm doing wrong, please enlighten me as it's slightly frustrating seeing that other's are getting this product up & running but I'm seemingly incapable of doing so.
Monty NC
07-25-2006, 05:35 PM
Admincp, Plugin System, Manage Products, Add/Import Product then upload it or direct it to my includes/xml.
This however only informs me: Invalid file specified.
That's right, except direct it to the file "product-userpages.xml" in your userpages folder that you extracted on your local computer.
Monty NC
07-25-2006, 05:42 PM
I have another question. I am importing data from an old forum into vBulletin. In the old forum, users had a "personal" page similar to userpages. I have userpages up and running, and I can post to my own page but as Admin I can't post to the member's pages. Anyone know if there is a way to import the data? Or a way to post to the member's pages?
karlm
07-25-2006, 06:51 PM
That's right, except direct it to the file "product-userpages.xml" in your userpages folder that you extracted on your local computer.Urghhhh You wouldn't beleive with a stupid mistake i've made... I'm so ashamed of my own stupidity i can't begin to explain it! Anyway, it's finally installed....... let's see how it works
am using it on my test forum atm, but once played with a bit will port it over to my real-forum.
thanks again :)
amykhar
07-25-2006, 07:06 PM
Please note that this is BETA software and is not designed for truly novice users :)
It is clearly marked as beta in the first post. ;)
karlm
07-25-2006, 07:44 PM
Yes thank you for the 'beta' reminder. I'm a quick learner where computers are concerned, and figured it wouldn't be too difficult to sort out. I used to program in +3 BASIC in my teen years and even dabbled with a little machine code here n there, so my experience isn't entirely limited.
Nonetheless , a little response here & there wouldn't go amiss.
As it is, I've finally sorted out the issue, i'd made one of those "can't see what's under your nose" mistakes.
I'm using this on my test board atm, Amy and it definately seems a promising addition for me to consider putting on my active forum.
I've clicked install regardless of whether i port it over to the active forum or not.
:D
cdoyle
07-25-2006, 09:03 PM
Has there been any progress on the un-install issue?
I would like use this, but since it wouldn't uninstall on my test forum, I don't want to try on the live forum.
funky1
07-26-2006, 07:33 AM
How do you turn off the rating option?
theChronic
07-27-2006, 01:49 AM
Hey whats up
I was just wondering, are these user pages searchable using the vbulletin search function?
thnx
john
cdoyle
07-28-2006, 10:24 PM
There have been alot of questions asked about this hack lately, but most have not been answered.
Going to try and put them all in one post. Maybe someone can help answer them all? If I miss one, let me know and I'll add it to this post.
1. Any progress on un-install issue. (Forum SQL errors after trying to remove)
2. How do you turn off the rating option?
3. Is there any if conditions to show a link only if the user has a page up?
4. Report this page, brings up a blank page and doesn't post in the desired forum
5. Cant delete pages, and some users cant create pages?
6. user pages searchable using the vbulletin search function?
7. Why is the wording for the page rating dropdown missing?
Wifey
07-30-2006, 11:27 PM
Any idea why mine looks like this? The reputation thingy drop down is off :)
cdoyle
07-31-2006, 02:31 AM
Mine did that too, I think that is for the page rating. I forgot about that it did that.
Going to add it to the list of questions.
blind-eddie
07-31-2006, 04:55 PM
I installed user page today,I can see mine in my userpc,but the link to get to user pages gives me a 404 Not Found error,I installed as per install.txt....
Any suggestions to get this to work would be great.Thank You
my site, www.outerzone.us
amykhar
07-31-2006, 06:04 PM
Can't check it because you don't allow guests to view.
blind-eddie
07-31-2006, 07:10 PM
I fixed it so you can view,also I had to change http in link but other features are not working.
Bounce
07-31-2006, 10:46 PM
Uninstall issue (again) , any fix so i can uninstall this :rolleyes:
Database error in vBulletin 3.5.4:
Invalid SQL:
DROP TABLE userpage_rate;
MySQL Error : Unknown table 'userpage_rate'
Error Number : 1051
OK i tried enabling it again and it crashes all my forums
Database error in vBulletin 3.5.4:
Invalid SQL:
SELECT * FROM userpage WHERE userid=xxx;
MySQL Error : Table 'me_vb.userpage' doesn't exist
Error Number : 1146
Date : Tuesday, August 1st 2006 @ 12:52:25 AM
I want this off my vbulletin please
blind-eddie
07-31-2006, 10:47 PM
ok now I have it working all permissions are set,but when registered users (usergroup) go to their usercp to edit their userpage,they get a message saying they dont have permissions,but then when you look on the userpages link their name is there but they cant edit it.Im confused.Other then uninstalling it what do I need to do to get this working correctly?
www.outerzone.us
Chris Lang
07-31-2006, 10:59 PM
Uninstall issue (again) , any fix so i can uninstall this :rolleyes:
Did you read through my exhaustive post on a way to manually uninstall?
https://vborg.vbsupport.ru/showpost.php?p=912858&postcount=977
It's a bit long-winded, but hopefully helpful.
The error you're getting is that the uninstaller is trying to drop a table that's probably already been dropped. You need to go in, restore the dropped tables, then run the uninstaller again. Full details are in the above post.
Bounce
07-31-2006, 11:03 PM
Yikes...that was an ugly one. Had to modify the uninstall code to get it finally uninstalled, then reinstalled the product...and thankfully it worked.
what did you modify mate to get it uninstalled , i want it off as no one uses it
Bounce
07-31-2006, 11:04 PM
Did you read through my exhaustive post on a way to manually uninstall?
https://vborg.vbsupport.ru/showpost.php?p=912858&postcount=977
It's a bit long-winded, but hopefully helpful.
The error you're getting is that the uninstaller is trying to drop a table that's probably already been dropped. You need to go in, restore the dropped tables, then run the uninstaller again. Full details are in the above post.
thanks, i'll try that :confused: :alien:
My forum is not down (as disabling it works ) so i'll wait till later to try that as if its gonna take 8 hours lol , it will be time to get up for work, thanks for the heads up :)
Chris Lang
07-31-2006, 11:23 PM
There have been alot of questions asked about this hack lately, but most have not been answered.
Going to try and put them all in one post. Maybe someone can help answer them all? If I miss one, let me know and I'll add it to this post.
I'll give it a try. I can't answer all of them, but I'll try to offer some insight:
1. Any progress on un-install issue. (Forum SQL errors after trying to remove)
The uninstaller fails because some tables aren't getting dropped or its trying to drop tables that don't exist. See my "Oh My Gosh I've broken it" post to manually uninstall:
https://vborg.vbsupport.ru/showpost.php?p=912858&postcount=977
2. How do you turn off the rating option?
Its easiest to just edit it out of the Userpage template (Not Userpage.PHP). Find the following code in the Userpage Template and remove:
<if condition="$canrate">
<td class="tcat" id="rate" nowrap="nowrap" width="25%" align="right"><a href="#rate">$vbphrase[rate_userpage]</a>
<script type="text/javascript"> vbmenu_register("rate"); </script>
</td>
<else />
<td class="tcat" nowrap="nowrap" width="25%" align="right">
<img src="$stylevar[imgdir_rating]/rating_$rating.gif" border="0">
And also remove the following:
<td class="vbmenu_option" title="nohilite">
<div><img class="inlineimg" src="$stylevar[imgdir_rating]/rating_5.gif" alt="$vbphrase[excellent]" /><label for="vote5"><input type="radio" name="rating" id="vote5" value="5" $votechecked[5] />$vbphrase[excellent]</label></div>
<div><img class="inlineimg" src="$stylevar[imgdir_rating]/rating_4.gif" alt="$vbphrase[good]" /><label for="vote4"><input type="radio" name="rating" id="vote4" value="4" $votechecked[4] />$vbphrase[good]</label></div>
<div><img class="inlineimg" src="$stylevar[imgdir_rating]/rating_3.gif" alt="$vbphrase[average]" /><label for="vote3"><input type="radio" name="rating" id="vote3" value="3" $votechecked[3] />$vbphrase[average]</label></div>
<div><img class="inlineimg" src="$stylevar[imgdir_rating]/rating_2.gif" alt="$vbphrase[bad]" /><label for="vote2"><input type="radio" name="rating" id="vote2" value="2" $votechecked[2] />$vbphrase[bad]</label></div>
<div><img class="inlineimg" src="$stylevar[imgdir_rating]/rating_1.gif" alt="$vbphrase[terrible]" /><label for="vote1"><input type="radio" name="rating" id="vote1" value="1" $votechecked[1] />$vbphrase[terrible]</label></div>
Obviously you will want to tweak the layout since you are getting rid of a major part of the page.
3. Is there any if conditions to show a link only if the user has a page up?
Not that I have been able to find. You may want to search the thread because some alternatives were stated, but I can't guarentee they work.
4. Report this page, brings up a blank page and doesn't post in the desired forum.
I don't want to speak for Amy, but I believe this is a function not fully implemented yet. I created a custom form page through CMPS (Portal) and simply linked to it. You can also just put a simple email link.
5. Cant delete pages, and some users cant create pages?
This is almost always a permissions issue that's been overlooked in the setup. You may wish to check this post:
https://vborg.vbsupport.ru/showpost.php?p=769870&postcount=356
for the solution.
6. user pages searchable using the vbulletin search function?
Nope.
7. Why is the wording for the page rating dropdown missing?
Not sure about this one. Perhaps its a color issue? An example (link) would be helpful.
Hopefully this helps. I'll do my best to drop in and address issues.
I want to point out that nearly all of these issues have been brought up before. I highly recommend checking the links above and using the "Search this thread" function if you are still having specific issues.
I want to stress that I'm not a programmer and "learned by doing", but mostly it just takes time, experimenting and NOT giving up.
-Chris
blind-eddie
07-31-2006, 11:27 PM
DELETED IT
dacho
08-07-2006, 08:32 AM
3.6.0 v ?
Trana
08-07-2006, 06:47 PM
Is there any way to integrate the content of a user's page into their profile?
Sparky_s
08-07-2006, 11:04 PM
3.6.0 v ?
I've tested it in 3.6.0 and it seems to work pretty much the same.
Only thing I noticed is that the pages do not get reported, even though the reported post forumID is set.
BTW Amykhar. In the example http://www.eaforums.com/forums/userpage.php?do=main&userid=22
How did you manage to get the picture located where the wording would start from the top of the post box?
Unless you used full html on that post?
Anarchy
08-08-2006, 01:29 AM
Works fine with 3.6.0 and i don't know about the report issue as i changed it to email us instead of post to a forum.
rastler
08-08-2006, 06:23 AM
When some one clicks on this link, It tries to fetch for a template usepage_report which is not present...
Leeladhar
Chris Lang
08-09-2006, 04:12 AM
Is there any way to integrate the content of a user's page into their profile?
Why would you honestly want to? Most pages are varied, have graphics, etc. What did you specifically have in mind? If anything, I'd think you'd want it the other way around; listing certain items from the profile on the Userpage itself.
So, the short answer is no. Aside from the link in the profile to the userpage itself.
Trana
08-09-2006, 04:31 AM
Well, I don't see this hack as much different from a fancy profile field. Last time I checked, users could only create one page, so it would most likely be used as a personal sort of page (i.e. myspace). If you are running one of the myspace profile rewrite template hacks, then it makes perfect sense to have the userpage editor and display in the user profile.
The way it is now, it is entirely too disjointed from the rest of the existing user based customization options.
Your thoughts?
Chris Lang
08-12-2006, 04:51 AM
Personally I wouldn't want this as part of my users' profiles, but that's a design decision I suppose. I'm also running Journal and IBProArcade, so I don't really see User Pages as a seperate function as a bad thing.
My Users are creating some very large and complex user pages (similar to what you'd see on some Myspace pages) and I honestly wouldn't want them cluttering up the Profiles with it.
I'm sure there's a way to do it, but that kind of customization would probably just involve a completely new hack.
When some one clicks on this link, It tries to fetch for a template usepage_report which is not present...
Yes, this is I believe a function that was never fully implemented (or may have just been accidently left out of the latest build). You may just want to change this link to an email link or a link to a custom form of your own.
Mysticales
08-14-2006, 06:21 PM
Well I installed it now, so far not too bad. Not the system we used to have.. but it works. =)
JompaMP
08-21-2006, 12:12 PM
we can i find:
usercpshell template
Eagle Creek
08-24-2006, 02:17 AM
Is this hack 3.6 compatible?
UManiac
08-25-2006, 09:36 PM
I'm at a complete loss here - I've installed and followed instructions verbatim; Im on a windows server so I have not uploaded the .htaccess file (I understand you only need this for shorter urls) - no matter what I do I cannot ssee where in usr groups to set permissions or how a user can add, change or edit his/her custom page;
Any help would be appreciated; willing to pay to get this working.
peterska2
08-25-2006, 09:39 PM
Is this hack 3.6 compatible?
I've got it running perfectly fine on a couple of 3.6 sites that I look after as well as on my 3.6 test site.
Also, to confirm, thats 2 linux servers and I'm on a windows server with both my test and live site.
peterska2
08-25-2006, 09:40 PM
I'm at a complete loss here - I've installed and followed instructions verbatim; Im on a windows server so I have not uploaded the .htaccess file (I understand you only need this for shorter urls) - no matter what I do I cannot ssee where in usr groups to set permissions or how a user can add, change or edit his/her custom page;
Any help would be appreciated; willing to pay to get this working.
Try rebuilding your bitfields admincp/index.php?do=rebuildbitfields
UManiac
08-25-2006, 10:53 PM
Try rebuilding your bitfields admincp/index.php?do=rebuildbitfields
Sweet :) That did the trick. Working fine now...
sbryan
08-26-2006, 06:40 AM
can this feature be limited to members with post count over a certain number?
peterska2
08-26-2006, 07:51 AM
It is allowed, disallowed on a per usergroup basis, so yes you could do that if you used a promotion to move the user to a different usergroup on x posts which then had permission to create user pages.
UManiac
08-26-2006, 03:54 PM
I have another question - I want to display some of my user's profile information in a "wrap" around their custom content; I've managed to succesfully include the additional fields I've created for my user profiles by inserting $userinfo[field##];
My question is, how would I display thier avatar, profile picture and url, etc.?
Thanks in advance for any guidance :)
BTW - I can get only certain user profile fields to come up i.e.
$userinfo[username]
comes up. but not
$userinfo[avatarurl]
UManiac
08-26-2006, 04:32 PM
7. Why is the wording for the page rating dropdown missing?
Because the phrase "rate_userpage" does not exist...
Once I created it using phrase manager it came up fine
UManiac
08-26-2006, 06:30 PM
Somebody else reported that the image icon is missing, but I have not been able to duplicate that. I suspect that it may have something to do with how the permissions are set on your board.
Has this been resolved?
I'm logged in as admin and can see the insert image icon on all other instances of the WYSIWYG editor (PMessage, new post, etc.) but cannot see it in the editor when creating or editing a user page...
JompaMP
08-26-2006, 09:11 PM
hey on the list of all userpages my navbar donĀ“t shows how can i fix that?
blue6995
08-27-2006, 06:50 AM
I have just uninstalled this add-on as it didn't appear to work with vB3.6
I also dropped the userpage table from the MySQL database. Since doing that, I cannot access my Forum - www.rwf-forum.co.uk
I am getting the following error message sent to me:
Database error in vBulletin 3.6.0:
Invalid SQL:
SELECT * FROM vb3_userpage WHERE userid=0;
MySQL Error : Table 'db121670667.vb3_userpage' doesn't exist
Error Number : 1146
Date : Sunday, August 27th 2006 @ 09:45:56 AM
Script : http://www.rwf-forum.co.uk/vBulletin/index.php
Referrer :
IP Address : 195.93.21.36
Username : Unregistered
Classname : vb_database
Can anyone help, please!
MissKalunji
08-27-2006, 12:40 PM
Is this hack 3.6 compatible?
yeah works fine on 3.6
Ninth Dimension
09-10-2006, 03:20 AM
This looks good, I might install it on my vB3.6.0 page, but I'm going to wait for some of the additional features to be added first :)
karlm
09-10-2006, 04:12 AM
For some reason, Admin access seems unable to delete userpages. If the question/ answer has already been discussed but locked tightly within this thread, my apologies, but I coudl not find talk of it.
Any ideas folks?
MustangLisa
09-10-2006, 12:36 PM
Does anyone know how to add the alphabetical links across the top of the member pages list page? (Like how the Members List in vB is where you can click letter "S" and see all the members that start with S.) With as many members as I have, it's impossible to navigate the pages by just clicking NEXT over and over. Thanks!
mrahul
09-11-2006, 09:13 AM
is it possible tht restricting the creation of custom page only to certain usergroups ??
peterska2
09-11-2006, 11:44 AM
is it possible tht restricting the creation of custom page only to certain usergroups ??
It is fully permissions based.
IlluZioN`
09-11-2006, 11:47 AM
Would this work on 3.5.4 ???
peterska2
09-11-2006, 12:03 PM
It should work fine on anything after 3.5.1
mrahul
09-12-2006, 05:52 AM
It is fully permissions based.
kool. Is there a mode possible for closing the shoutbox off ??
& is it possible for admins to create userpage for users with out accessing their account (logging in as a normal user).
Have set reg.user creation off. But would like to create for him ?? any possibility.
rated 5stars ;)
Watson
09-12-2006, 06:45 PM
I have just uninstalled this add-on as it didn't appear to work with vB3.6
I also dropped the userpage table from the MySQL database. Since doing that, I cannot access my Forum - www.rwf-forum.co.uk
I am getting the following error message sent to me:
Database error in vBulletin 3.6.0:
Invalid SQL:
SELECT * FROM vb3_userpage WHERE userid=0;
MySQL Error : Table 'db121670667.vb3_userpage' doesn't exist
Error Number : 1146
Date : Sunday, August 27th 2006 @ 09:45:56 AM
Script : http://www.rwf-forum.co.uk/vBulletin/index.php
Referrer :
IP Address : 195.93.21.36
Username : Unregistered
Classname : vb_database
Can anyone help, please!
Getting Exact same error, need help ASAP please
peterska2
09-12-2006, 07:32 PM
kool. Is there a mode possible for closing the shoutbox off ??
& is it possible for admins to create userpage for users with out accessing their account (logging in as a normal user).
Have set reg.user creation off. But would like to create for him ?? any possibility.
rated 5stars ;)
That sorta defeats the object of this modification, and isn't a function that is available with it - or if it is then I haven't found that function yet.
peterska2
09-12-2006, 07:33 PM
Getting Exact same error, need help ASAP please
Are you using a table prefix on your site?
I've installed this successfully on a 3.6.0 and it works perfectly.
When attempting to delete a user's page I get the following message
"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."
This happens even when
Can View Userpages
Can Create Userpages
Can Moderate Userpages
Can Edit Userpages
are all marked as yes for Administrators in the admincp.
This is on 3.5.4
angkor408
09-23-2006, 04:08 PM
Hi, I can't get to step#5. In my usercp_shell when I try to find the following:
---------
<if condition="$show['siglink']">
<tr>
<td class="$navclass[signature]" nowrap="nowrap"><a class="smallfont" href="profile.php?$session[sessionurl]do=editsignature">$vbphrase[edit_signature]</a></td>
</tr>
It not showing on there. So where can I find this file so I can add this below
if condition="$show['createuserpagelink']">
<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']">
<tr>
<td class="$navclass[signature]" nowrap="nowrap"><a class="smallfont" href="userpage.php?$session[sessionurl]do=edit">Edit Your Userpage</a></td>
</tr>
</if>
----------
MadKad
09-23-2006, 04:46 PM
Hi, I can't get to step#5. In my usercp_shell when I try to find the following:
---------
<if condition="$show['siglink']">
<tr>
<td class="$navclass[signature]" nowrap="nowrap"><a class="smallfont" href="profile.php?$session[sessionurl]do=editsignature">$vbphrase[edit_signature]</a></td>
</tr>
It not showing on there. So where can I find this file so I can add this below
if condition="$show['createuserpagelink']">
<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']">
<tr>
<td class="$navclass[signature]" nowrap="nowrap"><a class="smallfont" href="userpage.php?$session[sessionurl]do=edit">Edit Your Userpage</a></td>
</tr>
</if>
----------
insted of trying to find all that text, try and just search for
$vbphrase[edit_signature]
then it should find it, it will defo be in there :)
angkor408
09-23-2006, 05:28 PM
Madkad, I able to find it under navbar. Which link or content do I go to where user can create a homepage?
If I go to http://www.khmerclub.org/angkor408 it say:
This user has no userpage yet
Under admincp>>usergroup I already add permission to allow for administrator and register user.
MadKad
09-23-2006, 05:50 PM
Madkad, I able to find it under navbar. Which link or content do I go to where user can create a homepage?
If I go to http://www.khmerclub.org/angkor408 it say:
This user has no userpage yet
Under admincp>>usergroup I already add permission to allow for administrator and register user.
the user will use there link in there User CP section, the link is
http://www.mkpitstop.co.uk/forum/userpage.php?do=create
and is called = Create Your Userpage
after the user makes there page the link would then change to edit userpage and a different link.
If the user has no page that has been made then you get the msg you see, with your link I take it that you have SEO URL's if you are coming accross some problems then it could be that as I dont use SEO URL's with the hacks on here as they don't work for all hacks.
angkor408
09-23-2006, 07:04 PM
Thank for the info let me try that I will let you know if I have any problem. Thank. Angkor
angkor408
09-23-2006, 08:43 PM
Ok i got it to work now. I had add the following link under usercp. Also, on the main page I create a link called " member homepage". When members login they will see that option.
Create Your Homepage
Edit my Homepage
View my Homepage
Is it possible to have a template built in for this so it will allow user to choose. The page seem to be very basic unless you know HTML. I'm sure other members will have difficult how to design there page. Is there any other way they can customize there page?
Angkor
MadKad
09-24-2006, 01:08 PM
I dont really know about that, With my website being a webmaster website I am working on some tuts so that people can do anything they want, you caould alwas do the same or point people to some tuts. Another way would be to give some code tamplates so that people could pick the one they like and use that :)
angkor408
09-26-2006, 06:19 PM
ok thank for the info.
toolblast
09-26-2006, 09:23 PM
Would anyone be up for taking 1-2 weeks of their time and upgrading this script to 3.6.1 and adding more useful features to it so users can really build a much nicer multi-paged website on their vbulletin account?
Pm me please. I can pay if you're really needing money. :P
toonysnn
09-27-2006, 10:43 PM
Is this being upgraded?
Is this being edited to work with 3.6.1?
I have a few errors with the userpages,
1. Can not delete
2. Lists deleted members userpage
3. The menu is already down and will not go up for the voting/rating
daloosaa
09-30-2006, 11:54 PM
It seems to work on vB 3.6.1 but none of the phrases were installed.
Also i didn't see any ACP entry?!
Greets,
Florian
Edit: phrases are installed but won't be shown? (see images)
paulblackgsx
10-03-2006, 03:28 PM
When attempting to delete a user's page I get the following message
"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."
This happens even when
Can View Userpages
Can Create Userpages
Can Moderate Userpages
Can Edit Userpages
are all marked as yes for Administrators in the admincp.
This is on 3.5.4
I'm having the exact same problem.
paulblackgsx
10-03-2006, 03:49 PM
I'm having the exact same problem.
Nevermind, I found the answer.
For everyone else asking about why admins can't delete: https://vborg.vbsupport.ru/showpost.php?p=749132&postcount=268
karlm
10-04-2006, 12:35 PM
Nevermind, I found the answer.
For everyone else asking about why admins can't delete: https://vborg.vbsupport.ru/showpost.php?p=749132&postcount=268Thanks for this great post-pointer, Paul. Can you tell me though, please, what file am I editing to perform those edits? I looked into 'userpage' and various others, but could not find the relevent code in them..
:)
odonel
10-04-2006, 02:54 PM
do you guys know of any commercial application that does something similar ?
paulblackgsx
10-05-2006, 01:17 PM
Thanks for this great post-pointer, Paul. Can you tell me though, please, what file am I editing to perform those edits? I looked into 'userpage' and various others, but could not find the relevent code in them..
:)
It's in userpage.php. It's down near the very bottom around line 862 (I don't believe I have any other modifications to the file so the line should be the same).
amykhar
10-05-2006, 01:19 PM
You know, the very first post in the thread has a link to the post that indexes the known fixes. ;)
You guys may be in for a special treat. I've been hired to do some majorly cool things to this script, and the customer says to give it away to y'all too. No nagging about is it done yet though :D
I'll release it when it's ready.
paulblackgsx
10-05-2006, 01:39 PM
Somebody else reported that the image icon is missing, but I have not been able to duplicate that. I suspect that it may have something to do with how the permissions are set on your board.
I am having this problem two. In fact I have this mod installed on two forums. One is 3.5.5 and has the image icon, the other is 3.5.4 and does not. They are pretty similar in the setup in terms of permissions, but I'll see if I can find a resolution.
paulblackgsx
10-05-2006, 01:40 PM
You know, the very first post in the thread has a link to the post that indexes the known fixes. ;)
You guys may be in for a special treat. I've been hired to do some majorly cool things to this script, and the customer says to give it away to y'all too. No nagging about is it done yet though :D
I'll release it when it's ready.
Sweet :)
karlm
10-06-2006, 11:56 AM
Paul, Thanks - i had assumed it was in the styles, not the php LOL.
Amy, great - I look forward to it and i'm sure it will make this one look like a tiddler in an ocean....
C'mon then, is it ready yet? :p
angkor408
10-06-2006, 03:03 PM
Amy, is there a way that allow members to select there own theme and layout for this custom page? I got everything setup but once when click on create new page it seem very plain unless someknow know how to use HTML code. Also , is there any way that allow members to upload there picture in there homepage? Angkor
MadKad
10-13-2006, 01:37 PM
Will the new realease work on the new version, or does this work wnyway?
MadKad
10-17-2006, 10:56 AM
sorted it works thank you
manguish
10-28-2006, 08:38 AM
Is there anyway the user of a page could have a PM when someone leaves a shout on their page?
LT Mote
10-29-2006, 04:04 AM
3.6 ?
Ohh-Dutch
11-04-2006, 03:23 PM
What If I Already Have A .htaccess file in forum root?
odonel
11-04-2006, 03:27 PM
is amykhar still around ? it's been a while since he posted anything in here......
Zweeper
11-05-2006, 03:31 PM
is there a way to get the complete shoutbox on the normal profile page??
michaelsilvia
11-11-2006, 09:51 PM
I'd love to get this on 3.6. Anyone having success?
michaelsilvia
11-26-2006, 05:22 AM
This does work on 3.6 as I am using it on my Sport Card Forum:
http://sportstradercentral.com
Here is a page I created with HTML (loads slow due to music and video)
http://www.sportstradercentral.com/userpage.php?u=1
marksyzm
12-17-2006, 10:16 AM
okay, I was wondering how you might unparse the html in pagedata? Can anyone help me with that?
DevinM
01-27-2007, 09:28 PM
Is there a way to either have the rating vote box at the top removed or collapsable (colapsed by default preferably) without commenting out the rating system? Perhaps even have the box disappear once a user has voted or something? The box itself isnt annoying but the huge white space to the right of it is.
Also even though I set the correct forum ID in the userpage.php for reported pages it still isnt working. I dont get an error of any sort, when I hit the "Report this Page" link nothing happens.
// The forum id where reports about bad pages should be posted
$forumid = 17;
The above is all I changed.
And lastly is there anyway to change the page name? I mean like assign a title to it rather then just have it as the Username? Like in the list of users with personal pages list, instead of thier username can there be a custom title?
Is there something else that needs to be done?
Trana
01-27-2007, 09:33 PM
Does anyone see a way to make this hack support direct image attachments and not bbcode img tags?
Thanks!
DevinM
01-27-2007, 09:44 PM
I;'d like some of the bugs fixed like the inability to delete archived user shouts.
Was this ever sorted?
I created a test page with 3-4 shouts.
Deleted it.
Re-created a page with the same userid and all the old shouts were still there.
akulion
01-28-2007, 12:39 AM
does this work with 3.6.4 ?
DevinM
01-28-2007, 07:25 AM
Yes but its a little buggy apparently and it would appear not supported much.
akulion
01-29-2007, 07:35 AM
thanks for the info Devin, much appreciated :)
DevinM
01-29-2007, 11:20 AM
No prob :)
Its a good idea though I hope someone develops it furthur. I actually like it if I could get the 3 small things sorted in my previous post.
odonel
02-01-2007, 04:32 PM
No prob :)
Its a good idea though I hope someone develops it furthur. I actually like it if I could get the 3 small things sorted in my previous post.
It is sad to see this great mod die like that. How many would chip in so that Amy or someone else can work on this mod and make it a better product ? Please show your hand...
DevinM
02-01-2007, 04:47 PM
I certainly would!
I really need a hack like this for the type of board I run, this one however simply has a few to many bugs or issues that prevent me from doing certain things. Otherwise its perfect.
Skedoozy
02-01-2007, 04:51 PM
I would toss in something as well.
MadKad
02-01-2007, 05:10 PM
I would give something aswell my self
aparently she was doing more to it as some one was paying her and allowing it to be released for other, I could be wrong but I dont think I am :)
odonel
02-01-2007, 05:12 PM
mad, she said that 4mnths ago..
MadKad
02-01-2007, 05:17 PM
mad, she said that 4mnths ago..
develipment takes along time lol
If I had the rights from her then me and my mate would do the hack in full and fully working :) but I dont think she would give the rights to us
odonel
02-01-2007, 11:31 PM
why not create something in that nature mad ?
DevinM
02-01-2007, 11:49 PM
THis mod has so much potential im actually surprised nothing has been done with it.
odonel
02-01-2007, 11:54 PM
for real devin, there is not even a commercial application that i know of like this
MadKad
02-02-2007, 07:29 AM
why not create something in that nature mad ?
I would but this would meen starting from scratch and then this would take more time, if we had permission from the op, then we would give it a bloody good go :)
ADomoWorld
02-03-2007, 07:12 PM
Its Didnt Seem To Work On My 3.6 Is There A Way ?
DevinM
02-03-2007, 11:07 PM
Its Didnt Seem To Work On My 3.6 Is There A Way ?
I installed it on my boards fine. 3.6.4 is what I am running. However its quite buggy so if you are installing it be prepared.
silverleaf
02-06-2007, 06:00 AM
I'll gladly pay for this mod...Please someone finish it out. If this mod is done well, it is easily a $50 mod. that everyone would buy
Or, I'll pay someone lots of money to develop this for me and I'll sell it for $50 each
odonel
02-06-2007, 10:45 AM
We are serious about this mad, this thing can blow-up
MissKalunji
02-06-2007, 11:40 PM
oh god uninstalling and screwed up my whole forum!
DevinM
02-17-2007, 04:26 PM
Anyone have a go at this yet?
MadKad
02-17-2007, 05:19 PM
I will contact the op and see what they say :D
vBulletin® v3.8.12 by vBS, Copyright ©2000-2024, vBulletin Solutions Inc.