كود الكلمات الدليلية اعلى الموضوع للنسخه Awesomebb

2 مشترك

اذهب الى الأسفل

تم الحل كود الكلمات الدليلية اعلى الموضوع للنسخه Awesomebb

مُساهمة من طرف لاتنسى ابدا ذكر الله الخميس 3 فبراير 2022 - 23:32

ممكن تعديل على كود الكلمات الدليلية اعلى الموضوع ليتناسب مع النسخه Awesomebb

الكود:
/***
        * Application: Tags Search
        * Description: This application can displays tags for searching.
        * Version: 1.09032014-jq1.9.1 - Thoth (Ermoْpoli -> Eshmunen)
        * Made and Optimizations by JScript - 2014/03/09
        * View more in: http://*censored*
        * Copyright (c) 2013 JScript <jscriptbrasil at live dot com>
        * This work is free. You can redistribute it and/or modify it
        * under the terms of the WTFPL, Version 2
        */
        jQuery(function () {
            /***
            * User Definition Variables
            ***/
            /* ضع هنا الحد من طول الوسم!!! */
            var iTagLength = 4;
            /* ضع هنا اسم علامه الاداة!!! */
            var sTagTitle = 'الكلمات الدليلة:';
            /* عند مرور الماوس تظهر كلمه الاتيه!!! */
            var sTagToolTip = 'البحث عن المزيد من هذه الكلمة';
            /* END */
            /***
            * System Defined Variables - Do not edit if you don't know!
            ***/
            var oConfig = {
                sInfo:
                    '<!--' +
                    '* Application: Tags Search' +
                    '* Description: This application can displays tags for searching.' +
                    '* Version: 1.09032014-jq1.9.1 - Thoth (Ermoْpoli -> Eshmunen)' +
                    '* Made and Optimizations by JScript - 2014/03/09' +
                    '* View more in: http://*censored*/forum & http://ajuda.forumeiros.com' +
                    '* Copyright (c) 2013 JScript <jscriptbrasil at live dot com>' +
                    '* This work is free. You can redistribute it and/or modify it' +
                    '* under the terms of the WTFPL, Version 2' +
                    '-->',
                sContent:
                    '<span id="tags_search"><span>' + sTagTitle + ' </span></span>',
                sCSS:
                    '<style>' +
                    '#tags_search {' +
                        'display: block;' +
                        'margin-bottom: 20px;' +
                        'margin-top: 20px;' +
                    '}' +
                    '.ipsTag {' +
                        'background: url("https://i.servimg.com/u/f55/18/17/62/92/tag_bg10.png") repeat scroll 0 0 rgba(0, 0, 0, 0);' +
                        'border-radius: 0 3px 3px 0;' +
                        'color: #FFFFFF !important;' +
                        'display: inline-block;' +
                        'font-size: 11px;' +
                        'height: 20px;' +
                        'line-height: 20px;' +
                        'margin: 5px 5px 0 0;' +
                        'padding: 0 7px 0 15px;' +
                        'text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);' +
                    '}' +
                    '</style>',
                sTarget: ''
            };
   
            jQuery(oConfig.sCSS).insertBefore('body');
            /* Forum versions! */
            var phpBB2 = jQuery('.bodyline');
            var phpBB3 = jQuery('#wrap');
            var punbb = jQuery('#pun-intro');
   
            if (phpBB2.length) {
                $('td.nav').parent().parent().parent().before(oConfig.sInfo + oConfig.sContent);
                oConfig.sTarget = 'h1.cattitle:first';
            } else if(phpBB3.length) {
                $('#main-content .post:first').before(oConfig.sInfo + oConfig.sContent);
                oConfig.sTarget = 'h1.page-title';
            } else if(punbb.length) {
                $('#main-content .main.paged').before(oConfig.sInfo + oConfig.sContent);
                oConfig.sTarget = 'p.crumbs strong:last';
            } else if(invision.length) {
                $('#main-content .borderwrap:first').before(oConfig.sInfo + oConfig.sContent);
                oConfig.sTarget = 'div.maintitle.floated h3';
            };
            var tags = jQuery(oConfig.sTarget).text().split(' ');
            jQuery.each(tags, function(index, data) {
                if(data.length > iTagLength) {
                    $('#tags_search').append(
                        '<a id="tag_search_' + index + '" class="ipsTag" title="' + sTagToolTip + ' ' + data + '" href="/search?search_keywords=' + data + '">' +
                        '    <span>' + data + '</span>' +
                        '</a>'
                    );
                }
            });
        });



عدل سابقا من قبل لاتنسى ابدا ذكر الله في الجمعة 4 فبراير 2022 - 1:03 عدل 1 مرات
لاتنسى ابدا ذكر الله
لاتنسى ابدا ذكر الله
 
 

ذكر
عدد المساهمات : 188
معدل النشاط : 4500
السُمعة : 8

http://syriantjarb.forum2.net/

الرجوع الى أعلى الصفحة اذهب الى الأسفل

تم الحل رد: كود الكلمات الدليلية اعلى الموضوع للنسخه Awesomebb

