- Posts: 12
- Thank you received: 0
Cinema and Akeeba Subscription Module CSS Bug!
-
PRIZM
Inactive member -
Topic Author
- New Member
-
Less
More
12 years 1 month ago #25542
by PRIZM
Replied by PRIZM on topic Cinema and Akeeba Subscription Module CSS Bug!
Just sent you one!

Please Log in to join the conversation.
-
ivan.milic
Support Staff -
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
12 years 1 month ago #25549
by ivan.milic
Replied by ivan.milic on topic Cinema and Akeeba Subscription Module CSS Bug!
We don't need admin back-end, can you sen us some account we can just see this page:
www.entotv.com/subscriptions/subscriptions
directly
www.entotv.com/subscriptions/subscriptions
directly
Please Log in to join the conversation.
-
ivan.milic
Support Staff -
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
12 years 1 month ago #25554
by ivan.milic
Replied by ivan.milic on topic Cinema and Akeeba Subscription Module CSS Bug!
Open index.php in template folder, find this line (around 213):
if ($randomizeCssLink) { $css_url = $css_url.'&diff='.rand(); }
immediately after add:
$css_url = str_replace("format=csv", "xxx=xxx", $css_url);
if ($randomizeCssLink) { $css_url = $css_url.'&diff='.rand(); }
immediately after add:
$css_url = str_replace("format=csv", "xxx=xxx", $css_url);
The following user(s) said Thank You: PRIZM
Please Log in to join the conversation.
-
PRIZM
Inactive member -
Topic Author
- New Member
-
Less
More
- Posts: 12
- Thank you received: 0
12 years 1 month ago #25569
by PRIZM
Replied by PRIZM on topic Cinema and Akeeba Subscription Module CSS Bug!
This actually worked great. I don't think it will cause any other issues any where else on the site but it did fix this problem.. Thank you.!
Please Log in to join the conversation.
Time to create page: 0.126 seconds