[solved] Need help finding content

For questions and problems with the CMS core. This board is NOT for any 3rd party modules, addons, PHP scripts or anything NOT distributed with the CMS made simple package itself.
Locked
tralli

[solved] Need help finding content

Post 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?
Last edited by tralli on Tue Aug 24, 2010 3:52 pm, edited 1 time in total.
RonnyK
Support Guru
Support Guru
Posts: 4962
Joined: Wed Oct 25, 2006 8:29 pm

Re: Need help finding content

Post 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
tralli

Re: Need help finding content

Post 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'}
RonnyK
Support Guru
Support Guru
Posts: 4962
Joined: Wed Oct 25, 2006 8:29 pm

Re: Need help finding content

Post 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
tralli

Re: Need help finding content

Post 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.
Locked

Return to “CMSMS Core”