To keep your database slim I recomend adding

define(’WP_POST_REVISIONS’, 2);” to your wp-config.php file, just above the line:
“/* That’s all, stop editing! Happy blogging. */”.

This will limit the entries in your database from unlimited to 3 per article which will in effect keep your database slim, especially if you are running multiple blogs.

VN:F [1.5.7_846]
Rating: 10.0/10 (1 vote cast)
VN:F [1.5.7_846]
Rating: 0 (from 0 votes)
Tags Categories: generic Posted By: admin
Last Edit: 19 Jun 2010 @ 11 48 PM

EmailPermalinkComments (0)

 19 Jun 2010 @ 11:33 PM 

To get the option “Network” of Blogs working under Tools Menu item:

Add: “define( ‘WP_ALLOW_MULTISITE’, true );” to your wp-config .php in your root install dir.

For example add to the end:

/**
* For developers: WordPress debugging mode.
*
* Change this to true to enable the display of notices during development.
* It is strongly recommended that plugin and theme developers use WP_DEBUG
* in their development environments.
*/
define(’WP_DEBUG’, false);
define(’WP_ALLOW_MULTISITE’, true);
/* That’s all, stop editing! Happy blogging. */
/** Absolute path to the WordPress directory. */
if ( !defined(’ABSPATH’) )
define(’ABSPATH’, dirname(__FILE__) . ‘/’);
/** Sets up WordPress vars and included files. */
require_once(ABSPATH . ‘wp-settings.php’);

/**

* For developers: WordPress debugging mode.

*

* Change this to true to enable the display of notices during development.

* It is strongly recommended that plugin and theme developers use WP_DEBUG

* in their development environments.

*/

define(’WP_DEBUG’, false);

define(’WP_ALLOW_MULTISITE’, true);

/* That’s all, stop editing! Happy blogging. */

/** Absolute path to the WordPress directory. */

if ( !defined(’ABSPATH’) )

define(’ABSPATH’, dirname(__FILE__) . ‘/’);

/** Sets up WordPress vars and included files. */

require_once(ABSPATH . ‘wp-settings.php’);

VN:F [1.5.7_846]
Rating: 0.0/10 (0 votes cast)
VN:F [1.5.7_846]
Rating: 0 (from 0 votes)
Tags Categories: generic Posted By: admin
Last Edit: 19 Jun 2010 @ 11 33 PM

EmailPermalinkComments (0)

 28 May 2010 @ 2:40 PM 

If you want Joomla Page: http://www.example.com/example.html

without the navbars and templates use:

http://www.example.com/example.html?tmpl=component

In iFrame form:

<iframe src=”http://www.example.com/example.html?tmpl=component” scrolling=”no” height=”550px” width=”470px” frameBorder =”0″ ></iframe>

VN:F [1.5.7_846]
Rating: 0.0/10 (0 votes cast)
VN:F [1.5.7_846]
Rating: 0 (from 0 votes)
Tags Categories: generic Posted By: admin
Last Edit: 28 May 2010 @ 02 40 PM

EmailPermalinkComments (0)

Place the following code in your HTML page within your cell or div tag:

<object width=”500″ height=”500″>
<param name=”movie” value=”../flash/flashhtml.swf”>
<embed src=”../flash/flashhtml.swf” width=”500″ height=”500″>
</embed>
</object>

change the size and path parameters to your video.

VN:F [1.5.7_846]
Rating: 0.0/10 (0 votes cast)
VN:F [1.5.7_846]
Rating: 0 (from 0 votes)
Tags Categories: wordpress Posted By: admin
Last Edit: 17 Apr 2010 @ 08 35 PM

EmailPermalinkComments (0)

 08 Apr 2010 @ 12:34 PM 

If USB components are not useable “gray” in the guest system

first install the guest-expansions in Devices/GuestExpansions

After that set the User of the Host system, as a user of virtualbox(normal USB) and lp (USB Printers)

by typing ion the command in the terminal:

sudo gedt /etc/group

then edit the line with vboxusers to include your host system login name

and also your name/ID in the line with lp

VN:F [1.5.7_846]
Rating: 0.0/10 (0 votes cast)
VN:F [1.5.7_846]
Rating: 0 (from 0 votes)
Tags Categories: generic Posted By: admin
Last Edit: 08 Apr 2010 @ 12 34 PM

EmailPermalinkComments (0)

 08 Apr 2010 @ 12:13 PM 

