- Saturday, September 25, 2010, 11:20
- ArticleMs How To
- 2,677 views
Some articlems owners would like to display the members picture just near their username.
So here what i have done to display the Pictures in my control panel.
you can try this code
in the HTML
{if $this->User->Picture}
{else}
img src="{$this->relpath}skins/{$this->skin}/images/no-picture.png" alt="No Picture?" width="70" height="83"
a title="Add Your Picture" rel="nofollow" href="{$this->relpath}usercp">Add Your Picture
{/if}
(Add the tags for the image code plus add the and < ...
Full story
- Saturday, February 13, 2010, 11:11
- ArticleMs How To
- 2,601 views
Many are looking for a way to add the latest articles/news from the articlems directory to the external home page.
This happen when one have articlems into a subfolder ( ie your site . com / articles )
This system works only if the external page has the extension .php ( ie index.php and not index.html) and if you have the script installed in a subfolder.
The first ...
Full story