TEST
testing 1 2 3
TEST

Forumotion Testing
 
HomeHome  ­PortalPortal  ­CalendarCalendar  ­GalleryGallery  ­FAQFAQ  ­SearchSearch  ­MemberlistMemberlist  ­UsergroupsUsergroups  ­RegisterRegister  ­Log inLog in  
Latest topics
» Concours Twilight
Tue Jun 29, 2010 8:23 am by Admin

» Facebook connect
Thu Jun 24, 2010 10:20 am by Admin

» csdfsdf
Tue Jun 22, 2010 1:32 pm by Admin

» Twitter tweet code
Thu Oct 29, 2009 2:49 am by rOnO

» test image auto resize and sig post seperator
Wed Oct 28, 2009 11:44 pm by kirk

» Jalokim's Bug blog
Wed Oct 28, 2009 10:46 pm by MrMario

» ddddddddddddfdf
Wed Oct 28, 2009 4:13 pm by Admin

» Posting Images
Wed Oct 28, 2009 3:53 pm by Jalokim

» ]5♠5♦6♦54♠5♦4545♦5♦545♀01121☺3210♦♣♣9
Wed Oct 28, 2009 12:24 pm by kirk

Who is Online ?
In total there is 1 user online :: 0 Registered, 0 Hidden and 1 Guest

None

Most users ever online was 6 on Wed Oct 28, 2009 11:56 am
Top posters
Admin
 
Jalokim
 
kirk
 
MrMario
 
rOnO
 
Log in
Username:
Password:
Log me on automatically at each visit: 
:: I forgot my password
Search
 
 

Display results as :
 
Rechercher Advanced Search
Forum
Affiliates
free forum
Navigation
 Portal
 Index
 Memberlist
 Profile
 FAQ
 Search
Post new topic   Reply to topicShare | 
 

 ddddddddddddfdf

View previous topic View next topic Go down 
AuthorMessage
Admin
Admin


Posts: 17
Joined: 2009-01-16

PostSubject: ddddddddddddfdf   Wed Apr 29, 2009 1:40 pm

Code:
--> [b]overall_header_new[/b]
[spoiler]¤ Underneath[code]<script src="/{JS_DIR}/jquery.js"
type="text/javascript"></script>[/code]Ajouter :[code]<script
src="/{JS_DIR}/jquery/jqmodal/jqmodal.js"
type="text/javascript"></script>[/code][/spoiler]
--> [b]simple_header[/b]
[spoiler]¤ Replace all by :[code]<!DOCTYPE html PUBLIC "-//W3C//DTD
XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html dir="{S_CONTENT_DIRECTION}" lang="{L_LANG_HTML}"
xml:lang="{L_LANG_HTML}" xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="content-type" content="text/html;
charset={S_CONTENT_ENCODING}" />
<title>{SITENAME} :: {PAGE_TITLE}</title>
<meta http-equiv="content-script-type" content="text/javascript" />
<meta http-equiv="content-style-type" content="text/css" />
{META}
{T_HEAD_STYLESHEET}
<link rel="shortcut icon" type="image/x-icon" href="favicon2.ico">
<script src="/{JS_DIR}/jquery.js" type="text/javascript"></script>
<script src="/{JS_DIR}/jquery/jqmodal/jqmodal.js"
type="text/javascript"></script>
<script src="/{JS_DIR}/{L_LANG}.js" type="text/javascript"></script>
</head>
<body background="{T_BODY_BACKGROUND}" bgcolor="{T_BODY_BGCOLOR}"
text="{T_BODY_TEXT}" link="{T_BODY_LINK}" vlink="{T_BODY_VLINK}">
<span class="gen"><a name="top"></a></span>[/code][/spoiler]
--> [b]groupcp_info_body[/b]
[spoiler]¤ Replace[code]            <!-- END switch_grp_admin -->
            <tr>
                <td class="catBottom" colspan="8" align="right">
                    <table width="100%" border="0" cellspacing="0"
cellpadding="0" align="center">
                        <tr>
                            <td align="left" valign="top">
                                <span class="genmed"><input class="post"
