PhotoPost Community

PhotoPost Community (http://www.photopost.com/forum/)
-   Photopost Pro How Do I...? (http://www.photopost.com/forum/photopost-pro-how-do-i/)
-   -   PP 562 & vb367: How to replace usertitel with userrank in PP? (http://www.photopost.com/forum/photopost-pro-how-do-i/132663-pp-562-vb367-how-replace-usertitel-userrank-pp.html)

snoopy5 July 25th, 2007 10:04 AM

PP 562 & vb367: How to replace usertitel with userrank in PP?
 
Hi

I have one PP 562 board that is integrated with vb 3.67.

When a user is making a comment, on the left I can see the usertitle of vbulletin "junior member".

How can I exchange this with the vbulletin "user rank"?

Where in the code is this and what dio I have to insert theer instead or additionally?

Same question for the display of the usertitel directly at the image (if user has uploaded one)

Thanks in advance

Chuck S July 25th, 2007 12:28 PM

You would change your vbulletin user titles in your vb admin

snoopy5 July 25th, 2007 02:18 PM

Quote:

Originally Posted by Chuck S (Post 1201047)
You would change your vbulletin user titles in your vb admin

No, that does not solve the problem. Usertitetles are dependent on the number of postings a user made. I can not give a specific user a specific fixed usergroup (like Silver or Gold) via the usertitel. I can do this only with "userrankings" within the vb ACP.

I use the paypal integration with vbulletin. That means as soon as a user was paying with paypal, he will automatically upgraded to a new usergroup (=userranking).

This usergroup/userranking is displayed in all postings within vbulletin either as a text or as an image (in addition to the usertitle like "junior member"), but not within photopost.

But it would make a lot more sense to display the userranking/usergroup of a user also in photopost instead of titles which only show how many postings someone just wrote.

So how can I do this?

Chuck S July 25th, 2007 03:25 PM

We pull whatever the user title is for that user. I think you might want to ask vb how to do what you wish. We will pull whatever his user title is set to me it looks like your asking a vb support question

snoopy5 July 26th, 2007 01:39 AM

Quote:

Originally Posted by Chuck S (Post 1201053)
We pull whatever the user title is for that user.

:)

Yes, and I need to know where you did put that code in PP for "usertitle" and I could replace it with the code for "userranks".

I assume I have only to replace on that spot in PP a small piece of word like [usertitle] with [userrank]

But I do not know where it is in PP.

Chuck S July 26th, 2007 10:51 AM

The usertitle is pulled from the database in your vb3.php file the get_profiledata

That is if understand your mod question.

Please in the future could you start asking your mod questions in the appropriate forum


All times are GMT -5. The time now is 09:42 PM.

Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97