How to Change Phpbb logo width height?

Go to phpbb adm ==> styles ==> imageset ==> Click Edit

Then change your phpbb logo image width and height changed.

Installing New Template?

http://www.phpbb.com/kb/article/installing-a-new-theme+template+style/]Knowledge Base – Installing a new theme/template/style

name = prosilver
copyright = © phpBB Group, 2007
version = 3.0.2

Change Above things from “style.cfg”, “imageset.cfg”, “template.cfg”, “theme.cfg”. Below type

name = yourtheme
copyright = © yourcompany, youryear
version = your version

How to modify Phpbb colors and other styles?

After changing stylesheet details simply go to ACP => STYLES => THEMES => your_theme => Refresh. This is doing changing the effect frontend. You use this file from ACP.

How to PhpBB3 Forum Install?

http://www.universalbumpkeys.com/forum/docs/INSTALL.html

Light Box

Below Url is very useful light box links :

http://www.huddletogether.com/projects/lightbox2/
http://www.huddletogether.com/projects/lightbox/


Create a Lightbox effect only with CSS – no javascript needed
thanks above url's, J.

Why Receive Spam Mail in WP?

Well, the easiest solution just click on spam is not a few times to remember Google is your address not spam.

If you do e-mail marketing, then it will be a problem if your e-mail is marked as spam, but if your e-mail address is used only as an e-mail address of the WP, then a simple solution is very good.

The not spam button work for me ok.

WP : Failed to send your message. Please try later or contact administrator by other way?

Option 1:

You can change the wordpress contact form area from section  ([your-name] <[your-email]>)  to  info@yourserver.com.

And add all field inside <label>

example :

<p><label>Your Name (required)<br />
[text* your-name]</label></p>

Option 2:

Another way you can use “WP Mail SMTP plugin”. Then you configure your mail server details.

then it will working.

thanks,
J.

How to install Magento?

Check Below URL :

http://screencastworld.com/2010/03/screencasts/screencast-how-to-install-magento-commerce-1-4-using-the-full-release-bundle

How to Change “Posted by Admin” to my Own Name into my wordpress blog?

How to Change Posted by Admin to my Own Name?

Well, please follow the below steps:

1. Please login with your wordpress admin login
2. Go to Left panel
3. Choose the tab called “Users”
4. When you click “Users”  tab you will be opening with the list of users in right side of main panel
5. Just click “edit” link under “admin” username.
6. On User Edit page, please Find the word “Nickname” and enter your name there.

Thats it! Now click “Update Profile” button on the bottom of page. Now go and happy to browse your blog or wordpress website with your articles written with your own name.  🙂

how to call static block in magento

<?php echo $this->getLayout()->createBlock(‘cms/block’)->setBlockId(‘header_links’)->toHtml() ?>

More Reference URL :

http://www.magentocommerce.com/boards/viewthread/12594/

<li><a href=”{{store direct_url=”home”}}”>Home</a></li>
<li><a href=”http://www.yoursite.com/forum” target=”_blank”>Forum</a></li>
<li><a href=”{{store direct_url=”advice-tutorials”}}”>Advice Tutorials</a></li>

<li><a href=”{{store direct_url=’featured-products.html’}}”>Featured Products</a></li>
<li><a href=”{{store direct_url=”testimonials”}}”>Testimonials</a></li>

© 2020 Spirituality