Customizing SMF > Modifications and Packages
MetaTags Modification Version 2.0.2
amko_sa:
--- Code: ---<meta http-equiv="Pragma" content="no-cache"/>
--- End code ---
Why on this line stay "no-cache"?
Eclipse16V:
--- Quote ---HTTP 1.1. Allowed values = PUBLIC | PRIVATE | NO-CACHE | NO-STORE.
Public - may be cached in public shared caches
Private - may only be cached in private cache
no-Cache - may not be cached
no-Store - may be cached but not archived
The directive CACHE-CONTROL:NO-CACHE indicates cached information should not be used and instead requests should be forwarded to the origin server. This directive has the same semantics as the PRAGMA:NO-CACHE.
Clients SHOULD include both PRAGMA:NO-CACHE and CACHE-CONTROL:NO-CACHE when a no-cache request is sent to a server not known to be HTTP/1.1 compliant.
Also see EXPIRES.
Note: It may be better to specify cache commands in HTTP than in META statements, where they can influence more than the browser, but proxies and other intermediaries that may cache information.
--- End quote ---
http://www.metatags.info/meta_http_equiv_pragma
Eclipse16V:
New Version!!!
smartblogz:
Thanks man. Successfully installed but can you give an example of what information to fill in ALL the fields as this could be very confusing for newbies like myself. :)
Yes, I installed Ok and was able to fill some fields (though I can't see any changes) it would be great if you could give a run-down/examples/demo.
For instance, I searched for my site on google as here is a screenshot of what I got. Horrible isn't it?
Regards,
SBz
Sono:
Hello!
I have checked the XML files of this modification, and I found it wants to unstall modifications in the German language files, too:
" <file name="$languagedir/Modifications.german.php" error="skip">
<operation>
<search position="end" />
<add><![CDATA[ "
I am running the german_informal-utf8 language file on my sytsem. Is it okay if I simply rewrite the mod to search for german_informal-utf8.php instead of the german.php for the modifications to take effect?
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version