Add some text (to upload)/ FAQ change / Terms and Conditions Add some text (to upload)/ FAQ change / Terms and Conditions
 

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

Main Menu

Add some text (to upload)/ FAQ change / Terms and Conditions

Started by metamuse, December 13, 2004, 10:20:37 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

metamuse

I am looking to change some of the text through the art gallery to conform to what I have set up on my website.

I need to change the FAQ, Terms and Conditions for registering and to add some text when a user tries to upload files.

It shows the text below already for uploading:

----
Upload file
Now you may upload your files using the upload boxes below. The size of files uploaded from your client to the server should not exceed 1024 KB each. ZIP files uploaded in the 'File Upload' and 'URI/URL Upload' sections will remain compressed.

When using the URI/URL upload section, please enter the path to the file like so: http://www.mysite.com/images/example.jpg

When you have completed the form, please click 'Continue'.
----

I am hoping to find where all these files are at so I can change it as needed. I did several searches, looked through the FAQ and am not finding what I need.

Any help is appreciated.

Thank you,
MetaMuse

kegobeer

Do not send me a private message unless I ask for one.  Make your post public so everyone can benefit.

There are no stupid questions
But there are a LOT of inquisitive idiots

MagentaMoon

I am in a very similar situation to metamuse. I've got one installation done through Fantastico. I wanted to change the on-site FAQ to indicate that only registered users could comment but only I could upload files. I figured out to look in /lang and I edited 'english'. I was very careful to edit only the answers. I did not disturb the syntax in any way. Once I had saved the edited file I reloaded the FAQ but the questions for which I had edited the answers had disappeared altogether. I went into my File Manager (in Cpanel X) and checked that everything was as and where it should be. It was. Forced a reload (^F5) of the FAQ. Information is still not there.

How do I fix this? Or should I make my own FAQ (based on the provided one) and link it as an html page within the skin I'm using?

Joachim Müller

if your user can't upload they won't see the section in the faq about uploads. To change this, take a look at the conditions in the language file (e.g. 'allow_user_registration', '0')

Joachim

MagentaMoon

Well, if users without upload priveliges don't see that part of the FAQ anyway, I suppose it doesn't matter, but I'm the admin and currently the only user, and it bothers me that the FAQ answers I edited are now not visible to me, at all. What gives?

Joachim Müller

create a test user account (without admin privileges), log in with this particular account and check the faq from there. Posting a link might help as well. What other answer did you expect: if you modify code and we don't know what exactly you modified, how are we suppossed to know what's wrong with it?

Joachim

MagentaMoon

Quote from: GauGau on December 16, 2004, 08:29:29 AM
if you modify code and we don't know what exactly you modified, how are we suppossed to know what's wrong with it?

I modified the answers in the FAQ in /lang/english which pertain to registering and uploading. The data is still in the file, it's just not showing up in the on-site FAQ.

I'll do the test account thing and let you know what happens.