View Single Post
  #10  
Old 01-Nov-15, 04:28
Naji's Avatar
Naji Naji is offline
Administrator
Points: 864,862, Level: 100 Points: 864,862, Level: 100 Points: 864,862, Level: 100
Activity: 61.9% Activity: 61.9% Activity: 61.9%
Last Achievements
Award-Showcase
 
Join Date: Mar 2011
Gender: Male
Location: Prague
Posts: 14,286
Thanks: 12,797
Thanked 115,689 Times in 9,926 Posts
Default Re: Forum modifications

Two updates:

- Fixed the [youtube] tags to be able to embed in the most recent YouTube format, including fullscreen capability

- Added support for tables. You can see a sample table at: [Only Registered Users Can See LinksClick Here To Register]. You can start creating your own by clicking this image on the Reply Page.

Here's a simple illustration of the code:



And the result would be:



Here's the source code of the table that I created [Only Registered Users Can See LinksClick Here To Register]:
HTML Code:
[table="head;autonum=1;autonumtitle=#"]Story title|Posted by|Date posted|Thanks received as of 01/Nov 03:00
[URL="http://www.malevsfemale.org/showthread.php?t=17033"]Jony Bravo and Mixtor's Collaborations, ongoing series[/URL]|Mixtor42|01-25/Oct|2

[URL="http://www.malevsfemale.org/showthread.php?p=204503"]Stacey returns, part 9[/URL]|bonnie4444|02/Oct|7

[url=http://www.malevsfemale.org/showthread.php?t=17059]Burglar gets punished[/URL]|heisenberg|02/Oct|6

[URL="http://www.malevsfemale.org/showthread.php?t=12150&page=12"]Confessions of a Hollywood Jobber, ongoing series[/URL]|gameking|05-29/Oct|4

[URL="http://www.malevsfemale.org/showthread.php?t=17123"]Selena Gomez is more than a Pop star[/URL]|GUTIERREZ|09/Oct|3

[URL="http://www.malevsfemale.org/showthread.php?t=17112"]Erotic M/F boxing[/URL]|SuperDeadlyHamAttack|09-14/Oct|9

[URL="http://www.malevsfemale.org/showthread.php?t=9254"]Dorothy's Girl Power Adventures in Oz, ch 4-9[/URL]|Mixtor42|11-22/Oct|1

[URL="http://www.malevsfemale.org/showthread.php?t=17129"]The Future Beckons, part 1[/URL]|bonnie4444|12/Oct|2

[URL="http://www.malevsfemale.org/showthread.php?t=17133"]Wrestle with FBI chick[/URL]|pizzabakker95|12/Oct|5

[URL="http://www.malevsfemale.org/showthread.php?t=16751&page=4"]The Buildup, ongoing series[/URL]|mxwrestler|13-29/Oct|3

[URL="http://www.malevsfemale.org/showthread.php?t=17145"]Challenging Elena, part 1[/URL]|Stone|14/Oct|1

[URL="http://www.malevsfemale.org/showthread.php?t=17148"]Robi the Rival Girlfriend[/URL]|pizzabaker95|14-29/Oct|6

[URL="http://www.malevsfemale.org/showthread.php?t=16880&page=2"]A Woman's Place...is Wherever She Wants, last 3 chapters[/URL]|Alexios|15-29/Oct|7

[URL="http://www.malevsfemale.org/showthread.php?t=17172"]Friend's little sister[/URL]|Flyguy23|17/Oct|21

[URL="http://www.malevsfemale.org/showthread.php?t=17173"]His girlfriend's crazy sister[/URL]|skinny18|18/Oct|3

[URL="http://www.malevsfemale.org/showthread.php?t=17181"]The Case of the Pantyhose Society: The Ballerina P.A. and The Lingerie Shop[/URL]|JimP|19-20/Oct|1

[url=http://www.malevsfemale.org/showthread.php?t=17192]Fond teenage memories[/URL]|BBB|21/Oct|4

[URL="http://www.malevsfemale.org/showthread.php?t=17228"]Taylor Swift is more than I can bear[/URL]|GUTIERREZ|26/Oct|5

[URL="http://www.malevsfemale.org/showthread.php?t=17241"]Sarah's Top 6 Challenge[/URL]|Jericho3|28/Oct|6

[URL="http://www.malevsfemale.org/showthread.php?t=17251"]Mommy's little bully[/URL]|boyandy|29/Oct|8
[/table]
How it works:

Introduction to options:
example: [table="option1;option2=value;option3='this is a long value with space';option4=value1,value2,value3"]
The whole option list should be wrapped with quotes.
Options are seperated by a semicolon
If an option has a value it is assigned with "equal to" mark. (option2)
If the value contains blanks or special characters it has to be wrapped with apostrophes. (option3)
If an option has more than one value they are seperated by a comma. (option4)

Description of options:
head
This option defines the first line as head, so the first row is shown as head of the table. If the table sould be sorted, the head is not sorted.

sort=1d,2,3
This defines the table to be sorted by column 1, then column 2, then column 3. The "d" after the first colum specifies the order: descending (default: ascending)

autonum=1 (equal to autonum) autonum=a autonum=A
Defines that a new first column containing a numbering should be inserted.
1 -> 1, 2, 3, 4, ... , 999, 1000, ....
a -> a, b, c, ... , aa, ab, ... , zz
A -> A, B, C, ... , AA, BB, ... , ZZ

autonumtitle=oneword autonumtitle='long value with spaces'
Defines the title of the autonum-column. Can be left empty.

width=123px width=45em width=67%
Defines the width of the table.

Contact me directly if you need help with the tables, forum.
Attached Images
File Type: jpg table_01.jpg (10.9 KB, 605 views)
File Type: jpg table_02.jpg (10.1 KB, 613 views)
__________________
[Only Registered Users Can See LinksClick Here To Register] | [Only Registered Users Can See LinksClick Here To Register] | [Only Registered Users Can See LinksClick Here To Register] | [Only Registered Users Can See LinksClick Here To Register] | [Only Registered Users Can See LinksClick Here To Register] | [Only Registered Users Can See LinksClick Here To Register] | [Only Registered Users Can See LinksClick Here To Register]
Reply With Quote