PDA

View Full Version : Myspace Profile Re-Write PRO! 1.0.0


Pages : 1 2 [3] 4 5

criscokid
04-19-2006, 09:17 AM
It's the CSS table properties that I'm now having problems with.

If I don't include <td class="alt1"> then the background for that section is white instead of taking on the colour properties of the rest of my skin. The other problem I have is that there's now a full line break in between each of the table rows. Take a look at the attachment to see what I mean.

My 'alt1' has a border around it so I guess I need to define a new 'altX' which has no border. I've created 'alt9' by adding the following line to the 'additional CSS definitions section of my forum skin:
.alt9 { background-color: #F1F1F1; color: #000000; }

My 'alt1' has boders - I assume because of:
border-left: 1px solid #dddbdb;
border-top: 1px solid #dddbdb;

My 'alt9' seems to be producing a border - I'm not sure where it's getting this from.

The 'user's favourite things' section has had tables applied yet - you can see how each line runs on one from the other without any line breaks... that's how I'd like the first section (that I'm applying tables to) to look.

imported_infitech
04-19-2006, 09:58 AM
The <table> that the <td>s are in has padding properties. It is not a line break. You have borders ther ebecause trhe <table> itself has borders.

criscokid
04-19-2006, 12:26 PM
I'm getting somewhere but I still have the 1px white border around each occurence of <td> - see the attachment.

Here's my 'alt9' CSS settings:

.alt9 { background-color: #F1F1F1; color: #000000;
font-size: 10px;
padding: 0px 0px 0px 10px;
border-left: 0px
border-right: 0px
border-top: 0px
border-bottom: 0px
}

ronoxQ
04-19-2006, 02:24 PM
Well, today I finished upgrading my site's engine, so I decided to start again on the CSS problems that I'd been having.

Would it change things if my CSS field hadn't been parsed? I'm thinking that that was my problem, the whole time.

RetroDreams
04-19-2006, 02:44 PM
I'm getting somewhere but I still have the 1px white border around each occurence of <td> - see the attachment.

Here's my 'alt9' CSS settings:

.alt9 { background-color: #F1F1F1; color: #000000;
font-size: 10px;
padding: 0px 0px 0px 10px;
border-left: 0px
border-right: 0px
border-top: 0px
border-bottom: 0px
}


What are the cellpadding and cellspacing attributes for the table?

imported_infitech
04-19-2006, 03:56 PM
Id bet it was cellspacing

What are the cellpadding and cellspacing attributes for the table?

RetroDreams
04-19-2006, 07:39 PM
Id bet it was cellspacing

Yeah, 99% sure it was. Just trying to give him a gentle push in the right direction.

criscokid
04-19-2006, 10:57 PM
Id bet it was cellspacing
I tired setting the 'cellspacing' to 0px but that didn't help - maybe I didn't format it correctly?

I might keep the lines... they're thin and some people may say that it helps them 'read along the line'.

imported_infitech
04-19-2006, 11:15 PM
I tired setting the 'cellspacing' to 0px but that didn't help - maybe I didn't format it correctly?

I might keep the lines... they're thin and some people may say that it helps them 'read along the line'.
I would keep them. I like the spacing

MissKalunji
04-19-2006, 11:19 PM
by the way guys becareful with your queries when you do this hack! cause this loadssssss up servers....mine was like 40 queries had to remove a bunch!

make sure you keep it simple not too many installed hack

RetroDreams
04-20-2006, 03:14 AM
I tired setting the 'cellspacing' to 0px but that didn't help - maybe I didn't format it correctly?

I might keep the lines... they're thin and some people may say that it helps them 'read along the line'.

Definitely. It creates separation which makes it easier to read and I've always thought it looks more professional.

thorzzzten
04-21-2006, 04:27 AM
hy there,

is it possible that each user can manage his own background?
or is the background pic set once for all users?

thx!

thorzzzten
04-21-2006, 10:43 AM
hy there,

is it possible that each user can manage his own background?
or is the background pic set once for all users?

thx!

i found it, sorry :bunny:

pranism
04-21-2006, 04:29 PM
I have the comment system installed with this and it does not work when I post a comment.

Stangsta
04-21-2006, 04:45 PM
I have the comment system installed with this and it does not work when I post a comment.Did you set the usergroup permissions?

pranism
04-21-2006, 04:51 PM
Yes I set them up, double checked them. It gives no errors or anything. It just goes back to the profile.

I just looked at the code and ran a test $vbulletin->GPC['do'] is comming in blank...

Edit: I just edited my memberstart part changed if ($vbulletin->GPC['do']== 'insertcomment') to if ($_REQUEST['do']== 'insertcomment') and it is working.

The Chief
04-23-2006, 03:38 AM
Have anybody got the solution for the Member URL rewrite on a lighttpd working server?

inkpassion
04-23-2006, 12:52 PM
Ive been toying with trying to make this work for my needs but after playing with some ajax I decided to go a diffrent route with this layout. Right now its ruff and all the functions need to be added but the concept is there.

Visit the meberlist and select a user. I am going to add this functionality to the PM feature as well so a user never has to leave the current page they are view to view a profile or send a pm.

http://silverfish.inkpassion.com/forum/memberlist.php

Poethik
04-23-2006, 11:24 PM
Geez, I love the idea. But thats going to take me forever to accomplish. By question... Is some one going to comeup with a similar Search/ Browse profiles to add to this?

Poethik
04-23-2006, 11:27 PM
Oh don't underestimate me...I'm going to definitely give it my best shot.

KevNJ
04-24-2006, 11:57 PM
Can you explain the parse files easier.
Im trying to figure this out.
Now, it can get annoying when someone types a couple paragraphs and it all ends up into one big paragraph. Thats because the BBCODE is not getting parsed! Well, go ahead and create a plugin. You should add the new plugin to the MEMBER_COMPLETE hook location. What you do is take the profile field number that you want people to be able to use BBCODE (the smileys, img tags, etc) in and replace the field number within the plugin.

DementedMindz
04-25-2006, 06:05 AM
is there a way to stop members from posting flash in there profiles in the video section??

criscokid
04-25-2006, 07:59 AM
Is some one going to comeup with a similar Search/ Browse profiles to add to this?
That is one key element that's missing.

KevNJ
04-25-2006, 09:02 PM
is it possible to have the htaccess file work from the root

like mysite.com/username ?

CodeRed
04-25-2006, 09:08 PM
is it possible to have the htaccess file work from the root

like mysite.com/username ?

id be interested in this as well...

Murty
04-26-2006, 12:00 PM
Can you make it so users can have a single line text box to enter the background URL?
So I dont have to go around changing users for them. (they are noobs so they wont know how to do it otherwise)

criscokid
04-26-2006, 12:13 PM
is it possible to have the htaccess file work from the root
like mysite.com/username ?
You could but the you would have to restrict usernames so that they can't choose ones which happen to be the same as any of you subdirectories: forums (if your forums are in /forums), gallery, etc...

The other problems you have to overcome:
The URL for the avatar and photo that get's called in the MEMBERINFO template is set as a relative URL so until you work out how to change that no avatars or photos will show.
All of the URLs called in the MEMBERINFO template are set as relative URLs so you would have to change them to be specific URLS (http://domain.com/... instead of /... )

Wordplay
04-26-2006, 04:07 PM
how did you guys get http://www.site.com/forum/USERNAME to work as a link to the user profiles?

Stangsta
04-26-2006, 04:09 PM
how did you guys get http://www.site.com/forum/USERNAME to work as a link to the user profiles?By putting the .htaccess file in your forum root.

The Chief
04-26-2006, 04:13 PM
is it possible to have the htaccess file work from the root

like mysite.com/username ?
I don't think this is possible...

Murty
04-26-2006, 04:14 PM
I also do not have the bottom and right of the Members Profile, Like there is no neat ending for them like the left side. Anyone else had this problem and managed to fix it?

DementedMindz
04-26-2006, 08:56 PM
is there a way to stop members from posting flash in there profiles in the video section??


so any answer to this???

foulplay
04-28-2006, 03:22 AM
I like how MissKalunji set her memberlist like myspace. I'm interested in setting it up like how she has it. Can someone tell me how?

Soljah
04-30-2006, 06:24 AM
For some reason when I added my vbPlaza information onto my profile it was very wide, like outside of the margins. Can anyone help me with this?

DementedMindz
04-30-2006, 10:27 AM
i wish support was better in this thread.... i asked 2 times already maybe a thrid time will do it... is there a way to stop members from posting flash in there profiles in the video section??

criscokid
04-30-2006, 10:57 AM
I like how MissKalunji set her memberlist like myspace. I'm interested in setting it up like how she has it. Can someone tell me how?
That bit is pretty much up to you. Just start editing the MEMBERINFO template and see where it leads you - that's what I did on my forum. You can't really break anything other than end up with a page that might look a bit wonky - if that's the case just change values, etc in the template. It makes it a lot easier if you have two browser windows open - edit the template in the first have have your member's profile page showing in the other then after each edit of the template in window #1 refresh the page in browser #2 by hitting 'F5'

criscokid
04-30-2006, 11:00 AM
i wish support was better in this thread
That can be a common problem. On vBulleting.org there's basicalyy one thread for everyone to use and support questions can easily get overlooked. It would be cool if there was some kind of sub-category for each published hack then people could open their own support thread but then on the other side of the coin there may be disadvantages to doing that.

ronoxQ
04-30-2006, 03:12 PM
Uninstalled. I'm very sorry I have to do this.

However, my last few questions on this forum have been completely ignored. Stangsta, you started off very nicely on this thread, but you've been getting slack recently. My Profile Re-Write is still not working, and I've been posting exactly WHAT I did, not just what the problem is. I've tried to be as forthcoming as possible.

I'll be waiting for vB Space now, I guess.

criscokid
04-30-2006, 10:40 PM
The one thing that still doesnt work in the profile page is the Total User Images: portion. It's suppose to display the total number of images the user has in the PhotoPost Gallery. I have not been able to figure that one out yet so if anyone can find the fix I'd greatly appreciate it! :)
There's already a mod that displays the number (of photos a user has has uploaded) in a users postbit: PP Photo Count in Postbit (https://vborg.vbsupport.ru/showthread.php?t=114190)

I suspect all one needs to do is install that mod and then use the variable it creates in the MEMBERINFO template.

Stangsta
04-30-2006, 11:18 PM
Uninstalled. I'm very sorry I have to do this.

However, my last few questions on this forum have been completely ignored. Stangsta, you started off very nicely on this thread, but you've been getting slack recently. My Profile Re-Write is still not working, and I've been posting exactly WHAT I did, not just what the problem is. I've tried to be as forthcoming as possible.

I'll be waiting for vB Space now, I guess.Im allowed to get slack, I do have a life outside of vb.org. :)

If you are having problems with your CSS, it is directly a result of either:

1. Your style that you are using.
or
2. You dont know how to use CSS.

If you don't know CSS....theres plenty of resources on the web. And CSS is not reqiured to make this hack work, just an added bonus. And of course...my services are always available if needed if you want me to go on there and make it all work for you.

Sorry you feel the way you do. Back to relaxing on a pleasant Sunday...

foulplay
05-02-2006, 02:43 AM
That bit is pretty much up to you. Just start editing the MEMBERINFO template and see where it leads you - that's what I did on my forum. You can't really break anything other than end up with a page that might look a bit wonky - if that's the case just change values, etc in the template. It makes it a lot easier if you have two browser windows open - edit the template in the first have have your member's profile page showing in the other then after each edit of the template in window #1 refresh the page in browser #2 by hitting 'F5'


You mean, the MEMBERLIST. I don't need to edit the MEMBERINFO if i'm trying to have my list look like myspace, when browsing members.

mikeclarke
05-02-2006, 03:14 AM
Any advice on how to make memberlist.php look like this?

Stangsta
05-02-2006, 06:37 AM
Any advice on how to make memberlist.php look like this?Its not too difficult, but I have no use for that. The default layout looks better IMO.

Crazy Serb
05-02-2006, 01:53 PM
Any advice on how to make memberlist.php look like this?

that looks kinda interesting (thanks for the address of that site with a lot of Bi girls ;))

Bluestrike2
05-02-2006, 10:03 PM
Right now I'm trying to install this while biting my fingernails off (AP World History exam tomorrow), and needless to say I'm having a bit of trouble:

http://www.mlgpwncast.com/forum/member.php?u=298

If anyone has an idea as to what could be causing this, it would be most appreciated. I understand you're most likely busy, but I'd appreciate the help if at all possible :D.

Originally I thought it was an open table, but the W3 validator and my eyeballs (which I don't trust right now :D) say otherwise :(.

The weird thing? The same occurs for the User CP re-write :(. I have crappy luck :(.

EDIT: There is no CSS btw.

jarcher
05-05-2006, 05:38 PM
when I added the profile field for the myspace url.
it links to:

http://www.mywesite.comhttp://www.myspace.com

any ideas why or how to fix it?

CodeRed
05-05-2006, 05:54 PM
when I added the profile field for the myspace url.
it links to:

http://www.mywesite.comhttp://www.myspace.com

any ideas why or how to fix it?

you have to make sure the users enter in the complete web addy...

ie: http://

if they dont enter that portion, the software will try to link it to your domain somewhere which is the error you are getting

Wordplay
05-07-2006, 03:25 PM
yeah did kalunji ever release the memberlist modification?

pogonavitticeps
05-07-2006, 06:45 PM
Hi!

When a member wants to change background colour in some of the fields in his profile; example like in "About me" - is that possible somehow??

akeel
05-07-2006, 07:18 PM
Hi, does anyone know how to change the .htaccess so that users can use characters such as !"£$%^&*()_+., in their user name?

ie yourdominname/its.me

or is there a way which i can stop useres from registering with them charachters.

Thanks in advanced..

Stangsta
05-07-2006, 07:57 PM
Hi, does anyone know how to change the .htaccess so that users can use characters such as !"?$%^&*()_+., in their user name?

ie yourdominname/its.me

or is there a way which i can stop useres from registering with them charachters.

Thanks in advanced..Theres a way for you to prevent them from registering with those characters. Its on vb.org somewhere.

Stangsta
05-07-2006, 07:58 PM
Hi!

When a member wants to change background colour in some of the fields in his profile; example like in "About me" - is that possible somehow??Depends on how your CSS is set up. You can make it do it, but need to make it a seperate tag.

MissKalunji
05-07-2006, 11:20 PM
yeah did kalunji ever release the memberlist modification?


a coder will release it i suck at plugins etc so his doing it

Bluestrike2
05-08-2006, 03:45 AM
Can't wait MissKalunji!!! :D

Anyhow, you can check out what I did here:

http://www.mlgpwncast.com/forum/Bluestrike2

Wish I had the comments hack though :(.

Wordplay
05-08-2006, 11:44 AM
your profiles look decent man. keep them like that!

thanks for replying kalunji. there aren't many profile code sharings in this thread as it seems. too bad. the other thread had so many in it.

i'm looking forward to kalunji's memberlist release, no matter who is doing it, thanks for sharing.

is there anybody that made an exact myspace profile copy?

Wordplay
05-08-2006, 06:45 PM
wow... your style is incredibly messy stangsta, why do you close so many font tags when you never open any? and you've got alot of other wrong closings, < div > < td > they are really confusing, or do they need to be there for some other reason?

did anybody ever release a hack for groups for the users? the way they got them on myspace?

Stangsta
05-08-2006, 10:03 PM
wow... your style is incredibly messy stangsta, why do you close so many font tags when you never open any? and you've got alot of other wrong closings, < div > < td > they are really confusing, or do they need to be there for some other reason?

did anybody ever release a hack for groups for the users? the way they got them on myspace?Basically it was my original that I would play with testing things out. It was functional, never went back and cleaned it up. I was going to do that on the next version.

Shaliza
05-09-2006, 06:53 AM
Wow, this looks amazing. I might use it later.

skariko
05-09-2006, 08:03 AM
Hi man,
there's something to use only the specified mod (see on attachment)?
I want have only 'View More Pics' but I've read all your post and I don't find nothing, thanks!

skariko
05-09-2006, 08:05 AM
..ehm the attachment :o

Wordplay
05-09-2006, 09:22 AM
stangsta thanks alot for the hack, my profiles really get that myspace effect now.

stariko, you mean just the link?
<a href="http://gallery.YoSite.com/browseimages.php?do=member&imageuser=$userinfo[userid]&$session[sessionurl]" title="Bilder Anschauen">View More Pics</a> ($userimages[count])
that should do the trick, just put it wherever you want it to go, place it underneath the profilepic with a < br > infront of it. and it'll be just the way it is on stangsta's example.

skariko
05-09-2006, 09:36 AM
stariko, you mean just the link?
<a href="http://gallery.YoSite.com/browseimages.php?do=member&imageuser=$userinfo[userid]&$session[sessionurl]" title="Bilder Anschauen">View More Pics</a> ($userimages[count])
that should do the trick, just put it wherever you want it to go, place it underneath the profilepic with a < br > infront of it. and it'll be just the way it is on stangsta's example.

Sorry, I mean the mod of 'more pics'..not just the link..so I see the screenshot and I think that is possibile to have more profile picture than one, isn't it?
Is it a mod that I can install somewhere?

Wordplay
05-09-2006, 11:29 AM
i think this was intended for vbadvanced galleries. but i guess you could just use this one:

https://vborg.vbsupport.ru/showthread.php?t=99134&highlight=profile+pic

skariko
05-09-2006, 12:51 PM
i think this was intended for vbadvanced galleries. but i guess you could just use this one:

https://vborg.vbsupport.ru/showthread.php?t=99134&highlight=profile+pic

Thank you Wordplay, but i was searching for something different.
Sorry for my english.
I was wondering it there's a way to add "personal" galleries in the user profile. As you certainly know with the "basic" VBulletin every user is able to add one avatar and one single photo to his profile. I was wondering if there's a way to allow users to add more than a photo in their profiles, to create something like a gallery. For example, every user could add more than one photo by himself in his profile, and when someone click on that user profile, he should be able to see not just the "single" photo but all the uploaded gallery.
Are you aware of any "mod" able to do such stuff ?

daystorm
05-12-2006, 01:47 AM
Hello,

I am having a problem with the code below:

<tr valign="top" class="alt2">
<td align="left" valign="top"> <div align="left"><span class=""><strong>I

Am:</strong></span></div></td>
<td style=""><if condition="$comma =''"></if>
<if condition="$post['field18']&2">
$comma A Blah-Blah
<if condition="$comma =','"></if>
</if>
<if condition="$post['field18']&3">
$comma Not A Blah-Blah
<if condition="$comma =','"></if>
</if>
<if condition="$post['field18']&4">
$comma A Blah-Blah
<if condition="$comma =','"></if>
</if>
<if condition="$post['field18']&5">
$comma A Non-Blah-Blah
<if condition="$comma =','"></if>
</if>
<if condition="$post['field18']&6">
$comma A Blah-Blah
<if condition="$comma =','"></if>
</if>
<if condition="$post['field18']&7">
$comma A Blah-Blah
<if condition="$comma =','"></if>
</if>
<if condition="$post['field18']&8">
$comma Into Blah-Blah
<if condition="$comma =','"></if>
</if>
<if condition="$post['field18']&9">
$comma A Blah-Blah
<if condition="$comma =','"></if>
</if>
<if condition="$post['field18']&10">
$comma Something Not Listed Here
<if condition="$comma =','"></if>
</if>

</tr>

When I input this, if I check mark some random ones show up or none at all show up. I can not understand what I am doing wrong.

Thank you,
Ella

Stangsta
05-12-2006, 02:24 AM
Hello,

I am having a problem with the code below:

<tr valign="top" class="alt2">
<td align="left" valign="top"> <div align="left"><span class=""><strong>I

Am:</strong></span></div></td>
<td style=""><if condition="$comma =''"></if>
<if condition="$post['field18']&2">
$comma A Blah-Blah
<if condition="$comma =','"></if>
</if>
<if condition="$post['field18']&3">
$comma Not A Blah-Blah
<if condition="$comma =','"></if>
</if>
<if condition="$post['field18']&4">
$comma A Blah-Blah
<if condition="$comma =','"></if>
</if>
<if condition="$post['field18']&5">
$comma A Non-Blah-Blah
<if condition="$comma =','"></if>
</if>
<if condition="$post['field18']&6">
$comma A Blah-Blah
<if condition="$comma =','"></if>
</if>
<if condition="$post['field18']&7">
$comma A Blah-Blah
<if condition="$comma =','"></if>
</if>
<if condition="$post['field18']&8">
$comma Into Blah-Blah
<if condition="$comma =','"></if>
</if>
<if condition="$post['field18']&9">
$comma A Blah-Blah
<if condition="$comma =','"></if>
</if>
<if condition="$post['field18']&10">
$comma Something Not Listed Here
<if condition="$comma =','"></if>
</if>

</tr>

When I input this, if I check mark some random ones show up or none at all show up. I can not understand what I am doing wrong.

Thank you,
EllaWhy do you hav edouble </if> for every if?

daystorm
05-12-2006, 02:28 AM
I am not sure, that is how it was in the code. If I remove them, should it work?

By the way, thank you for responding so quickly!

Ella

daystorm
05-12-2006, 02:49 AM
Hello,

I am now getting this error with this code...

Parse error: parse error, unexpected '}' in /home/bostoner/public_html/forums/member.php(651) : eval()'d code on line 230


{
if (!is_object($bbcode_parser))
{
require_once(DIR . '/includes/class_bbcode.php');
$bbcode_parser =& new vB_BbCodeParser($vbulletin, fetch_tag_list());
}
$userinfo['field6'] = $bbcode_parser->parse($userinfo['field6'],0, true);
}
{
if (!is_object($bbcode_parser))
{
require_once(DIR . '/includes/class_bbcode.php');
$bbcode_parser =& new vB_BbCodeParser($vbulletin, fetch_tag_list());
}
$userinfo['field8'] = $bbcode_parser->parse($userinfo['field8'],0, true);
}
{
if (!is_object($bbcode_parser))
{
require_once(DIR . '/includes/class_bbcode.php');
$bbcode_parser =& new vB_BbCodeParser($vbulletin, fetch_tag_list());
}
$userinfo['field9'] = $bbcode_parser->parse($userinfo['field9'],0, true);
}
if (!is_object($bbcode_parser))
{
require_once(DIR . '/includes/class_bbcode.php');
$bbcode_parser =& new vB_BbCodeParser($vbulletin, fetch_tag_list());
}
$userinfo['field10'] = $bbcode_parser->parse($userinfo['field10'],0, true);
}
if (!is_object($bbcode_parser))
{
require_once(DIR . '/includes/class_bbcode.php');
$bbcode_parser =& new vB_BbCodeParser($vbulletin, fetch_tag_list());
}
$userinfo['field11'] = $bbcode_parser->parse($userinfo['field11'],0, true);
}

Wordplay
05-12-2006, 07:01 AM
Thank you Wordplay, but i was searching for something different.
Sorry for my english.
I was wondering it there's a way to add "personal" galleries in the user profile. As you certainly know with the "basic" VBulletin every user is able to add one avatar and one single photo to his profile. I was wondering if there's a way to allow users to add more than a photo in their profiles, to create something like a gallery. For example, every user could add more than one photo by himself in his profile, and when someone click on that user profile, he should be able to see not just the "single" photo but all the uploaded gallery.
Are you aware of any "mod" able to do such stuff ?
if you wanna go that rout, this is what i'd use.

follow that link i mentioned in the reply earlier. and download the profile picture gallery. then also get this right here: https://vborg.vbsupport.ru/showthread.php?t=105616 i haven't taken a serious look at it yet, but seemingly it is what you're looking for. sorry i ran a search and couldn't find anything in your direction.

it's called the 2 or more profile pictures hack. good luck getting the profile picture gallery to show more then one profile picture.

if that doesnt work the way you want it to.

here is what i did: i installed a gallery software *like the one i linked you to earlier* and below profile picture in the user cp i made a link: UPLOAD MORE PICTURES. which just uploads pictures directly to their own gallery. then theres a link on all the pictures they are viewing saying display in profile. which puts what ever picture they klick into a profile field and then they get listed there... making it look like myspace although myspace doesnt have that function, but i'm trying to make my site as easy as humanly possible.

good luck with everything, and make sure to let me know how it all worked out for you.

criscokid
05-12-2006, 07:54 AM
When I input this, if I check mark some random ones show up or none at all show up. I can not understand what I am doing wrong.

Some of your ticked fields are showing up... some aren't... because your code is wrong - something very small but small enough to break everything (it's in the attention to detail).

<if condition="$comma =''"></if>
<if condition="$post['field36']&1">$comma Arts and crafts
<if condition="$comma ='-'"></if>
</if>
<if condition="$post['field36']&2">$comma Board games
<if condition="$comma ='-'"></if>
</if>
<if condition="$post['field36']&4">$comma Cars
<if condition="$comma ='-'"></if>
</if>
<if condition="$post['field36']&8">$comma Cinema / Movies
<if condition="$comma ='-'"></if>
</if>

Looking at the code above you will see the value after the & doubles every time (it doesn't increment by 1 as per your code). Example: &1 &2 &4 &8 &16 &32...

Smiry Kin's
05-12-2006, 01:34 PM
can some one help me with this

Note: this is in IE only. not Firefox. works perfect in FF,

seems that it cuts it off.. i have tried everything, make the forums width more, shortening the tables, seems to be a problem, any ideas??

criscokid
05-14-2006, 04:19 PM
can some one help me with this
Unfortunately I can't advise you on how to solve you problem but I do strongly advise you to modify your template to stop using the 'camera photo' from the texasphotoforums.com (or whatever the site is called). That's considered to be bandwidth theft and could result in your hosting provider suspending your hosting account.

Smiry Kin's
05-14-2006, 05:59 PM
Unfortunately I can't advise you on how to solve you problem but I do strongly advise you to modify your template to stop using the 'camera photo' from the texasphotoforums.com (or whatever the site is called). That's considered to be bandwidth theft and could result in your hosting provider suspending your hosting account.
it isnt on there server. i "borrowed" it. i asked abel if he had a problem he didnt.. and my hosting account will never get suspended. :)

daystorm
05-15-2006, 10:51 AM
Hello,

Thank you for helping with <if> conditional code.

I have two more questions, one is the code I asked about the other day that produces the error when I put it in the plugin field, "Parse error: parse error, unexpected '}' in /home/bostoner/public_html/forums/member.php(651) : eval()'d code on line 230". I am not sure why I am getting this error.

Also, do you know how to make the avatar picture in the profile larger? I changed the size in the properties for pictures and Avatars, but that didn't change it on the view profile page.

Thank you,
Ella

Stangsta
05-16-2006, 04:36 AM
Also, do you know how to make the avatar picture in the profile larger? I changed the size in the properties for pictures and Avatars, but that didn't change it on the view profile page.

Thank you,
EllaNow that you changed it for the usergroups, you have to upload a bigger avatar. VB isn't that smart :)

PennylessZ28
05-16-2006, 09:38 PM
you know what would be great.... if this was a product.

And if it uses ajax, so that a user viewing his profile could edit it on the fly. And if by using javascript in combination, he could change the postion or re-arange items on the page. And what if blogs and comments and friends, along with additional photos didn't require 3rd party plugins that weren't really designed in conjunction with this from the start anyways ??? oh then you'd have something wouldn't you. ;)

