PDA

View Full Version : Linking to vBGarage from postbit/profile?


JoeyAnderson
05-30-2005, 03:04 PM
Looking to link to all user's vBgarage profiles from their Profile Page, and from their postbit, if possible (maybe under their postcount, or somewhere along those lines?)

In this thread: http://www.vbulletin.org/forum/showthread.php?t=75733 You say that 4.1.x needs some minor changes.

Can you update me with how to make this work for 4.1.0 please, noppid?

My forum, in case needed for reference, is http://www.carolinarides.com

MUCH appreciated.

JoeyAnderson
05-30-2005, 03:52 PM
Also, will the watermarking work even if you're using the Database, not FS?

Greg
05-30-2005, 04:16 PM
Question one: Not sure where that code is right now, but it's around. I'll try and find it.

Question two:Yes. You just need to tell the vbgconfig.php where to find it.

JoeyAnderson
05-30-2005, 04:19 PM
Noppid - I tried a few that I found on .org, but none seemed to work with 4.1.x - I'll look some more as well, but if you find it first, please post it up

Sweet! I'll watermark everything a bit later.

Thanks again.

JoeyAnderson
06-06-2005, 02:08 PM
ttt - any results?

Greg
06-06-2005, 02:56 PM
I have to hit a forum that has it. I think I know one. I forgot to be honest. :D

JoeyAnderson
06-06-2005, 03:01 PM
No problem man, just would be a helpful addition for 3.0.7

Please post it up if you find it. :)

Greg
06-06-2005, 03:13 PM
No problem man, just would be a helpful addition for 3.0.7

Please post it up if you find it. :)

To be honest it's not gonna be hard. I'm just reluctant to do anything with 3.5 vB coming.

JoeyAnderson
06-06-2005, 03:19 PM
To be honest it's not gonna be hard. I'm just reluctant to do anything with 3.5 vB coming.
Seems like thats the way most coders are thinking. I don't blame you. However, I think there are going to be quite a few users (including myself) that are going to wait until all the hacks are updated to work with 3.5 before they update their vB versions.

In the meantime, linking the vBgarage profile to a user's postbit or regular profile page will be EXTREMELY useful to me on 3.0.7. If you'd code it, I'll be willing to paypal you over some cash for your trouble.

Greg
06-06-2005, 03:29 PM
Seems like thats the way most coders are thinking. I don't blame you. However, I think there are going to be quite a few users (including myself) that are going to wait until all the hacks are updated to work with 3.5 before they update their vB versions.

In the meantime, linking the vBgarage profile to a user's postbit or regular profile page will be EXTREMELY useful to me on 3.0.7. If you'd code it, I'll be willing to paypal you over some cash for your trouble.


I'll get it done for you today. I have to run out, but will be back later. It's not unusual for me to code late at night either.

JoeyAnderson
06-06-2005, 03:33 PM
Sounds good - the forum emails me when you reply to this thread, so I'll know to check here as soon as you post it. I'll need to know your email address for Paypal - feel free to PM me with it if you don't want to post it publicly.

Greg
06-06-2005, 09:23 PM
Add this to post bit.


<if condition="$post['userid']"><a href="vbgarage.php?do=viewparked&id=$post[userid]">$post[musername]'s Garage</a></if>


That should do the job.

I tested it here.

Thanks

JoeyAnderson
06-07-2005, 12:54 AM
:) That is absolutely beautiful!

It's installed and running perfectly on my site.

I thank you 209532509235098 times over.

Whats your email address for the paypal?

Greg
06-07-2005, 01:16 AM
:) That is absolutely beautiful!

It's installed and running perfectly on my site.

I thank you 209532509235098 times over.

Whats your email address for the paypal?

NP at all. It was not hard. I just had to do it. :p

The bottom of this Paypal Form (http://www.lakecs.com/services.php) has a box you can use. We appreciate the support.

JoeyAnderson
06-07-2005, 01:35 AM
Sent. Thanks again for the helpful code!

Greg
06-29-2006, 10:47 PM
This is in rev 10 now.