type="text" name="username" size="20" maxlength="25" />&nbsp;<input
class="mainoption" type="submit" name="add" value="{L_ADD_MEMBER}"
/>&nbsp;<input class="liteoption"
onclick="window.open('{U_SEARCH_USER}', '_forumactifsearch',
'HEIGHT=250,resizable=yes,WIDTH=400');return false;" type="submit"
name="usersubmit" value="{L_FIND_USERNAME}" /></span>
                            </td>
                            <td><span class="cattitle"><input
class="mainoption" type="submit" name="remove"
value="{L_REMOVE_SELECTED}" /></span></td>
                        </tr>
                    </table>
                </td>
            </tr>
        <!-- END switch_mod_option -->[/code]By :[code]            <!--
END switch_grp_admin -->
            <tr>
                <td class="catBottom" colspan="8" align="right">
                    <table width="100%" border="0" cellspacing="0"
cellpadding="0" align="center">
                        <tr>
                            <td align="left" valign="top">
                                <span class="genmed"><input class="post"
type="text" id="username" name="username" size="20" maxlength="25"
/>&nbsp;<input class="mainoption" type="submit" name="add"
value="{L_ADD_MEMBER}" />&nbsp;<input type="button" class="liteoption"
id="find_user" value="{L_FIND_USERNAME}" /></span>
                            </td>
                            <td><span class="cattitle"><input
class="mainoption" type="submit" name="remove"
value="{L_REMOVE_SELECTED}" /></span></td>
                        </tr>
                    </table>
                </td>
            </tr>
        <!-- END switch_mod_option -->[/code]And add to the end
:[code]<div id="find_username" class="jqmWindow"></div>
<script type="text/javascript">
//<![CDATA[
    $(document).ready(function(){
        function find_username(fieldname) {
            $.get('{U_SEARCH_USER}&fieldname=' + fieldname + '&time=' +
timestamp(), '',
                function(data){
                    $('#find_username').html(data).jqmShow();
                    $('.jqmOverlay').bgiframe();
                    $('#find_username').bgiframe();
                });
            return false;
        }
        $('#find_user').click(function(){
            return find_username('username');
        });
        $('#find_username').jqm({toTop: true});
    });
//]]>
</script>[/code][/spoiler]
--> [b]posting_body [u][i]and[/i][/u] posting_body_wysiwyg[/b]
[spoiler]¤ Replace[code]<!-- BEGIN switch_privmsg -->
<tr>
<td class="row1" width="22%"><span
class="gen"><b>{L_USERNAME}</b></span></td>
<td class="row2" width="78%"><span class="genmed"><input type="hidden"
name="ismp" value="1"><input class="post" type="text" name="username"
value="{USERNAME}" size="25" tabindex="1"
onkeyup="if(this.value!=''){if(this.form.userfriend){this.form.userfriend.selectedIndex=0;this.form.userfriend.disabled=1;}if(this.form.usergroup){this.form.usergroup.selectedIndex=0;this.form.usergroup.disabled=1;}}else{if(this.form.userfriend)this.form.userfriend.disabled=0;if(this.form.usergroup)this.form.usergroup.disabled=0;}">&nbsp;<input
class="liteoption" type="button" name="usersubmit"
value="{L_FIND_USERNAME}" onclick="window.open('{U_SEARCH_USER}',
'_forumactifsearch', 'width=400,height=250,resizable=1');"></span></td>
</tr>
<!-- BEGIN switch_privmsg_friend -->[/code]By :[code]<!-- BEGIN
switch_privmsg -->
<tr>
    <td class="row1" width="22%"><span
class="gen"><b>{L_USERNAME}</b></span></td>
    <td class="row2" width="78%">
        <span class="genmed">
            <!-- BEGIN switch_username -->
            <input class="post" style="margin:1px 0;" type="text"
name="username[]" value="{switch_privmsg.switch_username.USERNAME}"
size="25" /><br />
            <!-- END switch_username -->
            <input class="post" style="margin:1px 0;" type="text"
