Previous Thread
Next Thread
Print Thread
Hop To
#24740 11/20/2002 7:04 PM
Anonymous
Unregistered
Anonymous
Unregistered
All of the form buttons for posting, whether it's a new post or reply have "continue" in the form button. I really think that should be changed to "POST" or "POST NOW".

How can I change that?

Regards,
Tony S.
www.chevyforums.org
"The largest online Chevrolet enthusiast community in the world"

#24741 11/20/2002 9:15 PM
Anonymous
Unregistered
Anonymous
Unregistered
hi, Tony:

Go to the page where the word is that you want to change, and note the script name in your URL box. Then open your language files (under English, I presume), and find the script.

Note: If the word is used in more than one place (like this one is), it's probably in the generic file.

Then, just find the word you want to change, save it, and you're all set!

#24742 11/20/2002 11:04 PM
Anonymous
Unregistered
Anonymous
Unregistered
One of the files is ..CTforums/ubbthreads/newpost.php

So I went to the ../languages/english/newpost.php file and I can't find the word "Continue" which is on the form button on the newpost.php page.

Here is whats in that language file. Am I missing something?


<pre>$ubbt_lang['CHOOSE_NAME'] = "Anonymous postings are allowed, so you may choose any unregistered name to post under.";
$ubbt_lang['READ_PERM'] = "You have read only privileges for this forum.";
$ubbt_lang['MAKENEW_HEAD'] = "Make a New Post - Forum";
$ubbt_lang['FILL_FORM'] = "Fill out the form below to post a message on the forum.";
$ubbt_lang['NO_HTML'] = "HTML is disabled.";
$ubbt_lang['YES_HTML'] = "HTML is enabled.";
$ubbt_lang['NO_MARKUP'] = "UBBCode is disabled.";
$ubbt_lang['YES_MARKUP'] = "UBBCode is enabled, so you may use";
$ubbt_lang['MARK_POSTS'] = "UBBCode in your posts";
$ubbt_lang['POST_ICON'] = "Post Icon";
$ubbt_lang['POST_TEXT'] = "Post";
$ubbt_lang['SPELL_CHECK'] = "Check spelling";
$ubbt_lang['DO_EMAIL'] = "Email all replies to my real email address";
$ubbt_lang['DO_PREVIEW'] = "I want to preview my post";
$ubbt_lang['CAN_ATTACH'] = "and/or attach a file";
</pre>

Regards,
Tony S.
www.chevyforums.org
"The largest online Chevrolet enthusiast community in the world"

#24743 11/20/2002 11:10 PM
Anonymous
Unregistered
Anonymous
Unregistered
Look in generic.php

$ubbt_lang['TEXT_CONT'] = "Continue";

UBBDesign.com
Enhancements for ubb.classic & ubb.threads
Creator of the "JC" Templates

#24744 11/20/2002 11:10 PM
Anonymous
Unregistered
Anonymous
Unregistered
Lori is close.

But since the Continue button is used from several different scripts... (newpost, addpost, newreply, editpost etc.....)

It's in the generic.php language file. That way there is only one place to change. Anything you see on lots of pages will usually be stored in there. <img border="0" title="" alt="[Wink]" src="images/icons/wink.gif" />

Look for:

$ubbt_lang['TEXT_CONT'] = "Continue";

Hope that helps. <img border="0" title="" alt="[Smile]" src="images/icons/smile.gif" />

Josh
Measurection.com Admin | ThreadsDev.com Moderator
Register to see my How To/Site Help Library Forum at ThreadsDev.com.
My threads 'tweaking' abilities are for hire.

#24745 11/20/2002 11:11 PM
Anonymous
Unregistered
Anonymous
Unregistered
LOL

JC and I posted at the same time. I think that means he has to buy me a Coke. <img border="0" title="" alt="[Smile]" src="images/icons/smile.gif" />

Josh
Measurection.com Admin | ThreadsDev.com Moderator
Register to see my How To/Site Help Library Forum at ThreadsDev.com.
My threads 'tweaking' abilities are for hire.

#24746 11/20/2002 11:49 PM
Anonymous
Unregistered
Anonymous
Unregistered
Yup.. That works.. and makes more sense now too.

Thanks for the lessons on the way this thing works. The only problem I can see is managing up grades after making all these tweeks.

Guess it's time for another Excel spreadsheet.
<img border="0" title="" alt="[Cool]" src="images/icons/cool.gif" />

