04-17-2013, 10:33 AM
04-20-2013, 02:53 AM
I'm running mybb 1.6.8
Just an FYI.....in trdf_forumdisplay_thread while changing a height setting I received this mybb message.
"The following errors were encountered:
A potential security issue was found in the template. Please review your changes or contact the MyBB Group for support."
I just wanted to let you guys know because it won't let me make any changes to that template.
Issue resolved:
I found Leefish's post about not using the dollar sign in the template but instead using the html hex code http://mybbhacks.zingaburga.com/showthre...http://mybbhacks.zingaburga.com/showthread.php?tid=443&pid=1172
The hex code is:
Just an FYI.....in trdf_forumdisplay_thread while changing a height setting I received this mybb message.
"The following errors were encountered:
A potential security issue was found in the template. Please review your changes or contact the MyBB Group for support."
I just wanted to let you guys know because it won't let me make any changes to that template.
Issue resolved:
I found Leefish's post about not using the dollar sign in the template but instead using the html hex code http://mybbhacks.zingaburga.com/showthre...http://mybbhacks.zingaburga.com/showthread.php?tid=443&pid=1172
The hex code is:
Code:
|
Worked like a charm...sry about missing that post concerning these security errors.
09-07-2013, 12:14 AM
Hi I have a little problem with reffering to words with charaters like "ż - ż". Then i throw security error like here
Code:
|
when I want to reffer to variable "Sprzedaż". It's any way to avoid this error?
09-07-2013, 02:50 AM
You can read these posts and the replies from Yumi/Zinga:
http://mybbhacks.zingaburga.com/showthre...http://mybbhacks.zingaburga.com/showthread.php?tid=288&pid=1317
and:
http://mybbhacks.zingaburga.com/showthre...http://mybbhacks.zingaburga.com/showthread.php?tid=288&pid=1317
http://mybbhacks.zingaburga.com/showthre...http://mybbhacks.zingaburga.com/showthread.php?tid=288&pid=1317
and:
http://mybbhacks.zingaburga.com/showthre...http://mybbhacks.zingaburga.com/showthread.php?tid=288&pid=1317
09-07-2013, 06:55 AM
(09-07-2013 02:50 AM)RateU Wrote: [ -> ]You can read these posts and the replies from Yumi/Zinga:
http://mybbhacks.zingaburga.com/showthre...http://mybbhacks.zingaburga.com/showthread.php?tid=288&pid=1317
and:
http://mybbhacks.zingaburga.com/showthre...http://mybbhacks.zingaburga.com/showthread.php?tid=288&pid=1317
Thx soo much for fast reply! I used <setvar> ... and works
09-09-2013, 04:25 AM
Hi, could you tell me please why threads are not showing?
I use all the default code and I have {$threadslist} and I use xthreads-1.63.7z mybb 1.6.10
Is it possible to add OPEN and CLOSE button that will be visible to the owner and that if pressed will show a message OPEN or CLOSE inside the thread? I need this because I am limiting edit time to 60 min!
Thanks
I use all the default code and I have {$threadslist} and I use xthreads-1.63.7z mybb 1.6.10
Is it possible to add OPEN and CLOSE button that will be visible to the owner and that if pressed will show a message OPEN or CLOSE inside the thread? I need this because I am limiting edit time to 60 min!
Thanks
09-11-2013, 02:06 AM
(09-09-2013 04:25 AM)letsforum Wrote: [ -> ]Hi, could you tell me please why threads are not showing?
It should be displayed if you filter threads by any filter.
If you don't want it to be like that, you can try to remove the style="{$filters_set['__all']['visiblecss']}" in your trdf_forumdisplay_threadlist template, and/or maybe you need to remove the {$rules} variable from that template.
09-12-2013, 05:46 AM
(09-11-2013 02:06 AM)RateU Wrote: [ -> ](09-09-2013 04:25 AM)letsforum Wrote: [ -> ]Hi, could you tell me please why threads are not showing?
It should be displayed if you filter threads by any filter.
If you don't want it to be like that, you can try to remove the style="{$filters_set['__all']['visiblecss']}" in your trdf_forumdisplay_threadlist template, and/or maybe you need to remove the {$rules} variable from that template.
Thanks very much works great. One question is this safe to use or it can be used against me?
I use xthreads-1.63.7z mybb 1.6.10 and this trading forum!
09-13-2013, 03:44 PM
How can I edit the image upload section? I want to allow only URL images and disable file browse!
09-14-2013, 03:47 AM
(09-13-2013 03:44 PM)letsforum Wrote: [ -> ]How can I edit the image upload section? I want to allow only URL images and disable file browse!
Assuming you knew what the URL option in the file upload does, you can set the Use Custom Input HTML setting for the custom thread field to Yes, and edit the layout in the Input Field HTML setting.