About two weeks go I was removing mods I didn't use anymore and by misttake I removed the /clientscript/steamprofile folder and ever since I couldn't get the folder to cache the or show user steam mini
Then I just happen to go back today and seen this post by Disasterpiece
https://vborg.vbsupport.ru/showpost....94&postcount=6
View the source code of your forum and search for the term "steamprofile/ajax/steamprofile.min.js"
It should appear within the head-tags of your template. If it doesn't, you need to include the following line in your headinclude template manually:
Code:
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>
<script type="text/javascript" src="http://www.example.com/forum/clientscript/steamprofile/ajax/steamprofile.min.js"></script>
Corrected chmod information:
After I installed it the cache folder defaulted to 705 which works absolutely fine
I was amazed the answer was there just didn't have the mind to fiddle around... Now I am wondering why it worked before I removed everything possibly I reinstalled my headerinclude or it was some other reason but either way its working again...