Forum Activity for @blindmime

blindmime
@blindmime
09/30/15 03:22:06AM
772 posts

allowing script tags


Using Jamroom

I don't want to allow all HTML tags in this case. The only situation I can think of where that might be needed is for a quota where the Master Admin is the only one with access. The script I want to add is for user profiles, but I don't want to give them the ability to add any script they want which I would be doing if I turned on this All HTML thing. They'd be able to add scripts anywhere I allow HTML.

I guess I'll think of another solution.
blindmime
@blindmime
09/30/15 03:09:50AM
772 posts

possible jrStore shipping issue


Using Jamroom

Please help.
updated by @blindmime: 09/30/15 03:11:31AM
blindmime
@blindmime
09/30/15 03:08:11AM
772 posts

custom form browser


Suggestions

The custom form browser shows responses in its index list, but when you delete responses there is no indication of how many form responses are stored. It just shows the total responses.
updated by @blindmime: 11/03/15 05:48:30AM
blindmime
@blindmime
09/29/15 04:50:26AM
772 posts

jrStore image issue


Using Jamroom

If I upload one image and create a store product, then afterwards, I add another image and delete the first one, an index list of store products will show the default placeholder image (the big question mark). The second image is now the only image associated with the product. Shouldn't this image in the index listing?
updated by @blindmime: 10/31/15 01:07:44AM
blindmime
@blindmime
09/25/15 12:49:47PM
772 posts

possible jrStore shipping issue


Using Jamroom

I appear to have an issue when purchasing a quota subscription and shipping. If I put a product with shipping into my cart first and then put a quota subscription, Foxycart will add the shipping from the first product to the subscription as well. So if the first product's shipping is $7, then I have a total shipping of $14 after adding the quota subscription item.

If I add the quota subscription first, I get a shipping of $NaN and an Order Total: $NaN which doesn't change no matter how many shipping items I add to the cart.

I'm adding the quota subscription to my cart via the smarty subscription function button method.

updated by @blindmime: 10/31/15 06:14:44AM
blindmime
@blindmime
09/25/15 07:01:11AM
772 posts

allowing script tags


Using Jamroom

There is a service I would like to embed into select profiles which is something like this:
<script type="text/javascript" src="//blahblah.com/122423-posts.js"></script>
I've set up a custom form field, showing it only to the Master Admin and allowed the script tag to the quota, but it's being blocked, probably for good reason. Is there a way I can do this?

thanks
updated by @blindmime: 10/30/15 10:50:02AM
blindmime
@blindmime
09/18/15 04:51:02AM
772 posts

form designer file download


Using Jamroom

I have a form with a file upload.

How do I make it downloadable?


updated by @blindmime: 10/24/15 06:23:10PM
blindmime
@blindmime
09/15/15 06:50:23AM
772 posts

Foxycart physical/digital payout question


Using Jamroom

In my website I'm selling both digital and physical products. I will be manufacturing all of the physical products under license for all of the artists and fulfilling these orders. I'm paying 15% on physical products and 70% on digital.

The only way I can see automating the payout is to create two different profiles for artists who are selling both physical and digital products. One quota's payout would be 15%, the other 70%, with the different kinds of products split in the two profiles.

Is there a better way?
updated by @blindmime: 10/17/15 11:00:59PM
blindmime
@blindmime
09/14/15 02:44:18AM
772 posts

login page redirecting


Using Jamroom

I guess I'm wondering if adding these lines to jamroom's .htaccess file is going to cause any incidental jamroom issues. Or if jamroom updates will overwrite these additions. Or anything like that.
blindmime
@blindmime
09/12/15 02:14:07AM
772 posts

login page redirecting


Using Jamroom

After a lot of back and forth with Arvixe, it turns out you are right, Michael:
Quote:
I apologize for the you have experienced. We have implemented varnish caching which we did notice has resulted in issues with sessions. As a work around you can add the following lines to your .htacess file:

------------
Header set Set-Cookie "VC-NoCache=1; max-age=900; path=/"
Header set VC-NoCache "1"

Can I add this without causing any issues?
  28