Hurm....... why I think it's almost here ;) could be here very soon.

MissKalunji
05-16-2006, 09:42 PM
Yeah i've seen that before

Stangsta
05-17-2006, 12:28 AM
Yeah i've seen that beforeI have full access to it...."hurm"

MissKalunji
05-17-2006, 12:51 AM
you've been holding back on me eh!

PennylessZ28
05-17-2006, 01:38 AM
I'm using it right now

MissKalunji
05-17-2006, 01:59 AM
Thats Cool

michaelsilvia
05-17-2006, 08:57 AM
This is by far my favorite hack!

Is there a way to keep the borders when uploading an image or changing the colors on the CSS? See my profile for an exampel:
http://www.usfkforums.com/members/mike.htm

I would like to have some border seperate the different areas. Also, what is the best way to change the text color when using an image? For instance, the first attached image has an image background, but the borders around the tables are black. In the second image the tables are gone. I want it with the tables. I tried adding this code with no luck:

H1 {border-style: solid; border-color: purple;}


I also tried to edit the one you had.

.tborder {background: #FFF000}


Thanks!

Mike

michaelsilvia
05-18-2006, 05:53 AM
Ok, I messed around and think it looks pretty good.

http://www.usfkforums.com/members/mike.htm

How about getting the NAVBAR to stay original?

Mike

noonespecial
05-18-2006, 09:58 AM
Here's mine .. I'd appreciate the style not being copied 100% if you like what you see. Build upon it, but don't steal it pleas!

http://www.absolutepunk.net/member.php?u=1083

MissKalunji
05-18-2006, 11:02 AM
that has been copied long time mate sorry to burst your bubble

criscokid
05-18-2006, 11:46 AM
Geez, I love the idea. But thats going to take me forever to accomplish. By question... Is some one going to comeup with a similar Search/ Browse profiles to add to this?
For the benefit of those that are going to try tackle an enhanced 'search / browse profiles' tool you'll be interested in the How To Search Memberlist Profile Fields Via A URL (http://www.vbulletin.com/forum/showthread.php?t=169266) thread.

Stangsta
05-18-2006, 03:11 PM
Ok, I messed around and think it looks pretty good.

http://www.usfkforums.com/members/mike.htm

How about getting the NAVBAR to stay original?

MikeAdd this:<script type="text/javascript" src="clientscript/vbulletin_global.js"></script>
<if condition="$show['popups']"><script type="text/javascript" src="clientscript/vbulletin_menu.js"></script></if>
Below this:<if condition="$userinfo[field35]">
<style type="text/css">$userinfo[field35]</style>

noonespecial
05-18-2006, 06:37 PM
Not surprised.

Dj-BuZ
05-19-2006, 06:53 AM
ok install this hack along with other but i get an error now if some one can help me please it be great...thank you


Database error in vBulletin 3.5.4:

Invalid SQL:
SELECT COUNT(*) AS count FROM links WHERE userid = '1' AND valid = 1;

MySQL Error : Table 'buz_new.links' doesn't exist
Error Number : 1146
Date : Friday, May 19th 2006 @ 02:44:58 AM
Classname : vb_database

thats what i get when i try to view my profile...i might have done something wrong or did i missed anything ??

Dj-BuZ
05-19-2006, 06:34 PM
anyone ??? please

Stangsta
05-19-2006, 11:04 PM
anyone ??? pleaseThat has nothing to do with this hack as it is only a tempate edit. Please seek support through the hack you installed to produce that issue.

Sonno
05-20-2006, 05:18 PM
Ok, forgive my ignorance but... how exactly am I supposed to apply this mod? I have to put exactly what code into where?

I'm not really looking to do the whole "Myspace" thing, and I don't really care about adding the .htmlaccess file or installing any of the recomended hacks; I just want to simply spruce up my members profiles a bit giving them a few more options to work with than what they have now.

How do I do that?

Thanks.

criscokid
05-21-2006, 08:39 AM
I just want to simply spruce up my members profiles a bit giving them a few more options to work with than what they have now.
Which is why it's necessary to install the recomended hacks - without them there's nothing to add to your member's profiles.

MustangLisa
05-23-2006, 12:27 AM
Installed and worked without a single issue. Thank you for all you hard work on this!!

Roody
05-23-2006, 06:47 PM
My apologies if this has already been answered, but is there a way to add images to profiles without vbadvanced or their links program?

Stangsta
05-23-2006, 10:46 PM
Installed and worked without a single issue. Thank you for all you hard work on this!!Im a member of your site. :) I have a Black 93 GT :banana:

Coldhands
05-23-2006, 11:08 PM
ok install this hack along with other but i get an error now if some one can help me please it be great...thank you


Database error in vBulletin 3.5.4:

Invalid SQL:
SELECT COUNT(*) AS count FROM links WHERE userid = '1' AND valid = 1;

MySQL Error : Table 'buz_new.links' doesn't exist
Error Number : 1146
Date : Friday, May 19th 2006 @ 02:44:58 AM
Classname : vb_database

thats what i get when i try to view my profile...i might have done something wrong or did i missed anything ??

:banana: I was happy to see that someone got the same exact error that I did, and that I wasn't alone here.

I went into the plugin manager, and searched (ctrl + f) for 'links'

I found 'Number of pics and links in profile' under 'Hook Location : member_complete' and clicked '[edit]'. Then I deactivated it and I didn't get the db error anymore. That should do the trick for you.

Now my question. I think it may have to do with the fact that I don't have the vB advanced image gallery installed yet. Does that sound about right? Which hack exactly is the vb_advanced_image gallery? I don't think I saw that in the list of things to upload, however, I do recall the vBjournal talking about that.

Roody
05-24-2006, 01:59 PM
My apologies if this has already been answered, but is there a way to add images to profiles without vbadvanced or their links program?

Any ideas?

Roody
05-25-2006, 12:58 PM
My apologies if this has already been answered, but is there a way to add images to profiles without vbadvanced or their links program?

Bumping this up again.

Soljah
05-25-2006, 10:51 PM
The issue that I am having is that whenever I use the CSS Code box in my "edit profile" box, to upload a new style. I just get a white background. I have read up on alot of CSS and still cant seem to get this fixed. I have been using myspace codes, but nothing works. Any advice?

Stangsta
05-25-2006, 11:42 PM
The issue that I am having is that whenever I use the CSS Code box in my "edit profile" box, to upload a new style. I just get a white background. I have read up on alot of CSS and still cant seem to get this fixed. I have been using myspace codes, but nothing works. Any advice?Thats because myspace codes wont work, you have to write your own CSS

i.e.

.thead
.alt
.alt2

ericgtr
05-28-2006, 04:46 PM
Neat mod, installed!

However, it would've been nice to see in the original post that you must have a paid mod (vba image gallery) installed and that there is no comment system. The screenshots are mis-leading, half way through the install I found myself searching this stuff out.

Battle_Ring
05-29-2006, 02:41 PM
Profile wont update after filling out the info can someone please help

Stangsta
05-29-2006, 03:34 PM
Neat mod, installed!

However, it would've been nice to see in the original post that you must have a paid mod (vba image gallery) installed and that there is no comment system. The screenshots are mis-leading, half way through the install I found myself searching this stuff out.
The comment system is available through my installs. And you can use any gallery you want, just change the link in the MEMBERINFO to fit the gallery you use....even the free one.

KevNJ
05-31-2006, 11:04 AM
Stangsta I would hope that your working on a version 2 of this hack with the disappointing ( atleast to me ) news about the other myspace hack in mod discussion catagory. Central server.... Blah!

Stangsta
05-31-2006, 01:41 PM
Stangsta I would hope that your working on a version 2 of this hack with the disappointing ( atleast to me ) news about the other myspace hack in mod discussion catagory. Central server.... Blah!Version 2 can be done if there was an interest. But, it doesnt seem like there is enough interest to warrant the work. I have alot of ideas for it, but I dont think it would be worth all the time just for a handful of people.

daystorm
05-31-2006, 05:12 PM
Help...

This is not working. $comment_panel

Do I need to install download something else to make it work?

Stangsta
05-31-2006, 08:30 PM
Help...

This is not working. $comment_panel

Do I need to install download something else to make it work?If you dont have the comment system, it wont work.

criscokid
05-31-2006, 10:09 PM
Version 2 can be done if there was an interest. But, it doesnt seem like there is enough interest to warrant the work. I have alot of ideas for it, but I dont think it would be worth all the time just for a handful of people.
I'm definitely interested! :)
Time for others to raise their hands to show their interst in version 2...

Stangsta
05-31-2006, 10:35 PM
I'm definitely interested! :)
Time for others to raise their hands to show their interst in version 2...I would make the install a 1 product install, along with incorporating feature requests and cleaning up the code of v.1 You would however still have to edit the memberinfo template, but I would make it alot easier to add the profile fields.

If there was to be a v.2, what changes or features would everyone like to see in it?

KevNJ
06-01-2006, 01:30 AM
I would make the install a 1 product install, along with incorporating feature requests and cleaning up the code of v.1 You would however still have to edit the memberinfo template, but I would make it alot easier to add the profile fields.

If there was to be a v.2, what changes or features would everyone like to see in it?


1:1 MySpace Clone,non centralized. :banana:


Ill make a list of features that ive read through the other thread and ones on here and PM you it.

Roody
06-01-2006, 06:49 PM
My apologies if this has already been answered, but is there a way to add images to profiles without vbadvanced or their links program?

My apologies if this was answered and I missed it, but does anyone know the answer to this question?

Stangsta
06-01-2006, 07:42 PM
My apologies if this was answered and I missed it, but does anyone know the answer to this question?There is a stand alone hack to add multiple profile pictures on vb.org, but its busch league if you ask me. I will try to find the link.

Try this:

https://vborg.vbsupport.ru/showthread.php?p=875946#post875946

Brainwrek
06-01-2006, 08:36 PM
Stangsta... and anyone else reading this... I'll be d*mned if I'll ever support the vBspace crooks. So count me in for doing whatever I can to support your social networking mods. vBulletin is an amazing framework, and I believe it can totally crush MySpace in terms of usability and user satisfaction. But NO WAY is that worth serving up our members to a centralized corporate structure. Ok... I don't wanna be preachy here... just showing my respect and support for you and your mods further development.

Roody
06-02-2006, 09:51 AM
There is a stand alone hack to add multiple profile pictures on vb.org, but its busch league if you ask me. I will try to find the link.

Try this:

https://vborg.vbsupport.ru/showthread.php?p=875946#post875946

Thanks for the link. I will check it out. :)

Dr Steevil
06-06-2006, 08:44 PM
I have installed this and it is working great! What I want to do now is create a button for my menu system (I have a flash based header for a menu system) that will take the user to their profile page. What I need is the appropriate code i.e something like
http://mysite.com/userid

How do I do that?

criscokid
06-06-2006, 09:27 PM
If you've put the .htaccess file in place http://mysite.com/forums/username will work.

Dr Steevil
06-06-2006, 10:39 PM
Sorry, I figured I wasn't very clear on what I mean't. I do have the .htaccess file and it works fine. What I want to be able to do is have a button on my menu that will take the user directly to his/her profile page. It would have to be some sort of "dynamic" link since there is no way to know the particular user. I am no coder and have limited knowledge of http protocol, but it would seem to me to be something like
http://www.mysite.com/member.php?u=$userid

Basically, I need to dynamically call up the userid (based on the person logged in) into the url. Or is this even possible?

Stangsta
06-07-2006, 02:34 AM
Sorry, I figured I wasn't very clear on what I mean't. I do have the .htaccess file and it works fine. What I want to be able to do is have a button on my menu that will take the user directly to his/her profile page. It would have to be some sort of "dynamic" link since there is no way to know the particular user. I am no coder and have limited knowledge of http protocol, but it would seem to me to be something like
http://www.mysite.com/member.php?u=$userid

Basically, I need to dynamically call up the userid (based on the person logged in) into the url. Or is this even possible?You could try this:<a href="member.php?$session[sessionurl]u=$post[userid]"><strong>View your profile</a>

criscokid
06-07-2006, 07:51 AM
There's also a 'edit my profile' link mod available (I don't remember the URL) whoich is shown to users if they're viewing their own profile.

Dr Steevil
06-07-2006, 11:30 AM
You could try this:<a href="member.php?$session[sessionurl]u=$post[userid]"><strong>View your profile</a>

Thanks, I will give this a try!

Criscokid, yeah I've seen this link and that's cool too. What Stangsta is giving me is in all probability what I need. Since with the comment system I have there is no way of knowing you've received a comment without going to your profile, I wanted to provide a quick way for users to access it (most won't think to use the Quick Links pull down menu).

Thanks again, and thanks to everyone here who has contributed to making this hack. I have "installed" and would definately vote for it as hack of the year.

Now if only the "comments" problem could be ironed out for everyone. Can't wait to see it, may upgrade if I likey!

Dr Steevil
06-07-2006, 11:47 AM
Well, it didn't work. I tried disabling the .htaccess file and that didn't work either. I get the error "Sorry, this user does not exist..."

Any other ideas?

criscokid
06-07-2006, 01:01 PM
Before you click the link take a look at what the actual URL is (right click, 'copy shortcut') of the link then post that here.

Dr Steevil
06-07-2006, 01:29 PM
In my particular case, it is embedded in a flash file. But I tried it also as an html code and as BBcode, none of them work.

The url I'm using is

http://www.hbclive.com/member.php?$session[sessionurl]u=$post[userid]

Since this site (vBulletin.org) is the same it should work here as well (modified of course), so let's try it...

Using this code
https://vborg.vbsupport.ru/member.php?$session[sessionurl]u=$post[userid]

https://vborg.vbsupport.ru/member.php?$session[sessionurl]u=$post[userid]

When you click that link, you'll get this error:

This user has not registered and therefore does not have a profile to view.

jerx
06-07-2006, 05:11 PM
Comments were dissapering because you didnt set your permissions right and users were able to delete others comments. I know a large group of people that DO NOT have that problem. Or you could save your money and wait till the new version of the myspace hack comes out. There will be a new version better than anything out there.

What are the right permissions? I only saw settings which seem to be harmless:

Can comment on profiles? Yes No
Can this usergroup view comments? Yes No
Can usergroup delete their own comments? Yes No
Can report comments? Yes No
Can edit their own comments? Yes No

Even if you set everything to yes, there should be no problem. Am I missing anything?

Dr Steevil
06-07-2006, 08:33 PM
By using [img] tags around the picture in the profile fields that are parsed.
Going way back for this one. Can't figure out what's wrong. I have parsed all of the fields that are multi-line text fields and double checked them and they are all correct. But when I place an image file in the [img] tags all it does is make it a link. Rather odd, because in the regular forum posts, it works fine.

This is a sample of my parser plug-in code

{
if (!is_object($bbcode_parser))
{
require_once(DIR . '/includes/class_bbcode.php');
$bbcode_parser =& new vB_BbCodeParser($vbulletin, fetch_tag_list());
}
$userinfo['field1'] = $bbcode_parser->parse($userinfo['field1'],0, true);
}

And yes, I have duplicated this for all of the fields I want parsed, and double checked to make sure all fields are changed to the values I need.

Stangsta
06-07-2006, 08:35 PM
What are the right permissions? I only saw settings which seem to be harmless:

Can comment on profiles? Yes No
Can this usergroup view comments? Yes No
Can usergroup delete their own comments? Yes No
Can report comments? Yes No
Can edit their own comments? Yes No

Even if you set everything to yes, there should be no problem. Am I missing anything?Can usergroup delete their own comments? Yes No

You call that harmless? Put that in the hands of your members...see what happens. :) Also, mods and admins have full delete permissions.

jerx
06-07-2006, 09:06 PM
Can usergroup delete their own comments? Yes No

You call that harmless? Put that in the hands of your members...see what happens. :) Also, mods and admins have full delete permissions.

I might have misunderstood the setting. I thought that everyone of the usergroup can delete his own comments, not the comments of other users of the same usergroup. Therefore it would have been their own fault. They should not be surprised about missing entries, because they deleted the entries themselves.

And if a mod or an admin deletes entries, it should be no surprise for the admin. He should know that the entries have been deleted on purpose.

So, I still wonder why several vB admins have reported this. Either there is really a bug or they have been just lazy to investigate the problem carefully.

Dr Steevil
06-08-2006, 06:32 PM
Try again.

I need help with the parse code plug-in. I have created the plug-in (I call it Profile Field Parser) in the member_complete hook per instructions. My code is arranged as follows:

