Hongmu Notes
Home Program Notes

Program Notes

In the final analysis, programmers taking notes is an efficient behavior of recording work experience. It can not only record the various technical problems encountered in the process of program development, but also record the beneficial experiences gained in learning technical knowledge. It can both help...

Apple cms video list paging production

Apple cms video list paging production Program Notes Apple cms

{if condition="$__PAGING__.record_total gt 0"} A total of {$__PAGING__.record_total} pieces of data, the current {$__PAGING__.page_current}/{$__PAGING__.page_total} page {maccms…
👁 251
Apple cms advanced search page

Apple cms advanced search page Program Notes Apple cms

<div class="ui-cnt"> <div class="filter-list fn-clear"> <h5>Type:</h5> <ul> <li><a {if condit…
👁 515
Code production of Pbootcms search function

Code production of Pbootcms search function Program Notes PbootCms

1. Single condition search: <form action="{pboot:scaction}" method="get"> <input type="text" name="keyword" ><!--Search…
👁 459
Empire cms7.5 adds TAG plug-in in batches PHP version

Empire cms7.5 adds TAG plug-in in batches PHP version Program Notes Empire cms

This plugin allows you to batch import hundreds of thousands or even tens of millions of tags – no licensing required; simply upload it to your website to start using it. If you need assistance, feel free to contact me via QQ or WeChat. The advantage of this plugin is that when optimizing your website, proper use of TAG pages can significantly boost your search engine rankings and indexing performance. If you have some basic SEO knowledge, you'll quickly realize how incredibly useful this plugin is. To use the plugin, simply upload it to your website and configure it – then you're ready to go! Price: ¥300 (for multiple plugins...).
👁 211
Apple cms different system pages to set different TDK

Apple cms different system pages to set different TDK Program Notes Apple cms

{$maccms.aid}The current system page id sets different TDK (title, keywords, description) according to the current system page of Apple cms {if$maccms.aid==1} <title>{$maccms.site_name}</title> <meta nam…
👁 326
Apple cms calls the navigation bar label and navigation highlight

Apple cms calls the navigation bar label and navigation highlight Program Notes Apple cms

Tag definition: {maccms:type order="asc" by="sort" ids="all"} {$key} Serial number {$vo.type_id} Number {$vo.type_name} Name {$vo.type_en} Pinyin {$vo.type_pid} Parent category number {$vo.type_sort}…
👁 448
apple cms search form

apple cms search form Program Notes Apple cms

<form id="search" name="search" method="get" action="{:mac_url('vod/search')}" onSubmit="return qrsear…
👁 276
Apple cms calls the most searched keywords

Apple cms calls the most searched keywords Program Notes Apple cms

{maccms:foreach name=":explode(',',$maccms.search_hot)" id="vo2" key="key2"} <a href="{:mac_url('vod/search',['w…
👁 311
Apple cms commonly used processing functions

Apple cms commonly used processing functions Program Notes Apple cms

Multiple functions are allowed, separated by | {:mac_data_count(0,'all','vod')} Get the total number of videos {:mac_data_count(0,'today','vod')} Get the total number of updated videos today {:mac_data_count(0,'all','art')} Get the total number of articles {:ma…
👁 261
Apple cms calls the latest movies

Apple cms calls the latest movies Program Notes Apple cms

{maccms:vod num="12" type="1" order="desc" by="time"} <li><a href="{:mac_url_vod_detail($vo)}&qu…
👁 288
1 16 17 18 19 20 23