內容簡介
一個簡單的通訊錄外掛程式。
你可以在管理介面中查看和編輯地址(姓名、地址、電話號碼、電子郵件地址等),在 Manage > Little Black Book 中進行操作,或者將地址列表以唯讀、有意義的方式嵌入到文章和/或頁面中。你可以在網誌文章或頁面中輸入 ~LBB~,將列表嵌入到你希望的位置。生成的 HTML 有意義的標記,因此,你可以通過你佈景主題的樣式表來微調它的外觀。以下是我使用的項目:
/—-:[ 小黑書樣式 ]:—-/
.timediff { color:red }
.name、.address、.homephone、.cellphone { font-family:"Courier New"; font-weight:bold; font-size:larger; }
.homephone { color:blue; }
.cellphone { color:green; }
.notes { font-family:Arial, sans-serif; font-size:smaller; }
升級
不需要停用然後重新啟用通訊錄外掛程式,即可進行升級。
下載
最新版本始終可以從WordPress 外掛程式資源庫中獲取。
捐贈
如果你有這樣的傾向,任何數量的捐贈都將不勝感激。
版本記錄
1.0 - 存儲庫中的第一個版本
1.1.1 - 為 WordPress 2.5 更改了聯繫區域的背景顏色
1.1.2 - 恢復了聯繫區域中編輯和刪除鏈接的正常顏色。 (感謝John Marcotte)
1.1.3 - 如果手機是空的,則在手機號碼不為空時添加"Cell:",以清晰明確地顯示,特別是在打印時。(感謝事件過去)
1.1.4 - 在列表中,在電子郵件地址後添加了一個換行符號,以便網站顯示在單獨的行中。(由Aaron Patrick Michaud所請求)
外掛標籤
開發者團隊
📦 歷史版本下載
原文外掛簡介
A simple address book plugin.
You can view and edit addresses (names, addresses, phone numbers, email
addresses, etc.) in the administration interface (under Manage > Little Black
Book), or embed a read-only, semantically marked-up, list of addresses in posts
and/or pages. You can embed a list of your addresses in a blog post or page by
putting ~LBB~ wherever you want the list to appear. The generated HTML is
semantically marked-up, so you can fine-tune it’s appearance through your
theme’s stylesheet. Here are the entries I use:
/—-:[ Little Black Book styles]:—-/
.timediff { color:red }
.name, .address, .homephone, .cellphone { font-family:”Courier New”; font-weight:bold; font-size:larger; }
.homephone { color:blue; }
.cellphone { color:green; }
.notes { font-family:Arial, sans-serif; font-size:smaller; }
Upgrading
There is no need to de-activate and then re-activate Addressbook to upgrade.
Download
The latest version is always available from the WordPress Plugin Repository.
Donate
If you feel so inclined, a donation in any amount would be greatly appreciated.
Version History
1.0 First version in the repository
1.1.1 Changed the background color of the contact area for use with WordPress 2.5
1.1.2 Restored normal colors for the Edit and Delete links in the contact area.
(Thanks to John Marcotte)
1.1.3 Added “Cell: ” when the cellphone is not blank to make it clear,
especially when printed.
1.1.4 In listings, added a after the email addresses so the website appears on a
separate line. (Requested by Aaron Patrick Michaud)