{
if (!is_object($bbcode_parser))
{
require_once(DIR . '/includes/class_bbcode.php');
$bbcode_parser =& new vB_BbCodeParser($vbulletin, fetch_tag_list());
}
$userinfo['field1'] = $bbcode_parser->parse($userinfo['field1'],0, true);
}

I copied and pasted that code several times, changing the fieldx value to reflect the fields I need parsed.

My problem is that images aren't appearing. It just converts the file path to a link which of course when clicked shows the image in another browser window. I can't figure out what is wrong, because the use of the [IMG] tag works elsewhere on the site just fine. Is the product location of the plug-in wrong? I have it in vBulletin.

Stangsta
06-09-2006, 01:06 AM
Try again.

I need help with the parse code plug-in. I have created the plug-in (I call it Profile Field Parser) in the member_complete hook per instructions. My code is arranged as follows:

{
if (!is_object($bbcode_parser))
{
require_once(DIR . '/includes/class_bbcode.php');
$bbcode_parser =& new vB_BbCodeParser($vbulletin, fetch_tag_list());
}
$userinfo['field1'] = $bbcode_parser->parse($userinfo['field1'],0, true);
}

I copied and pasted that code several times, changing the fieldx value to reflect the fields I need parsed.

My problem is that images aren't appearing. It just converts the file path to a link which of course when clicked shows the image in another browser window. I can't figure out what is wrong, because the use of the [IMG] tag works elsewhere on the site just fine. Is the product location of the plug-in wrong? I have it in vBulletin.Its either conflicting with something else on your site OR you dont have it in the MEMBER_COMPLETE hook location.

Dr Steevil
06-09-2006, 01:33 AM
Its either conflicting with something else on your site OR you dont have it in the MEMBER_COMPLETE hook location.
I guess its conflicting with something else. It is in the MEMBER_COMPLETE hook.

daystorm
06-12-2006, 04:12 AM
I am having the same problem.
Any Ideas or suggestions?

I want to put a link in my index page straight to their user profile and I keep getting that the user is not registered... Please help.

Thank you,
Ella


In my particular case, it is embedded in a flash file. But I tried it also as an html code and as BBcode, none of them work.

The url I'm using is

http://www.hbclive.com/member.php?$session[sessionurl]u=$post[userid]

Since this site (vBulletin.org) is the same it should work here as well (modified of course), so let's try it...

Using this code
https://vborg.vbsupport.ru/member.php?$session[sessionurl]u=$post[userid]

https://vborg.vbsupport.ru/member.php?$session[sessionurl]u=$post[userid]

When you click that link, you'll get this error:

This user has not registered and therefore does not have a profile to view.

TRR
06-12-2006, 10:39 PM
When my users put in CSS, the "who has viewed member profile" stops working. Is there an easy fix for this?

aladinliverpool
06-13-2006, 12:53 AM
so.. after 50 pages. can anyone suggest if this is worth installing on my site?

there seems to be a few issues in here. Most of my members dont know how to use quick reply let alone input CSS values.

Dr Steevil
06-13-2006, 11:27 AM
so.. after 50 pages. can anyone suggest if this is worth installing on my site?

there seems to be a few issues in here. Most of my members dont know how to use quick reply let alone input CSS values.

Well, that kinda depends. I just recently installed this on my site and am still playing with it. The hard part is getting the comments section. But even without it, like someone else posted, its still better than the vBulletin default profile pages. It is a tedious task doing this install and isn't for the faint of heart. But the plus side is if you're like me and still learning how it all works, its an invaluable tool! I've learned more about the nuts and bolts of how vBulletin works doing this install than anything I've done so far!

As for users actually using it? Well, like anything new, it takes a little time. But look at myspace.com. People seem to be doing quite well learning it!

Lastly, my opinion on the whole css issue. I disabled it. I use multiple skins on my site and have found that customizing a page with css may look good for one skin and absolutely horrid on another.

Good luck with whatever you decide! And remember, this whole thing is being completely redeveloped, so you might want to just wait!

Annie^.^
06-13-2006, 11:56 AM
Comments were dissapering because you didnt set your permissions right and users were able to delete others comments. I know a large group of people that DO NOT have that problem. Or you could save your money and wait till the new version of the myspace hack comes out. There will be a new version better than anything out there.


Hi Stangsta
No the permissions were set properly. This is what I had in the usergroup ...

Can comment on profiles? Yes
Can this usergroup view comments? Yes
Can usergroup delete their own comments? Yes
Can report comments? Yes
Can edit their own comments? Yes

It doesn't say anywhere Can this group delete other's comments or edit? or did I miss something here?

As an admin I had an account for myself just a regular registered user for testing things. The the registered users weren't able to delete other's comments. I tested myself ... I'm positive for whatever reason they were dissapearing by them selves.

To be honest I didn't regret buying the script from Visionscripts. My users love it very much. They getting pm notification each time they get a new comment and plus. I manually transfered all the comments over to the new script and I feel very happy about it.

SuperFly
06-13-2006, 08:58 PM
actually only my admins profiles are showing.

Stangsta
06-13-2006, 11:27 PM
To be honest I didn't regret buying the script from Visionscripts. My users love it very much. They getting pm notification each time they get a new comment and plus. I manually transfered all the comments over to the new script and I feel very happy about it.Im glad to hear that. Would you mind sharing how and what steps you took to move the comments over to help others that would like to go the same route as you?

Annie^.^
06-14-2006, 12:09 AM
Sure not a problem .... Before I go to sleep tonight I will show you ...

Dr Steevil
06-14-2006, 01:31 AM
I am having the same problem.
Any Ideas or suggestions?

I want to put a link in my index page straight to their user profile and I keep getting that the user is not registered... Please help.

Thank you,
Ella

Stupid me finally figured it out! If you go to your navbar template, scroll down to where you find the following:
<!-- user cp tools menu -->
This is where the "Quick Links" pull down menu begins. Scroll down further and find
<tr><td class="vbmenu_option"><a href="member.php?$session[sessionurl]u=$bbuserinfo[userid]">$vbphrase[my_profile]</a></td></tr>
That's the link that will take you to your profile. So to add this as a regular menu item, simply add the following code where you want it to appear in your nav bar
<td class="vbmenu_control"><a href="member.php?$session[sessionurl]u=$bbuserinfo[userid]">$vbphrase[my_profile]</a></td>
Note that it starts <td class="vbmenu_control">, not <td class="vbmenu_option">Also, don't put the <tr> tags in there! You can also feel free to change the variable $vbphrase[my_profile] to whatever you want (such as just "My Profile").

Good luck!

docvader
06-15-2006, 02:57 PM
Hi gang, it's been a while. Nice to see what you have done with this concept.

I have a bit of a problem, and I was wondering if someone could help me here, because I can't remember what I did. I don't really have the opportunity yet to change to this new system; I'm still using the old way of doing this. My site got hacked, and I had to repair things / change mysql passwords, et al. My memberinfo.php page now gives me this error:
Warning: mysql_connect(): Access denied for user: 'rxxxxxxxx@localhost' (Using password: YES) in /member.php(651) : eval()'d code on line 48
I cannot connect to the database.
Anyone have any idea what's wrong here? Greatly appreciate it. PS: Glad to see most of you are still hanging out here.

rich

Jecht
06-15-2006, 04:54 PM
Just curious, I have been absent for sometime on my forums and my staff hasn't made any changes to any of the templates and when I came back I found an odd error that wasn't there before.

Warning: array_merge() [function.array-merge]: Argument #1 is not an array in /member.php(84) : eval()'d code on line 2

Any ideas as to what might have caused this, and how I can fix it?

daystorm
06-16-2006, 01:45 AM
Thank you for your help, unfortunately, I am still getting this error message.

This user has not registered and therefore does not have a profile to view.

Any suggestions?

Thank you,
Ella


Stupid me finally figured it out! If you go to your navbar template, scroll down to where you find the following:
<!-- user cp tools menu -->
This is where the "Quick Links" pull down menu begins. Scroll down further and find
<tr><td class="vbmenu_option"><a href="member.php?$session[sessionurl]u=$bbuserinfo[userid]">$vbphrase[my_profile]</a></td></tr>
That's the link that will take you to your profile. So to add this as a regular menu item, simply add the following code where you want it to appear in your nav bar
<td class="vbmenu_control"><a href="member.php?$session[sessionurl]u=$bbuserinfo[userid]">$vbphrase[my_profile]</a></td>
Note that it starts <td class="vbmenu_control">, not <td class="vbmenu_option">Also, don't put the <tr> tags in there! You can also feel free to change the variable $vbphrase[my_profile] to whatever you want (such as just "My Profile").

Good luck!

Wordplay
06-16-2006, 06:00 PM
just upgraded to 3.6 question... what is new in the membersinfo so i can add it to my customized one.

ronoxQ
06-17-2006, 12:33 AM
Im allowed to get slack, I do have a life outside of vb.org. :)

If you are having problems with your CSS, it is directly a result of either:

1. Your style that you are using.
or
2. You dont know how to use CSS.

If you don't know CSS....theres plenty of resources on the web. And CSS is not reqiured to make this hack work, just an added bonus. And of course...my services are always available if needed if you want me to go on there and make it all work for you.

Sorry you feel the way you do. Back to relaxing on a pleasant Sunday...

That would work, but I was using the CSS generator, meaning it had better work. ^_^

And I tested with the default style; didn't work. Any ideas? (Sorry this took a while to respond to.)

Stangsta
06-17-2006, 05:31 AM
That would work, but I was using the CSS generator, meaning it had better work. ^_^

And I tested with the default style; didn't work. Any ideas? (Sorry this took a while to respond to.)Hmmmm....I didnt write the CSS generator, it was donated by a member, so I couldn't tell you too much about it or why it does not work properly.

ronoxQ
06-17-2006, 11:25 PM
Hmmmm....I didnt write the CSS generator, it was donated by a member, so I couldn't tell you too much about it or why it does not work properly.

Okay. What I meant was, it works on the other pages I've seen using it (like MissK's), so I'm a bit baffled as to why it's not working.

Would parsing the field help?

MissKalunji
06-18-2006, 02:41 AM
Okay. What I meant was, it works on the other pages I've seen using it (like MissK's), so I'm a bit baffled as to why it's not working.

Would parsing the field help?


Its not the same....

MissKalunji
06-18-2006, 02:44 AM
I can confirm and testify that i'm using the script and loving it! It works great with the myspace profile re-write wonderfully.

Out of luck but happy for you

Stangsta
06-18-2006, 02:58 AM
Okay. What I meant was, it works on the other pages I've seen using it (like MissK's), so I'm a bit baffled as to why it's not working.

Would parsing the field help?She paid a coder to develop that one specifically for her. And before you ask, no its not for sale or to be distributed. :)

MissKalunji
06-18-2006, 10:45 AM
She paid a coder to develop that one specifically for her. And before you ask, no its not for sale or to be distributed. :)

beat me to it :banana:

TRR
06-19-2006, 01:25 AM
Stang, can you show me what I would have to do to add hyperlinks that automatically add 1 or subract 1 from the user number? In otherwards, I want to put links at the top of the profile page that say:

previous profile | next profile