To change settings in Firefox, for example the print settings, type

about:config

into the Firefox Address Bar.

Print settings like Headers can be altered by changing the values in print.print_headerleft

from “&T” (Titel) to “” (nothing)

to not print page titel.

VN:F [1.5.7_846]
Rating: 0.0/10 (0 votes cast)
VN:F [1.5.7_846]
Rating: 0 (from 0 votes)
Tags Categories: generic Posted By: admin
Last Edit: 08 Apr 2010 @ 12 13 PM

EmailPermalinkComments (0)

 05 Dec 2009 @ 12:56 PM 

Stationary background images remain in one place even when scrolling through the page. Only the text will move. To create this effect, place the code below within your tag.

<body background =”yourimage.gif” bgproperties=”fixed”>

Joomla: often Backgroundproperties is found in the CSS stylesheet. Most of the time just change the property “no-repeat” to “fixed”.

VN:F [1.5.7_846]
Rating: 0.0/10 (0 votes cast)
VN:F [1.5.7_846]
Rating: 0 (from 0 votes)
Tags Tags: ,
Categories: joomla
Posted By: admin
Last Edit: 05 Dec 2009 @ 12 57 PM

EmailPermalinkComments (0)

 13 Aug 2009 @ 1:07 AM 

Although DMSGuestbook is activated I don’t see any entries in the adminpanel, why?
It could be a problem with the user roles.
The role can be disable. Open the file “admin.php” in “dmsguestbook” folder and search to this entry: define(’ROLE’, “1″);. Replace this with this one: define(’ROLE’, “0″);

VN:F [1.5.7_846]
Rating: 0.0/10 (0 votes cast)
VN:F [1.5.7_846]
Rating: 0 (from 0 votes)
Tags Categories: generic Posted By: admin
Last Edit: 13 Aug 2009 @ 01 07 AM

EmailPermalinkComments (0)

 28 Jul 2009 @ 8:52 PM 

1. create the graphic you want to use… preferrably work on a 32 x 32 pixel image
2. size it to 16 x 16 pixels
3. change the color mode to indexed
4. export it using the Gif89a plug-in or photoshop’s built in “save for web” and make the background color your knockout color.
5. save this file as a gif. then close the file
6. re-open the file, and now, simply “Save As” and choose “windows icon, ico”… VOILA you have a transparent favicon.ico file :)

7. copy favicon.ico into your main blog directory and the directory with the header.php file.

8. You will now need to edit your header.php (between <head> and </head>) of your wordpress blog. Add the following code:

<link rel=”shortcut icon” href=”<?php bloginfo(’template_url’); ?>/favicon.ico” type=”image/x-icon” />

or

<link rel=”shortcut icon” href=”favicon.ico” >
<link rel=”icon” href=”favicon.gif” type=”image/gif” >

Best as following example, between:

<link rel=”alternate” type=”application/atom+xml” title=”Atom 0.3″ href=”<?php bloginfo(’atom_url’); ?>” />
<link rel=”shortcut icon” href=”<?php bloginfo(’template_url’); ?>/favicon.ico” type=”image/x-icon” />
<link rel=”pingback” href=”<?php bloginfo(’pingback_url’); ?>” />

9. Restart Browser

VN:F [1.5.7_846]
Rating: 10.0/10 (1 vote cast)
VN:F [1.5.7_846]
Rating: +1 (from 1 vote)
Tags Tags: , ,
Categories: wordpress
Posted By: admin
Last Edit: 01 Aug 2009 @ 05 13 PM

EmailPermalinkComments (0)

 28 Jul 2009 @ 8:51 PM 

In case no stats show up after the Wordpress Stats plugin has been installed,
<?php wp_footer(); ?>
must be added to the footer.php just before the </body>.

VN:F [1.5.7_846]
Rating: 0.0/10 (0 votes cast)
VN:F [1.5.7_846]
Rating: 0 (from 0 votes)
Tags Tags: ,
Categories: wordpress
Posted By: admin
Last Edit: 28 Jul 2009 @ 09 01 PM

EmailPermalinkComments (0)




\/ More Options ...
Change Theme...
  • Users » 1
  • Posts/Pages » 15
  • Comments » 1
Change Theme...
  • VoidVoid « Default
  • LifeLife
  • EarthEarth
  • WindWind
  • WaterWater
  • FireFire
  • LightLight

Page



    No Child Pages.