<?php echo "<dd class=\"usertitle\">".$rank_pips."</dd>\n"; ?>
else it gives a parse error.
weird i did not get any error
You are not logged in. Please login or register.
PunBB Forums → Posts by Ataxy
<?php echo "<dd class=\"usertitle\">".$rank_pips."</dd>\n"; ?>
else it gives a parse error.
weird i did not get any error
cool works really good
lol that cant be serious
yeah i cant wait too see how your mod is going to come out
http://d-vault.peerforces.com/forum/vie … 1216#p1216
so as you will see in explorer the image appear but in firefox they get resized to fit the height of the text
ok problem is partialy solved by forcing cell width but IE does not seem to care about cell width
say what??? lol
wow wonderfull job there ludo
yeah well as you can see i have but one problem and its with firefox it does not react like explorer and opera to the tag and i dont know how to fix it so i am waiting to see if someone as a idea on how to fix it
See #106 post( by codeXP) in this thread http://punbb.org/forums/viewtopic.php?pid=37484#p37484
humm interesting but the problem i that this code if i get it well will only shift the image to the right or to the left of the center of the page but you will still be unable to to post text next to the image only over or under the image height and/or you wont be able to have text on both side of an image
but correct me if i am wrong
look fine here to
weird now my image dont show up any more i tried to change it to another image but all i get now is the cell with the text and a small empty cell next to it
edit:
***************ok the problem seem to be only with firefox but not with explorer***************
edit2:
***************ok the image is not disapearing in fire fox it seemed to be resized to leave space for the text so as the text grow instead of changing line firefox seems to want to force the text to appear on one line
example in firefox
http://d-vault.peerforces.com/table4.png
example in explorer
http://d-vault.peerforces.com/table5.png
edit3:
**************Opera seems to disply it well to
also i noticed that on my laptop the third image was cut off due to the smaller size of the screen when i check the table that was made with the [table3] tag
ok i dont know what the cellspacing="0" changed but here is the result with the [table3] tag and text after and before the table
http://d-vault.peerforces.com/table3.png
You need to add cellspacing="0" to the table tag.
Try it with some text before and after the tables, you may find the tables are nested inside a paragraph.
ok will try right away
ok well i got it to work
so any way just a stupid error in the code of my previous code
the line to be added are the following it only gives two table but one may easly mod it to have more then two
'#\[table\](.*?),(.*?)\[/table\]#',
and
'<table><tr><td>$1</td><td>$2</td></tr></table>',
as i understood since xhtml is strict i had forgoten to close the <table> tag to </table>
and the result is the following
http://d-vault.peerforces.com/table2.png
EDIT:
ok to get 3 table just add this
'#\[table3\](.*?),(.*?),(.*?)\[/table3\]#',
and this
'<table><tr><td>$1</td><td>$2</td><td>$3</td></tr></table>',
ok here is my try at making the code work mine partially worked but not totally
here is the line i added in parser
'#\[table\](.*?),(.*?)\[/table\]#',
and
'<table><tr><td>$1</td><td>$2</td></tr>',
it did work but it messed up my layout
here is the post i made
[table][img]http://d-vault.peerforces.com/dban4.png[/img],234[/table]
here is what it did
http://d-vault.peerforces.com/table.png
but as you can se it created the table out of the post frame and under the footer
i guess thats what shinko_metsuo meant whe he said
I'm not sure about tables plus tables are very sloppy and sloppyer when you have a pure CSS setup. You may have to edit your CSS to do it then have your own bbcode like [th] [tr] [td] to work with the CSS
oh well thank him for that and thx for making and running this site to promote it
oh your the creator of musikcube i must congratulate you on a awsome player wonderfull little piece of soft with a sober layout
is there anyway of making it display info from a category instead of a forum or how can i make it display news from more then one forum id
#2: to the online box i am trying to add the "Newest registered user:"
hey any news on how i could do those two thing ...that is if you had time
wow Paul thats it or pretty much without the color in the box that is really nice
wow this is interesting
its just that i would like for user to be able to customise there post by placing text on the left and image on the right and vice-versa anyway like i said in a erlyer post those are wishes if they are not doable then i can live with it
here are some more code id like to see
<li></li> =[li][/li]
<ul></ul>=[ul][/ul]
<ol></ol>=[ol][/ol]
but the one idd like to see the most is the table code as it offers lots of possibility in post editing
Just a suggestion. The best way of finding out if some bit of bbcode is likely to screw the layout is to save a page as a static html file and then edit the markup manually and see what happens. That way if something is likely to cause problems you find out before a lot of messing around with parser.php.
sorry but how do you make a static page of the forum that i can then post in sorry its just that i am starting to get my hand into php
i really love acehtml
wow effectivly this is pretty weird
add this to lang/French/help.php
'align text' => 'Ce texte est à la droite',
My french is not the greatest so you might want to check that
merci metsuo si tu a besoin de traduire quoi que ce soit ecrit moi ici au Québec plusieur personne parle les deux langue
translation
thank you metsuo if you ever need translation write me here in Québec alot of people speak both language
'align text' => 'Ce texte est a droit',
oh and one more thing i know it may sound like anoying but about the html <table> code would it be possible to or do you feel like saying "lol want a cofee with this!"
PunBB Forums → Posts by Ataxy
Powered by PunBB, supported by Informer Technologies, Inc.