Clicking on the link would take you to the next person's profile. Thanks!

criscokid
06-19-2006, 09:32 AM
Getting back to the parsing of text in customfields... we all know that & is being displayed as &amp;

I had a similar problem in REviewPost and the coders told me to insert the following line of code to fix the problem:
$customboxes['value'][$numcustom] = str_replace( "&amp;", "&", $customboxes['value'][$numcustom] );
I realise that this bit of code is specific to ReviewPost but thought that it might be of use to someone who has the coding ability to fix the problem.

ronoxQ
06-19-2006, 11:55 AM
She paid a coder to develop that one specifically for her. And before you ask, no its not for sale or to be distributed. :)

Yeah, I know. I'm a member on MissK's site myself, remember?

However, I've used both hers and mine, so I know that the CSS it generates is the same on each. Therefore, if it works on hers, it SHOULD work for mine...

Any clue about parsing?

Dr Steevil
06-19-2006, 12:38 PM
Thank you for your help, unfortunately, I am still getting this error message.

This user has not registered and therefore does not have a profile to view.

Any suggestions?

Thank you,
Ella

Where are you trying to place the link? I tried using it on my flash based menu and it didn't work. It does work on the navbar however. Just make sure you place the code in between the codes for other links. The best way to tell is the use of the <td> and </td> tags. Make sure this is the code you use and it should work:

<td class="vbmenu_control"><a href="member.php?$session[sessionurl]u=$bbuserinfo[userid]">$vbphrase[my_profile]</a></td>

Jecht
06-20-2006, 03:17 PM
I posted this question up once before, but seeing how this thread is progressing I better re-post it or I know it won't be seen. I am having this problem, and I have had a few people look into it, I do not believe that this is a file related error since there has been no recent changes to it, that I am aware of anyways, but I could be wrong since I have worked on the template many times to see if I could fix this error but haven't had any luck. I have tried reverting a test style to the original Memberinfo template and the error is still coming up. I copied the member.php file from my server and uploaded the original member.php file that came with the vBulletin zip package and the error still comes up. I'm honestly stumped as to what could be causing this problem.

If someone has had a similar problem or knows right off the bat what this error is and how to fix it, please let me know

--------------Error Fix Request--------------
Warning: array_merge() [function.array-merge]: Argument #1 is not an array in /member.php(84) : eval()'d code on line 2

--------------Error Fix Request--------------


Thanks

UncoderMom
06-20-2006, 04:23 PM
Anyone have VBJournal working with php5?

dinodonk
06-22-2006, 11:00 AM
Demo Site

http://profile.dancehallareaz.com/MissKalunji
http://profile.dancehallareaz.com/member.php?u=3024
http://www.sevencityforums.com/forums/member.php?u=18
http://redlinemotorsports.org/forum/member.php?u=1








Here is a Css Generator posted by quanvo81 pretty basic but will help your members to create fabulous profile!

and also the vbgallery showing the latest uploaded image in profile



Any idea how to make http://profile.dancehallareaz.com/MissKalunji ?? what should we put on htaccess??

TIA

UncoderMom
06-23-2006, 04:11 AM
Html and bb code are not phrasing ..I added the hooks?? What am i doing wrong lol. And what about the comments system? Im close but still a off from the screem shots! Id be glad to move past the not phrasing parts lol.

futuredood
06-24-2006, 02:19 AM
this sure is a brain twister..

out of the blue, the bbcode stopped parsing for one field..
a day later, NOTHING parses, it just shows $userinfo[field15].

can anyone point me in the right direction?

ab420
06-28-2006, 04:53 AM
How hard would it be to integrate this with Coppermine gallery? There is a mod to integrate the gallery with vBulletin registration, and I have done that already.

In Coppermine gallery, users can have their own gallery. I can see with my test accounts, that their gallery url is:
http://www.customfighters.com/gallery/index.php?cat=XXXXX

where the XXXXX is at the end, it is their userid from vBulletin + 10,000.

I'm sure there's some way to code this into the myspace profile hack to go right to their gallery when a link is clicked.... I just don't know how!!!

Anyone want to take a crack at this?

drgonzo120
06-29-2006, 11:37 AM
can't somebody build something similar but not with 5.000.000 steps to install?

ab420
06-29-2006, 08:24 PM
Maybe I'm missing something, but: I can change pretty much everything in the profile with css, except the color of the links!?!? It's very strange... I can change the background behind the links, but not the color of the actual link itself.... any ideas?

By the way.... AMAZING MOD!!!!!!!

--edit:

yup, there is definitely something not right with the css... MOST of it works, but I cannot change the link color in any way... I have no problems with anything else, I have validated my css repeatedly, everything is correct, but I can't cannot change the link color.... Does anyone else have this problem, or is there something screwy going on with my forum?

--edit #2!!!

Nevermind, didn't know css as well as I thought I did!!!!

HMBeaty
06-30-2006, 01:18 AM
Just to add a bit more :D

futuredood
06-30-2006, 05:49 AM
Some mods need to come in this thread and clean it up. This isn't even a hack, it's more of directions based on other hacks.. whatever, it works. Thanks to Stangsta for the guide.

peterska2
06-30-2006, 11:36 AM
I've deleted a lot of abusive and off topic posts from this thread.

It is now reopened, but any more comments or abuse and it will be closed permanently.

peterska2
06-30-2006, 01:39 PM
If you have any concerns regarding any of the posts in this thread, please use the report post function and it will be reviewed.

ab420
06-30-2006, 02:17 PM
Just wanted to give everyone the headsup:

I have been searching for free gallery alternatives to link with the profiles, and I came up with something that works... (for now...)

vBGarage (https://vborg.vbsupport.ru/showthread.php?t=109924&highlight=garage), was made for cars, I have a motorcycle site, so that's what first got me looking there. I use it so members can just so pics of their bikes (I don't need to see a bunch of pics of biker guys!!!! LOL!)

Anyways, what I figured out was this: with vBGarage, it gives everyone its own gallery with the url:
http://www.yoursite.com/forums/vbgarage.php?do=view&id=###

Where it says ##### at the end, is the users user id #. Even if the person has not set up a gallery, it will still bring them to their empty gallery.

Originally, the garage was set so you can fill in details about your bike, you could probably edit all that to make it details about their pictures. I have user profile fields for them to put in bike specs that I just call over to their garage page.

I would love to give you all the steps necessary to make this happen, but I really just stumbled my way through it! The basics are:

Install the garage as per instructions.
Edit the garage templates to display the pics the way you want.
Add a link in the memberinfo template like:

<a href="vbgarage.php?do=view&id=$userinfo[userid]>See more pictures of me!</a>

I would give you my garage templates too, but like I said, I took most of the stuff out of them, so it would be easier to use the originals.

I am not in any way anywhere close to the level of genius that usually resides on this board. I can not offer the same type of incredible support that you are used to, but I do check this thread regularly and will do my best to help anyone who needs it!
Good luck!

peterska2
06-30-2006, 09:42 PM
Any more off topic posts or discussions of other modifications in this thread and it will be closed.

This is the final warning.

puregraf
06-30-2006, 11:40 PM
Hi, i installed everything, and i went to click on a users name on my site and i got this error:

Database error in vBulletin 3.5.4:

Invalid SQL:
SELECT COUNT(*) AS count FROM links WHERE userid = '3845' AND valid = 1;

MySQL Error : Table 'puregraf_peegee.links' doesn't exist
Error Number : 1146
Date : Friday, June 30th 2006 @ 05:40:00 PM
Script : http://www.puregraffiti.com/graffiti-space/member.php?u=3845
Referrer : http://www.puregraffiti.com/graffiti-space/memberlist.php
IP Address : *****
Username : puregraffiti
Classname : vb_database


and also clicked view profile for the user and got this error:

Database error in vBulletin 3.5.4:

Invalid SQL:
SELECT COUNT(*) AS count FROM links WHERE userid = '2495' AND valid = 1;

MySQL Error : Table 'puregraf_peegee.links' doesn't exist
Error Number : 1146
Date : Friday, June 30th 2006 @ 05:41:36 PM
Script : http://www.puregraffiti.com/graffiti-space/member.php?u=2495
Referrer : http://www.puregraffiti.com/graffiti-space/showthread.php?t=142
IP Address : *****
Username : puregraffiti
Classname : vb_database


please help, thanks!



also, i copied your code for the MEMBERINFO and edited the field#'s..

thats what i was supposed to do right? cause i noticed you got image urls with your url, and since i copied your code, then i must change these right? but i tried finding those images and they are no where on my vbulletin folders.. where are they ?

thanks

Stangsta
07-01-2006, 04:58 AM
Hi, i installed everything, and i went to click on a users name on my site and i got this error:

Database error in vBulletin 3.5.4:

Invalid SQL:
SELECT COUNT(*) AS count FROM links WHERE userid = '3845' AND valid = 1;

MySQL Error : Table 'puregraf_peegee.links' doesn't exist
Error Number : 1146
Date : Friday, June 30th 2006 @ 05:40:00 PM
Script : http://www.puregraffiti.com/graffiti-space/member.php?u=3845
Referrer : http://www.puregraffiti.com/graffiti-space/memberlist.php
IP Address : *****
Username : puregraffiti
Classname : vb_database


and also clicked view profile for the user and got this error:

Database error in vBulletin 3.5.4:

Invalid SQL:
SELECT COUNT(*) AS count FROM links WHERE userid = '2495' AND valid = 1;

MySQL Error : Table 'puregraf_peegee.links' doesn't exist
Error Number : 1146
Date : Friday, June 30th 2006 @ 05:41:36 PM
Script : http://www.puregraffiti.com/graffiti-space/member.php?u=2495
Referrer : http://www.puregraffiti.com/graffiti-space/showthread.php?t=142
IP Address : *****
Username : puregraffiti
Classname : vb_database


please help, thanks!



also, i copied your code for the MEMBERINFO and edited the field#'s..

thats what i was supposed to do right? cause i noticed you got image urls with your url, and since i copied your code, then i must change these right? but i tried finding those images and they are no where on my vbulletin folders.. where are they ?

thanksI'll say it again as I did in my PM to you.

Seems like you didnt follow the instructions to the "number of pics in profile" hack. That was the cause, not the myspace hack. The images are not part of vbulletin, either make your own or copy them off my site.

ab420
07-01-2006, 05:00 PM
Got some screenshots of different css profile styles (keep in mind these are ALL from the same forum, just to give you an idea of the customization capabilities!)
https://vborg.vbsupport.ru/external/2006/07/23.gif
https://vborg.vbsupport.ru/external/2006/07/24.gif
https://vborg.vbsupport.ru/external/2006/07/25.gif
https://vborg.vbsupport.ru/external/2006/07/26.gif
https://vborg.vbsupport.ru/external/2006/07/27.gif
https://vborg.vbsupport.ru/external/2006/07/28.gif

Great hack by the way!!!!

puregraf
07-01-2006, 05:04 PM
I'll say it again as I did in my PM to you.

Seems like you didnt follow the instructions to the "number of pics in profile" hack. That was the cause, not the myspace hack. The images are not part of vbulletin, either make your own or copy them off my site.


Whats the name of the thread? I tried finding it but Im not sure what its called, i lookd at hacks I installed but there was nothing on there, maybe i forgot to click install, do you know the url to the thread or what its called?
im going to go through all the steps and see what i messed up on. thanks

dang that took me a while to find lol. https://vborg.vbsupport.ru/showthread.php?t=100667

UncoderMom
07-01-2006, 08:31 PM
Noobie Q! Where and do I put the css upload file on my server?? I made the profile field!

Also how do I get html to phrase in the comments section and video? Video field is not working :(

UncoderMom
07-01-2006, 08:37 PM
Also...I have this working with photoplog pics at the top! shows only the users pics and uses a conditional which can be found in your plug in hooks under member complete :)

If you diont have that hook let me know!

puregraf
07-01-2006, 09:37 PM
Whats the name of the thread? I tried finding it but Im not sure what its called, i lookd at hacks I installed but there was nothing on there, maybe i forgot to click install, do you know the url to the thread or what its called?
im going to go through all the steps and see what i messed up on. thanks

dang that took me a while to find lol. https://vborg.vbsupport.ru/showthread.php?t=100667


The database, seems to be corrupted and one of the table 'links' in the DB is missing.
my support told me. how do i fix this?

thanks

UncoderMom
07-01-2006, 10:03 PM
Okay! I got the css working and figured out the generator!! Some of my users used a css from a myspace site and it worked! The generator gets uploaded to your server then you add a link to it somewhere on your site :) I have created a forum just for profile design so I guess thats a good place to put the link! Unless I add it th the footer in profiles...ya that sounds good. lol

