Quote:
Heh, much easier said than done. Just building a progressive processing system is many hours of work for a single setup... Remember, what works for the user doesn't exist in the admin at all either.
Try to make it work across every possible install type [remember, most forums are on some crummy virtual host with no permissions to write too] and it gets really crazy. The vB uploader uses the database to get around this but it's not ideal either.
|
Could you just look at the plugin that does it and maybe tie into it if it's installed? Or at least check their method? It seems to work well as-is.
This is it.
Quote:
It's just a data field so you can type in whatever you want... The phrase element puts the dollar sign in for you [and is corrected for the next release].
|
It wasn't adding in any sign until I manually put it in the productforums_listed_bit template. What I mean by multiple currency support is on a per product basis. Some products are manufactured in other countries and are small scale enough to only be purchasable through the manufacturer - in these cases the product is listed in, say, british pounds, or japanese yen - not us dollars. So when we add a single product, or import a large amount of products, the all have to have the same currency currently. The request would be to allow each product to have its own currency, and whatever is selected there will be displayed on the product page. So in essence we could have products in our "catalog" that are from several difference currencies. I would think a db field for the product and a dropdown box for the currency would be sufficient?
Quote:
So I'm taking a last call on feedback. Something you want? Speak up now and it may just happen in 1.3.0.
|
So when is 1.3.0 coming out because I'm still having formatting issues.

I haven't tried CSS yet, but I have tried all manner of html and bbcode, it all seems to get stripped. It also ignores all <br> style code and carriage returns. Your screenshot
here shows at least bullets, but there is no text above to demonstrate if it will successfully process spacing and/or indentation. Is this possible in the current version? If so, how is it done?
Also, in the config it may be handy to, say, put a checkbox next to the fields you want displayed on the "add product" form. As is our case we want the Registered Users group to be able to add products but we have no use for some of those fields. I just edited the template to remove them but that will get lost with any upgrades v.s. you storing what fields we want in the db.
Having an option to enable/disable the forumdisplay.php modification instead of having to edit the templates manually.
Hope that's enough to make the cutoff, I'll post more if I can think of em.