Updates for 2005-03-08

Where we keep all the boring tidbits about the PHPDN site, the news, and what not.

Moderator: General Moderators

Post Reply
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Updates for 2005-03-08

Post by feyd »

Code: Select all

and portal are back in full force.

Code: Select all

was updated.


Recap of the features:

Code: Select all

їphp]<?php

echo 'This is a basic php tag example';

?>ї/php]
turns into:

Code: Select all

<?php

echo 'This is a basic php tag example';

?>

Code: Select all

їphp=this is a label]<?php

echo 'This is a label example';

?>ї/php]
turns into:

Code: Select all

<?php

echo 'This is a label example';

?>

Code: Select all

їphp=25]<?php

echo 'This is a line offset example. Notice the quotes are missing from the previous example.';

?>ї/php]
turns into:

Code: Select all

<?php

echo 'This is a line offset example. Notice the quotes are missing from the previous example.';

?>

Code: Select all

їphp=this is a label and line number offset|25]<?php

echo 'Labeling and line offset example.';

?>ї/php]
turns into:

Code: Select all

<?php

echo 'Labeling and line offset example.';

?>

Code: Select all

їphp="trickery example|25"]<?php

echo 'This is a trickery example.';

?>ї/php]
turns into:

Code: Select all

<?php

echo 'This is a trickery example.';

?>

Code: Select all

їphp="25"]<?php

echo 'This is another label example, haha trick! :P';

?>ї/php]
turns into:

Code: Select all

<?php

echo 'This is another label example, haha trick! ';

?>


All these features are reflected in

Code: Select all

as well.



IE doesn't like to copy and paste correctly though..  (Blame its craptacular CSS implementation ) Firefox works perfectly though! [url=http://www.mozilla.org/products/firefox/]Switch now![/url]
User avatar
John Cartwright
Site Admin
Posts: 11470
Joined: Tue Dec 23, 2003 2:10 am
Location: Toronto
Contact:

Post by John Cartwright »

I thought this day would never come! Long live feyd and other mods who worked on this, and portal.php! :)
qads
DevNet Resident
Posts: 1199
Joined: Tue Apr 23, 2002 10:02 am
Location: Brisbane

Post by qads »

nice :D
Deemo
Forum Contributor
Posts: 418
Joined: Sun Jan 18, 2004 11:48 am
Location: Washington DC

Post by Deemo »

i love you feyd :)
Cronikeys
Forum Commoner
Posts: 35
Joined: Sun Jan 16, 2005 9:14 am

Post by Cronikeys »

Any chance of making these public? *drools* :)

Nice work BTW -- You are amazing ;)
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

I'll be starting to write up a code snippet's thread about it soon. It's a bit long as specifically written for phpbb... ~400 lines for dealing with phpbb and highlighting the display and ~120 lines of CSS.. plus a few tweaks here and there to already existing code in phpbb itself.
Cronikeys
Forum Commoner
Posts: 35
Joined: Sun Jan 16, 2005 9:14 am

Post by Cronikeys »

Awesome :D You rock my world feyd ;)

You should submit it to phpbbhacks.com ;) you would become a God there lol
User avatar
John Cartwright
Site Admin
Posts: 11470
Joined: Tue Dec 23, 2003 2:10 am
Location: Toronto
Contact:

Post by John Cartwright »

He is already a god :roll:
User avatar
patrikG
DevNet Master
Posts: 4235
Joined: Thu Aug 15, 2002 5:53 am
Location: Sussex, UK

Post by patrikG »

Looks like we should put feyd's pic next to the donate button on the forum...;) God is business.
Roja
Tutorials Group
Posts: 2692
Joined: Sun Jan 04, 2004 10:30 pm

Post by Roja »

patrikG wrote:Looks like we should put feyd's pic next to the donate button on the forum...;) God is business.
Swingers: "God is MONEY, baby!".

Carlin: "God is everywhere, and he needs your money".

Idealists: "Money is the root of all evil".

ipso facto, God is the root of all evil. No wonder Jesus is metal.

:)
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

just to let everyone know, I'm going to wait until we are fairly sure it's bug free before posting the code and such..

:)


although for the impatient, you can always get it from our anonymous CVS.. ;)

http://sourceforge.net/cvs/?group_id=34646
User avatar
mudkicker
Forum Contributor
Posts: 479
Joined: Wed Jul 09, 2003 6:11 pm
Location: Istanbul, TR
Contact:

Post by mudkicker »

cool, i was waitin for this update :) :mrgreen:
Post Reply