My noobness is starting to ware off ;)

Stangsta
07-02-2006, 12:24 PM
The database, seems to be corrupted and one of the table 'links' in the DB is missing.
my support told me. how do i fix this?

thankshttps://vborg.vbsupport.ru/showthread.php?t=100667

puregraf
07-02-2006, 07:41 PM
https://vborg.vbsupport.ru/showthread.php?t=100667

ok i will post for help there. thank you.

Polo
07-03-2006, 12:19 AM
cool thank you :D

puregraf
07-04-2006, 06:26 PM
help!

my "view more pics" and the "home page" links arent working.. its displaying for for user called USER this: http://www.puregraffiti.com/graffiti-space/

and its supposed to show: http://www.puregraffiti.com/graffiti-space/USER

so I assue thats why the "view more pics" isnt working either cause it is showing this:
http://www.puregraffiti.com/gallery/browseimages.php?do=member&imageuser=163

instead of this:
http://www.puregraffiti.com/gallery/USER/browseimages.php?do=member&imageuser=163


why isnt it working?

help, thanks.

criscokid
07-04-2006, 06:29 PM
It's easy to work out...
Right click on the images that aren't showing and click on 'properties' - you'll be able to see where your forum thinks the images should be... that's what you need to correct.

Blown Beauty
07-05-2006, 05:18 AM
Still lovin' my install! :)

However, something I can't find an answer to...

How do I add a "Profile Last Updated" date or even a simple "Profile has been updated" notation of some sort in the Members List? To go further, could the list be sorted by the most recently updated profiles?

Thanks in advance!! :cool:

toolblast
07-05-2006, 03:55 PM
Question (it may have been previously answered, if so please tell me the thread url!):

I am wanting to give brand new users on my forum the option to choose 'pre-built' profile styles. For example, the styles that ab420 showed, and then 'apply' a style to their profile as a starting point. Then they can go and modify their style to add personal touches later.

Is there any hack or add-on, or even a feature in this hack already, that would allow me to make a 'library' of profile styles to let the user pick from?

I think it would be a great idea. If anyone has any info on this please PM me or reply! THANKS!

ab420
07-05-2006, 04:10 PM
Question (it may have been previously answered, if so please tell me the thread url!):

I am wanting to give brand new users on my forum the option to choose 'pre-built' profile styles. For example, the styles that ab420 showed, and then 'apply' a style to their profile as a starting point. Then they can go and modify their style to add personal touches later.

Is there any hack or add-on, or even a feature in this hack already, that would allow me to make a 'library' of profile styles to let the user pick from?

I think it would be a great idea. If anyone has any info on this please PM me or reply! THANKS!

Thats definitely a good idea, in the meantime, I just started a thread where users can post screenshots as well as the CSS code for their profiles, then other members can just copy and paste the code.

foulplay
07-06-2006, 03:56 AM
I'm using the Myspace Profile Rewrite and was wondering how I could allow html instead of using BBcodes when creating a "New user Profile Field?"

I've seen Chief use it on, "Myetalk.com," for his members. If anyone could tell me how, it would be appreciated.

toolblast
07-06-2006, 04:07 AM
I'm using the Myspace Profile Rewrite and was wondering how I could allow html instead of using BBcodes when creating a "New user Profile Field?"

I've seen Chief use it on, "Myetalk.com," for his members. If anyone could tell me how, it would be appreciated.


try sending a private message to The Chief. He is usually always online :)

ab420
07-06-2006, 05:56 PM
I made a profile field that is a Yes/No radio button for the users to check off whether or not they are using custom css in their profile. This way, you can search for CSS-altered profiles from the memberlist. My question is: is there anyway to make a link in my navbar or header that would go right to the search results from that? This would make it a lot easier to see the customized profiles.

toolblast
07-06-2006, 07:17 PM
Sure, just copy the url after you do the search, go into your admincp, edit your header template, and add a hyperlink to that url in your header. Or you can edit your navbar template and add a new navbar option.

ab420
07-06-2006, 11:47 PM
Sure, just copy the url after you do the search, go into your admincp, edit your header template, and add a hyperlink to that url in your header. Or you can edit your navbar template and add a new navbar option.
That's what I thought too, but when you search the memberlist, the results url is just memberlist.php. I hit view source, and looked through and came up with this:

memberlist.php?&field42=1&order=ASC&sort=username

This shows anyone with the answer "yes" selected in field42 of their profile (you can change this to any field you need), and then sorts them by their username, hope this helps!

puregraf
07-07-2006, 05:04 PM
help!

my "view more pics" and the "home page" links arent working.. its displaying for for user called USER this: http://www.puregraffiti.com/graffiti-space/

and its supposed to show: http://www.puregraffiti.com/graffiti-space/USER

so I assue thats why the "view more pics" isnt working either cause it is showing this:
http://www.puregraffiti.com/gallery/browseimages.php?do=member&imageuser=163

instead of this:
http://www.puregraffiti.com/gallery/USER/browseimages.php?do=member&imageuser=163


why isnt it working?

help, thanks.


BUMP. Anyone can help?

UncoderMom
07-08-2006, 11:01 AM
BUMP. Anyone can help?


Did you upload the htaccess? Also, the view more pics is a link to photopost gallery. My link doesnt work because I use photoplog. I did find a way to add the users recent pics to the top with my gallery though :) So if I cant get the more pics link to call on photoplog...I'll prolly remove it! HTH

UncoderMom
07-11-2006, 11:41 AM
I cant get images to link with the css generator, so, no backgrounds. And my video still does not work? Anyone have any Ideas?

toolblast
07-11-2006, 05:08 PM
Glad you were able to figure it out :)

UncoderMom
07-24-2006, 01:19 AM
Finally Im getting somewhere! so far i need to work out a few feilds (lazy) but atlest my video is working...not the way I want but working lol

Is it possible to have a separate header/navbar for member info?

UncoderMom
07-24-2006, 01:23 AM
Also, does anyone know any code I can add that will let firefox display the css right?

and/or where I can get a plugin that actually works and lets the browser play video :roll:

ImportPassion
07-25-2006, 04:27 AM
when i browse to my profile it says "Unknown Location /forums/derek - 3 Minutes Ago"

Couple things, it should say "Derek-CEO" and how do u fix the "Unknown Location" part? I searched for that exact phrase in here, but it wasn't found.

TIA

ImportPassion
07-25-2006, 06:37 AM
also, when i go to my www.www.com/forum/admincp
it thinks admincp is a user. i tend to not add index.php to my dirs. any way around this?

criscokid
07-25-2006, 08:17 AM
also, when i go to my www.www.com/forum/admincp
it thinks admincp is a user. i tend to not add index.php to my dirs. any way around this?
Get in the habit of always putting a / at the end of /forum/admincp - it's all to do with the .htacess URL rewrites.

Halukk
07-25-2006, 10:36 PM
<a href="http://www.turkyasam.com/member.php?find=lastposter&t=402995" target="_blank">http://www.turkyasam.com/member.php?...oster&t=402995</a> ?

Video ? Comnest ?

Help

MikeWalczak
07-29-2006, 07:01 PM
I am ahving a problem when I try viewing a profile.


Database error in vBulletin 3.5.4:

Invalid SQL:
SELECT COUNT(*) AS count FROM links WHERE userid = '3' AND valid = 1;

MySQL Error : Table 'olddh_forum.links' doesn't exist
Error Number : 1146
Date : Saturday, July 29th 2006 @ 07:58:52 PM
Script : http://www.xxxxxxx.com/member.php?find=lastposter&t=163
Referrer : http://www.xxxxx.com/forumdisplay.php?f=34
IP Address : 67.37.50.57
Username : MikeWalczak
Classname : vb_database

Stangsta
07-30-2006, 03:58 PM
I am ahving a problem when I try viewing a profile.


Database error in vBulletin 3.5.4:

Invalid SQL:
SELECT COUNT(*) AS count FROM links WHERE userid = '3' AND valid = 1;

MySQL Error : Table 'olddh_forum.links' doesn't exist
Error Number : 1146
Date : Saturday, July 29th 2006 @ 07:58:52 PM
Script : http://www.xxxxxxx.com/member.php?find=lastposter&t=163
Referrer : http://www.xxxxx.com/forumdisplay.php?f=34
IP Address : 67.37.50.57
Username : MikeWalczak
Classname : vb_database
You did not install a plugin correctly from number of pics hack.

MentaL
07-30-2006, 09:32 PM
is this beign converted for 3.6.0 gold?

arurcard
08-02-2006, 06:36 AM
can someone help me with my htaccess

my forums are located at http://forums.miscforums.org/

i want http://miscforums.org/USER

:(

bada_bing
08-04-2006, 03:50 AM
Here is my site with this hack but tweaked a bit :)
http://www.seekingadultfriends.com/forums/member.php?u=2

Please note there is no nude pics as it a new site...:D

Now if I can only get people to join:cross-eyed:

ab420
08-05-2006, 02:47 PM
If I put conditionals on all the fields, so only things that are filled out in their profile will show up, will that put a lot more load on the server or cause it load slower?

bandoftheweek
08-06-2006, 05:34 AM
I'm about to install this (it will take some time), wish me luck!

EDIT: Will I be added to their friends automatically? Like Tom from MySpace, I wanna be cool like him, hah jk. But that would be a nice feature.

bandoftheweek
08-06-2006, 11:29 PM
I need help, for some reason the parsing and custom css won't work. I know that's kinda general and I'm not being specific, but I did follow the instructions and everything. http://bandoftheweek.com/hobbs

