I found these lines in osqa page source

        <script src="http://www.google.com/jsapi" type="text/javascript"></script> 
<link rel="stylesheet" type="text/css" href="http://ajax.googleapis.com/ajax/libs/jqueryui/1/themes/base/jquery-ui.css" />

        
    

Is there any way to replace them with local server files? if these references are just for loading jquery and jquery ui css I can reference them to same file on my server

asked 28 Dec '11, 07:09

Hameds's gravatar image

Hameds
19681620
accept rate: 50%


Yep, you can. For the purpose you need to edit the forum/skins/default/templates/base_content.html file and put all those JavaScript libraries you need in the forum/skins/default/media/js folder. However be careful with the local modifications in order to have following OSQA updates going smoothly.

link

answered 28 Dec '11, 09:30

Jordan's gravatar image

Jordan ♦♦
3.1k618
accept rate: 39%

Your answer
toggle preview

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "title")
  • image?![alt text](/path/img.jpg "title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Tags:

×298
×41

Asked: 28 Dec '11, 07:09

Seen: 502 times

Last updated: 28 Dec '11, 09:30

powered by OSQA