MyBB Hacks

Full Version: Trading Forum
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 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
(11-19-2015 07:54 AM)Greig Wrote: [ -> ]One question, is it possible to have like a rating system? For instance, say I complete 5 exchanges on time, can you have it so the other members gives you a thumbs up or thumbs down? Kind of like reputation, but only for exchanges.

By default, MyBB have post rating and thread rating. Maybe you can use it.
Greig there are a few Like systems you can find over at MyBB in the Extend section.
Or you could work with the existing Reputation system.
I'm a newbie. I have an issue with trdf_forumdisplay_thread:
A potential security issue was found in the template. Please review your changes or contact the MyBB Group for support
Could you help me, please?
Thank you in advance.
I've got it. a $ character may confuse the magic code.
i try to make simple filter price range, like this

Code:
<select name="filtertf_price" onchange="this.form.submit()">
					<option value="">Price Range (all)</option>
					<option type="submit" value="%3C%3D20"{$GLOBALS['filters_set']['price']['selected']['%3C%3D20']}>0-20 $</option>
					<option type="submit" value="????"{$GLOBALS['filters_set']['price']['selected']['????']}>20-40 $</option>
					<option type="submit" value="????"{$GLOBALS['filters_set']['price']['selected']['????']}>40-60 $</option>
					<option type="submit" value="????"{$GLOBALS['filters_set']['price']['selected']['????']}>60-80 $</option>
					<option type="submit" value="%3E%3D80"{$GLOBALS['filters_set']['price']['selected']['%3E%3D80']}>over 80 $</option>
				</select>


filterring mode : exatc match?
data type : integer/float?

how to make work?
thanks

Please read the description under the "Filtering Mode" option.
I am too looking for this type in order to redeem for goodies, is it possible with this trade system? I have seen in vbulletin and hoping will be in Mybb too.
trdf_forumdisplay_threadlist error sir, please help me!!!
screenshot:
[Image: 531y0o.png]

Error postbit Maximum USD ^\d+(\.\d{2})?$
screenshot:
[Image: 259desj.png]

trdf_forumdisplay_thread error!!!
screenshot:
[Image: wchll5.png]

Thanks you mister
Great work the trading forum, I have only one problem.
Can someone tell me where I can change the $ in the thread overview in €?

I can not find it in the templates.

[attachment=1171]

greeting lenox
(03-12-2018 07:18 AM)lenox Wrote: [ -> ]I can not find it in the templates.
It's in the templates.

Right-click on the text -> Inspect Element.
Search in templates for code which looks like that shown.
Alternatively, search for the variable trdfprice and where it's used.
Pages: 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
Reference URL's