Chicago_VLNU_4s
08-07-2006, 12:28 AM
i wish you would have taken us on a full walk through. i only could understand about 50% of what you were talkin about. i'm new to all this so i don't even know where to start on this

Shazz
08-07-2006, 12:38 AM
i wish you would have taken us on a full walk through. i only could understand about 50% of what you were talkin about. i'm new to all this so i don't even know where to start on this
Yea its a very long hack, Takes alot of patience, Just start from the top and read it, If you don't get it, re-read it.
;)
________
medical marijuana states (http://mmjp.org)

Chicago_VLNU_4s
08-07-2006, 01:39 AM
ill try, but i just don't get where certain things go. i understand the part about user profile feilds. but after that, he lost me

Shazz
08-07-2006, 01:41 AM
ill try, but i just don't get where certain things go. i understand the part about user profile feilds. but after that, he lost me
You add a new user profile field.
You take that profile field number after you make it and you plug it in ;)
________
marijuana strain strawberry cough (http://trichomes.org/marijuana-strains/deep-chunk-x-strawberry-cough/deep-chunk-x-strawberry-cough)

Chicago_VLNU_4s
08-07-2006, 01:51 AM
got that part done already... but what user profile feilds do i make? Name Age? Bio? all the stuff thats on myspace? Most of it is already default

Shazz
08-07-2006, 01:55 AM
Well use what he has
.
.
.
About Me Multiple-Line Text Box field8
Location Single-Line Text Box field2
Music Multiple-Line Text Box field3
Movies Multiple-Line Text Box field4
Who I'd like to meet Multiple-Line Text Box field25
Books Multiple-Line Text Box field27
Heroes Multiple-Line Text Box field31
TV Multiple-Line Text Box field32
Sex Single-Selection Radio Buttons field5
Interests Multiple-Line Text Box field6
Myspace URL Single-Line Text Box field9
Video Multiple-Line Text Box field10
Orientation Single-Selection Menu field14
Ethnicity Single-Selection Menu field16
Smoker Single-Selection Radio Buttons field17
Marital Status Single-Selection Menu field15
Drinker Single-Selection Radio Buttons field18
Education Single-Selection Menu field23
I am here for: Multiple-Selection Checkbox field24
Children Single-Selection Menu field22
CSS Multiple-Line Text Box field35
.
.
.
Like that kind of thing.
If you need some extra cool features with it, Get at me on instant messenger in my profile ;)
________
Ferrari 126 C (http://www.ferrari-wiki.com/wiki/Ferrari_126_C)

Trana
08-07-2006, 02:33 AM
Has anyone tried to display content from Amykhar's Userpage hack in the profile page?

Chicago_VLNU_4s
08-07-2006, 02:41 AM
ok..

bandoftheweek
08-07-2006, 06:55 AM
I need help, for some reason the parsing and custom css won't work. I know that's kinda general and I'm not being specific, but I did follow the instructions and everything. http://bandoftheweek.com/hobbs
Help please.:hurt:

Did I do something wrong? I want to parse field6. Look.
https://vborg.vbsupport.ru/external/2006/08/15.jpg

Shazz
08-07-2006, 04:43 PM
Why would you be in plugins?
________
BMW R1100RT (http://www.cyclechaos.com/wiki/BMW_R1100RT)

Chicago_VLNU_4s
08-07-2006, 07:26 PM
where can i get the VB Gallery "browseimages.php".. when i click on "View More Pics ()" (under the avatar in profiles), it takes me to this


Not Found
The requested URL /gallery/browseimages.php was not found on this server.

Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.


--------------------------------------------------------------------------------

Apache/1.3.36 Server at www.offthaave.com Port 80


the only thing that came with the vb gallery was an .xml file

noonespecial
08-07-2006, 08:30 PM
where can i get the VB Gallery "browseimages.php".. when i click on "View More Pics ()" (under the avatar in profiles), it takes me to this


Not Found
The requested URL /gallery/browseimages.php was not found on this server.

Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.


--------------------------------------------------------------------------------

Apache/1.3.36 Server at www.offthaave.com Port 80


the only thing that came with the vb gallery was an .xml file
photopost.com

bandoftheweek
08-07-2006, 10:10 PM
Why would you be in plugins?
Well, go ahead and create a plugin. You should add the new plugin to the MEMBER_COMPLETE hook location.

Someone help please.

lasto
08-13-2006, 07:05 PM
can anyone verify if this complete hack works on vb 3.6

Trana
08-14-2006, 01:25 AM
in response to the two post above, if you're talking about this hack found below, thats the only thing i installed for this...

https://vborg.vbsupport.ru/showthread.php?t=100667&highlight=gallery

what do i have to do exactly to get the gallery working. Please tell me Step by Step on what i have to do

To be clear, this hack does not include the Gallery software.

You will need to install the Gallery hack itself. It is available on Photopost.com. The URL you listed is just the plugin to display the number of photos in the gallery. The Gallery hack should be listed as an add on in the instructions here, but when this hack was released just about everyone was running VBA Gallery anyhow so I guess it was a no brainer.

If you don't install the Gallery then you should remove the link to it that is giving you that error.

You can't use any other gallery hack unless you personally add functionality to this hack to support it. The instructions above will only work with VBA Gallery (now Photopost VBA).

Chicago_VLNU_4s
08-14-2006, 01:58 AM
^^^ ahhhhhh thanks for clearing that up... so basically i have to buy a gallery...... !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! . nobody ever made a hack to go around that? i'm sure there's some1 out there smart enough to make there own gallery and release it for free

Trana
08-14-2006, 02:13 AM
Actually, there are a LOT of free galleries, but VBA was the best for the price at the time.

A good free one is Coppermine, but its not so easy to integrate with VB (it does it, but not by default). VBA Gallery installs and is immediately available to use with VB.

Chicago_VLNU_4s
08-14-2006, 02:41 AM
can you give me a link to this free gallery? i'm not good with this, but i'll see what i can do. thanks for the help Trana

****

could this be it?

http://coppermine-gallery.net/index.php

lasto
08-14-2006, 08:52 PM
shame it dont work with photopost as ive already paid for that

CodeRed
08-14-2006, 08:59 PM
i think it can work... i have photopost and i got it to work... look for the threads to photoposts' forum located in this thread:
https://vborg.vbsupport.ru/showpost.php?p=942150&postcount=497

UncoderMom
08-15-2006, 03:04 AM
Photoplog has a lite version and I can help you make everything work :)

toolblast
08-15-2006, 03:14 AM
Dont bother with photopost or any other gallery script.

The best one I've seen so far is:
https://vborg.vbsupport.ru/showthread.php?t=106127&highlight=vb+image+host

Gives all users their own gallery. Simple, thanks to Waiel (coder) :)

Chicago_VLNU_4s
08-15-2006, 03:41 AM
^^ wow thanks, thats more easier to understand then the other one. Do you (or anyone) know how to make it work with "View More Pics ()" in user profiles?

rapstage
08-17-2006, 12:44 AM
ok, so im trying to set this up, got values and everything correct but when i try and view a members profile it come up with this error:


Database error in vBulletin 3.5.4:

Invalid SQL:
SELECT COUNT(*) AS count FROM links WHERE userid = '1' AND valid = 1;

MySQL Error : Table 'rapstage.links' doesn't exist
Error Number : 1146
Date : Wednesday, August 16th 2006 @ 06:40:18 PM
Script : http://www.rapstage.com/member.php?u=1
Referrer : http://www.rapstage.com/
IP Address : 65.*********** <--altered for posting
Username : ******* <--altered for posting
Classname : vb_database



not sure why its coming up with this...PLEASE help, im excited to get this stuff to my members...

KevNJ
08-20-2006, 09:24 PM
You would need to use a conditional... if field x is filled in then display field x.

how do i do go about doing that ?

TheUGN.com
08-23-2006, 07:08 AM
I installed it ,but i still have a problem :(

The template on the user profile is shifted to the right.
http://community.theugn.com/member.php?u=226

can anyone please help me.
Thank you

Eagle Creek
08-24-2006, 02:16 AM
Is this hack 3.6 compatible?

Shazz
08-24-2006, 02:29 AM
Is this hack 3.6 compatible?
Works fine for me ... Yes.

Watson
08-24-2006, 10:41 AM
Have a few wee teething problems with this, apart from that superb hack and everything went well.

in My template, when I am looking at my multi line, I added the plug in, and its worked, however at the end of every line its adding

&lt;br /&gt;<br /> and stuff like that.

Also, when I click on Journal Entry's I notice that if you click on a single entry, it opens it in same window with option to close that window. Is there anyway it could open in a new window

Regards

Watson

puregraf
08-24-2006, 05:57 PM
Can someone help me? I have this installed for a while.

Heres an example of a real user:
swifty1
http://www.puregraffiti.com/graffiti-space/swifty1


his URL to this webpage doesnt work. How do I fix this problem? all other users it doesnt work either.

I hope someone can help!!:confused:

psixtynine
08-24-2006, 07:12 PM
you may have the wrong profile fields in the html

UncoderMom
08-24-2006, 07:55 PM
try reuploading the httaccess??

Shazz
08-24-2006, 08:38 PM
try reuploading the httaccess??
All of my 3.5.4 boards work, i can't find a 3.6 board that has htaccess working on it.

dutchbb
08-24-2006, 10:19 PM
Is a 3.6v release planned in the near future? or can we use this for 3.6?

Shazz
08-24-2006, 10:20 PM
Is a 3.6v release planned in the near future? or can we use this for 3.6?
You can, Try messing around with the htaccess see if it works =\
Everything else runs fine :)

codeMonkey32
08-26-2006, 03:34 AM
Works fine on new 3.6.0 build. I left out the 2 optional add-ons, plus the galley/links option for now, but all else is fine --including the mod-rewrite in .htaccess

Great hack!
*clicks install*

Shazz
08-26-2006, 03:35 AM
The .htaccess is working for you on the 3.6?
What did you do different?

criscokid
08-26-2006, 08:52 AM
his URL to this webpage doesnt work. How do I fix this problem? all other users it doesnt work either. I hope someone can help!!:confused:
My first thought is there's something wrong with you htaccess file because the following text is displayed at the top of the page:

(none) 217.147.92.190 /graffiti-space/swifty1 www.puregraffiti.com Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322) 404

codeMonkey32
08-26-2006, 03:37 PM
The .htaccess is working for you on the 3.6?
What did you do different?

Yes, right out of the box. We're running Apache2/php4.3.9 but it'll work with older apache versions as well. You just need to make sure you have mod_rewrite loaded with your apache, other than that I can't think of anything that would cause a problem.

Hope that helps.

angkor408
08-26-2006, 04:44 PM
Hi, how can I make my frontpage look like myspace.com. I got some of stuff done already like vbjournal, member page, who view my profile, and vb image so user can upload more pix. How can I make my CS style look like that? Thank for the info. Angkor

www.khmerclub.org

shortbus1662
08-27-2006, 03:02 AM
has anyone tried this one on 3.6?

Please share if so!

Shazz
08-27-2006, 03:11 AM
has anyone tried this one on 3.6?

Please share if so!
It works.
;)