Huanhuan Blog https://huanblog.com/ zh-CN Gentle wind sweeps flowers at will Sun, 27 Aug 2023 16:59:00 +0800 Sun, 27 Aug 2023 16:59:00 +0800 Typecho intercepts the first character of the article title https://huanblog.com/jishu/519.html https://huanblog.com/jishu/519.html Sun, 27 Aug 2023 16:59:00 +0800 Illusory glow /var/Widget/Base/Contents.php
 /** *Output Title * *@ param integer $length *@ param string $trim truncate suffix */ public function title(int $length = 0,  string $trim = '...') { $title = Contents::pluginHandle()->trigger($plugged)->title($this->title, $this); if (!$ plugged) { echo $length > 0 ? Common::subStr($this->title, 0, $length, $trim) : $this->title; } else { echo $title; } }

/var/Typecho/Common.php

 /** *Wide string truncation function * *@ param string $str The string to be intercepted *@ param integer $start *@ param integer $length *@ param string $trim Truncation identifier after truncation * * @return string */ public static function subStr(string $str, int $start, int $length, string $trim = "... "): string { if (! strlen($str)) { return ''; } $iLength = self::strLen($str) - $start; $tLength = $length < $iLength ?  ($length - self::strLen($trim)) : $length; $str = mb_substr($str, $start, $tLength, 'UTF-8'); return $length < $iLength ?  ($str . $trim) : $str; } /** *Get wide string length function * *@ param string $str needs to get a string of length * @return integer */ public static function strLen(string $str): int { return mb_strlen($str, 'UTF-8'); }

conclusion

 <? php $this->title('1',''); ?>
]]>
four https://huanblog.com/jishu/519.html#comments https://huanblog.com/feed/jishu/519.html
Partridge sky, feeling of chaos after opening up https://huanblog.com/sb/515.html https://huanblog.com/sb/515.html Sat, 17 Dec 2022 13:08:31 +0800 Illusory glow Partridge sky, feeling of chaos after opening up
River water soup flows into the sea. How many worries went with it. China is no longer slow as it used to be, and disasters and plagues are rampant this autumn.
The new policy was initiated, and we fought for a break. Still four seasons and dukes. The spring wind only loves the official trees, while the winter is in the depression of the common people's buildings.

]]>
five https://huanblog.com/sb/515.html#comments https://huanblog.com/feed/sb/515.html
Discuz X3.4 restricts a user group from purchasing a charging user group https://huanblog.com/jishu/513.html https://huanblog.com/jishu/513.html Tue, 13 Dec 2022 23:21:00 +0800 Illusory glow

Related question: How to set a specified user group to purchase "purchase user group"
https://discuz.dismall.com/thread-2930282-1-1.html (Source:
Discuz free open source website building system)

There is this requirement when testing. Because the charging user group is only limited to formal users to improve their experience, it is necessary to set a user group not to purchase the charging user group.

Local configuration

Discuz! X3.4 R20210816 UTF-8

Solution

Modify the file/source/include/spacecpspaecp_usergroup.php, and add in line 88:

 if(in_array($_G['groupid'],array(groupid))){ Showmessage ('Your user group is not allowed to purchase! '); }

Where, groupid is the value corresponding to the user group visible in the background, and multiple values are separated by English commas.
The content in showmessage can be freely changed.

]]>
zero https://huanblog.com/jishu/513.html#comments https://huanblog.com/feed/jishu/513.html
Moved https://huanblog.com/life/510.html https://huanblog.com/life/510.html Sat, 26 Nov 2022 01:12:00 +0800 Illusory glow Moved from CERA GIA of OnetechCloud to RackNerd.
The former is a 30% discount, which has been very fast and stable for more than two years,
Details can be seen Previous logs
There is nothing bad about moving, it is all personal reasons.

  • Reason for moving

    1. The original configuration and route are not useful for the 1IP mini station, and the resources are idle.
    2. On the contrary, it can save a sum of money again on the basis of the beggar version.
    3. Domestic personal blog And others The general environment is worse than two or three years ago. Let's go!
    • I will prepare your horse case. When I think about it, I still want to search and record the points with com domain names and independent IP addresses first. It's totally unnecessary.
    • This month's malicious comments are too annoying. It's unnecessary to use the well-off living fund just to close the station and ensure safety.
]]>
one https://huanblog.com/life/510.html#comments https://huanblog.com/feed/life/510.html
Googoogoo https://huanblog.com/life/502.html https://huanblog.com/life/502.html Mon, 07 Nov 2022 09:55:00 +0800 Illusory glow Cytoplasmic underline, inflammatory dance, etc
_(: з "∠) _ Don't worry
The shield line just blew up by the comments
Still under repair

]]>
twenty https://huanblog.com/life/502.html#comments https://huanblog.com/feed/life/502.html
Yulouchun · Green Grassland https://huanblog.com/sb/500.html https://huanblog.com/sb/500.html Sat, 05 Nov 2022 02:26:31 +0800 Illusory glow Yulouchun · Green Grassland
The grass is green and green. Everyone can't disturb it everywhere. If you carry flowers and birds and spring, don't miss the time today.
When you walk around, you don't realize that ginkgo is old, even if the yellow leaves fall off. It's just because the weather is warm and we need to clean up, so we can put a heart shape to sweep.
 The worst works _ Yulouchun _ preview _ mainland version. jpg

]]>
zero https://huanblog.com/sb/500.html#comments https://huanblog.com/feed/sb/500.html
Pendulum clock https://huanblog.com/sb/498.html https://huanblog.com/sb/498.html Sat, 22 Oct 2022 20:36:00 +0800 Illusory glow Pendulum clock
Afraid of both autumn and winter, sitting in bed is like Zen.
Push and swing again and again, I am the big pendulum clock in the world.
 cover

]]>
one https://huanblog.com/sb/498.html#comments https://huanblog.com/feed/sb/498.html
Yechun quatrain https://huanblog.com/poetry/495.html https://huanblog.com/poetry/495.html Sun, 16 Oct 2022 01:13:37 +0800 Illusory glow Qing Dynasty, Wang Shizhen
The red bridge flies across the water, with one fence and nine red bars.
At noon, when we passed under the Huafang Bridge, we were too busy.

]]>
zero https://huanblog.com/poetry/495.html#comments https://huanblog.com/feed/poetry/495.html
. live domain name (note) https://huanblog.com/share/486.html https://huanblog.com/share/486.html Fri, 16 Sep 2022 22:06:36 +0800 Illusory glow Regular registration: Porkbun (promotion code AWESOMENESS) $2.07/AliCloud ¥ 11
Renewal fee: Western Digital ¥ 60/Tencent Cloud ¥ 58
Transfer in: Xinwang ¥ 35

]]>
seven https://huanblog.com/share/486.html#comments https://huanblog.com/feed/share/486.html
Seven Rhymes · Singing Milk Tea https://huanblog.com/sb/485.html https://huanblog.com/sb/485.html Tue, 13 Sep 2022 12:30:00 +0800 Illusory glow Kiss and embrace He Yan and envy each other. It's no use coming to the world.
Knowing that this thing has no nutrition, I can't bear to be too lonely.
I will never talk about weight-loss plans. I am heartbroken and waiting for failure.
After drinking the pain, he ordered to punish himself, and then found a new lover to eat spicy noodles.

]]>
zero https://huanblog.com/sb/485.html#comments https://huanblog.com/feed/sb/485.html