Log in Register FAQ Memberlist Search Welcome to RCF - WHF Forum Index
alt : test.swf
Welcome to RCF - WHF
4fx3.gif 
Contact the Webmasters of RCFContact   Invite a friend to Join usRecommend   Chat in IRCChat   EZ Template Change OptionEZStyle   Listen to Internet Radio while you browse...iRadio   See your private message.Login for PMs   Important LinksLinks
Member Website LinksWeb Links   Play/View our GamesGames   Register.Register
calendar_open_closeCalendar 
reply me this quesiton
Post new topic   Reply to topic View previous topic :: View next topic
Goto page: 1, 2, 3, 4, 5  Next
Welcome to RCF - WHF Forum Index -> Bugs/Suggestions/Comments Add To Bookmarks
reply me this quesiton
PostPosted: 10/19/2005 2:04 PM Reply with quote
Owl
javaidvip
Owl
Posts 153
Word Cnt. 5,208
BDay Feb 2
Sign Aquarius
Sex Sex:Male
Joined: Oct 13, 2005
Local time: 2:35 AM
Location: Rajan Pur
pakistan2.gif
hello friends

plz provide hlep

i instail today/yesterday mod but show simple

today & yestday mod you colour change today

& yesterday why thsi plz reply

second plz provide Spellcheck mod link

Font face link mod

wait for you rply

my site www.pakistani-forum.com/forum/index.php
Back to Top
View user's profile Find all posts by javaidvip Send private message [ Hidden ] Visit poster's website Yahoo Messenger MSN Messenger Google Talk
reply me this quesiton
PostPosted: 10/19/2005 8:14 PM Reply with quote
Site Admin
Nightrider
Site Admin
Posts 30756
Word Cnt. 2,628,678
BDay Jul 28
Sign Leo
Sex Sex:Male
Joined: Sep 25, 2004
Local time: 5:35 PM
Location: St Pete, FL
peace.gif
For the today/yesterday MOD, I added the following settings in the templatename.css file in each template.  I chose colors that would be suit the templates:

