hraweb.com
05-07-2005, 09:57 PM
After installing 4.1 beta i tryed to add this feature by following the topics from this thread (https://vborg.vbsupport.ru/showthread.php?t=79342)
It didnt work, and it gave an error saying
vBulletin Message
Please complete all the fields.
Press the back button, correct the problem then try again.
Then i saw that old garage invokes user garage with vbgarage.php?do=view&id and new does the same with vbgarage.php?do=viewparked&id
notice the View and viewparked - that is the difference
So to get user garage listed under user info in topic view do this
edit postbit or postbit_legacy depending on what style you are running
just find
for postbit_legacy
<if condition="$post['joindate']"><div>$vbphrase[join_date]: $post[joindate]</div></if>
just add under or above etc.
<if condition="$post['userid']"><div><a href="vbgarage.php?do=viewparked&id=$post[userid]"><span style="color: #1322AF">$post[username]'s Garage</span></a></div></if>
It didnt work, and it gave an error saying
vBulletin Message
Please complete all the fields.
Press the back button, correct the problem then try again.
Then i saw that old garage invokes user garage with vbgarage.php?do=view&id and new does the same with vbgarage.php?do=viewparked&id
notice the View and viewparked - that is the difference
So to get user garage listed under user info in topic view do this
edit postbit or postbit_legacy depending on what style you are running
just find
for postbit_legacy
<if condition="$post['joindate']"><div>$vbphrase[join_date]: $post[joindate]</div></if>
just add under or above etc.
<if condition="$post['userid']"><div><a href="vbgarage.php?do=viewparked&id=$post[userid]"><span style="color: #1322AF">$post[username]'s Garage</span></a></div></if>