Page 1 of 1

[solved] Need help finding content

Posted: Tue Aug 24, 2010 10:36 am
by tralli
I'm currently trying to edit a website that has products order form, when products are ordered an email is sent to two email addresses, I need to remove one of those addresses so it stops getting email whenever an order is made. The problem is I don't understand where I find the code for it, the site has cmsms. When entering the index page there are several links, one of which points to products.html but when I look into the domain root  I see no html documents I have browsed for at least an hour through the subdirectories but haven't found what Im looking for. The index page contains lines of php code that I'm having hard time dechyphering but I can't find any correlation to the html document I'm looking for.
I've never dealt with a site with such a complex structure. Any tips on where I might find the code Im looking for?

Re: Need help finding content

Posted: Tue Aug 24, 2010 11:09 am
by RonnyK
Content is inside the database. Pages are created dynamically by request, but arent physical.

Logging in to the backend, will allow you to see/edit the content of the pages.

Ronny

Re: Need help finding content

Posted: Tue Aug 24, 2010 2:43 pm
by tralli
RonnyK wrote: Content is inside the database. Pages are created dynamically by request, but arent physical.

Logging in to the backend, will allow you to see/edit the content of the pages.

Ronny
If you mean the admin section of the website then yes I have tried that but when I go into the section for the page I need to edit all I see is this:

Code: Select all

Atvinnuumsókn

Nauðsynlegt er að fylla í alla stjörnumerkta reiti.
{FormBuilder form='Atvinnuumsókn'}
that is the title of the form and {FormBuilder form='Atvinnuumsókn'}

Re: Need help finding content

Posted: Tue Aug 24, 2010 2:49 pm
by RonnyK
Correct,

so on that page, the module FormBuilder is called, with the form "Atvinnuumsókn".

So if you go to Extensions -> Formbuilder,

then you can edit the form "Atvinnuumsókn"

Ronny

Re: Need help finding content

Posted: Tue Aug 24, 2010 3:51 pm
by tralli
RonnyK wrote: Correct,

so on that page, the module FormBuilder is called, with the form "Atvinnuumsókn".

So if you go to Extensions -> Formbuilder,

then you can edit the form "Atvinnuumsókn"

Ronny
No wonder I could find anything I was logging in as a regular user, I logged in as admin and, well thats a whole different story. Thanks for the help.