Home > CMS Tutorial > DEDECMS > body text

How to use the DreamWeaver system tag Flink

王林
Release: 2019-11-04 10:34:49
Original
2486 people have browsed it

How to use the DreamWeaver system tag Flink

1. Instructions for using Flink tags

You can obtain four different styles of friend link lists based on the period parameters.

Basic syntax:

{dede:flink type=' ' row=' ' col=' ' titlelen=' ' tablestyle=' '}{/dede:flink}属性
Copy after login

1. type: link type, value: textall. Display textimage in all text. Text and images must be mixed. Text only displays without logo. Link image only displays links with logo

2. row: how many rows to display, the default is 4 rows

3. col: how many columns to display, the default is 6 columns

4. titlelen: the length of the site text

5. tablestyle: the arrangement of friendly links can be customized

2. Flink tag test example

1. All friendly links are displayed in text

{dede:flink linktype='2' type='textall' row='24'}[field:link /]{/dede:flink}
Copy after login

2. Pictures and text are mixed to display friendly links

{dede:flink linktype='2' type='textimage' row='24'}[field:link /]{/dede:flink}
Copy after login

3. Only friendly links without LOGO images are displayed

{dede:flink linktype='2' type='text' row='24'}[field:link /]{/dede:flink}
Copy after login

4. Only display friendly links with LOGO pictures

{dede:flink linktype='2' type='image' row='24'}[field:link /]{/dede:flink}
Copy after login

Recommended tutorial: dedecms tutorial

The above is the detailed content of How to use the DreamWeaver system tag Flink. For more information, please follow other related articles on the PHP Chinese website!

source:php.cn
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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!