MVSFORUMS.com Forum Index MVSFORUMS.com
A Community of and for MVS Professionals
 
 FAQFAQ   SearchSearch   Quick Manuals   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Forum Problems

 
Post new topic   Reply to topic   printer-friendly view    MVSFORUMS.com Forum Index -> MVSFORUMS - Announcements
View previous topic :: View next topic  
Author Message
kolusu
Site Admin
Site Admin


Joined: 26 Nov 2002
Posts: 12358
Topics: 75
Location: San Jose

PostPosted: Thu Apr 07, 2005 2:55 pm    Post subject: Forum Problems Reply with quote

The forum got updated to the latest version of PHPBB.

The structure is also changed. And we lost a couple of mods (Quick reply box , recent topics ...)

If any of you notice any problems please let us know so that we can fix them

Thanks

Kolusu
_________________
Kolusu - DFSORT Development Team (IBM)
DFSORT is on the Web at:
www.ibm.com/storage/dfsort

www.linkedin.com/in/kolusu
Back to top
View user's profile Send private message Send e-mail Visit poster's website
s_shivaraj
Beginner


Joined: 21 Sep 2004
Posts: 140
Topics: 14
Location: Chennai, India

PostPosted: Thu Apr 07, 2005 11:10 pm    Post subject: Reply with quote

Crying or Very sad Quick Rely Box was a very good one when we want to reply immedialtely, i think it was 2 easy in replying also, Please include them along with recent topics..

Crying or Very sad If i want to search for a post which was posted some 2 days back recent topic was 2 good instead of searching in the entire forum...

Kolusu, please include them. Folks, please comment on this... Question
_________________
Cheers
Sivaraj S

'Technical Skill is the Master of complexity, while Creativity is the Master of Simplicity'
Back to top
View user's profile Send private message AIM Address
kolusu
Site Admin
Site Admin


Joined: 26 Nov 2002
Posts: 12358
Topics: 75
Location: San Jose

PostPosted: Fri Apr 08, 2005 5:42 am    Post subject: Reply with quote

Shivraj,

I will try to include(quick reply and recent topics) as soon as possible

Thanks

Kolusu
_________________
Kolusu - DFSORT Development Team (IBM)
DFSORT is on the Web at:
www.ibm.com/storage/dfsort

www.linkedin.com/in/kolusu
Back to top
View user's profile Send private message Send e-mail Visit poster's website
kolusu
Site Admin
Site Admin


Joined: 26 Nov 2002
Posts: 12358
Topics: 75
Location: San Jose

PostPosted: Sat Apr 09, 2005 5:32 pm    Post subject: Reply with quote

s_shivaraj,
Quote:

Quick Rely Box was a very good one when we want to reply immedialtely, i think it was 2 easy in replying also, Please include them along with recent topics..


Testing Quick reply box

Kolusu
_________________
Kolusu - DFSORT Development Team (IBM)
DFSORT is on the Web at:
www.ibm.com/storage/dfsort

www.linkedin.com/in/kolusu
Back to top
View user's profile Send private message Send e-mail Visit poster's website
kolusu
Site Admin
Site Admin


Joined: 26 Nov 2002
Posts: 12358
Topics: 75
Location: San Jose

PostPosted: Sun Apr 10, 2005 8:45 am    Post subject: Reply with quote

s_shivaraj,
Quote:

If i want to search for a post which was posted some 2 days back recent topic was 2 good instead of searching in the entire forum...


Testing Recent topics

Kolusu
_________________
Kolusu - DFSORT Development Team (IBM)
DFSORT is on the Web at:
www.ibm.com/storage/dfsort

www.linkedin.com/in/kolusu
Back to top
View user's profile Send private message Send e-mail Visit poster's website
s_shivaraj
Beginner


Joined: 21 Sep 2004
Posts: 140
Topics: 14
Location: Chennai, India

PostPosted: Sun Apr 10, 2005 10:44 pm    Post subject: Reply with quote

Very Happy
Thaks a lot Kolusu, Its working ...(Quick Reply and Recent Topic )... Smile Smile
_________________
Cheers
Sivaraj S

'Technical Skill is the Master of complexity, while Creativity is the Master of Simplicity'
Back to top
View user's profile Send private message AIM Address
s_shivaraj
Beginner


Joined: 21 Sep 2004
Posts: 140
Topics: 14
Location: Chennai, India

PostPosted: Wed Apr 13, 2005 4:09 am    Post subject: Reply with quote

Kolusu,

When I paste a code with spaces in the start of a Line, then the spaces are getting trimmed, so it looks like without spaces in the Posting. If some user copies the code, he may end up in a incorrect code which may not work.

So if possible please change the setting to accept the spaces in the starting.
_________________
Cheers
Sivaraj S

'Technical Skill is the Master of complexity, while Creativity is the Master of Simplicity'
Back to top
View user's profile Send private message AIM Address
kolusu
Site Admin
Site Admin


Joined: 26 Nov 2002
Posts: 12358
Topics: 75
Location: San Jose

PostPosted: Wed Apr 13, 2005 7:27 am    Post subject: Reply with quote

Sivaraj,

You need to use the BBCODEs to enable the proper format of the code.

put your code enclosed in between the bbcode and check it.

{code}

