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?
[solved] Need help finding content
[solved] Need help finding content
Last edited by tralli on Tue Aug 24, 2010 3:52 pm, edited 1 time in total.
Re: Need help finding content
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
Logging in to the backend, will allow you to see/edit the content of the pages.
Ronny
Re: Need help finding content
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: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
Code: Select all
Atvinnuumsókn
Nauðsynlegt er að fylla í alla stjörnumerkta reiti.
{FormBuilder form='Atvinnuumsókn'}
Re: Need help finding content
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
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
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.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