Forum Replies Created
-
AuthorPosts
-
Udar GromovKeymaster
I found a different solution.
Instead of fighting with this option over and over again, you can create a Digital Certificate for VBA and share it Between Several PC(s).
I just finished an article here, and tested it on Windows 7 and Windows XP.
Udar GromovKeymasterSolution: Add an “Exit” button to your QAT in Excel.
Details:
QAT is Quick Access Toolbar. It is located in the upper left corner of Excel window, and contains your favorite one-click operations.
“Exit” button looks like an over-sized letter X.
If you click this button instead of application X in the upper right corner, you will close Excel in one click.
Udar GromovKeymasterSTABILIZATION
Both WEB03 and AMAZON sites are working. Finding some small problems and errors:
(01) FAVICON.ICO doesn’t work because of type forwarding. This will be fixed in a few days, when we are back to DNS record.
(02) bbPress header loading jquery.js from 192.168.0.188 – will be fixed next week.
Udar GromovKeymasterProblem with W2K8 R2 is that it only gives 10 days to activate in manual and 3 day to activate in automatic mode.
Udar GromovKeymasterSolution Found:
Remark out line
require_once(dirname(__FILE__) . '/../../wp-load.php');
from ‘bb-config.php’
Activate a plugin.
Reactivate the line.
Udar GromovKeymasterThis line of code definitely causes the problem that described on Internet as:
“all apostrophes and quotation marks are prefixed with backslashes”.
I liked the solution with writing a new plugin with this code in it:
<?php
/* Plugin Name: Strip Slashes */
add_filter('pre_topic_title', 'stripslashes', 40);
add_filter('pre_post', 'stripslashes', 40);
add_filter('bb_add_topic_tags', 'stripslashes', 40);
?>Does it work? – Yes!
Udar GromovKeymasterIt is possible that problem is with one line of code added to’ bb-config.php’
Now I took it out, and reloaded the page …
require_once(dirname(__FILE__) . '/../../wp-load.php');
Udar GromovKeymasterThe same test from Firefox:
Testing single ‘ and double ” quotation marks.
I just added top ‘header’ from DWC.
Does ‘ and ” are displaying properly here?
Udar GromovKeymasterTesting single ‘ and double ” quotation marks.
I just added top ‘header’ from DWC.
Does ‘ and ” still display properly?
[21:36] Will it also fix existing “bad” posts? – Yes, it does!
Udar GromovKeymaster- Admin link is fixed
- Fix Menus Appearance
-
AuthorPosts