[2.0.10] Select Expand BBcodes MOD

The cleanup is complete. This forum is now read only.

Rating:

Excellent!
20
91%
Very Good
1
5%
Good
0
No votes
Fair
0
No votes
Poor
1
5%
 
Total votes: 22

Shotokkan
Registered User
Posts: 3
Joined: Mon Sep 25, 2006 2:28 pm

Post by Shotokkan »

Does this MOD would work for PHP-NUke 7.8 too?
Thanks,
ShotoKan
markus_petrux
Former Team Member
Posts: 1887
Joined: Wed Apr 23, 2003 7:11 am
Location: Girona, Catalunya (Spain)
Contact:

Post by markus_petrux »

Shotokkan wrote: Does this MOD would work for PHP-NUke 7.8 too?

Sorry, no. PHP-Nuke contains a heavily modified version of phpbb which is not supported here at phpbb.com.
EasyMOD Standards | MOD Template Actions | MODs in Development Rules
Useful information for MOD Authors | MOD Queue Stats | Search MODs
Write SQL/DDL portable to all SQL servers supported by phpBB!
Get EasyMOD 0.3.0! | Suport al phpBB en Català!
8)
Shotokkan
Registered User
Posts: 3
Joined: Mon Sep 25, 2006 2:28 pm

Post by Shotokkan »

markus_petrux wrote:
Shotokkan wrote:Does this MOD would work for PHP-NUke 7.8 too?

Sorry, no. PHP-Nuke contains a heavily modified version of phpbb which is not supported here at phpbb.com.


Well it was a try. Thanks anyway.
Thanks,
ShotoKan
murnauvsbuñuel
Registered User
Posts: 177
Joined: Mon Jun 20, 2005 9:49 am

Post by murnauvsbuñuel »

Somebody can help me?
i want install this mod in Aphrodite style but the code is very different, i have tried install this and search a solution in different sites.

Code: Select all

templates/subSilver/bbcode.tpl
#
#================================================================================
#       MOD Section: quote_username_open
#================================================================================
#
#-----[ FIND ]------------------------------------------
#
<!-- BEGIN quote_username_open --></span>
<table
#
#-----[ IN-LINE FIND ]------------------------------------------
#
<table
#
#-----[ IN-LINE AFTER, ADD ]------------------------------------------
#
 class="bodyline"
#
#-----[ FIND ]------------------------------------------
#
          <td><span class="genmed"><b>{USERNAME} {L_WROTE}:</b></span></td>
        </tr>
        <tr>
          <td class="quote"><!-- END quote_username_open -->
#
#-----[ REPLACE WITH ]------------------------------------------
#
                <td class="helpline"><span class="genmed"><b>{USERNAME} {L_WROTE}:</b>
<script type="text/javascript" src="{U_SXBB_JSLIB}"></script>
<script type="text/javascript">
<!--
        var id = 'SXBB' + (1000 + Math.floor(Math.random() * 5000));
        SXBB[id] = new _SXBB(id);
        SXBB[id].T['select'] = '{L_SELECT}';
        SXBB[id].T['expand'] = '{L_EXPAND}';
        SXBB[id].T['contract'] = '{L_CONTRACT}';
        SXBB[id].writeCmd();
//-->
</script>
                </span></td>
        </tr>
        <tr>
          <td class="quote">
<script type="text/javascript">
<!--
        SXBB[id].writeDiv();
//-->
</script><!-- END quote_username_open -->
#
#================================================================================
#       MOD Section: quote_open
#================================================================================
#
#-----[ FIND ]------------------------------------------
#
<!-- BEGIN quote_open --></span>
<table
#
#-----[ IN-LINE FIND ]------------------------------------------
#
<table
#
#-----[ IN-LINE AFTER, ADD ]------------------------------------------
#
 class="bodyline"
#
#-----[ FIND ]------------------------------------------
#
          <td><span class="genmed"><b>{L_QUOTE}:</b></span></td>
        </tr>
        <tr>
          <td class="quote"><!-- END quote_open -->
#
#-----[ REPLACE WITH ]------------------------------------------
#
                <td class="helpline"><span class="genmed"><b>{L_QUOTE}:</b>
<script type="text/javascript" src="{U_SXBB_JSLIB}"></script>
<script type="text/javascript">
<!--
        var id = 'SXBB' + (1000 + Math.floor(Math.random() * 5000));
        SXBB[id] = new _SXBB(id);
        SXBB[id].T['select'] = '{L_SELECT}';
        SXBB[id].T['expand'] = '{L_EXPAND}';
        SXBB[id].T['contract'] = '{L_CONTRACT}';
        SXBB[id].writeCmd();
//-->
</script>
                </span></td>
        </tr>
        <tr>
          <td class="quote">
<script type="text/javascript">
<!--
        SXBB[id].writeDiv();
//-->
</script><!-- END quote_open -->
#
#================================================================================
#       MOD Section: quote_close
#================================================================================
#
#-----[ FIND ]------------------------------------------
#
<!-- BEGIN quote_close --></td>
#
#-----[ REPLACE WITH ]------------------------------------------
#
<!-- BEGIN quote_close -->
<script type="text/javascript">
<!--
        document.write('</div>');
//-->
</script>
                </td>
