Page 1 of 1

wich code is it

Posted: 04 Jul 2010, 18:12
by Ghoostrocks
In order the get any support, you will have to do following:
1. Use a describing title!
2. Describe your problem and what happened when the problem occured
3. Tell us what version of phpBB3 you are currently using.

can u tell me wich code is it http://www.evoxtrm.com/viewtopic.php?f=11&t=3253 in download nformaiton and that free shop liscence http://www.evoxtrm.com/viewtopic.php?f=68&t=4462

~Ghoostrocks

Re: wich code is it

Posted: 04 Jul 2010, 20:04
by cisco007
Download info BBCode

Author: originally posted by Sir Xiradorn, fixed and modified by cisco007
Description: This bbcode allows a description of a download file and allows you to rank that file. A ranking script is integrated in the code.

Note: Rating script may conflict with other BBCodes on your board that use ratings
Image

BBCode:

Code: Select all

[downinfo]{INTTEXT1}, {SIMPLETEXT}, {INTTEXT2}, {URL1}, {URL2}[/downinfo]
HTML:

Code: Select all

<table style="width: 600px; margin: 0; padding: 5px 0; background: #333333; border: 1px solid #FFFFFF;">
   <tr>
      <td style="width: 2px;"></td>
      <td style="color: #FFFFFF; text-transform: uppercase; margin-left: 2px; margin bottom: 5px; font-size: 11px; font-weight: bold;">Download Information</td>
      <td style="width: 2px;"></td>   
   </tr>
   <tr>
      <td style="width: 2px;"></td>
      <td>
      <table style="padding: 0 5px; background: #EEEEEE; border: 1px solid #FFFFFF; color: #333333; width: 100%;">
         <tr style="margin: 0; padding: 2px 0; font-size: 10.5px; width: 100%;">
            <td style="line-height: 35px; padding: 0 5px; width: 25%; border-right: 1px dashed #DDDDDD; font-weight: bold;">Name:</td>
            <td style="line-height: 35px; padding: 0 5px; width: 75%;">{INTTEXT1}</td>         
         </tr>
         <tr style="margin: 0; padding: 2px 0; font-size: 10.5px; width: 100%;">
            <td style="line-height: 35px; padding: 0 5px; width: 25%; border-right: 1px dashed #DDDDDD; font-weight: bold;">Author:</td>
            <td style="line-height: 35px; padding: 0 5px; width: 75%;"><a href="memberlist.php?mode=viewprofile&un={SIMPLETEXT}">{SIMPLETEXT}</a></td>         
         </tr>
         <tr style="margin: 0; padding: 2px 0; font-size: 10.5px; width: 100%;">
            <td style="line-height: 35px; padding: 0 5px; width: 25%; border-right: 1px dashed #DDDDDD; font-weight: bold;">Description:</td>
            <td style="line-height: 35px; padding: 0 5px; width: 75%;">{INTTEXT2}</td>         
         </tr>
         <tr style="margin: 0; padding: 2px 0; font-size: 10.5px; width: 100%;">
            <td style="line-height: 35px; padding: 0 5px; width: 25%; border-right: 1px dashed #DDDDDD; font-weight: bold;">Rating:</td>
            <td style="line-height: 35px; padding: 0 5px; width: 75%;"><div class="js-kit-rating"></div>
            <script type="text/javascript" src="http://js-kit.com/ratings.js"></script></td>         
         </tr>
         <tr style="margin: 0; padding: 2px 0; font-size: 10.5px; width: 100%;">
            <td style="line-height: 35px; padding: 0 5px; width: 25%; border-right: 1px dashed #DDDDDD; font-weight: bold;">Demo:</td>
            <td style="line-height: 35px; padding: 0 5px; width: 75%;"><a href="{URL1}">{URL1}</a></td>         
         </tr>
         <tr style="margin: 0; padding: 2px 0; font-size: 10.5px; width: 100%; background: #CDCDCD;">
            <td style="line-height: 35px; padding: 0 5px; width: 25%; border-right: 1px dashed #DDDDDD; font-weight: bold;">Download link:</td>
            <td style="line-height: 35px; padding: 0 5px; width: 75%;"><a href="{URL2}">{URL2}</a></td>         
         </tr>
         <tr style="margin: 0; padding: 2px 0; font-size: 10.5px; width: 100%;">
            <td style="line-height: 35px; padding: 0 5px; width: 25%; border-right: 1px dashed #DDDDDD; font-weight: bold;">License:</td>
            <td style="line-height: 35px; padding: 0 5px; width: 75%;"><div style="line-height: 12px; padding-top: 10px;"><a href="http://opensource.org/licenses/gpl-3.0.html">http://opensource.org/licenses/gpl-3.0.html</a> & <a href="http://creativecommons.org/licenses/by-nc-nd/2.5/it/">http://creativecommons.org/licenses/by-nc-nd/2.5/it/</a></div></td>         
         </tr>
      </table>
      </td>
      <td style="width: 2px;"></td>
   </tr>
</table>
Helpline:

Code: Select all

BBcode Ex: [downinfo]filename, author, description, url_demo, url_down[/downinfo]
Example:

Code: Select all

[downinfo]File 1, admin, File description, http://www.demo_url.com/, http://www.download_url.com/[/downinfo]
Demo:
http://www.westwoodhighschool-fl.com/vi ... ?f=18&t=77