Code:
.todayat      { font-size : 10px; color : #FF6600; }
.yesterdayat   { font-size : 10px; color : #330066; }


Then in the lang_main.php file, I modified the following settings:

Code:
// MOD - TODAY AT - BEGIN
$lang['Today_at'] = "<span class=todayat><b>Today</b></span> %s"; // %s is the time
$lang['Yesterday_at'] = "<span class=yesterdayat><b>Yesterday</b></span> %s"; // %s is the time
// MOD - TODAY AT - END


Here is a link to the Spellcheck MOD and the English Dictionary:I'm not quite sure what you mean about the Font Face Link MOD though.  Could you show me an example of what you are talking about with a screenshot or provide a bit more detail of what you are referring to?  You can use our ImageShack Panel to upload your screenshot and you can use a program like Gadwin to take a screenshot of a small area.  You would need to adjust the default settings first though...

For some strange reason, the link to your forum doesn't work.  Is your site down or is the link above wrong???

munky2
Back to Top
View all pictures posted by this userView user's profile Find all posts by Nightrider Send private message   AIM Address Yahoo Messenger Phoogle Map ICQ Number
Re: reply me this quesiton
PostPosted: 10/20/2005 2:34 AM Reply with quote
Swan
SwissCheese
Swan
Posts 147
Word Cnt. 13,187
BDay Mar 7
Sign Pisces
Sex Sex:Male
Joined: Jul 29, 2005
Local time: 11:35 PM
Location: Zürich, Switzerland
switzerC.gif
Nightrider wrote:
I'm not quite sure what you mean about the Font Face Link MOD

Nightrider, I think that javaidvip could mean this MOD:

Font Face BBCode 1.0.4 (author: Herbalite)
This Mod adds the ability to change font faces for
your messages. Syntax is: [font=arial]text[/font]


javaidvip,
if the MOD above is what you mean, you can get it here:
http://www.phpbb.com/phpBB/viewtopic.php?t=114916


Nightrider wrote:
For some strange reason, the link to your forum doesn't work.  Is your site down or is the link above wrong???

The link works... It must have been down previously...

I wish you a wonderful
day, Nightrider...
Back to Top
View user's profile Find all posts by SwissCheese Send private message   Visit poster's website Yahoo Messenger
Re: reply me this quesiton
PostPosted: 10/20/2005 12:25 PM Reply with quote
Owl
javaidvip
Owl
Posts 153
Word Cnt. 5,208
BDay Feb 2
Sign Aquarius
Sex Sex:Male
Joined: Oct 13, 2005
Local time: 2:35 AM
Location: Rajan Pur
pakistan2.gif
HELLO

THX FOR REPLY PLZ TELL ME WERE I PAST THIS REQUIRED FILES NAME

& LOCATION WIAT FOR YOUR REPLY

Code:
Code:  ‹ Select ›  
.todayat      { font-size : 10px; color : #FF6600; }
.yesterdayat   { font-size : 10px; color : #330066; }  


PLZ CLEAR THIS WHERE I POST THIS I INSTIAL ALL  CHECK MY SITE

TODAY & YESTERDAY NO COLOUR SHOW ONLY  BOLD SHOW PLZ HLEP

http://www.pakistani-forum.com/forum/index.php

WIAT FOR REPLY
Back to Top
View user's profile Find all posts by javaidvip Send private message [ Hidden ] Visit poster's website Yahoo Messenger MSN Messenger Google Talk
reply me this quesiton
PostPosted: 10/20/2005 12:54 PM Reply with quote
Site Admin
Nightrider
Site Admin
Posts 30756
Word Cnt. 2,628,678
BDay Jul 28
Sign Leo
Sex Sex:Male
Joined: Sep 25, 2004
Local time: 5:35 PM
Location: St Pete, FL
peace.gif
Perhaps this will make it easier to understand.  If you have more than one template, you will want to change the css file in each template.  Since you probably have more than one language folder, you will want to change the lang_main.php file in each of them as well.  If you use EasyMod, it will automatically do all of this for you...

Code:
##############################################################
## MOD Title:           Today As/Yesterday As Coloration
## MOD Author:          Nightrider < N/A > (N/A) http://4fxearth.net/phpBB2/
## MOD Description:     Adds color to the Today As/Yesterday As Text
##
## MOD Version:         1.0.0
##
## Installation Level:  Easy
## Installation Time:   ~1 Minutes
##
## Files To Edit:       2
##                      templates/subSilver/subSilver.css
##                  language/lang_english/lang_main.php
##
## Included Files:      n/a
##
## License:             http://opensource.org/licenses/gpl-license.php GNU General Public License v2
##############################################################
## For security purposes, please check: http://www.phpbb.com/mods/
## for the latest version of this MOD. Although MODs are checked
## before being allowed in the MODs Database there is no guarantee
## that there are no security problems within the MOD. No support
## will be given for MODs not found within the MODs Database which
## can be found at http://www.phpbb.com/mods/
##############################################################
##
## Author Notes:
##
## If you want different colors than what I have chosen, you will
## want to change the hex values for .todayat and .yesterdayat
## in your template css file(s).  You can create different text
## colors for each template installed on your board...
##
##############################################################
##
## MOD History:
##
##   2005-10-20 - Version 1.0.0
##      - Initial Release
##
##############################################################
## Before Adding This MOD To Your Forum, You Should Back Up All Files Related To This MOD
##############################################################
#
#-----[ OPEN ]------------------------------------------------
#
templates/subSilver/subSilver.css

#
#-----[ FIND ]------------------------------------------------
# The actual line will be longer
# .warningmsg      { font-size : 10px; color : #FF6600; }
.warningmsg

#
#-----[ AFTER, ADD ]------------------------------------------------
# You would change the # settings if you prefer different colors...
.todayat      { font-size : 10px; color : #FF6600; }
.yesterdayat   { font-size : 10px; color : #330066; }

#
#-----[ OPEN ]------------------------------------------------
#
language/lang_english/lang_main.php

#
#-----[ FIND ]------------------------------------------------
#
// MOD - TODAY AT - BEGIN
$lang['Today_at'] = "Today at %s"; // %s is the time
$lang['Yesterday_at'] = "Yesterday at %s"; // %s is the time
// MOD - TODAY AT - END

#
#-----[ REPLACE WITH ]------------------------------------------------
#
// MOD - TODAY AT - BEGIN
$lang['Today_at'] = "<span class=todayat><b>Today</b></span> %s"; // %s is the time
$lang['Yesterday_at'] = "<span class=yesterdayat><b>Yesterday</b></span> %s"; // %s is the time
// MOD - TODAY AT - END

#
#-----[ SAVE/CLOSE ALL FILES ]--------------------------------
#
# EoM

You can also download the MOD from this link:

Today As/Yesterday As Coloration MOD


Laughing
Laughing Laughing
Laughing Laughing Laughing Laughing Laughing
Laughing Laughing Laughing Laughing Laughing Laughing Laughing Laughing Laughing

Welcome to RCF javaidvip

Laughing Laughing Laughing Laughing Laughing Laughing Laughing Laughing Laughing
Laughing Laughing Laughing Laughing Laughing
Laughing Laughing
Laughing


munky2
Back to Top
View all pictures posted by this userView user's profile Find all posts by Nightrider Send private message   AIM Address Yahoo Messenger Phoogle Map ICQ Number
Re: reply me this quesiton
PostPosted: 10/20/2005 1:49 PM Reply with quote
Owl
javaidvip
Owl
Posts 153
Word Cnt. 5,208
BDay Feb 2
Sign Aquarius
Sex Sex:Male
Joined: Oct 13, 2005
Local time: 2:35 AM
Location: Rajan Pur
pakistan2.gif
THX AGAIN BUT I OPEN THIS

templates/subSilver/subSilver.css

NO FOUND THSI LINKS

#-----[ FIND ]------------------------------------------------
# The actual line will be longer
# .warningmsg { font-size : 10px; color : #FF6600; }
.warningmsg

plz hlep me where i bount
Back to Top
View user's profile Find all posts by javaidvip Send private message [ Hidden ] Visit poster's website Yahoo Messenger MSN Messenger Google Talk
reply me this quesiton
PostPosted: 10/20/2005 2:00 PM Reply with quote
Site Admin
Nightrider
Site Admin
Posts 30756
Word Cnt. 2,628,678
BDay Jul 28
Sign Leo
Sex Sex:Male
Joined: Sep 25, 2004
Local time: 5:35 PM
Location: St Pete, FL
peace.gif
I'm sorry javaidvip.  I was using a heavily modified file to determine what to look for.  This should work better for you:

Code:
##############################################################
## MOD Title:           Today As/Yesterday As Coloration
## MOD Author:          Nightrider < N/A > (N/A) http://4fxearth.net/phpBB2/
## MOD Description:     Adds color to the Today As/Yesterday As Text
##
## MOD Version:         1.0.0
##
## Installation Level:  Easy
## Installation Time:   ~1 Minutes
##
## Files To Edit:       2
##                      templates/subSilver/subSilver.css
##                  language/lang_english/lang_main.php
##
## Included Files:      n/a
##
## License:             http://opensource.org/licenses/gpl-license.php GNU General Public License v2
##############################################################
## For security purposes, please check: http://www.phpbb.com/mods/
## for the latest version of this MOD. Although MODs are checked
## before being allowed in the MODs Database there is no guarantee
## that there are no security problems within the MOD. No support
## will be given for MODs not found within the MODs Database which
## can be found at http://www.phpbb.com/mods/
##############################################################
##
## Author Notes:
##
## If you want different colors than what I have chosen, you will
## want to change the hex values for .todayat and .yesterdayat
## in your template css file(s).  You can create different text
## colors for each template installed on your board...
##
##############################################################
##
## MOD History:
##
##   2005-10-20 - Version 1.0.0
##      - Initial Release
##
##############################################################
## Before Adding This MOD To Your Forum, You Should Back Up All Files Related To This MOD
##############################################################
#
#-----[ OPEN ]------------------------------------------------
#
templates/subSilver/subSilver.css

#
#-----[ FIND ]------------------------------------------------
# The actual line will be longer
#
@import url("formIE.css");

#
#-----[ AFTER, ADD ]------------------------------------------------
# You would change the # settings if you prefer different colors...
.todayat      { font-size : 10px; color : #FF6600; }
.yesterdayat   { font-size : 10px; color : #330066; }
#
#-----[ OPEN ]------------------------------------------------
#
language/lang_english/lang_main.php
#
#-----[ FIND ]------------------------------------------------
#
// MOD - TODAY AT - BEGIN
$lang['Today_at'] = "Today at %s"; // %s is the time
$lang['Yesterday_at'] = "Yesterday at %s"; // %s is the time
// MOD - TODAY AT - END
#
#-----[ REPLACE WITH ]------------------------------------------------
#
// MOD - TODAY AT - BEGIN
$lang['Today_at'] = "<span class=todayat><b>Today</b></span> %s"; // %s is the time
$lang['Yesterday_at'] = "<span class=yesterdayat><b>Yesterday</b></span> %s"; // %s is the time
// MOD - TODAY AT - END
#
#-----[ SAVE/CLOSE ALL FILES ]--------------------------------
#
# EoM

Or you can download it from this link:

Today As/Yesterday As Text Coloration MOD

headbang
Back to Top
View all pictures posted by this userView user's profile Find all posts by Nightrider Send private message   AIM Address Yahoo Messenger Phoogle Map ICQ Number
Re: reply me this quesiton
PostPosted: 10/20/2005 2:14 PM Reply with quote
Owl
javaidvip
Owl
Posts 153
Word Cnt. 5,208
BDay Feb 2
Sign Aquarius
Sex Sex:Male
Joined: Oct 13, 2005
Local time: 2:35 AM
Location: Rajan Pur
pakistan2.gif
NO SIR NO COLUR SHOW ONLY SHOW BLOCK  WHAT IS PROBLEM ?

PLZ SEND ME YOUR FILE

templates/subSilver/subSilver.css


I CHECK WORKING MY FORUM SEND ME
Back to Top
View user's profile Find all posts by javaidvip Send private message [ Hidden ] Visit poster's website Yahoo Messenger MSN Messenger Google Talk
Re: reply me this quesiton
PostPosted: 10/20/2005 2:22 PM Reply with quote
Owl
javaidvip
Owl
Posts 153
Word Cnt. 5,208
BDay Feb 2
Sign Aquarius
Sex Sex:Male
Joined: Oct 13, 2005
Local time: 2:35 AM
Location: Rajan Pur
pakistan2.gif
HELLO

I THINK BBCODE MOD MISS MY FOURM NO SUPPORT COLOUR COMMANTS

PLZ LINK PROVIDE U INTAIL BBCODE MOD I INSTAIL NOW IN FOURM

THX
Back to Top
View user's profile Find all posts by javaidvip Send private message [ Hidden ] Visit poster's website Yahoo Messenger MSN Messenger Google Talk
reply me this quesiton
PostPosted: 10/20/2005 2:39 PM Reply with quote
Site Admin
Nightrider
Site Admin
Posts 30756
Word Cnt. 2,628,678
BDay Jul 28
Sign Leo
Sex Sex:Male
Joined: Sep 25, 2004
Local time: 5:35 PM
Location: St Pete, FL
peace.gif
I just looked at your subSilver.css file and it is correct.  Do you have a subGreen template too?  You need to make the changes there as well.  I couldn't find the folder for your subGreen template so I can't check it...

There are a lot of BBCode MODs out there.  Can you be a little more specific about which one you are referring to.  I have added a lot of BBCode MODs to this board including the following:  
  1. Multi-BBCode
  2. BBCode Buttons Organizer
  3. Accurate_BBCode_Insertion
  4. BBCode_Ref
  5. bbcode_strikethrough
  6. BBCodes-smilies_enhancement
  7. Blockquote
  8. Flash MOD
  9. font_face_bbcode
  10. GoogleSearchBBCode
  11. hide_bbcode
  12. Real_Media_BBCode
  13. TableBBCode
  14. Video_BBCode
  15. Wikipedia Reference BBCode
  16. you_bbcode
I have had trouble with the following, so they have been removed:
  1. BBCode_Updown
  2. Dice_BBCode
  3. DropshadowEffectBBcode
  4. left-right
  5. QuickTime_BBCode
  6. Text_Bubbles_BBCode
  7. wavebbcode

munky2
Back to Top
View all pictures posted by this userView user's profile Find all posts by Nightrider Send private message   AIM Address Yahoo Messenger Phoogle Map ICQ Number
 Post new topic  Reply to topic
Information
Welcome to RCF - WHF Forum Index -> Bugs/Suggestions/Comments

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
You cannot attach files in this forum
You can download files in this forum
All times are GMT - 5 Hours
Goto page: 1, 2, 3, 4, 5  Next
Page 1 of 5


Add To Bookmarks

 
  
  


  Google

Powered by phpBB © 2001, 2005 phpBB Group
  ImageShack  
  Putfile  
  TinyURL  
  CommonDreams  
  Log in  

Page generation time: 0.1894s (PHP: 85% - SQL: 15%) - SQL queries: 61 - GZIP enabled - Debug on