![]() |
Woohoo! Glad it worked!
Take it easy KidneyBoy |
Excellent work and I can see by this thread you have made a lot of people very happy.
One question. I'm replacing the default "add to reputation" link with a link to the iTrades form. I have this working but would like to pass along the thread id variable in the link so that the trade URL field can be prepopulated. How might I do this? I can pass the variable well enough, but I don't know what I need to do to get the form to use it. Thanks. |
Nice work, this is great :D
|
does it work on vb3.5.3?
|
So far, it works great for me on 3.5.3. Hope this helps.
KidneyBoy |
Can anyone tell me about how long it took them to impliment this mod?
Thanks. :) |
Quote:
|
Has anybody put together some code to have the Itrader rating show up in it's own column in memberlist_resultsbit?
It would be much appreciated. |
All the template edits I have posted in this thread are in the attached zip file.
Quote:
Find: PHP Code:
PHP Code:
In memberlist_resultsbit Find: PHP Code:
PHP Code:
PHP Code:
|
Quote:
that work great thanks |
Just wondering how you would make the feedback comment link to the URL posted as the deal URL, instead of to the comments page ??
So when you click on the comment it will take you to the deal that was done so you can see what happened ? Thanks ! |
Thank you Damian That's perfect. :up:
|
Is there a way to have the iTrader ratings in postbit & postbit_legacy only show up in specific forums?
ie all classified forums, but not in the discussion forums? There must be some kind of conditions that can be used. Help would be really appreciated. |
Quote:
For single forum: <if condition="$thread[forumid] == xx">ITRADER CODE HERE</if> Try this for mutiple forums: <if condition="in_array($thread[forumid],array(xx,xx))">ITRADER CODE HERE</if> Replace x's with your forum id's |
I have recently upgraded to this version since I did a vb version upgrade to 3.5.3 and when I installed itrader it installed on some styles that have been causing me some issues. Since then I removed the custom styles and currently using the default style but the problem is that the itrader link is gone from the forum menu
before my upgrade i had applied this code with this condition to have the trader link only show up for certain member gorups but cant figure out where and what code to put on the new version.. Here is the code I was using for 3.0.7 </if> <if condition="$show['member']"> <td class="vbmenu_control"><a href="traderratings.php?$session[sessionurl]">Trader Rating</a></td> </if> What and where can I add this simular code for itrader in vb 3.5.3 ? |
Quote:
|
The iTrader code you would have put into the postbit template.
|
Quote:
I need two things. 1. insert a link called Itrader in my forum menu with a condition that only logged in members can see. 2. I need to insert the rating only for certain forums (selling, trading) I am not a coder so please your help would be greatly appreciated if you can post the correct code and exacly where I would insert this code for the two requests about |
Quote:
A) Not display the iTrader menu in a person's profile/postbit unless they have ratings, or B) Display N/A instead of the total (percentage). Ryan |
Quote:
https://vborg.vbsupport.ru/showpost....&postcount=254 If you want to have a individual link in your navbar to take logged in members to their iTrader page instead of in "Quick Links" menu use: PHP Code:
PHP Code:
Quote:
|
Quote:
|
Quote:
|
I am trying to add the itrader post count () on top of a few forums like I had with my older trader rating and read a reply by another poster but having some issues.
He says to add this code to the postbit Quote: Originally Posted by OttawaGolf Is there a way to have the iTrader ratings in postbit & postbit_legacy only show up in specific forums? ie all classified forums, but not in the discussion forums? There must be some kind of conditions that can be used. Help would be really appreciated. For single forum: <if condition="$thread[forumid] == xx">ITRADER CODE HERE</if> Try this for mutiple forums: <if condition="in_array($thread[forumid],array(xx,xx))">ITRADER CODE HERE</if> Replace x's with your forum id's My question is what code so I enter for ">ITRADER CODE HERE</ Please Help |
To upgrade from 2.0.0 to 2.0.1, I'm guessing we have to uninstall the original plugin and install the new one as well as uploading all the new files. Anything else we need to do? I tried searching this thread to find out, but couldn't find any info.
|
Quote:
Do not uninstall the existing product. To upgrade click on the Add/Import Product link. Make sure "Allow Overwrite" is set to yes. There will be 2 settings that need to be manually changed in youre Admin CP. |
sellbuydomain - I'm sorry but I can't help you there. PM Receipts are controlled by the stock VB class, I would check your PM tables to make sure they were inserted properly and the autonumbers are at the correct #'s.
SimCityForum - I'm not 100% sure you will need to check the code (either the PHP file or the template), but if you set it to the proper variable it should auto-fill it for you. Scorian & belicoso fino - *sigh* yes it works... vB 3.5.x uses a "plug-in" system that for the most part makes these add-on's independent of the core vB changes. graham_w - It links directly to a (thread) URL for normal users, it only links to the detail page for the two people involved in the deal & admins. You can still access the (thread) URL on the detail page if you click the linked comment text at the top. Guys, I'm not going to post replies related to basic "How Do I Do Template Conditionals". Read the vB documentation on that and experiment some. Anyhow, glad to see people have not run into any big problems or bugs using the system. I'm hoping to have 2.0.2 released either Friday or Saturday. Work has really picked up lately and I'm just swamped, so there hasn't been much time to work on this and my many other projects. |
Quote:
Code:
<a href="itrader_feedback.html?u=$post[userid]&p=$post[postid]" rel="nofollow"><img class="inlineimg" src="$stylevar[imgdir_button]/reputation.gif" alt="<phrase 1="$post[username]">$vbphrase[add_to_xs_reputation]</phrase>" border="0" /></a> Code:
<if condition="$_GET[p]>0"> A similar tweak can be done to the normal iTrader link, but it requires passing the postid value along at the itrader_user template using the following code: Code:
<a href="itrader_feedback.html?$session[sessionurl]u=$userinfo[userid]<if condition="$_GET[p]>0">&p=$_GET[p]</if>"><strong>$vbphrase[itrader_submit_feedback] $userinfo[username]</strong></a> |
Quote:
|
awesome job Jason! You came through like a champ
|
installed it and it works like a charm. thanks a lot mate this is gonna come in very useful for my members :)
|
any update on when the new version will be released (that hopefully includes a home page)?
|
Does anyone know what this means when a member tries to leave feedback and enter a valid link but gets this message The deal URL is invalid! which does not allow him to leave feedback?
|
It means when it checks the url specified its invalid... where are you stuck at
|
About the 80 character "short comment" field...
I want to increase this, so I changed the number of characters in the itrader_feedback template, and I changed it in the DB. But the phrase, $vbphrase[itrader_max_characters], still says 80 characters. How do I edit the phrase so that I can change the number? Otherwise, when I go to leave a rating for someone, it says 80 maximum even though I increased it. I went into AdminCP > Languages and Phrases, I found the phrase and clicked edit, but there's no text box there for me to edit it next to "Text:". It just shows this line: Note: 80 characters max & no HTML/Smilies/vBcode Do I have to somehow edit the phrase through the DB, and if so, how do I make the forum show the reflected change when I'm done? Ryan |
Quote:
|
how do i add the feedback info, and the recent rating on the member profiles? I've seen it on other websites like dnforum... http://www.dnforum.com/members/69627.html
how can i do this? :) thx in advance |
Quote:
geez.. disable the option to check url.. does this fix it? Do a little trouble shooting |
Quote:
|
if your talking about this:
Quote:
all that code does is provide the member score info... im asking for more than that :) if you click the link i provided you will see exactly what i mean :) thanks |
One question:
In the vB3.0 version of this hack, an overview page was included, where you could see statistics about all ratings and the top rated members etc. Where is this page in iTrader 2.0? |
All times are GMT. The time now is 08:58 AM. |
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:
|