Re: wich code is it

Posted: 05 Jul 2010, 12:16
by Ghoostrocks
cisco007 ยป 04 Jul 2010, 20:04 wrote:
Download info BBCode

Author: originally posted by Sir Xiradorn, fixed and modified by cisco007
Description: This bbcode allows a description of a download file and allows you to rank that file. A ranking script is integrated in the code.

Note: Rating script may conflict with other BBCodes on your board that use ratings
Image

BBCode:

Code: Select all

[downinfo]{INTTEXT1}, {SIMPLETEXT}, {INTTEXT2}, {URL1}, {URL2}[/downinfo]
HTML:

Code: Select all

<table style="width: 600px; margin: 0; padding: 5px 0; background: #333333; border: 1px solid #FFFFFF;">
   <tr>
      <td style="width: 2px;"></td>
      <td style="color: #FFFFFF; text-transform: uppercase; margin-left: 2px; margin bottom: 5px; font-size: 11px; font-weight: bold;">Download Information</td>
      <td style="width: 2px;"></td>   
   </tr>
   <tr>
      <td style="width: 2px;"></td>
      <td>
      <table style="padding: 0 5px; background: #EEEEEE; border: 1px solid #FFFFFF; color: #333333; width: 100%;">
         <tr style="margin: 0; padding: 2px 0; font-size: 10.5px; width: 100%;">
            <td style="line-height: 35px; padding: 0 5px; width: 25%; border-right: 1px dashed #DDDDDD; font-weight: bold;">Name:</td>
            <td style="line-height: 35px; padding: 0 5px; width: 75%;">{INTTEXT1}</td>         
         </tr>
         <tr style="margin: 0; padding: 2px 0; font-size: 10.5px; width: 100%;">
            <td style="line-height: 35px; padding: 0 5px; width: 25%; border-right: 1px dashed #DDDDDD; font-weight: bold;">Author:</td>
            <td style="line-height: 35px; padding: 0 5px; width: 75%;"><a href="memberlist.php?mode=viewprofile&un={SIMPLETEXT}">{SIMPLETEXT}</a></td>         
         </tr>
         <tr style="margin: 0; padding: 2px 0; font-size: 10.5px; width: 100%;">
            <td style="line-height: 35px; padding: 0 5px; width: 25%; border-right: 1px dashed #DDDDDD; font-weight: bold;">Description:</td>
            <td style="line-height: 35px; padding: 0 5px; width: 75%;">{INTTEXT2}</td>         
         </tr>
         <tr style="margin: 0; padding: 2px 0; font-size: 10.5px; width: 100%;">
            <td style="line-height: 35px; padding: 0 5px; width: 25%; border-right: 1px dashed #DDDDDD; font-weight: bold;">Rating:</td>
            <td style="line-height: 35px; padding: 0 5px; width: 75%;"><div class="js-kit-rating"></div>
            <script type="text/javascript" src="http://js-kit.com/ratings.js"></script></td>         
         </tr>
         <tr style="margin: 0; padding: 2px 0; font-size: 10.5px; width: 100%;">
            <td style="line-height: 35px; padding: 0 5px; width: 25%; border-right: 1px dashed #DDDDDD; font-weight: bold;">Demo:</td>
            <td style="line-height: 35px; padding: 0 5px; width: 75%;"><a href="{URL1}">{URL1}</a></td>         
         </tr>
         <tr style="margin: 0; padding: 2px 0; font-size: 10.5px; width: 100%; background: #CDCDCD;">
            <td style="line-height: 35px; padding: 0 5px; width: 25%; border-right: 1px dashed #DDDDDD; font-weight: bold;">Download link:</td>
            <td style="line-height: 35px; padding: 0 5px; width: 75%;"><a href="{URL2}">{URL2}</a></td>         
         </tr>
         <tr style="margin: 0; padding: 2px 0; font-size: 10.5px; width: 100%;">
            <td style="line-height: 35px; padding: 0 5px; width: 25%; border-right: 1px dashed #DDDDDD; font-weight: bold;">License:</td>
            <td style="line-height: 35px; padding: 0 5px; width: 75%;"><div style="line-height: 12px; padding-top: 10px;"><a href="http://opensource.org/licenses/gpl-3.0.html">http://opensource.org/licenses/gpl-3.0.html</a> & <a href="http://creativecommons.org/licenses/by-nc-nd/2.5/it/">http://creativecommons.org/licenses/by-nc-nd/2.5/it/</a></div></td>         
         </tr>
      </table>
      </td>
      <td style="width: 2px;"></td>
   </tr>
</table>
Helpline:

Code: Select all

BBcode Ex: [downinfo]filename, author, description, url_demo, url_down[/downinfo]
Example:

Code: Select all

[downinfo]File 1, admin, File description, http://www.demo_url.com/, http://www.download_url.com/[/downinfo]
Demo:
http://www.westwoodhighschool-fl.com/vi ... ?f=18&t=77
and that free shop liscence ??

Re: wich code is it

Posted: 05 Jul 2010, 15:00
by cisco007
as far as i can see it's the same thing, you would just have to modify the words to your liking, for instance instead of download information, change it it license information or what ever and so on!