Home News Contact Us Forum About Us Demos Products F.A.Q.
Shopping Cart
You currently have 0 items in your cart.


Recent Events
  • 31/12/2023 New Year SALE

    We are glad to announce New Year SALE. 25% discount for all our extensions. Use NY24 coupon code. Hurry up the discount is valid till 7 January.

  • 21/11/2023 BLACK FRIDAY 23 is coming

    BIG SALE, 35% discount for all our extensions. Use BF23 coupon code. Hurry up the discount is valid till 27 November.


2Checkout.com, Inc. is an authorized retailer of goods and services provided by ARI Soft. 2CheckOut




Follow us on twitter



Welcome, Guest
Please Login or Register.    Lost Password?

Where are the .js files inserted ?
(1 viewing) (1) Guest
Go to bottomPage: 12
TOPIC: Where are the .js files inserted ?
#3486
Re:Where are the .js files inserted ? 14 Years, 1 Month ago Karma: 0
Hi, no I don't use anything to load files from s3 - I just alter the relevant parts of the system to change the relevant http address

Eg

www.adrian-black.com/templates/fred/css/template.css
would point to
s3://mybucket/joomla/templates/fred/css/template.css

So far everything has been working just by altering the index.php (for the scripts and css) and setting any article media by hand (photos, videos etc)

However I realize that the way your plugin seems to work this is not going to be a viable way of doing it for fancythumb etc.

What I really need is the place where your plugins build the address of the inserted js file so that I can change the base url from www... to s3...
(I suspect that is inside the encrypted php )

Hope that helps
Last Edit: 2010/03/22 18:15 By AdrianBlack.Reason: typos
The administrator has disabled public write access.
 
#3487
Re:Where are the .js files inserted ? 14 Years, 1 Month ago Karma: 748
Each plugin includes necessary files by yourself, but plugins as many 3rd part extensions use Joomla! API for including client files and ,yes, you can't change plugins code, but you can create Joomla! system plugin which will handle included javascript and CSS files and replace link to this files with link to s3 storage.

PS: We are going to release "ARI Smart Content" under GNU / GPL license within 1.5 month.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#3492
Re:Where are the .js files inserted ? 14 Years, 1 Month ago Karma: 0
Thanks

I think it will probably be faster (and less complicated) for me to wait until the code goes GPL - then I can change the line I need.
The administrator has disabled public write access.
 
Go to topPage: 12