***************************** Top of Data ***
----+----1----+----2----+----3----+----4----+
)ATTR DEFAULT(%+_)
)BODY EXPAND(!!)
+ ENTER THE%DATE +RUN%+:_DATE
+ ENTER THE%REGION+: _REGION
)PROC
VER(&DATE.NOBLANK)
VER(&REGION,NOBLANK)
VER(&REGION,ALPHA)
VPUT(DATE REGION) SHARED
VPUT(DATE REGION) SHARED
)END

{/code}

Now replace the { brackets with [ for {CODE} & {/CODE} .

Now this is how it looks like


Code:


***************************** Top of Data ***
----+----1----+----2----+----3----+----4----+
 )ATTR DEFAULT(%+_)
 )BODY EXPAND(!!)
 + ENTER THE%DATE +RUN%+:_DATE
 + ENTER THE%REGION+: _REGION
 )PROC
 VER(&DATE.NOBLANK)
 VER(&REGION,NOBLANK)
 VER(&REGION,ALPHA)
 VPUT(DATE REGION) SHARED
 VPUT(DATE REGION) SHARED
 )END



Hope this helps...

Cheers

kolusu
_________________
Kolusu - DFSORT Development Team (IBM)
DFSORT is on the Web at:
www.ibm.com/storage/dfsort

www.linkedin.com/in/kolusu
Back to top
View user's profile Send private message Send e-mail Visit poster's website
s_shivaraj
Beginner


Joined: 21 Sep 2004
Posts: 140
Topics: 14
Location: Chennai, India

PostPosted: Wed Apr 13, 2005 11:09 pm    Post subject: Reply with quote

Code:
  Wow, Thats Gr8.. Thanks Kolusu

_________________
Cheers
Sivaraj S

'Technical Skill is the Master of complexity, while Creativity is the Master of Simplicity'
Back to top
View user's profile Send private message AIM Address
kolusu
Site Admin
Site Admin


Joined: 26 Nov 2002
Posts: 12358
Topics: 75
Location: San Jose

PostPosted: Sun Sep 18, 2005 6:53 am    Post subject: Reply with quote

Quote:

Testing Quick reply box


Not again !
_________________
Kolusu - DFSORT Development Team (IBM)
DFSORT is on the Web at:
www.ibm.com/storage/dfsort

www.linkedin.com/in/kolusu
Back to top
View user's profile Send private message Send e-mail Visit poster's website
kolusu
Site Admin
Site Admin


Joined: 26 Nov 2002
Posts: 12358
Topics: 75
Location: San Jose

PostPosted: Sun Sep 18, 2005 7:54 am    Post subject: Reply with quote

kolusu,
Quote:

Not again !


Yet another test
_________________
Kolusu - DFSORT Development Team (IBM)
DFSORT is on the Web at:
www.ibm.com/storage/dfsort

www.linkedin.com/in/kolusu
Back to top
View user's profile Send private message Send e-mail Visit poster's website
kolusu
Site Admin
Site Admin


Joined: 26 Nov 2002
Posts: 12358
Topics: 75
Location: San Jose

PostPosted: Sun Sep 18, 2005 8:55 am    Post subject: Reply with quote

Hi all,

My hosting company has once again updated the version of the software which essentially removes all the MODS( Quick reply, Recent topics..). I had to re-do them once again. Please let me know if you have any problems accessing the board.

Thanks for your patience.

Kolusu
_________________
Kolusu - DFSORT Development Team (IBM)
DFSORT is on the Web at:
www.ibm.com/storage/dfsort

www.linkedin.com/in/kolusu
Back to top
View user's profile Send private message Send e-mail Visit poster's website
AshuSharma
Beginner


Joined: 11 Oct 2006
Posts: 6
Topics: 1

PostPosted: Mon Dec 18, 2006 1:27 am    Post subject: Reply with quote

Hi Kolusu,

I tried to update my profile (Dibakar) to change my email id from 'dibakar@post.com' to 'dibakar@gmail.com' and after that my id became inactive. Since then I am using Ashu's id to access Mvsforums. Will it be possible to reactivate my id and send a confirmation to my gmail id?

I have sent a mail to admin@mvsforums.com but did not receive any reply yet.

Thanks,
Diba.
Back to top
View user's profile Send private message
kolusu
Site Admin
Site Admin


Joined: 26 Nov 2002
Posts: 12358
Topics: 75
Location: San Jose

PostPosted: Mon Dec 18, 2006 6:37 am    Post subject: Reply with quote

Dibakar,

I have activated your userid .

Kolusu
_________________
Kolusu - DFSORT Development Team (IBM)
DFSORT is on the Web at:
www.ibm.com/storage/dfsort

www.linkedin.com/in/kolusu
Back to top
View user's profile Send private message Send e-mail Visit poster's website
Dibakar
Advanced


Joined: 02 Dec 2002
Posts: 699
Topics: 63
Location: USA

PostPosted: Wed Dec 20, 2006 1:01 am    Post subject: Reply with quote

Thanks a lot.
Back to top
View user's profile Send private message Send e-mail
Display posts from previous:   
Post new topic   Reply to topic   printer-friendly view    MVSFORUMS.com Forum Index -> MVSFORUMS - Announcements All times are GMT - 5 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


MVSFORUMS
Powered by phpBB © 2001, 2005 phpBB Group