Regards,
Tony S.
www.chevyforums.org
"The largest online Chevrolet enthusiast community in the world"

#24747 11/21/2002 12:13 AM
Anonymous
Unregistered
Anonymous
Unregistered
Software like Beyond Compare from http://www.scootersoftware.com/

(Or BBEdit for the Mac from http://www.barebones.com/ )

will allow you to compare all the the files and see what's different. Then with one click you can move your modified bits back over.

I also do try to keep a list of every mod I make. But after like 100 tweaks to my forum... it becomes hopeless.

Language files are easy to run against Beyond Compare with upgrades.

For major upgrades.... like 6.1.1 -> 6.2 it'll be a little more tricky on scripts and templates (as there were some major changes). For those types of upgrades, I usually start over, so I don't accidentally re-add old code.
But with language files, you'll usually be safe. <img border="0" title="" alt="[Wink]" src="images/icons/wink.gif" />

Josh
Measurection.com Admin | ThreadsDev.com Moderator
Register to see my How To/Site Help Library Forum at ThreadsDev.com.
My threads 'tweaking' abilities are for hire.

#24748 11/21/2002 3:29 AM
Anonymous
Unregistered
Anonymous
Unregistered
I don't plan on moving my current site over to Threads until 6.2 because of many of the improvements, so I consider this practice tweeking.

Is there a rough idea as to when it might be ready?

Regards,
Tony S.
www.chevyforums.org
"The largest online Chevrolet enthusiast community in the world"

#24749 11/21/2002 4:03 AM
Anonymous
Unregistered
Anonymous
Unregistered
</font><blockquote><font size="1" face="">quote:</font><hr /><font size="" face=""> Is there a rough idea as to when it might be ready?
</font><hr /></blockquote><font size="" face="">Your guess would be as good as mine. <img border="0" title="" alt="[Razz]" src="images/icons/tongue.gif" />

Rick and Dave keep us guessing. <img border="0" title="" alt="[Smile]" src="images/icons/smile.gif" />

Josh
Measurection.com Admin | ThreadsDev.com Moderator
Register to see my How To/Site Help Library Forum at ThreadsDev.com.
My threads 'tweaking' abilities are for hire.

#24750 11/21/2002 12:44 PM
Anonymous
Unregistered
Anonymous
Unregistered
</font><blockquote><font size="1" face="">quote:</font><hr /><font size="" face=""> Lori is close.

But since the Continue button is used from several different scripts... (newpost, addpost, newreply, editpost etc.....)

It's in the generic.php language file. That way there is only one place to change. Anything you see on lots of pages will usually be stored in there.
</font><hr /></blockquote><font size="" face="">I SAID that! (I just didn't call it the generic.php file, I called it the generic file.)
Sorry to be confusing.....

#24751 11/21/2002 10:39 PM
Anonymous
Unregistered
Anonymous
Unregistered
Sorry. <img border="0" title="" alt="[Razz]" src="images/icons/tongue.gif" />

I misread when I read that he didn't find it.

<img border="0" title="" alt="[Smile]" src="images/icons/smile.gif" />

Josh
Measurection.com Admin | ThreadsDev.com Moderator
Register to see my How To/Site Help Library Forum at ThreadsDev.com.
My threads 'tweaking' abilities are for hire.


Link Copied to Clipboard
ShoutChat
Comment Guidelines: Do post respectful and insightful comments. Don't flame, hate, spam.
Recent Topics
Bots
by Outdoorking - 04/13/2024 5:08 PM
Can you add html to language files?
by Baldeagle - 04/07/2024 2:41 PM
Do I need to rebuild my database?
by Baldeagle - 04/07/2024 2:58 AM
This is not a bug, but a suggestion
by Baldeagle - 04/05/2024 11:25 PM
Is UBB.threads still going?
by Aaron101 - 04/01/2022 8:18 AM
Who's Online Now
1 members (Ruben), 1,248 guests, and 268 robots.
Key: Admin, Global Mod, Mod
Random Gallery Image
Latest Gallery Images
Los Angeles
Los Angeles
by isaac, August 6
3D Creations
3D Creations
by JAISP, December 30
Artistic structures
Artistic structures
by isaac, August 29
Stones
Stones
by isaac, August 19
Powered by UBB.threads™ PHP Forum Software 8.0.0
(Preview build 20230217)