Glossary A * Glossary B * Glossary C * Glossary D * Glossary E * Glossary F * Glossary G * Glossary H * Glossary I * Glossary J * Glossary K * Glossary L * Glossary M * Glossary N * Glossary O * Glossary P * Glossary Q * Glossary R * Glossary S * Glossary T * Glossary U * Glossary V * Glossary W * Glossary X * Glossary Y * Glossary Z
Contents |
Banner
An advertisement from a company somewhere else on the net that pays you to advertise on your site with a click to them. This is not to be confused with the 'header' or 'title' of your web page. In the World of Xoops, a banner is usually and advertising banner, not the top logo or image of your website.
http://www.xoops.net.br/banners.htm
- Current Active Banners
- Finished Banners
- Advertising Clients
- Add a New Banner
- Add a New Client
Banner ID
The identification allocated to a banner. You need these so you can manage you banner revenue.
binary "blob" data
A binary file is a computer file which may contain any type of data, encoded in binary form for computer storage and processing purposes; for example, computer document files containing formatted text. Many binary file formats contain parts that can be interpreted as text; binary files that contain only textual data - without, for example, any formatting information - are called plain text files. In ordinary usage they are typically contrasted with binary files, so that binary files are all files which do not contain merely plain text.(source Wikipedia)
Block Access Rights
This section is where you determine which groups of users can see what parts of your site. You can restrict access to anonymous users by unticking boxes for them.
<table cellspacing="0">
<tr>
<td id="usermenu">
<{if $xoops_isadmin}>
<a class="menuTop" href="<{$xoops_url}>/admin.php"><{$block.lang_adminmenu}></a>
<a href="<{$xoops_url}>/user.php"><{$block.lang_youraccount}></a>
<{else}>
<a class="menuTop" href="<{$xoops_url}>/user.php"><{$block.lang_youraccount}></a>
<{/if}>
<a href="<{$xoops_url}>/edituser.php"><{$block.lang_editaccount}></a>
<a href="<{$xoops_url}>/notifications.php"><{$block.lang_notifications}
></a>
<{if $block.new_messages > 0}>
<a class="highlight" href="<{$xoops_url}>/viewpmsg.php"><
{$block.lang_inbox}> (<span style="color:#ff0000; font-weight: bold;"><
{$block.new_messages}></span>)</a>
<{else}>
<a href="<{$xoops_url}>/viewpmsg.php"><{$block.lang_inbox}></a>
<{/if}>
<a href="<{$xoops_url}>/user.php?op=logout"><{$block.lang_logout}></a>
</td>
</tr>
</table>
<form style="margin-top: 0px;" action="<{$xoops_url}>/search.php" method="get">
<input type="text" name="query" size="14" /><input type="hidden" name="action"
value="results" /><br /><input type="submit" value="<{$block.lang_search}>" />
</form>
<a href="<{$xoops_url}>/search.php"><{$block.lang_advsearch}></a>
<ul>
<{foreach item=module from=$block.modules}>
<li><a href="<{$module.adminlink}>"><{$module.lang_linkname}></a>: <{$module.pendingnum}></li>
<{/foreach}>
</ul>
<a class="menuTop" href="<{$xoops_url}>/"><{$block.lang_home}></a>
<{foreach item=module from=$block.modules}>
<a class="menuMain" href="<{$xoops_url}>/modules/<{$module.directory}>/"><{$module.name}></a>
<{foreach item=sublink from=$module.sublinks}>
<a class="menuSub" href="<{$sublink.url}>"><{$sublink.name}></a>
<{/foreach}>
<{/foreach}>
|
</pre>
<table class="outer" cellspacing="0">
<{if $block.showgroups == true}>
<!-- start group loop -->
<{foreach item=group from=$block.groups}>
<tr>
<th colspan="2"><{$group.name}></th>
</tr>
<!-- start group member loop -->
<{foreach item=user from=$group.users}>
<tr>
<td class="even" valign="middle" align="center"><img src="<{$user.avatar}
>" alt="" width="32" /><br /><a href="<{$xoops_url}>/userinfo.php?uid=<
{$user.id}>"><{$user.name}></a></td><td class="odd" width="20%" align="right"
valign="middle"><{$user.msglink}></td>
</tr>
<{/foreach}>
<!-- end group member loop -->
<{/foreach}>
<!-- end group loop -->
<{/if}>
</table>
<br />
<div style="margin: 3px; text-align:center;">
<img src="<{$block.logourl}>" alt="" border="0" /><br /><{$block.recommendlink}>
</div>
- <{$block.online_total}>
<{$block.lang_members}>: <{$block.online_members}>
<{$block.lang_guests}>: <{$block.online_guests}>
<{$block.online_names}> <a href="javascript:openWithSelfMain('<{$xoops_url}>/misc.php?action=showpopups&type=online','Online',420,350);"><{$block.lang_more}></a>
<table cellspacing="1" class="outer">
<{foreach item=user from=$block.users}>
<tr class="<{cycle values="even,odd"}>" valign="middle">
<td><{$user.rank}></td>
<td align="center">
<{if $user.avatar != ""}>
<img src="<{$user.avatar}>" alt="" width="32" /><br />
<{/if}>
<a href="<{$xoops_url}>/userinfo.php?uid=<{$user.id}>"><{$user.name}></a>
</td>
<td align="center"><{$user.posts}></td>
</tr>
<{/foreach}>
</table>
<table cellspacing="1" class="outer">
<{foreach item=user from=$block.users}>
<tr class="<{cycle values="even,odd"}>" valign="middle">
<td align="center">
<{if $user.avatar != ""}>
<img src="<{$user.avatar}>" alt="" width="32" /><br />
<{/if}>
<a href="<{$xoops_url}>/userinfo.php?uid=<{$user.id}>"><{$user.name}></a>
</td>
<td align="center"><{$user.joindate}></td>
</tr>
<{/foreach}>
</table>
<table width="100%" cellspacing="1" class="outer">
<{foreach item=comment from=$block.comments}>
<tr class="<{cycle values="even,odd"}>">
<td align="center"><img src="<{$xoops_url}>/images/subject/<{$comment.icon}>" alt="" /></td>
<td><{$comment.title}></td>
<td align="center"><{$comment.module}></td>
<td align="center"><{$comment.poster}></td>
<td align="right"><{$comment.time}></td>
</tr>
<{/foreach}>
</table>
<form action="<{$block.target_page}>" method="post">
<table class="outer">
<{foreach item=category from=$block.categories}>
<{foreach name=inner item=event from=$category.events}>
<{if $smarty.foreach.inner.first}>
<tr>
<td class="head" colspan="2"><{$category.title}></td>
</tr>
<{/if}>
<tr>
<td class="odd"><{counter assign=index}><input type="hidden" name="not_list
[<{$index}>][params]" value="<{$category.name}>,<{$category.itemid}>,<
{$event.name}>" /><input type="checkbox" name="not_list[<{$index}>][status]"
value="1" <{if $event.subscribed}>checked="checked"<{/if}> /></td>
<td class="odd"><{$event.caption}></td>
</tr>
<{/foreach}>
<{/foreach}>
<tr>
<td class="foot" colspan="2"><input type="hidden" name="not_redirect"
value="<{$block.redirect_script}>"><input type="hidden" value="<
{$block.notification_token}>" name="XOOPS_TOKEN_REQUEST" /><input
type="submit" name="not_submit" value="<{$block.submit_button}>" /></td>
</tr>
</table>
</form>
<div style="text-align: center;">
<form action="index.php" method="post">
<{$block.theme_select}>
</form>
</div>
Block Type
Blocks are the working units of your site presenting content to your user. Some blocks use php as a language or source code. others use HTML. So - block type refers to the type of language or code used in the block - you could be working with a php block or a html block.
blocks
A block is a unit of information brought to the internet user by a module. The way it looks is determined by the theme. The content is determined by the module.
- Blocks positions (center column)]
- Positionnement des blocs /Fr (submitted by Burning)
bytes
units is size (memory) for measuring a file











![[Main Page]](/modules/mediawiki/images/mediawiki.png)


