LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   LQ Suggestions & Feedback (https://www.linuxquestions.org/questions/lq-suggestions-and-feedback-7/)
-   -   tags for posts (https://www.linuxquestions.org/questions/lq-suggestions-and-feedback-7/tags-for-posts-772457/)

fachamix 11-30-2009 09:14 AM

tags for posts
 
My suggestions for the site is to add more tags to the forum... tags when somebody posts something

like tags for code
tags for an image or a video

they are usefull and make a post easy to read

thanks for the oportunity

MensaWater 11-30-2009 09:25 AM

Tags already exist however the tags have to be set by someone.

I notice you didn't bother to tag your own post.

fachamix 11-30-2009 07:45 PM

sorry I dont speak english as native so I could not make myself clear.

I mean, codes like [bold] [i] ... etc etc etc in the post... for programming code, and all.

so if I can post something with a code, the code would be enclosed like something like this:

[codeC]
int main {
...
...
...
}
[/codeC]

GrapefruiTgirl 11-30-2009 07:52 PM

fachamix,

Use it like this:

[code]

int () void.. blah struct things..

..
..
exit()

[code] < But HERE on the closing tag, put a slash inside the brackets, like [/..]

and it will look like this:

Code:

int void struct..
 ...
    ...
  ..
 ...
end ()


If you use the Advanced Editor, there's a little button there for [code] or [php] or both; just highlight your code, and click that little button, and the tags will go into the post.

Sasha

sycamorex 11-30-2009 07:57 PM

If you create a new thread, all the tag options are visible straight away just above the text input box. If you reply to a post you need to click the 'go advanced' button below the input box.

edit: That is if you want to use buttons to apply tags

fachamix 11-30-2009 10:01 PM

Code:

printf("thanks");


All times are GMT -5. The time now is 10:16 AM.