| View previous topic :: View next topic |
| Author |
Message |
Vic D'Elfant Past Contributor


Joined: 26 Jun 2002 Posts: 673 Location: The Netherlands
|
Posted: Thu Sep 04, 2003 11:21 am Post subject: [vds] tag will be available again very soon |
|
|
Hi all,
as you might know, I promised to have a look at the [code:1:a692483931] BBcode tag. Well, after hours of coding I finally succeeded...
The features of 'the new vds tag':
- Supports all new vds5 commands and functions
- Supports #define, #resource and #include
- Supports both rem and # remarks
- Created a 'vds' button next to 'code' (in the 'post a message' screen)
- User-defined commands/functions (using #define,...) are colored different then the standard commands and functions
- On the bottom of every script posted on this forum (using the vds tag), you will find a hyperlink called 'Download this script'. By clicking it the script will be downloaded as a .dsc file, so there's no need anymore to copy code, strip html tags, open notepad, and save it as a .dsc file
The vds-tag will probably become available again during next weekend.
Happy coding ,
Vic
Many thanks to Tommy for giving me a backup of the old forum  _________________ phpBB Development Team
Last edited by Vic D'Elfant on Thu Sep 04, 2003 11:26 am; edited 1 time in total |
|
| Back to top |
|
 |
LOBO Valued Contributor


Joined: 14 Mar 2002 Posts: 241 Location: Wilmington, Delaware, USA
|
Posted: Thu Sep 04, 2003 11:26 am Post subject: |
|
|
Thanks Vic. A great addition coming back to our comunity.
- Mark
Last edited by LOBO on Thu Sep 04, 2003 11:28 am; edited 1 time in total |
|
| Back to top |
|
 |
Vic D'Elfant Past Contributor


Joined: 26 Jun 2002 Posts: 673 Location: The Netherlands
|
Posted: Thu Sep 04, 2003 11:27 am Post subject: |
|
|
No problemo...
Vic _________________ phpBB Development Team |
|
| Back to top |
|
 |
LiquidCode Moderator Team
Joined: 05 Dec 2000 Posts: 1753 Location: Space and Time
|
|
| Back to top |
|
 |
Serge Professional Member


Joined: 04 Mar 2002 Posts: 1480 Location: Australia
|
Posted: Thu Sep 04, 2003 12:47 pm Post subject: |
|
|
sounds great vic
serge _________________
|
|
| Back to top |
|
 |
Skit3000 Admin Team

Joined: 11 May 2002 Posts: 2166 Location: The Netherlands
|
|
| Back to top |
|
 |
Hortalonus Valued Contributor


Joined: 15 Mar 2002 Posts: 344 Location: Western USA
|
Posted: Thu Sep 04, 2003 4:03 pm Post subject: |
|
|
Yea! That's exciting... I've missed the old [code:1:4e19564193] tags. _________________ "ah, come take my hand... we're ridin' out tonight to face the promised land"
Get a free iPod mp3 player... |
|
| Back to top |
|
 |
CodeScript Moderator Team

Joined: 08 Jun 2003 Posts: 1060 Location: India
|
Posted: Thu Sep 04, 2003 5:22 pm Post subject: |
|
|
Really cool. I can't wait ... _________________ Regards
- CodeScript
Give your application a professional look with the VDSGUI Extension |
|
| Back to top |
|
 |
Vic D'Elfant Past Contributor


Joined: 26 Jun 2002 Posts: 673 Location: The Netherlands
|
Posted: Thu Sep 04, 2003 5:55 pm Post subject: |
|
|
WOW!
Thanks for all your positive reactions!
Now it's just a matter of waiting until its release .....
Greetings,
Vic _________________ phpBB Development Team |
|
| Back to top |
|
 |
Skit3000 Admin Team

Joined: 11 May 2002 Posts: 2166 Location: The Netherlands
|
|
| Back to top |
|
 |
marty Professional Member


Joined: 10 May 2001 Posts: 789
|
Posted: Fri Sep 05, 2003 4:26 pm Post subject: |
|
|
Thats great! Happy its back  |
|
| Back to top |
|
 |
LiquidCode Moderator Team
Joined: 05 Dec 2000 Posts: 1753 Location: Space and Time
|
Posted: Fri Sep 05, 2003 4:28 pm Post subject: |
|
|
If there is more than one set of VDS tags, I can only DL the last one.
The color coding doesn't work all the way. It runs into my Sig.
Edit: The DL works now
| Code: |
info Try to DL this. I get the code below
|
| Code: |
# Array sub created by cnodnarb turned into a command
# Useage:
# Array <List(Must already exist)>,<delimiter>,<string>
# Returns <List> with string itemized according to <delimiter>
# Resets fieldsep back to original when finished.
#---------------------------------------------------------------------
#define command,array
:array
%t = @fsep()
option fieldsep,%2
list clear,%1
repeat
parse "%a;%b",%3
%%remainder = @substr(%3,@sum(@len(%a),2),@len(%3))
if %a
list add,%1,%a
%3 = %%remainder
end
until @null(%a)
list seek,%1,0
option fieldsep,%t
exit
|
_________________ Chris
Http://theblindhouse.com |
|
| Back to top |
|
 |
FreezingFire Admin Team

Joined: 23 Jun 2002 Posts: 3508
|
Posted: Fri Sep 05, 2003 8:36 pm Post subject: |
|
|
Looks pretty good. I did like the older one better because it used
the standard white background with an off-white border around
the white box. Also it said "VDS Code:" at the top of the place.
Also I'd like to see courier used as the font.
Overall it's good, but if you add in what I think, my opinion of it will
be "excellent".  _________________ FreezingFire
VDSWORLD.com
Site Admin Team |
|
| Back to top |
|
 |
CodeScript Moderator Team

Joined: 08 Jun 2003 Posts: 1060 Location: India
|
Posted: Sat Sep 06, 2003 2:03 am Post subject: |
|
|
It's good I too wish it has features suggested by FF.
I wish the font be Courier New (not Courier). current Font is better than courier.
Regards _________________ Regards
- CodeScript
Give your application a professional look with the VDSGUI Extension |
|
| Back to top |
|
 |
Garrett Moderator Team
Joined: 04 Oct 2001 Posts: 2149 Location: A House
|
Posted: Sat Sep 06, 2003 3:30 am Post subject: |
|
|
Stick with the Arial or whatever font is used now. Use Courier or Courier New and due to the equal proportioning of the letters, it makes the code extend to the right too much. Currently, it's more compact and viewable without scrolling, at least with the example above.
-Garrett _________________ 'What you do not want done to yourself, do not do to others.' - Confucius (550 b.c. to 479 b.c.) |
|
| Back to top |
|
 |
|