The Technodrome Forums

Go Back   The Technodrome Forums > Announcement Forums > Questions/Comments/Suggestions

Notices

Reply
 
Thread Tools Display Modes
Old 04-28-2020, 01:44 PM   #1
neatoman
Emperor
 
Join Date: Jul 2014
Location: Stockholm
Posts: 9,443
Where do I find a list of valid tags?

There are some tags you can just get from clicking buttons when you make a new post, examples:
  • [B ][/B]
  • [I ][/I]
  • [U ][/U]

Are there any other tags I can use beyond what's in the tool bar? What I'm particularily interested in altering the size of images, because I don't feel like putting all big images in spoiler tags. It would also be of great help if I knew what coding language this operates on, that way I could probably take care of any other problems I come across.
__________________
Quote:
Originally Posted by JTH View Post
Turtles is basically the red-headed stepchild of Nick.
Hahahaha!
neatoman is offline   Reply With Quote
Old 04-29-2020, 11:17 AM   #2
IndigoErth
Team Blue Boy
 
IndigoErth's Avatar
 
Join Date: Jun 2014
Location: U.S., East Coast
Posts: 15,236
Only one I've known otherwise is the strikethrough... but just went and found this list, maybe some (all?) of those work here?

https://www.vbulletin.org/forum/misc.php?do=bbcode

Not seeing an image scale though. Personally, I just put images in imgur.com and shrink them there first.


edit: Some might be admin use...? Not seeing where [warning] does anything on this end. lol

more edit: Oh, maybe this for images? https://www.bbcode.org/examples/?id=10
Quote:
Resizing the image
[img=100x50]https://www.bbcode.org/images/lubeck_small.jpg[/img]
Never mind, I attempted it but it doesn't recognize it. Either way it seems to be BB Code, so maybe you can find a solution that I couldn't.

Last edited by IndigoErth; 04-29-2020 at 11:33 AM.
IndigoErth is online now   Reply With Quote
Old 04-29-2020, 03:19 PM   #3
neatoman
Emperor
 
Join Date: Jul 2014
Location: Stockholm
Posts: 9,443
Maybe this forum is operating on an outdated version? I noticed there are tags for PHP, I'm gonna see if I can do something with that.

Edit: OK, this is weird. Appearently the PHP tag is for displaying PHP code, not running PHP code:
PHP Code:
$myvar 'Hello World!';
for (
$i 0$i 10$i++)
{
    echo 
$myvar "\n";

PHP Code:
<?php 
$x 
1;

do {
    echo 
"The number is: $x <br>";
    
$x++;
} while (
$x <= 5);
?>
What's the point of that? Running a programming forum?
__________________
Quote:
Originally Posted by JTH View Post
Turtles is basically the red-headed stepchild of Nick.
Hahahaha!

Last edited by neatoman; 04-29-2020 at 03:33 PM.
neatoman is offline   Reply With Quote
Old 05-08-2020, 04:45 PM   #4
neatoman
Emperor
 
Join Date: Jul 2014
Location: Stockholm
Posts: 9,443
http://forums.thetechnodrome.com/misc.php?do=bbcode

Huh, this is embarrassing...
__________________
Quote:
Originally Posted by JTH View Post
Turtles is basically the red-headed stepchild of Nick.
Hahahaha!
neatoman is offline   Reply With Quote
Old 05-09-2020, 11:15 AM   #5
IndigoErth
Team Blue Boy
 
IndigoErth's Avatar
 
Join Date: Jun 2014
Location: U.S., East Coast
Posts: 15,236
Ohh, there it is. lol Thanks for point it out, good to know.
IndigoErth is online now   Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -6. The time now is 01:34 PM.


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2024, vBulletin Solutions, Inc.