id="username" name="username[]" value="{USERNAME}" size="25"
tabindex="1" />&nbsp;
            <img id="add_username" src="{ADD_USERNAME_IMG}"
class="selectHover" alt="" />&nbsp;
            <input class="liteoption" type="button" id="find_user"
value="{L_FIND_USERNAME}" />
        </span>
    </td>
</tr>
<!-- BEGIN switch_privmsg_friend -->[/code]And add to the end
:[code]<div id="find_username" class="jqmWindow"></div>
<script type="text/javascript">
//<![CDATA[
    $.add_username = function(){
        $('input[name^=username]:last').after('<br /><span
class="genmed"><input class="post" style="margin:1px 0;" type="text"
name="username[]" size="25" /></span>').attr('disabled',
$('select[name=userfriend]').val() || $('select[name=usergroup]').val()
? 'disabled' : '');
    };
    $(document).ready(function(){
        function find_username(fieldname) {
            $.get('{U_SEARCH_USER}&fieldname=' + fieldname + '&time=' +
timestamp(), '',
                function(data){
                    $('#find_username').html(data).jqmShow();
                    $('.jqmOverlay').bgiframe();
                    $('#find_username').bgiframe();
                });
            return false;
        }
        function total_username() {
            var total = '';
            $('input[name^=username]').each(function(){
                total += $(this).val();
            });
            return total;
        }
        $('input[name^=username]').live('change', function(){
         
 $('select[name=userfriend],select[name=usergroup]').attr('disabled',
total_username() ? 'disabled' : '');
        });
        $('select[name=userfriend]').change(function(){
         
 $('input[name^=username],#find_user,select[name=usergroup]').attr('disabled',
$('select[name=userfriend]').val() ? 'disabled' : '');
        });
        $('select[name=usergroup]').change(function(){
         
 $('input[name^=username],#find_user,select[name=userfriend]').attr('disabled',
$('select[name=usergroup]').val() ? 'disabled' : '');
        });
        $('#find_user').click(function(){
            return find_username('username');
        });
        $('#add_username').click(function(){
            if ( !$('input[name^=username]:last').attr('disabled') )
                $.add_username();
        });
        if ( total_username() )
         
 $('select[name=userfriend],select[name=usergroup]').attr('disabled',
'disabled');
        else if ( $('select[name=userfriend]').val() )
         
 $('input[name^=username],#find_user,select[name=usergroup]').attr('disabled',
'disabled');
        else if ( $('select[name=usergroup]').val() )
         
 $('input[name^=username],#find_user,select[name=userfriend]').attr('disabled',
'disabled');
        $('#find_username').jqm({toTop: true});
    });
//]]>
</script>
<!-- END switch_privmsg -->[/code][/spoiler]
Back to top Go down
View user profile http://tititest.forumotion.com
Admin
Admin


Posts: 17
Joined: 2009-01-16

PostSubject: Re: ddddddddddddfdf   Wed Apr 29, 2009 1:41 pm

--> overall_header_new
Spoiler:
 

--> simple_header
Spoiler:
 

--> groupcp_info_body
Spoiler:
 

--> posting_body and posting_body_wysiwyg
Spoiler:
 
Back to top Go down
View user profile http://tititest.forumotion.com
Jalokim
Admin


Posts: 12
Joined: 2009-10-28

PostSubject: Re: ddddddddddddfdf   Wed Oct 28, 2009 4:03 pm

Are these the new codes we have to add to template editing?


Back to top Go down
View user profile
Admin
Admin


Posts: 17
Joined: 2009-01-16

PostSubject: Re: ddddddddddddfdf   Wed Oct 28, 2009 4:13 pm

No these are old codes, but new ones might pop out!
Back to top Go down
View user profile http://tititest.forumotion.com
 

ddddddddddddfdf

View previous topic View next topic Back to top 
Page 1 of 1

Permissions of this forum:You cannot reply to topics in this forum
TEST :: Your first category :: Your first forum-
Post new topic   Reply to topic