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
How do I remove the side search bar to where it shows all the threads in that forum instead of clicking one of the things to take me to a category that shows them?
Haven't tried, but probably remove the following from the trdf_forumdisplay_threadlist template.

HTML Code
 style="{$filters_set['__all']['visiblecss']}"

You may wish to remove {$rules} tool.

hmm guys, how to add images to buy/sell,state and condition ?
Based on the codes in the trdf_forumdisplay_thread template:

HTML Code
<img src="{$theme['imgdir']}/{$GLOBALS['threadfields']['trdftnt']}.png" alt="Need To {$GLOBALS['threadfields']['trdftnt']}" title="Need To {$GLOBALS['threadfields']['trdftnt']}" />
<img src="{$theme['imgdir']}/{$GLOBALS['threadfields']['trdfstatus']}.png" alt="{$GLOBALS['threadfields']['trdfstatus']}" title="{$GLOBALS['threadfields']['trdfstatus']}" />
<img src="{$theme['imgdir']}/{$GLOBALS['threadfields']['trdfcond']}.png" alt="{$GLOBALS['threadfields']['trdfcond']}" title="{$GLOBALS['threadfields']['trdfcond']}" />

you need to upload Buy.png and Sell.png (for buy/sell), New.png and Used.png (for Condition), Open.png and Closed.png (for status) to your themes' images folder.

Basically, the image name is the same as the value lists contents.

thank you, i'm doing same steps and every thing was ok a did also some modification , all wath i wanna do now is displying thread as here : http://xtest.byethost7.com/forumdisplay.php?fid=10
all Catygories
not Forum Rules , thank you Smile
(11-27-2011 03:25 AM)RateU Wrote: [ -> ]Based on the codes in the trdf_forumdisplay_thread template:

HTML Code
<img src="{$theme['imgdir']}/{$GLOBALS['threadfields']['trdftnt']}.png" alt="Need To {$GLOBALS['threadfields']['trdftnt']}" title="Need To {$GLOBALS['threadfields']['trdftnt']}" />
<img src="{$theme['imgdir']}/{$GLOBALS['threadfields']['trdfstatus']}.png" alt="{$GLOBALS['threadfields']['trdfstatus']}" title="{$GLOBALS['threadfields']['trdfstatus']}" />
<img src="{$theme['imgdir']}/{$GLOBALS['threadfields']['trdfcond']}.png" alt="{$GLOBALS['threadfields']['trdfcond']}" title="{$GLOBALS['threadfields']['trdfcond']}" />

you need to upload Buy.png and Sell.png (for buy/sell), New.png and Used.png (for Condition), Open.png and Closed.png (for status) to your themes' images folder.

Basically, the image name is the same as the value lists contents.


Thank you that worked well Smile

Any ideas to remove the sidebar only from trading forum ? It shows in in index of trading forum and other than that its not showing anywhere. So how to remove the sidebar from the index ?
Remove the relevant HTML code in the trdf_forumdisplay_threadlist template.
How can I move my "new thread" image/link to below my welcome message?

[attachment=697]

Link to page: http://glockowners.org/forumdisplay.php?fid=40

Thanks
Copy pasta HTML into different templates.
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