how to add content on leftbar[menubar] |
| |||
I wanna put content below the menu, on left bar.
|
| |||
in admin-cp / themes / yourthemes manage blocks
|
| |||
i designed apage and upload it on my server , it is with 140px width .
|
| |||
If it is just a basic banner link, you can use this: <a href="Your page your url"><img src="where image is" alt="This is my picture"/></a> Example: <a href="[url]http://www.mysite.com"><img[/url] src="[url]http://mysite.com/images/myad01.jpg"[/url] alt="this is my ad"/></a>
|
| |||
[quote=alexn]If it is just a basic banner link, you can use this: <a href="Your page your url"><img src="where image is" alt="This is my picture"/></a> Example: <a href="[url]http://www.mysite.com"><img[/url] src="[url]http://mysite.com/images/myad01.jpg"[/url] alt="this is my ad"/></a> [/quote] thank u 4 help , but it is not just banner . thank u
|
| |||
[quote=fantastica] thank u 4 help , but it is not just banner . thank u [/quote] I am very new to this script also, so I do not know the limits of the allowable HTML. All I can suggest is to experiment with the basic code and see what is allowable. If it is just pictures and text it should be allowed with the normal tags <a> <img> <p> other tags may be overuled by the CSS or throw your whole page out of whack, so best just to experiment and learn.
|
| |||
[quote=alexn] I am very new to this script also, so I do not know the limits of the allowable HTML. All I can suggest is to experiment with the basic code and see what is allowable. If it is just pictures and text it should be allowed with the normal tags <a> <img> <p> other tags may be overuled by the CSS or throw your whole page out of whack, so best just to experiment and learn. [/quote] thank you from the heart
|
| |||
[quote=fantastica] thank you from the heart You may want to check this page out, He/She seems to have it tricked out to the max. They are even offering a piece of script sidebar code:[url]http://temanku.net/index.php?p=blogs/viewstory/442[/url]
|
| |||
[quote=alexn] You may want to check this page out, He/She seems to have it tricked out to the max. They are even offering a piece of script sidebar code:[url]http://temanku.net/index.php?p=blogs/viewstory/442[/url] [/quote] thank you again friend thank you
|
| |||
add something on left menu bar (where are links like Dashboard, Blogs,Photos,....) for facebook theme page.tpl.php this is more or less the original code if you want to add some code in the leftbar, you can do this before the echo '</td>' or echo '</div>' line. or you can put your code in the admin panel, manage blocks and this will be the value of get_gvar('theme_block_lsidebar')
|
| |||
[quote=falcone]add something on left menu bar (where are links like Dashboard, Blogs,Photos,....) for facebook theme page.tpl.php this is more or less the original code if you want to add some code in the leftbar, you can do this before the echo '</td>' or echo '</div>' line. or you can put your code in the admin panel, manage blocks and this will be the value of get_gvar('theme_block_lsidebar') [/quote] thank u falcon for help . thank you again
|
| |||
[img]http://putribetha.net/5_block.gif[/img]
|