Pages:
Author

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

newbie
Activity: 18
Merit: 0
Thanks for sharing information.
full member
Activity: 322
Merit: 110
Thanks for the guide and detailed examples. It is very helpful. I believe this will help newbies a lot.
newbie
Activity: 3
Merit: 0
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.





Hi, could you please help me with signature creation?
Feel free to tell me your conditions.

Thank you in advance!
EQI
newbie
Activity: 25
Merit: 0
Simple enough.. great explanation! The ranking restrictions make design very limited, though  Sad

Thank you for the information and the sample!
newbie
Activity: 2
Merit: 0
Many thanks from a newie
newbie
Activity: 3
Merit: 0
Thank you very much for the guide Smiley
newbie
Activity: 178
Merit: 0
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
great!!
Thanks for sharing
newbie
Activity: 33
Merit: 0
This information is really helpful, I've learned something new, I thought it takes a lot to make such things, but it is easy and it needs practice.
Thank you for this, love you guys.
newbie
Activity: 40
Merit: 0
newbie
Activity: 28
Merit: 0
Im reviewing all the links but still don't know how to do it.
newbie
Activity: 89
Merit: 0
Thanks for the step by step clearance of the doubt and explaining the steps.
newbie
Activity: 6
Merit: 0
very nicely explained mate, kudos to you.
newbie
Activity: 44
Merit: 0
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
i can't type more code, why? because my rank?
member
Activity: 79
Merit: 29
Thank you, actually very handy instruction.

I've already played with it a bit, it allows to do really nice signatures.  Cool

Do yo know any tool, that would have an integrated symbol counter and some optimizer? Nowadays there are strict limits for that. My be some plugin for the Offline BCode editor?
jr. member
Activity: 126
Merit: 4
Community Manager at Bitsurf.eu
Thanks I was looking for this.  Grin
newbie
Activity: 68
Merit: 0
What is the need of these signatures? And i think it would have been better to attach your private video documentary
sr. member
Activity: 473
Merit: 250
newbie
Activity: 35
Merit: 0
You dont have to write this much if you could have included just a youtube video link LOL
legendary
Activity: 1498
Merit: 1113
████
███████████
████████████
█████████████
█████████████████
███████████████████
█████
██████████████
████
███████████
██████████████
█████████████████
██████████████
████████████████
████████████
███████
██

thank you very much. i will test the tool and use your guide for my signature after my byteball camp is over.

http://morgh.us/pixelate works for pictures. but https://manytools.org/hacker-tools/convert-image-to-ansi-art/ only shows text if i use the output here.
newbie
Activity: 20
Merit: 0
Pages:
Jump to: