Перейти к публикации

Sharemmo

новички
  • Публикации

    31
  • Зарегистрирован

  • Посещение

Сообщения, опубликованные пользователем Sharemmo

  1. How can I show the content of notification in the feedback.tpl

    https://domain.com/index.php?do=feedback

    When you fill out the request form is complete you click submit it will notify you

     

     

    "Message sent successfully

    Your message has been sent successfully. Back to Homepage. "

    I liked this template but it fails not see show that message

     

    https://dleshka.org/free_shablon/6050-gamevampire-adaptivnyy-igrovoy-shablon-dle-120.html

     

    ZiSK3x8.png

  2. I have updated to version 11.3 to 12.0 but it is wrong to edit the article when you go to it will be this error.:(7zqAbyb.png

     

    How can I fix it, and when viewing posts it will not increase the number of views

     

    I know this part involved sql dle_post_extras how to fix it.
    If you do not have a solution then you guide to upgrade all dle v11.3 source code to v12.0 no loss of data when upgrading.

  3. I'm researching for the source code for DLE but I'm looking for this code but it's in the /modules/parts-main/slider.tpl directory, and CSS does not know where to find the whole code.

    <div class="slider-area">
    	<div class="bend niceties preview-1">
    		<div class="slides" id="nivoslider">
    			<img alt="slider_1" src="{THEME}/img/slider/1.jpg" title="#slider-direction-1">
    			<img alt="slider_1" src="{THEME}/img/slider/2.jpg" title="#slider-direction-2">
    		</div>
    		<div class="t-cn slider-direction" id="slider-direction-1">
    			<div class="slider-progress"></div>
    			<div class="slider-caption text-center">
    				<div class="container">
    					<div class="row">
    						<div class="layer-1-1">
    							<h2 class="title-1">Лучшие по ремонту и обслуживанию автомобилей</h2>
    						</div>
    						<div class="layer-1-3">
    							<p class="title-3">Работая в данном сегменте рынка на протяжении многих лет, нам удалось наладить партнёрские отношения с ведущими российскими и зарубежными производителями. Реализация продукции без посредников позволяет сохранять доступные цены и исключить лишние проволочки.</p>
    						</div>
    						<div class="layer-1-4">
    							<a class="title-4" href="/index.php?do=feedback">Связаться</a>&nbsp&nbsp
    							<a class="title-4 cltt" href="#">Подробнее</a>
    						</div>
    					</div>
    				</div>
    			</div>
    		</div>
    		

     

    Someone can find CSS for it to help you, you download it and you are looking for CSS help you

    I am using this template to extract and design another template just take its css slider is enough

    http://www.dle9.com/besplatnye/shabloni/4719-avtomobilnyy-shablon-tinker-dlya-dle-113.html

     Thank

    i4xaQl5.png

  4. 3 hours ago, celsoft said:

    You use this code, and <a> tag in field text. Tag "a" cannot be in "a" inside

     

     

    You need write

    
    <a class="download-torrent" href="[xfvalue_link]">

    and in text field only http://domain.com/engine/go.php?url=aHR0cDovL3B1Yi5hZGZsZXgudm4vcmVnaXN0ZXI%2FcmVmPTE1TktmQ0JaQTg%3D

    That problem I know but mostly it does not show the ANDROID in line

     

    <a class="download-torrent" href="[xfvalue_link]"> 
    <i class="fa fa-android"></i>ANDROID</a>

    That it displays the original link rather than the link encoding when i go to edit the article then it has lines like this that are encrypted

     

    <!--dle_leech_begin--><a href="http://domain.com/engine/go.php?url=aHR0cDovL2dvb2dsZS5jb20%3D"  target="_blank">http://google.com</a><!--dle_leech_end-->

    http://google.com must display the correct ANDROID text if the original link is displayed (http://google.com), then the error is correct only to correct this error.

  5. When dragging, it has a link like this

     

    Quote

    http://domain.com/engine/go.php?url=aHR0cDovL3B1Yi5hZGZsZXgudm4vcmVnaXN0ZXI%2FcmVmPTE1TktmQ0JaQTg%3D

     

    When editing posts it has lines

     

    Quote

    <!--dle_leech_begin--><a href="http://domain.com/engine/go.php?url=aHR0cDovL3B1Yi5hZGZsZXgudm4vcmVnaXN0ZXI%2FcmVmPTE1TktmQ0JaQTg%3D"  target="_blank">##################</a><!--dle_leech_end-->

     

    ###### which is not the Android word that follows the website link in the download-button.tpl that has this code.

     

    <div class="botdonload">
        <a href="#example" class="openModal"><div class="textbd"><i class="fa fa-server"></i> Download torrent</div></a>
    <aside id="example" class="modal">
    	<div>
    	<h2>Chọn server 
    	 <a href="#close" title="Close"><font color="red"><b>Close</b></font></a></h2>
    			<div class="blocks-vis">
                    <div class="midle">
    				<a class="download-torrent" [xfvalue_link]>
                        <i class="fa fa-android"></i>ANDROID</a>                                                                                   
                     </div>                        
                </div>
    			
        </div>
    
    </aside>
    </div>

     

    Find

     

    Quote

    <a class="download-torrent" [xfvalue_link]>
                        <i class="fa fa-android"></i>ANDROID</a>

     

    [xfvalue_link]  is the link in the article it will encrypt that link

     

    @odys

    @celsoft

  6. Hello

    I am having leech problems when writing new articles if you do not understand how I will describe the image for you to imagine. First go to the administration

    Quote

     

    2 . Select Create field

     

    tdj2F6J.png

     

    3. Then fill in the required fields in the picture

    kdyDCb1.png

    Field name : link
    Field description :Link Android
    Category : All
    Field type: One String
    Default value: ****

    In it I choose the line Use as desired (you can leave this field blank)


    Save
     
      
    Visit Manage Website Templates to create the file download-button.tpl extension
     Then I leave the code like this

    KCtRNpA.png

    Done on New Article
    NEfrrtO.png Link adnroid fill is http://google.com after finishing writing it will show on the external link article in the frame when we mouse cursor it will have the link 

    Quote

    /engine/go.php?url= AHR0cDovL2dvb2dsZS5jb20udm4%3D


    YPDqXow.pngRevising the article, it displays the form

     

    Quote

    <a href="http://domain.com/engine/go.php?url=aHR0cDovL2dvb2dsZS5jb20udm4%3D" target="_blank"><!--dle_leech_begin--><a href="http://domain.com/engine/go.php?url=aHR0cDovL2dvb2dsZS5jb20udm4%3D"  target="_blank">http://google.com.vn</a><!--dle_leech_end--></a>


    gITCPNo.png
    But how does it display the word Android before you create the file extension download-button.tpl want it to be like this

     

    Quote

    <a href="http://domain.com/engine/go.php?url=aHR0cDovL2dvb2dsZS5jb20udm4%3D" target="_blank"><!--dle_leech_begin--><a href="http://domain.com/engine/go.php?url=aHR0cDovL2dvb2dsZS5jb20udm4%3D"  target="_blank">ANDROID</a><!--dle_leech_end--></a>



    Please guide you to fix this

  7. Fixed bug upload pictures automatically deleted from the server means that you can post to download images from the computer to the server in the folder uploads / post / 2016-10 / xxxxx.png or uploads / files / 2016- 10 in host ftp completely empty folder does not lead to the article display how to fix this. If used with an image link, use the command [leech] [/ leech] it does not display the image. Thank you

  8. Youtube mp3 download - Download music from the video module to YouTube (video to audio converter) for any version of DLE.

    1473880970_aper.jpg

    Convert and download goes through a third-party service, but looks as if it is happening right on your site. Convert and download goes through a third-party service, so your traffic is not consumed.

     

    В этой версии вы можете использовать только и быстро эту услугу

    1473881270_aper1.png

    1473881416_ape1r2.png

     

    Download

×
×
  • Создать...