Quote:
Originally Posted by AzzazelCyC
Well, I guess this was more complicated than I thought.
I got a question though, taking what you said "bbcode accepts two parameters" how does the "common" or bult-in table tags work? it needs, obviously, to be built like on HTML by using table, tr and td, but this isn't taking just 2 parameters;
|
You're right the [TABLE] tag is not a standard BBCODE. A couple of files to look at.
/includes/class_bbcode.php
/packages/vbform/bbcodehelper/table.php.
'class_bbcpde.php'
class vB_BbCodeParser method 'parseTableTag'
method 'build_parse_array'
function 'fetch_tag_list'
Then look at 'table.php' ...
It will help you gain a little insight.
--------------- Added [DATE]1366961088[/DATE] at [TIME]1366961088[/TIME] ---------------
It occurred to me last night that you might not know that if you double click on an image in the editor you can align it left or right, change the image size and target. It is not a complete fix for image alignment in posts, but it does help.
We have altered vbulletin so that it is adaptive especially for tablets. So I did some modifications how photos are shown in the posts, depending on the number of photos. Thus extending vbulletins image positioning. Essentially creating a auto-formatted output.