مُساهمة من طرف كونان2000 الجمعة 4 فبراير 2022 - 0:30

مرحبا  @لاتنسى ابدا ذكر الله
تم  تعديل الكود ليتوافق مع نسخة Awesomebb
الكود:
/***
        * Application: Tags Search
        * Description: This application can displays tags for searching.
        * Version: 1.09032014-jq1.9.1 - Thoth (Ermoْpoli -> Eshmunen)
        * Made and Optimizations by JScript - 2014/03/09
        * View more in: http://*censored*
        * Copyright (c) 2013 JScript <jscriptbrasil at live dot com>
        * This work is free. You can redistribute it and/or modify it
        * under the terms of the WTFPL, Version 2
        */
        jQuery(function () {
            /***
            * User Definition Variables
            ***/
            /* ضع هنا الحد من طول الوسم!!! */
            var iTagLength = 4;
            /* ضع هنا اسم علامه الاداة!!! */
            var sTagTitle = 'الكلمات الدليلة:';
            /* عند مرور الماوس تظهر كلمه الاتيه!!! */
            var sTagToolTip = 'البحث عن المزيد من هذه الكلمة';
            /* END */
            /***
            * System Defined Variables - Do not edit if you don't know!
            ***/
            var oConfig = {
                sInfo:
                    '<!--' +
                    '* Application: Tags Search' +
                    '* Description: This application can displays tags for searching.' +
                    '* Version: 1.09032014-jq1.9.1 - Thoth (Ermoْpoli -> Eshmunen)' +
                    '* Made and Optimizations by JScript - 2014/03/09' +
                    '* View more in: http://*censored*/forum & http://ajuda.forumeiros.com' +
                    '* Copyright (c) 2013 JScript <jscriptbrasil at live dot com>' +
                    '* This work is free. You can redistribute it and/or modify it' +
                    '* under the terms of the WTFPL, Version 2' +
                    '-->',
                sContent:
                    '<span id="tags_search"><span>' + sTagTitle + ' </span></span>',
                sCSS:
                    '<style>' +
                    '#tags_search {' +
                        'display: block;' +
                        'margin-bottom: 20px;' +
                        'margin-top: 20px;' +
                    '}' +
                    '.ipsTag {' +
                        'background: url("https://i.servimg.com/u/f55/18/17/62/92/tag_bg10.png") repeat scroll 0 0 rgba(0, 0, 0, 0);' +
                        'border-radius: 0 3px 3px 0;' +
                        'color: #FFFFFF !important;' +
                        'display: inline-block;' +
                        'font-size: 11px;' +
                        'height: 20px;' +
                        'line-height: 20px;' +
                        'margin: 5px 5px 0 0;' +
                        'padding: 0 7px 0 15px;' +
                        'text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);' +
                    '}' +
                    '</style>',
                sTarget: ''
            };
 
            jQuery(oConfig.sCSS).insertBefore('body');
            /* Forum versions! */
            var phpBB2 = jQuery('.bodyline');
            var phpBB3 = jQuery('#wrap');
            var punbb = jQuery('#pun-intro');
 
            if (phpBB2.length) {
                $('td.nav').parent().parent().parent().before(oConfig.sInfo + oConfig.sContent);
                oConfig.sTarget = 'h1.cattitle:first';
            } else if(phpBB3.length) {
                $('.topic-actions:first').before(oConfig.sInfo + oConfig.sContent);
                oConfig.sTarget = '.post-header a';
            } else if(punbb.length) {
                $('#main-content .main.paged').before(oConfig.sInfo + oConfig.sContent);
                oConfig.sTarget = 'p.crumbs strong:last';
            } else if(invision.length) {
                $('#main-content .borderwrap:first').before(oConfig.sInfo + oConfig.sContent);
                oConfig.sTarget = 'div.maintitle.floated h3';
            };
            var tags = jQuery(oConfig.sTarget).text().split(' ');
            jQuery.each(tags, function(index, data) {
                if(data.length > iTagLength) {
                    $('#tags_search').append(
                        '<a id="tag_search_' + index + '" class="ipsTag" title="' + sTagToolTip + ' ' + data + '" href="/search?search_keywords=' + data + '">' +
                        '    <span>' + data + '</span>' +
                        '</a>'
                    );
                }
            });
        });
كونان2000
كونان2000
اشراف عام المساعدة
اشراف عام المساعدة

ذكر
عدد المساهمات : 1262
معدل النشاط : 2707
السُمعة : 194

https://anime.forumperso.com/

لاتنسى ابدا ذكر الله يعجبه هذا الموضوع

الرجوع الى أعلى الصفحة اذهب الى الأسفل

تم الحل رد: كود الكلمات الدليلية اعلى الموضوع للنسخه Awesomebb

مُساهمة من طرف لاتنسى ابدا ذكر الله الجمعة 4 فبراير 2022 - 1:02

