How to modify the style of the DreamWeaver friendly link module
How to modify the style of the DreamWeaver friendship link module?
Recently, I encountered some problems when receiving a new website. The website wants to modify the module of friendly links. We use a template of Dream Weaver, and this problem is also The problem encountered by most students is to modify the underlying style of the template, such as flink friendly link module
Picture:
{dede:flink row=’24′ type=’image’ titlelen=”24″ typeid=”0″}
Underlying tag [field:link /
{/dede :flink}
Text:
{dede:flink row=’24′ type=’text’ titlelen=”24″ typeid=”0″}
Underlying label [field:link /]
{/dede:flink}
row='24′ means reading 24, if row is not set, then The default is 24,
titlelen=”24″ means that the friendly link is in text form, the website name has a width of 24 characters, the website encoding is GBK, which is 12 Chinese characters, and the website encoding is UTF-8, which is 8 Chinese characters.
typeid=”0″ 1 Comprehensive website 2 Entertainment 3 Education 4 Computer 5 E-commerce 6 Online information 7 Forum 8 Other types If typeid=”0″ or not filled in, all types will be read.
type=’image’ type=’text’
dede Friendly Link Tag Knowledge
When imitating the website, Dreamweaver CMS default friendly link tag {dede:flink row='24'}, by default the underlying template will generate
Open the /include/taglib/flink.lib.php file and find:
if(trim($ctag->GetInnerText())=='') $innertext = "<li>[field:link /]</li>";
Just remove
There is also a simpler method, which is to directly use the str_replace function to replace in the tag.
The code is:
{dede:flink row='24' function="(str_replace(array('<li>','</li>'),'',@me))"/}
Just everyone should pay attention to the fact that array is an array. Similarly, this method can be applied to many places. It is also a relatively important function in php. Therefore, everyone must pay attention to such issues when using it.
The above is the detailed content of How to modify the style of the DreamWeaver friendly link module. 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

Video Face Swap
Swap faces in any video effortlessly with our completely free AI face swap tool!

Hot Article

Hot Tools

Dreamweaver CS6
Visual web development tools

SAP NetWeaver Server Adapter for Eclipse
Integrate Eclipse with SAP NetWeaver application server.

MantisBT
Mantis is an easy-to-deploy web-based defect tracking tool designed to aid in product defect tracking. It requires PHP, MySQL and a web server. Check out our demo and hosting services.

Zend Studio 13.0.1
Powerful PHP integrated development environment

PhpStorm Mac version
The latest (2018.2.1) professional PHP integrated development tool