Simple Machines Community Forum

SMF Support => SMF 2.0.x Support => Topic started by: Rain Forest on April 05, 2011, 04:40:20 AM

Title: [SMF 2.0 RC5] A 'Quote' question
Post by: Rain Forest on April 05, 2011, 04:40:20 AM
Hi all,

I was wondering where I could change the 'quote' sentences. Somewhere, somehow the text of Quote is dissapeared...

(https://www.simplemachines.org/community/proxy.php?request=http%3A%2F%2Fwww.decashare.com%2Fimages%2FcFvM8nfdY-Untitled-2.jpg&hash=84085731ad22e2a164e3083b06a93a8432fbd584)

At what file and where exactly can I find this?

Regards
Title: Re: [SMF 2.0 RC5] A 'Quote' question
Post by: Gary on April 05, 2011, 05:02:44 AM
Sounds like something is up with the text string to me...
Title: Re: [SMF 2.0 RC5] A 'Quote' question
Post by: Rain Forest on April 05, 2011, 06:10:04 AM
Quote from: Gazmanafc on April 05, 2011, 05:02:44 AM
Sounds like something is up with the text string to me...

And where can I edit this? :)
Title: Re: [SMF 2.0 RC5] A 'Quote' question
Post by: Illori on April 05, 2011, 06:20:40 AM
I would download the latest large upgrade package, and unpack the themes/default/language folder from it, and upload all those files to your server in the same location and see if it helps. also you can check your error log for any messages that may be related.
Title: Re: [SMF 2.0 RC5] A 'Quote' question
Post by: Rain Forest on April 05, 2011, 06:35:33 AM
Quote from: Illori on April 05, 2011, 06:20:40 AM
I would download the latest large upgrade package, and unpack the themes/default/language folder from it, and upload all those files to your server in the same location and see if it helps. also you can check your error log for any messages that may be related.

Hello :)

Maybe you know the specific file? Because I got more than 30 modifications which I should redo (midifications.engish.php etc.)
Title: Re: [SMF 2.0 RC5] A 'Quote' question
Post by: Illori on April 05, 2011, 06:37:33 AM
doing the above should not touch that file and if you are worried back it up and see if you see any problems after the upload, if you dont then you are fine, if you see issue put it back in place.
Title: Re: [SMF 2.0 RC5] A 'Quote' question
Post by: Gary on April 05, 2011, 06:40:51 AM
index.language.php might be the file, I dunno, I'm too tired to look. As for Modifications.language.php, that WOULD be replaced if you uploaded all the files in the directory. The one that comes by default, is empty. (How else would mods be able to edit it if it weren't there to begin with)
Title: Re: [SMF 2.0 RC5] A 'Quote' question
Post by: Rain Forest on April 05, 2011, 06:49:56 AM
I've put all language-files from Large upgrade to my default as custom template but no results..
Title: Re: [SMF 2.0 RC5] A 'Quote' question
Post by: Illori on April 05, 2011, 06:53:00 AM
any messages in your error log?
Title: Re: [SMF 2.0 RC5] A 'Quote' question
Post by: Rain Forest on April 05, 2011, 06:55:39 AM
Quote from: Illori on April 05, 2011, 06:53:00 AM
any messages in your error log?

Yes but not about this problem. :)

8: Undefined variable: avatar_height
Pas filter toe: Toon alleen fouten van dit bestand
Bestand: ~/forum/Sources/PortalBlocks.php(3351) : eval()'d code
Regel: 37


8: Undefined index: deletespampost_confirm
Pas filter toe: Toon alleen fouten van dit bestand
Bestand: ~/forum/Themes/TotallyPro/Display.template.php
Regel: 595


8: Undefined index: country_flag
Pas filter toe: Toon alleen fouten van dit bestand
Bestand: ~/forum/Themes/TotallyPro/Display.template.php
Regel: 292


8: Undefined index: paypal_alt
Pas filter toe: Toon alleen fouten van dit bestand
Bestand: ~/forum/Themes/TotallyPro/index.template.php
Regel: 616
Title: Re: [SMF 2.0 RC5] A 'Quote' question
Post by: Illori on April 05, 2011, 06:57:22 AM
please go to admin -> server settings -> disable evaluation of templates and post the new error messages. also I am moving this to 2.* support as this is not a template issue.
Title: Re: [SMF 2.0 RC5] A 'Quote' question
Post by: Rain Forest on April 05, 2011, 07:01:35 AM
Quote from: Illori on April 05, 2011, 06:57:22 AM
1 please go to admin -> server settings -> disable evaluation of templates and post the new error messages. 2 also I am moving this to 2.* support as this is not a template issue.

1 It is disabled all the time
(https://www.simplemachines.org/community/proxy.php?request=http%3A%2F%2Fwww.decashare.com%2Fimages%2FkjAVhb91E-Untitled-2.jpg&hash=9e93eb548644877a5395e587e63b66a353702b14)
2 Ah, I apoligise :)
Title: Re: [SMF 2.0 RC5] A 'Quote' question
Post by: Illori on April 05, 2011, 07:08:00 AM
do you have

