Signature Extension
firelad97 I'm experiencing the same issue with mobile phones as well, but in my case my signature is pretty big, although it's always being resized on a computer. I thought it was only me due to the size of my image.
So the image isn't exaxtly centered?
I would try playing with the signature editor. Seems like it's not centered or the div that the signature is in is offsetting the image.
Maybe try cropping the image until it looks good. This is not much of a issue IMO. Too bad this extension will soon be expired.
- Edited
So I have the Div and Css to make a cooler signature, however I am unable to make sense how @XEngine inserts the div tags into the html.
if (Signature) {
vdom.children.push(m('div.SignatureWrapper', m.trust(Signature)));
}
Gives me a headache trying to understand what its doing. What I want to do is get it do this.
<div class="SignatureWrapper"><p style="text-align: center;"></p><a class="tile" href="#"><img src="https://i.imgur.com/Ca9FAqzm.png">
<div class="details"><span class="title">0E800</span><span class="info">The internet is my recyclebin.</span></div></a></div>
I am thinking I might have better luck just making a custom Signature BBcode. Above are a few designs I have planned.
You da man. Thank you.
Testing the Extension Signature in Flarum v0.1.0-beta.7!
composer require xengine/flarum-ext-signature
Using version 0.1.2 for xengine/flarum-ext-signature
./composer.json has been updated
Loading composer repositories with package information
Updating dependencies (including require-dev)
- Installing symfony/dom-crawler (v3.3.6)
Downloading: 100%
Installing symfony/css-selector (v3.3.6)
Downloading: 100%Installing xengine/flarum-ext-signature (0.1.2)
Downloading: 100%
But not see the extension in the Admin area: admin#/extensions
The files with Composer downloading to Folder Vendor: Engine
i will try to export to folder Flarum
and test edit withcomposer.json
Somehow the latest version seems broken. I don't see the signature option show up at my profile and the settings are missing a description.
I've a dumb question, but I'm new to Flarum and still learning. What's the proper way to change the text on the user's profile from "xengine-signature.forum.buttons.signature" to something like "Edit signature"?