![]() |
|
#1
|
|||
|
|||
|
Hi Brian and all!
I was able to get this working on VB 3.x but not really sure how to get it up and running on VB4 I would like to have a link displayed in the user postbit on the forum if they have an entry posted in dynamics. Do you know of any code I can use in VB4 to edit the postbit to enable this? Really appreciate any info you have! |
|
#2
|
||||
|
||||
|
What were you using originally to do this in vB3?
__________________
Frequently Asked Questions CMPS Users Manual For vBadvanced software assistance, please use the support forums. Unsolicted PMs, IMs, and email will not be responded to. If you have a non-software related question or problem with your account, please submit a support ticket. |
|
#3
|
|||
|
|||
|
I was using the method in this thread http://www.vbadvanced.com/forum/showthread.php?t=31762
I installed the plugin and then added this in my postbit <if condition="$post['nrstories']"><a href="http://www.example.com/dynamics/browsecategory.php?do=member&entryuserid=$post[userid]"> Members Garage: $post[nrstories] </if> It would then display a link in the members postbit IF they had a dynamics entry. When the link was clicked it would take you to dynamics and show you the entries by that user. I dont need anything to be displayed in the users profile or anything just in the postbit. If anyone can help I would be very grateful. If a donation is required to pay for someones time I would be happy to make one. Thanks guys. |
|
#4
|
||||
|
||||
|
Try this code instead:
Code:
<vb:if condition="$post['nrstories']"><a href="http://www.example.com/dynamics/browsecategory.php?do=member&entryuserid={vb:raw post.userid}"> Members Garage: {vb:raw post.nrstories}
</vb:if>
__________________
Frequently Asked Questions CMPS Users Manual For vBadvanced software assistance, please use the support forums. Unsolicted PMs, IMs, and email will not be responded to. If you have a non-software related question or problem with your account, please submit a support ticket. |
|
#5
|
|||
|
|||
|
you are indeed "the man"
thanks Brian! |
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Dynamics count in user profile and postbit | aproape | Modifications | 15 | 02-03-2011 08:46 AM |
| IE7 users can't see entries | ibaker | Bugs & Issues From v2.0.0 | 6 | 07-30-2010 11:12 PM |
| Postbit drop-down with link to member entries | eJM | "How Do I..." Questions | 5 | 07-15-2009 04:13 PM |
| Display Link to Dyna in postbit if user has one | Lionel | Modifications | 15 | 03-10-2009 11:38 PM |
| Dynamics count in postbit and profile | tintin74 | Module & Modification Discussion & Requests | 9 | 09-25-2008 08:10 PM |