Get XOOPS XOOPSXOOPS FAQFAQ ForumsForums NewsNews ThemesThemes ModulesModules

Search

Donate to XOOPS!

Please select an amount to donate


Do you want your username revealed with your donation?
Yes - List me as a Generous Donor
No - List my donation as from an Anonymous Donor


Local Support

Advertisement

XOOPS Code hosted on SourceForge

Cumulus Tag Cloud

admin Arabic banner block Christmas comments cumulus DayDawn dhsoft e-Commerce E-Learning Git Google GUI hacks instant-zero jQuery module mygalleries news Nordic Olédrion oxygen PageRank PHP rmcommon security SEO simple-XOOPS Smarty sport tag Theme tutorial wiki xoops XoopsEngine ZendFramework

Top Tags

module (1) rmcommon (1)

New Users

Registering user

# 133030

cheapsalgcom

Welcome to XOOPS!
[Main Page]

Glossary B

From XOOPS Web Application System

Main Page | Recent changes | Edit this page | Page history | Switch to MediaWiki mode

Printable version | Disclaimers | Privacy policy
Category: Glossary

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>


</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.

bytes

units is size (memory) for measuring a file

Retrieved from "http://xoops.org/modules/mediawiki/index.php/Glossary_B"

This page has been accessed 6,987 times. This page was last modified 16:50, 10 May 2010. Content is available under XOOPS Web Application System.