My Points
A summary of Mario XP's most recent points transactions.
| Points | Description | Updated |
|---|---|---|
| -10 | Article was deleted | Thu Dec 15 2011 @ 8:36:34 |
| 10 | Posted a new article. | Thu Dec 15 2011 @ 8:35:45 |
| 10 | Posted a new article. | Thu Dec 15 2011 @ 8:32:59 |
| 1 | answer was liked by Spartan Warrior | Wed Dec 14 2011 @ 18:48:50 |
| 1 | answer was liked by Spartan Warrior | Wed Dec 14 2011 @ 15:58:21 |
My Answers
A summary of Mario XP's most recent answers.
Question: Will an N Wireless USB Network adapter work on a G Network ?
Yes it should be backwards compatible however to run at N-Speeds you'll need to upgrade your network router.
Question: My LiveDrive Doesn't Update Anymore ?
Just a follow up on this as I ended up having a similar problem with my Livedrive too.
Livedrive support is terrible I opened a few tickets with them and no response even though they promise a response within 24 hours.
Anyway I got to the bottom of the problem and here is the solution.
Every LiveDrive installation creates a folder on your C:/ drive called LD. It might be hidden on yours so make sure you're logged in as admin and can view hidden files.
This folder has all types of configs and the cache for Livedrive.
1.) Delete this folder
2.) Restart your PC
3.) Re-Install Livedrive
4.) Problem Solved.
Hope this helps all of you LiveDrivers :)
Question: My LiveDrive Doesn't Update Anymore ?
Can you be more specific about the error ?
Are you possibly missing a DLL file or has some other part of the installation become corrupt ?
Try the link below if you're getting DLL errors ?
http://www.dllerrors-fix.com/dllerrors/Livedrive.exe.html
Question: Wordpress WP_Rewrite Help ?
There's a couple of ways of doing this, but the main actions and filters you need to user are below:
add_filter( 'query_vars', 'your_function_query_vars' );
add_action( 'generate_rewrite_rules', 'your_function_generate_rules' );
function your_function_generate_rules( $wp_rewrite )
{
$new_rules = array();
$new_rules ['^your-page/([^/]+)/([^/]+/)/?$'] = 'your-page.php?user=' . $wp_rewrite->preg_index(1) . '&id=' . $wp_rewrite->preg_index(2);
$wp_rewrite->rules = $new_rules + $wp_rewrite->rules;
}
function your_function_query_vars( $public_query_vars )
{
$public_query_vars[] = 'user';
$public_query_vars[] = 'id';
return $public_query_vars;
}
The above can go into your functions.php or plugin files. Either way it does what you ask. You'll have to play around with the regular expressions to rewrite it the way you like. I did it so that you'd have urls like:
/your-page/spartan/12/
Hope that helps.
Question: Google Chrome wants to be installed on new komputers
I have just tried google chrome (dont know why I didn't earlier). It really feels smooth and handy browser. As I cannot be tied to one broser I will add it's shortcut to desktop - I still have sites to visit that don't work on Firefox - only on IE. Who knows - maybe chrome will change that :D
My Questions
A summary of Mario XP's most recent questions.
-
Question: TinyMCE form validation problems ?
-
Question: Firefox Vs Chrome ?
My Articles
A summary of Mario XP's most recent articles.