$txt['quote_from'] = 'Quote from';
$txt['quote'] = 'Quote';


in your index.<your language>.php file?
Title: Re: [SMF 2.0 RC5] A 'Quote' question
Post by: Rain Forest on April 05, 2011, 07:11:40 AM
Yes. I attached that file a few posts above. :)

// Use numeric entities in the below three strings.
$txt['code'] = 'Code';
$txt['code_select'] = '[Selecteer]';
$txt['quote_from'] = 'Citaat van';
$txt['quote'] = 'Citaat';

$txt['merge_to_topic_id'] = 'ID van doeltopic';
Title: Re: [SMF 2.0 RC5] A 'Quote' question
Post by: Illori on April 05, 2011, 07:12:56 AM
does this also happen on the default theme? did this just start happening recently or was it always there?
Title: Re: [SMF 2.0 RC5] A 'Quote' question
Post by: Rain Forest on April 05, 2011, 07:15:14 AM
Quote from: Illori on April 05, 2011, 07:12:56 AM
does this also happen on the default theme? did this just start happening recently or was it always there?

It is also on the default theme. It was already there.
Title: Re: [SMF 2.0 RC5] A 'Quote' question
Post by: Illori on April 05, 2011, 07:17:50 AM
can you provide a link to a thread on your forum that shows this issue?
Title: Re: [SMF 2.0 RC5] A 'Quote' question
Post by: Rain Forest on April 05, 2011, 07:22:10 AM
user and pass: smftest

Example Quote: http://solar-xl.nl/forum/index.php?topic=3415.msg23454#msg23454
Title: Re: [SMF 2.0 RC5] A 'Quote' question
Post by: Illori on April 05, 2011, 07:28:04 AM
have you modified your Subs.php file in anyway? can you try uploading a fresh subs.php file to your server after you backup the current file and see if that helps?
Title: Re: [SMF 2.0 RC5] A 'Quote' question
Post by: Rain Forest on April 05, 2011, 07:30:56 AM
Yes I did.

I can't set it back..

Fatal error: Call to undefined function get_group_color() in ~/forum/Sources/Load.php on line 1834

I attached my 'editted' Subs.php
Title: Re: [SMF 2.0 RC5] A 'Quote' question
Post by: Illori on April 05, 2011, 07:37:55 AM
I am not sure what the issue could be, you say the language strings are in place, your subs.php looks ok. the errors you pasted dont seem related either.
Title: Re: [SMF 2.0 RC5] A 'Quote' question
Post by: Rain Forest on April 06, 2011, 06:04:47 AM
Ah I see. I will wait for - perhaps - other people. :)

Thanks for your time :)
Title: Re: [SMF 2.0 RC5] A 'Quote' question
Post by: Rain Forest on April 09, 2011, 04:31:22 PM
Anyone else? :)
Title: Re: [SMF 2.0 RC5] A 'Quote' question
Post by: CapadY on April 09, 2011, 04:53:56 PM
I tried to have a look with the default SMF theme but i am unable to change it in the test account.
Title: Re: [SMF 2.0 RC5] A 'Quote' question
Post by: CapadY on April 09, 2011, 04:59:07 PM
Did you empty your forum cache trying to solve this ?
Title: Re: [SMF 2.0 RC5] A 'Quote' question
Post by: Rain Forest on April 09, 2011, 05:01:28 PM
I will set the default theme on the smftest account.

I can't because that is another problem with the maintance.. http://www.simplemachines.org/community/index.php?topic=428760.0
Title: Re: [SMF 2.0 RC5] A 'Quote' question
Post by: CapadY on April 09, 2011, 05:09:06 PM
To empty your forumcache try next:

http://solar-xl.nl/forum/index.php?action=admin;area=maintain;sa=routine;activity=cleancache (http://solar-xl.nl/forum/index.php?action=admin;area=maintain;sa=routine;activity=cleancache)

Ofcourse you have to be logged in with admin privileges.
Title: Re: [SMF 2.0 RC5] A 'Quote' question
Post by: Rain Forest on April 10, 2011, 05:14:26 AM
Quote from: capady on April 09, 2011, 05:09:06 PM
To empty your forumcache try next:

http://solar-xl.nl/forum/index.php?action=admin;area=maintain;sa=routine;activity=cleancache (http://solar-xl.nl/forum/index.php?action=admin;area=maintain;sa=routine;activity=cleancache)

Ofcourse you have to be logged in with admin privileges.

Done but there is no change. After the link of above (due the Karma Description Mod circ.) the Clean Cache button has been deleted.
Title: Re: [SMF 2.0 RC5] A 'Quote' question
Post by: Rain Forest on April 13, 2011, 03:06:53 PM
Is it possible that something is wrong with my index.css ?

Quote and Code block?
Title: Re: [SMF 2.0 RC5] A 'Quote' question
Post by: Illori on April 13, 2011, 03:12:35 PM
please do not bump within 24 hours, we are all volunteers and will answer if and when we know the answer.