How to disable displaying Author name and date
Ajay on January 13th, 2008You can disable Author name and date appearing on contents from Adminster->Site Building->Themes->Configure->Global Settings See the Display post information on box Enable or disable the submitted by Username on date text when displaying posts of the following type. You can uncheck the type where you don’t want it to be displayed.
How to add images to Drupal Ecommerce
Ajay on January 12th, 2008Well if you are coming from a a traditional shopping cart background then you will be surprised to know that Drupal Ecommorce doesn’t allow you to add/upload images easily. Don’t be disappointed, there is a way.. Step 1: Install Image Module http://drupal.org/project/image Enable it from Admnister->Site building -> Modules Step 2: Add an Image From [...]
Drupal ecommerce
Ajay onDrupal ecommerce is a full shopping cart which can be integrated with Drupal CMS. Drupal Ecommerce Home Page http://www.drupalecommerce.org/ Drupal ecommerce module home page http://drupal.org/handbook/modules/ecommerce
phpBB3 – How to show forum moderators in the board?
Ajay on January 5th, 2008This one is little tricky, follow these steps From ACP->Forums click in Forum moderators in the left side. From the right side select the forum to which you want to assign moderators, click on Submit. In the next window add a user in the bottom left window and then click on Add permissions. From the [...]
How to remove displaying site name below logo in phpBB3
Ajay on January 4th, 2008There are 2 ways 1) Make the site name empty Read my earlier post here. how to change the default yourdomain.com site name This is not good way as sitename value is used on other places also so avoid it. 2) This should be the correct way From ACP->Styles->Templates Select your template and edit the [...]
How to change the default yourdomain.com site name in phpBB3
Ajay onBy default you will see yourdomain.com in the title and just below the logo. To change this value to be your site name do followings From ACP go to General->Board Settings Change the Site name: value to be your site name Also you can change the brief description of the site from Site description:
How to set permissions in phpBB3
Ajay onOnce you have created the forums from Admin panel, forums are not displayed in the front by default. After creating forum you need to set proper permissions for the forums to be displayed. First you need to set Global Permissions. ACP->Forums->Group Forum Permissions (Last menu link in the left column) Once you have selected that [...]
How to replace default logo in phpBB3
Ajay on January 2nd, 2008Solution 1: The simplest method By defaul the logo is styles/prosilver/imageset/site_logo.gif If you have modified the style then search for the logo in that style folder. Simply replace this logo with your logo keep the name same and size. Solution 2: In Admin panel -> Styles -> Templates Click on the Edit against your default [...]
WordPress – How to remove category name from URL
Ajay onBy default you will see the URL of your wordpress blogs with category name after base URL E.g. http://blog.swamiwebdesign.com/category/wordpress http://blog.swamiwebdesign.com/category/wordpress/how-to-export-links-in-wordpress.html Obviously you wouldn’t like to have category in the URL. To remove category appearing in URL there are various ways, if you are php expert then you can modify the rewrite rules and play with [...]
How to disable displaying web site name in header?
Ajay on December 26th, 2007By default Drupal displays the web site name along with logo. I’m still exploring the easiest way to disable it being displayed. One quickest way is to comment out it from the .php file. To do so open page.tpl.php file in your theme folder and search for following line <?php print $site_name; ?></a> Modify this [...]