![]() |
Quote:
|
I guess that would work -- thanks for the idea.
I think I found a bug --- at least I might have -- If I store my CSS as a file - I lose the style in the newsletter - |
yea, i actually just discovered that myself ... as 99.9% of the users of vB don't do this, it's not something i was in a rush to fix
|
Quote:
I found it cuz im also trying to speed up my board |
|
can any body write here
the modify the profile.php but the steps are not clear to me am adminstarting an arabic site right to left |
permanent fix for using css as a file:
in includes/adminfunctions_template.php find: Code:
if (preg_match('#^<link rel="stylesheet" type="text/css" href="(clientscript/vbulletin_css/style-\w{8}-0*' . $styleid . '\.css)" />$#', $csscontents, $match)) Code:
if (preg_match('#^<link rel="stylesheet" type="text/css" href="'.$vboptions['bburl'].'/(clientscript/vbulletin_css/style-\w{8}-0*' . $styleid . '\.css)" />$#', $csscontents, $match)) Code:
$QUERY[] = "css = '" . addslashes("<link rel=\"stylesheet\" type=\"text/css\" href=\$cssfilename\" />") . "'"; Code:
$QUERY[] = "css = '" . addslashes("<link rel=\"stylesheet\" type=\"text/css\" href=\"{$vboptions['bburl']}/$cssfilename\" />") . "'"; |
Tested and confirmed. Thanks man. Works like a charm.
|
Another question (different from my usual, recurring one!), which template do you need to edit to change some of the standard text?
Specifically I want to permanently change the line, "Currently, community updates are sent weekly." to "Currently, community updates are sent monthly." Thanks. |
you'll find all the phrase information in the file commbull_phrases.php
|
All times are GMT. The time now is 11:58 AM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|