كونان2000 كتب:مرحبا  @لاتنسى ابدا ذكر الله
تم  تعديل الكود ليتوافق مع نسخة Awesomebb
الكود:
/***
        * Application: Tags Search
        * Description: This application can displays tags for searching.
        * Version: 1.09032014-jq1.9.1 - Thoth (Ermoْpoli -> Eshmunen)
        * Made and Optimizations by JScript - 2014/03/09
        * View more in: http://*censored*
        * Copyright (c) 2013 JScript <jscriptbrasil at live dot com>
        * This work is free. You can redistribute it and/or modify it
        * under the terms of the WTFPL, Version 2
        */
        jQuery(function () {
            /***
            * User Definition Variables
            ***/
            /* ضع هنا الحد من طول الوسم!!! */
            var iTagLength = 4;
            /* ضع هنا اسم علامه الاداة!!! */
            var sTagTitle = 'الكلمات الدليلة:';
            /* عند مرور الماوس تظهر كلمه الاتيه!!! */
            var sTagToolTip = 'البحث عن المزيد من هذه الكلمة';
            /* END */
            /***
            * System Defined Variables - Do not edit if you don't know!
            ***/
            var oConfig = {
                sInfo:
                    '<!--' +
                    '* Application: Tags Search' +
                    '* Description: This application can displays tags for searching.' +
                    '* Version: 1.09032014-jq1.9.1 - Thoth (Ermoْpoli -> Eshmunen)' +
                    '* Made and Optimizations by JScript - 2014/03/09' +
                    '* View more in: http://*censored*/forum & http://ajuda.forumeiros.com' +
                    '* Copyright (c) 2013 JScript <jscriptbrasil at live dot com>' +
                    '* This work is free. You can redistribute it and/or modify it' +
                    '* under the terms of the WTFPL, Version 2' +
                    '-->',
                sContent:
                    '<span id="tags_search"><span>' + sTagTitle + ' </span></span>',
                sCSS:
                    '<style>' +
                    '#tags_search {' +
                        'display: block;' +
                        'margin-bottom: 20px;' +
                        'margin-top: 20px;' +
                    '}' +
                    '.ipsTag {' +
                        'background: url("https://i.servimg.com/u/f55/18/17/62/92/tag_bg10.png") repeat scroll 0 0 rgba(0, 0, 0, 0);' +
                        'border-radius: 0 3px 3px 0;' +
                        'color: #FFFFFF !important;' +
                        'display: inline-block;' +
                        'font-size: 11px;' +
                        'height: 20px;' +
                        'line-height: 20px;' +
                        'margin: 5px 5px 0 0;' +
                        'padding: 0 7px 0 15px;' +
                        'text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);' +
                    '}' +
                    '</style>',
                sTarget: ''
            };
  
            jQuery(oConfig.sCSS).insertBefore('body');
            /* Forum versions! */
            var phpBB2 = jQuery('.bodyline');
            var phpBB3 = jQuery('#wrap');
            var punbb = jQuery('#pun-intro');
  
            if (phpBB2.length) {
                $('td.nav').parent().parent().parent().before(oConfig.sInfo + oConfig.sContent);
                oConfig.sTarget = 'h1.cattitle:first';
            } else if(phpBB3.length) {
                $('.topic-actions:first').before(oConfig.sInfo + oConfig.sContent);
                oConfig.sTarget = '.post-header a';
            } else if(punbb.length) {
                $('#main-content .main.paged').before(oConfig.sInfo + oConfig.sContent);
                oConfig.sTarget = 'p.crumbs strong:last';
            } else if(invision.length) {
                $('#main-content .borderwrap:first').before(oConfig.sInfo + oConfig.sContent);
                oConfig.sTarget = 'div.maintitle.floated h3';
            };
            var tags = jQuery(oConfig.sTarget).text().split(' ');
            jQuery.each(tags, function(index, data) {
                if(data.length > iTagLength) {
                    $('#tags_search').append(
                        '<a id="tag_search_' + index + '" class="ipsTag" title="' + sTagToolTip + ' ' + data + '" href="/search?search_keywords=' + data + '">' +
                        '    <span>' + data + '</span>' +
                        '</a>'
                    );
                }
            });
        });

تم الحل شكرا
لاتنسى ابدا ذكر الله
لاتنسى ابدا ذكر الله
 
 

ذكر
عدد المساهمات : 188
معدل النشاط : 4500
السُمعة : 8

http://syriantjarb.forum2.net/

كونان2000 يعجبه هذا الموضوع

الرجوع الى أعلى الصفحة اذهب الى الأسفل

تم الحل رد: كود الكلمات الدليلية اعلى الموضوع للنسخه Awesomebb

مُساهمة من طرف كونان2000 الجمعة 4 فبراير 2022 - 1:07

العفو اخي ^^
تم حل المشكلة & ينقل للأرشيف.
يرجى مراجعة : قوانين منتدى الدعم
كونان2000
كونان2000
اشراف عام المساعدة
اشراف عام المساعدة

ذكر
عدد المساهمات : 1262
معدل النشاط : 2707
السُمعة : 194

https://anime.forumperso.com/

الرجوع الى أعلى الصفحة اذهب الى الأسفل

الرجوع الى أعلى الصفحة

- مواضيع مماثلة

 
صلاحيات هذا المنتدى:
لاتستطيع الرد على المواضيع في هذا المنتدى