The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#101
|
|||
|
|||
Thanks. It is not really possible to comment without knowing how you set things up.
With proper set up for the CDN to serve only static content (images, clientscript (java and css files)), there is no reason for any security token errors. First, you should outline all the steps you have done so far. For us, we simply change the style variables, change the location of smilies etc in the AdminCP and add a few replacement variables for client script. Another method which works equally well, is to use Apache mod_rewrite, but we don't do it that way. |
#102
|
|||
|
|||
OBTW, in case you did not read this blog post over at The UNIX and Linux Forum about MaxCDN and their initial impressions on their vB forum:
http://www.unix.com/blog/2010/08/ini...s-with-maxcdn/ |
#103
|
|||
|
|||
Just wondering if anyone has been able to come up with a solution for moving the attachment directories out to S3 or another CDN?
|
#104
|
|||
|
|||
There are a number of ways to do this. Perhaps the easiest way is to simply edit the postbit_attachment template and change:
Code:
<a href="attachment.php?$session[sessionurl]attachmentid=$attachment[attachmentid]&d=$attachment[dateline]"<if condition="$show['newwindow']"> target="_blank"</if>>$attachment[filename]</a> Code:
<a href="http://your.cdn.com/attachment.php?$session[sessionurl]attachmentid=$attachment[attachmentid]&d=$attachment[dateline]"<if condition="$show['newwindow']"> target="_blank"</if>>$attachment[filename]</a> |
Благодарность от: | ||
SeanMT |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|