#
#================================================================================
#       MOD Section: code_open
#================================================================================
#
#-----[ FIND ]------------------------------------------
#
<!-- BEGIN code_open --></span>
<table
#
#-----[ IN-LINE FIND ]------------------------------------------
#
<table
#
#-----[ IN-LINE AFTER, ADD ]------------------------------------------
#
 class="bodyline"
#
#-----[ FIND ]------------------------------------------
#
          <td><span class="genmed"><b>{L_CODE}:</b></span></td>
        </tr>
        <tr>
          <td class="code"><!-- END code_open -->
#
#-----[ REPLACE WITH ]------------------------------------------
#
                <td class="helpline"><span class="genmed"><b>{L_CODE}:</b>
<script type="text/javascript" src="{U_SXBB_JSLIB}"></script>
<script type="text/javascript">
<!--
        var id = 'SXBB' + (1000 + Math.floor(Math.random() * 5000));
        SXBB[id] = new _SXBB(id);
        SXBB[id].T['select'] = '{L_SELECT}';
        SXBB[id].T['expand'] = '{L_EXPAND}';
        SXBB[id].T['contract'] = '{L_CONTRACT}';
        SXBB[id].writeCmd();
//-->
</script>
                </span></td>
        </tr>
        <tr>
          <td class="code">
<script type="text/javascript">
<!--
        SXBB[id].writeDiv();
//-->
</script><!-- END code_open -->
#
#================================================================================
#       MOD Section: code_close
#================================================================================
#
#-----[ FIND ]------------------------------------------
#
<!-- BEGIN code_close --></td>
#
#-----[ REPLACE WITH ]------------------------------------------
#
<!-- BEGIN code_close -->
<script type="text/javascript">
<!--
        document.write('</div>');
//-->
</script>
                </td>
#
#-----[ SAVE/CLOSE ALL FILES ]------------------------------------------
the bbcode.tpl of aphrodite is:

Code: Select all

<!-- BEGIN ulist_open --><ul><!-- END ulist_open -->
<!-- BEGIN ulist_close --></ul><!-- END ulist_close -->

<!-- BEGIN olist_open --><ol type="{LIST_TYPE}"><!-- END olist_open -->
<!-- BEGIN olist_close --></ol><!-- END olist_close -->

<!-- BEGIN listitem --><li><!-- END listitem -->

<!-- BEGIN quote_username_open --><blockquote><h6>{USERNAME} {L_WROTE}:</h6><!-- END quote_username_open -->
<!-- BEGIN quote_open --><blockquote><h6>{L_QUOTE}:</h6><!-- END quote_open -->
<!-- BEGIN quote_close --></blockquote><!-- END quote_close -->

<!-- BEGIN code_open --><div class="code"><h6>{L_CODE}:</h6><!-- END code_open -->
<!-- BEGIN code_close --></div><!-- END code_close -->

<!-- BEGIN b_open --><strong><!-- END b_open -->
<!-- BEGIN b_close --></strong><!-- END b_close -->

<!-- BEGIN u_open --><span style="text-decoration: underline"><!-- END u_open -->
<!-- BEGIN u_close --></span><!-- END u_close -->

<!-- BEGIN i_open --><em><!-- END i_open -->
<!-- BEGIN i_close --></em><!-- END i_close -->

<!-- BEGIN color_open --><span style="color: {COLOR}"><!-- END color_open -->
<!-- BEGIN color_close --></span><!-- END color_close -->

<!-- BEGIN size_open --><span style="font-size: {SIZE}px; line-height: normal;"><!-- END size_open -->
<!-- BEGIN size_close --></span><!-- END size_close -->

<!-- BEGIN img --><img src="{URL}" border="0" alt="" /><!-- END img -->

<!-- BEGIN url --><a href="{URL}" target="_blank">{DESCRIPTION}</a><!-- END url -->

<!-- BEGIN email --><a href="mailto:{EMAIL}">{EMAIL}</a><!-- END email -->
thanks 8O
sorry for my bad english i am spanish.
ImagemxBB Portal the best portal to phpBB2
User avatar
RMcGirr83
Former Team Member
Posts: 22016
Joined: Wed Jun 22, 2005 4:33 pm
Location: Your display
Name: Rich McGirr

Post by RMcGirr83 »

I am told that the "expand" never shows up in IE 7. Works fine in FF and Opera
murnauvsbuñuel
Registered User
Posts: 177
Joined: Mon Jun 20, 2005 9:49 am

Post by murnauvsbuñuel »

RMcGirr83 wrote: I am told that the "expand" never shows up in IE 7. Works fine in FF and Opera

i have IE 7 and i can view the "expand" :) to me work fine
User avatar
RMcGirr83
Former Team Member
Posts: 22016
Joined: Wed Jun 22, 2005 4:33 pm
Location: Your display
Name: Rich McGirr

Post by RMcGirr83 »

Yeah, one of the other bazillion javascripts are causing the issue.
killyouall
Registered User
Posts: 523
Joined: Tue Oct 18, 2005 3:04 am
Contact:

Re: [2.0.10] Select Expand BBcodes MOD

Post by killyouall »

i was wondering if this mod still works with the newest phpbb and if it was possible to make this usable for other bbcodes like youtube mod and such
supramati
Registered User
Posts: 3
Joined: Wed Nov 07, 2007 3:36 pm

Re: [2.0.10] Select Expand BBcodes MOD

Post by supramati »

Nice mod! Thanx! Works like a charm! :D
Post Reply

Return to “[2.0.x] MOD Database Cleanup”