![]() |
Read post 3 post obove this.
|
Vale this mod for 3.8.x
Thank you. |
How do I set it so my users cant access or post in certain catagorys/forums until I (admin) grant them access?
Howie. |
does this work with vb 3.8?
|
Hello. I would like in profile (postbit_Legacy) also show the percent (%). how can I do?
Thank you. :) |
I am with blind-eddie that a masterlist of all the members on one page is needed. It would be great if it is searchable too.
I am with others in wanting to display the % in the postbit template. I have tried using $post[itrader_pcnt] as suggested with no luck. Parker |
I installed this on 3.8.1 and it's fine, I see the itrader page and all.
Set it to be active and set the usergroups permissions. How exactly do you leave someone feedback? I will need to edit their postbits? |
Cher:
As has been stated in this thread and in the templates.html file that comes with the download you will need to edit your postbit or postbit_legacy templates so this shows up under a member's username with something like. Code:
<if condition="$post['userid']"> Parker |
Parker:
Yes, I read that. I'm not a code play arounder with. But thanks anyway. Cher |
Just on my issue, I ended up editing itrader_feedback.php to get what I needed.
Someone else must be having the same problem, so this is what I did: Change http://www.url.com/forum to where ever your forum is, no trailing slash. Find (Line 164): Code:
if (itrader_checkurl($itrader['dealurl']) == false) Code:
if (itrader_checkurl('http://www.url.com/forum' . $itrader['dealurl']) == false) Code:
dealurl = '" . $vbulletin->db->escape_string($itrader['dealurl']) . "', Code:
dealurl = '" . $vbulletin->db->escape_string('http://www.url.com/forum' . $itrader['dealurl']) . "', However, if someone doesn't put in the correct dealurl, it won't display properly, but couldn't see how to change that with out mucking up something else. Messy, but it solved my problem. |
All times are GMT. The time now is 02:26 PM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|