Pages:
Author

Topic: How to make bitcointalk signatures [ Logo and Images included ] - page 4. (Read 7389 times)

full member
Activity: 354
Merit: 103
sigs design service➜https://goo.gl/jhz4f8
WOW!! thank you very much for sharing that tutorial here.
But, after I try to upload the image there with the correct size then the resulting result is good, but I'm sure it would be difficult to edit it again because the characters produced there are very many. Honestly first time when I want to start designing the signature I learned by paying attention to the signature that is in the signature campaign in this forum and after I edit the bbcode I never got perfect results, and I can not imagine to edit the characters contained there, it's will be very difficult. But now I already understand to make a signature using BBcode and it's better done alone than we just edit someone else's work or the result of a convert. Believe me, learning to be better that means a lot to our lives. Smiley
legendary
Activity: 2212
Merit: 1199
Hello,

Thanks bilochoa for sharing your lessons,
such generators as https://morgh.us/pixelate/ will not give you good results :-)

Thing is, those generators like: https://morgh.us/pixelate or http://my.asciiart.club, https://manytools.org/hacker-tools/convert-image-to-ansi-art/go will not generate a good looking BBCode image which will works and looks well on the Forums (Signature Space).Smiley

I was trying to use such generators many times.
Every time with a failure. OP say "people paying quite heavy for some signatures".

I spend literally one (rare), two or more working days on a set of signatures with 3-4 years experience.
It takes a lot of time to create good signatures.

I already was in a situation where people are asking me for help because they wasted money to pay someone who just generated a signature which wasn't even working here on the Forums.


Personally I would advise you to consider using such generators as recommended by the OP and the actual processing of what it generates in order to make it works on the Forums IMO takes more time than creating a hand made signature pixels by pixel. Just like I do.

If you want to know more about BBCodes you might also want to visit my thread: https://bitcointalksearch.org/topic/learn-bbcode-lessons-tutorials-tutorial-videos-1727100


PS. bilochoa why you didn't posted any examples of working, generated signatures which looks stunning? :-)
Please post some of your designs.


Best wishes.

full member
Activity: 1456
Merit: 148
Many thanks op for i will like to learn more about signature design, coding, logo, Avatar and the rest of them. I will contact soon for more info.
newbie
Activity: 49
Merit: 0
Thank you very much for sharing this information, I will start making some signatures. 1+.
newbie
Activity: 14
Merit: 31
Any tips are highly appreciated : 1G585f6UH4jErfmwHF8BiGiAZ54APnejUT

Hello everyone I am good in BBcodes and have seen people paying quite heavy for some signatures and I thought why not teach everyone how it's made and it would be good that more people will be able to do it and rather more distributed earnings for all.

I am creating this just for signatures and not going into all the attributes used.

First of all learn how it works, there are some parts and each step will take you to a higher learning. I have tried to keep it very simple but don't hesitate to ask me anything as first time we all learn something.

- How to make use the following stylings : Bold, size, change font, colour, background color

Typing anything you want and use the attributes given .. like if you want to make "bilochoa" with the styles given below

bold - simply use
Code:
[b][/b]

example :
Code:
[b]bilochoa[/b]


size - Just use
Code:
[size=10pt][/size]
you can define the size limit by the value as you can see it's 10pt you can make it anything like 15,16,etc

example :
Code:
[size=12pt]bilochoa[/size]


color of font - you can use
Code:
[color=pink][/color]
and define the colour or even use hexcode ( must have # before the code )

example :
Code:
[color=pink]bilochoa[/color]


NOTE : You can and have to use transparent color too at times.

change font - use the following
Code:
[font=Verdana][/font]
and you can define the font you want to use.

example :
Code:
[font=calibri]bilochoa[/font]


background color - Put the text between
Code:
[glow=red,2,300][/glow]
and define the colour.

example :
Code:
[glow=red,2,300]bilochoa[/glow]


links - use
Code:
[url][/url]
but make sure all the content in between, make sure you always cover all the opened tags and closed ones too you used to design the text.

example :
Code:
[url][size=12pt][color=red]bilochoa[/color][/size][/url]


Let's quickly use them all to make sure we are going in the right direction.

Code:
[size=20pt][color=pink][glow=red,2,300][b]bilochoa[/b][/glow][/color][/size]

NOTE : Important : You must use [size] outside the [glow] tag because if you use it inside it will not work properly.


- How to make use the following stylings : alignment and tables

If you want to align something use the tag as follows :
Code:
[left][/left]
or
Code:
[right][/right]
or
Code:
[center][/center]
as per your need.

Make sure you always use it outside of all the tags to make sure it works the best.

like
Code:
[center][tag1][glow...][/glow][/tag1][/center]


Now coming to the tables it's a very important and exciting thing to be done in signatures


Any table you make must start with
Code:
[table]
and end with
Code:
[/table]

How to make a table

- Define
Code:
[table]
and close it
Code:
[/table]
and now we are gonna work between these two tages to make rows and columns

Remember one thing always columns means horizontal like | column 1 | column 2 | | column 3 |

while rows means vertical like      |
                                                 |
                                                 |
                                                 |

I am using it like that so you can understand.

Now first of all let's make a simple table which would means that we put large text to the left and right side will have two lines

Hello
This is text 1
This is text 2

here is the exact code for the table above

Code:
[table]
[tr]
[td]
[size=20pt]Hello[/size]
[/td]
[td]
This is text 1
This is text 2
[/td]
[/tr]
[/table]

Here you see we have made 1 row which means and 2 columns and the first column I made the text bigger so it looks good.

Code:
[tr]
defines rows and
Code:
[td]
defines columns.

Here what we did was we made 1 row and 2 columns ... in that one column is for Hello and one with 2 sentences


- How to make images as BBcodes

Since forum does not allow direct images therefore we have to add tiny particles together and make the images.

This can be done by two ways

- Manual : Draw with little elements in notepad and use it.

- Automatic ( recommended ) : visit here : https://manytools.org/hacker-tools/convert-image-to-ansi-art/go

and just upload your image ( make sure it has while background else it won't work )

or use this https://morgh.us/pixelate/ ( transparent/white/any colour background will work in this )

Please ask me anything you want and I will gladly help as you want, here or privately.


Any tips are highly appreciated : 1G585f6UH4jErfmwHF8BiGiAZ54APnejUT
Pages:
Jump to: