Home CMS Tutorial DEDECMS How to modify dede friendly links to drop-down style

How to modify dede friendly links to drop-down style

Jan 08, 2020 am 09:17 AM
dede

How to modify dede friendly links to drop-down style

How to modify dede friendly links to drop-down style?

Modify dede friendly links to drop-down style

Recommended study: 梦Weavercms

Modify dedecms friendly links to drop-down style. Changed to drop-down style, not only can the classification be clear, but also you can view it if there are many connections. It's simple to set up and saves space. However, such friendly links are not recognized by search engines.

Let’s talk about the method:

The first step:

Open flink.lib.php under include\taglib and change

  • [field:link / ]
  • Change to [field:link /]

    Then change

    $link = "<a href=&#39;".$dbrow->url."&#39; target=&#39;_blank&#39;>".cn_substr($dbrow->webname,$titlelen)."</a> ";
    Copy after login

    on line 46 to

    $link = "<option value=&#39;".$dbrow->url."&#39;>".cn_substr($dbrow->webname,$titlelen)."</option> ";
    Copy after login

    You can also use the background template of dedecms - Edit directly.

    Second step:

    Modify the home page template

    Change the original friendly link {dede:flink row='24'/} to

    <select onchange="if(this.value!=&#39;&#39;){window.open(this.value)}"> 
    <option value="">-- 知名网站 --</option>{dede:flink row=&#39;24&#39; typeid=&#39;1&#39; /}</select> 
    <select onchange="if(this.value!=&#39;&#39;){window.open(this.value)}"> 
    <option value="">-- 本地网站 --</option>{dede:flink row=&#39;24&#39; typeid=&#39;2&#39; /}</select>
    Copy after login

    That is, the friendly links of the first and second categories are called respectively.

    The above is the detailed content of How to modify dede friendly links to drop-down style. For more information, please follow other related articles on the PHP Chinese website!

    Statement of this Website
    The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn

    Hot AI Tools

    Undresser.AI Undress

    Undresser.AI Undress

    AI-powered app for creating realistic nude photos

    AI Clothes Remover

    AI Clothes Remover

    Online AI tool for removing clothes from photos.

    Undress AI Tool

    Undress AI Tool

    Undress images for free

    Clothoff.io

    Clothoff.io

    AI clothes remover

    AI Hentai Generator

    AI Hentai Generator

    Generate AI Hentai for free.

    Hot Article

    R.E.P.O. Energy Crystals Explained and What They Do (Yellow Crystal)
    3 weeks ago By 尊渡假赌尊渡假赌尊渡假赌
    R.E.P.O. Best Graphic Settings
    3 weeks ago By 尊渡假赌尊渡假赌尊渡假赌
    R.E.P.O. How to Fix Audio if You Can't Hear Anyone
    3 weeks ago By 尊渡假赌尊渡假赌尊渡假赌

    Hot Tools

    Notepad++7.3.1

    Notepad++7.3.1

    Easy-to-use and free code editor

    SublimeText3 Chinese version

    SublimeText3 Chinese version

    Chinese version, very easy to use

    Zend Studio 13.0.1

    Zend Studio 13.0.1

    Powerful PHP integrated development environment

    Dreamweaver CS6

    Dreamweaver CS6

    Visual web development tools

    SublimeText3 Mac version

    SublimeText3 Mac version

    God-level code editing software (SublimeText3)