Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
#325 2017-02-07 23:38:32
Re: smd_bio : store additional biographical info about your users
While I’m at it, a few small changes:
For the table on the list page, change the class of the first <th >
in the <thead />
from .multi-edit
to .txp-list-col-multi-edit
(matching all other list panels)
On the users edit panels, small improvement to the display of the image row:
.smd_bio_image { display: inline-block; vertical-align: top}
.smd_bio_image img { vertical-align: bottom; margin: .2em .5em}
Edit: Here is a mockup (using Sandspaces theme).
Last edited by phiw13 (2017-02-08 07:57:32)
Where is that emoji for a solar powered submarine when you need it ?
Sand space – admin theme for Textpattern
Offline
#326 2017-05-01 16:50:00
Re: smd_bio : store additional biographical info about your users
I was working on some code to display links to various social networks for each author but only the ones that were actually used. After getting it working, I noticed how repetitive it was.
So I made a bunch of links (Facebook, Twitter, Github, Google+. Pinterest, LinkedIn) and put them in a Category Social.
I call them using:
<txp:linklist category="Social" sort="linksort asc" >
<txp:smd_bio_info fields='<txp:link_name />'>
<txp:smd_if_bio field='<txp:link_name />'>
<a href="<txp:smd_bio_data field='<txp:link_name />' />">
<svg>
<use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#<txp:link_name />"></use>
</svg>
</a>
</txp:smd_if_bio>
</txp:smd_bio_info>
</txp:linklist>
Offline
#327 2020-05-25 15:37:30
Re: smd_bio : store additional biographical info about your users
smd_bio v0.5.0 is (finally) here for Textpattern 4.7.0+.
- Use Txp 4.7.0-style language identifiers.
- Add class
txp-form-field
to wrapping divs for all bio fields in admin (thanks, johnstephens). - Fix classnames and scope (thanks, philwareham and phiw13).
- Fix SQL errors when creating columns.
- Fix MySQL restrictions on DEFAULT column types.
- Alter default column types for most columns. Text-based columns are way too big and result in performance issues as they cannot be cached.
- Register tags.
- Layout fix for ‘More’ widgets.
- Use
getThings()
instead ofsafe_field()
to avoid triggering a bug (thanks, makss).
As usual, please report any issues or enhancements. Enjoy!
The smd plugin menagerie — for when you need one more gribble of power from Textpattern. Bleeding-edge code available on GitHub.
Txp Builders – finely-crafted code, design and Txp
Offline
#328 2020-05-25 23:08:35
Re: smd_bio : store additional biographical info about your users
Thank you, Bloke! I can’t believe I did something helpful for this plugin, though.
Offline
#329 2023-12-28 07:32:50
Re: smd_bio : store additional biographical info about your users
When installing sms_bio I get the following errors:
A problem occurred while loading the plugin: -> Warning: Trying to access array offset on value of type bool on line 1575
A problem occurred while loading the plugin: -> Warning: Trying to access array offset on value of type null on line 1575
I get the errors with both v0.5.0 and v0.5.1.
I am using Textpattern v4.8.8.
Any idea why this is happening?
• Old Photos of Japan – Japan in the 1850s~1960s (100% txp)
• MeijiShowa – Stock photos of Japan in the 1850s~1960s (100% txp)
• JapaneseStreets.com – Japanese street fashion (mostly txp)
Offline