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
Then change
$link = "<a href='".$dbrow->url."' target='_blank'>".cn_substr($dbrow->webname,$titlelen)."</a> ";
on line 46 to
$link = "<option value='".$dbrow->url."'>".cn_substr($dbrow->webname,$titlelen)."</option> ";
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!=''){window.open(this.value)}"> <option value="">-- 知名网站 --</option>{dede:flink row='24' typeid='1' /}</select> <select onchange="if(this.value!=''){window.open(this.value)}"> <option value="">-- 本地网站 --</option>{dede:flink row='24' typeid='2' /}</select>
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!

Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

AI Hentai Generator
Generate AI Hentai for free.

Hot Article

Hot Tools

Notepad++7.3.1
Easy-to-use and free code editor

SublimeText3 Chinese version
Chinese version, very easy to use

Zend Studio 13.0.1
Powerful PHP integrated development environment

Dreamweaver CS6
Visual web development tools

SublimeText3 Mac version
God-level code editing software (SublimeText3)

Hot Topics

