free extension to edit homepage - magento-1.7

I'm working on magento and my client want me to edit homepage. I'm not good at coding, so I'm looking for some extension to edit homepage. I tried many ways but didn't get an extension. Please suggest me some free magento extension to edit homepage, like moving column from one place another. Thanks

Log into your Magento admin. Go to CMS -> Pages -> Home page and edit it there in Content section.
You don't get extension for everything in Magento.

Related

Is there a not documented instruction for Typo3 LMS/flogin plugin

Need a Login System on my Page but with integrated security Features ( like bruteforce login restriction)
downloaded this https://extensions.typo3.org/extension/flogin/
via composer on a freshly empty typo3 10.4.12 installation.
It appears in the Backend
I followed the documentation ->
https://docs.typo3.org/p/lms/login/9.0/en-us/Introduction/About/Index.html
Included the Static Typoscript in my Home / Root template
There lies the problem. The tutorial states add login form on expected page
->Tutorial Screenshot
But i checked everywhere but cant find that Login Form Element
Any Idea what iam missing?
Here is the answer directly from the Developer of this Extension
Thanks again very much!

overide site notice dashlet to user dashboard

I tried to do a wellcome notes dashlet into my alfresco share user dashboard, that is edited by the admin.
so i just overide the site notice dashlet, but i cant figured out how to save the components properties like the text and title.
now when i edit the title or text after a page refresh i lose everything, and every user gets its own content.
im kind newbie in this.
I apreciate an help.
my regards.
so this is how i made it:
the wellcome.get.js
the welcome.get.ftl
wellcomeTo.get.desc.xml
Follow the below article for adding the custom Dashlet and its works perfectly fine for me. Give a try and let me know if any issues.
Custom New Dashlet: http://www.krutikjayswal.com/2016/07/alfresco-share-dahslet.html
Customizing the Dashboard: https://docs.alfresco.com/6.1/tasks/dev-extensions-share-tutorials-js-customize.html

Not able to use typo3 frontend edit

I'm trying to edit frontend of my website using typo3. I'm entering /typo3 to the domain name but it shows page not fount! Can someone tell me what could be the problem?
Normally you're right with it, but there seems to be a change by the web server. You should ask the administrator where to look for the TYPO3 backend.

Custom Form not showing up in magento

I am having difficulty getting a form to show on a magento store I am working on. the site already has a contact form so I've copied the form.phtml file and renamed it brochure.phtml.
I've created a static page on the CMS section and added this line of code based on this qusetion
{{block type="core/template" template="contacts/brochure.phtml"}}
When I view the page though nothing shows up. What am I doing wrong? I've never used magento before so please be as detailed in your answers if you can.
CMS -> Pages ->Select your page -> Select "Content" on the left side navigation
Post this code there
{{block type="core/template" name="contactForm" form_action="/contacts/index/post" template="contacts/brochure.phtml"}}
make sure your brochure.phtml file is in the same folder as the form.phtml file. If your CMS page is coming up with the header, body format and the rest of the website layout but the middle content section is plain white then it is not loading your brochure.phtml. If this is the case I would then try loading the default form, so replace "brochure.phtml" with "form.phtml" and reload the page. If you see the default form then you know your brochure.phtml file is in the wrong location.
Hope this fixes your problem.

Where are subdomains ("shortcuts") defined in TYPO3?

On a corporate website managed with TYPO3 there are shortcuts defined which lead to a page on the site.
Example:
Corporate website is www.acompany.com
Then there is a site www.acompany.com/coolproduct which is redirecting the user to www.acompany.com/products/productgroup3/product25.htm for example.
Where in TYPO3 can such "shortcut" links be defined?
Most probably some page in the page tree has set type to: Shortcut which causes that it points some other page or resource, it's also possible that is set as Link to External URL and there is full URL given.
Check the page tree in the backend and find your coolproduct page in it. Then check the site's properties and change if required to other value/type.
It's also possible that this URL is generated by some plugin or TypoScript, but in this case you'll need to investigate it yourself.
Simplest way to find these kinds of things is actually using the search engine in the TYPO3 backend. You will find it in the upper right corner.
If this fails, what I do is install PhpMyAdmin from the extension repository. Once you have PhpMyAdmin you can use it's search functionality to find anything in the database using a search query of: '%coolproduct%' and selecting all tables. In the results look for the 'pid' field. It tells you on which page in TYPO3 the found item is located.
Does the page use the extension realURL? If so, there might be realURL redirects defined.
Have a look at page -> info -> RealUrl -> Redirects
Maybe you the user has defined this link redirection in many pages, you can search for it in the database exactly in the tt_content table.
You can set shortcut for your domain to any page of your site, so when user enter only your domain name in url then it redirects to page which you set in shortcut.
For that edit your domain and set shortcut to any page of your page tree.