Remove “Join Date” from Vbulletn 4
Go to Admin –> Styles $ Templates –> Search in Templates; Search for text “{vb:rawphrase join_date}”; Deleted {vb:rawphrase join_date} related code.
Study PHP Skills, Share PHP Code
Go to Admin –> Styles $ Templates –> Search in Templates; Search for text “{vb:rawphrase join_date}”; Deleted {vb:rawphrase join_date} related code.
Here let me show 2 skills on how to use WordPress well. 1. show all sub-categories at its parent category page; 2. get rid of “no categories” if a category does not have a sub-category. For the first, there are… Read more2 Skills about WordPress
For example, we set up 2 Extra fields, if we want Extra Field shows at header, and Extra Field shows at its original place. Do as follows: Let Extra Field original place show Extra Field 2 data: 1. Go to… Read moreX-cart 4.4.0 show Extra fields at different places
How do I change the link http://www.cheapglasses123.com/prescription-sunglasses/ with https://www.cheapglasses123.com/prescription-sunglasses/? Here is a way to do it with .htaccess or httpd.conf: http://www.askapache.com/htaccess/rewrite-uppercase-lowercase.html You could write a mysql query that would change all the entries in the database using the Lower() function:… Read moreClean URL first letter for X-cart
Edit includes/common.inc. removed these three lines by putting // // ‘name’ => ‘Generator’, // ‘content’ => ‘Drupal ‘ . $version . ‘ (http://drupal.org)’, // $elements[‘system_meta_generator’][‘#attached’][‘drupal_add_http_header’][] = array(‘X-Generator’, $elements[‘system_meta_generator’][‘#attributes’][‘content’]);
Login in Ftp, and go to themes/Your_Theme_Name/templates, open the page.tpl.php file under your theme folder. Around line 92 to 96, you can find the following code: <?php if ($logo): ?> <a href=”<?php print $base_path; ?>”><img src=”<?php print $logo; ?>” alt=”home”/></a>… Read moreChange Drupal 7 Alt Test for Site Logo
after updating my installation from Vbulletin version 4.2.1 to version 4.2.2 I can not access the forum. I can not access the control panel. When I try to access any page of the forum or admin panel, I find the… Read moreUrgent help!!! Error after upgrading to Vbulletin 4.2.2: “Warning: date() [function.date]: It is not safe…”
We all know that breadcrumb navigation is very important for SEO, how to add this for our WordPress blogs then? First, add the following code at the end of functions.php:
In order to let you understand my PHP code easily on how to generate all strings with 3 lowercases, I will share the code with you on how to generate all 26 single letters from a to z; next, generate… Read moreHow to generate all strings with 3 lowercases?
Sometimes it is very difficult for us to publish an article if all the articles have 2 or more different article resources from other sites. In this case, we can not copy directly. We can use PHP code: