PDA

View Full Version : put reputation on member.php


akafi
04-30-2009, 10:55 AM
hi all

i make another tab on page member.php like this

https://vborg.vbsupport.ru/showthread.php?t=165554


and i want to put on this tab the rating of this member how i can do that???
please help
thank you

Lynne
04-30-2009, 02:23 PM
You want the reputation there? Did you try $userinfo['reputation'] or $this->profile->userinfo['reputation']?

akafi
04-30-2009, 03:06 PM
this $userinfo['reputation'] give me the nubmer only of rating member but i want the table of rating which contain the title of thread and the comment and date and so on

Lynne
04-30-2009, 03:26 PM
Perhaps you should look at the reputation table and see if the info it there. I don't use reputation, so I don't know what you are after.

akafi
04-30-2009, 03:36 PM
ok,another way there is a hack to appear rating on the member.php so how to put this product on this tab

this is the product

https://vborg.vbsupport.ru/showthread.php?t=123425

Lynne
04-30-2009, 03:48 PM
You'll have to rewrite the modification to put the info into a tab.

akafi
05-01-2009, 09:40 AM
when i do that the tab disappear can you tell me the write way,thank u

Lynne
05-01-2009, 02:33 PM
I'm not going to write it, sorry. You basically need to create the tab, per that article, and then rewrite Paul's code to fit into the plugin you created for the tab.