Questions tagged [custom-pages]
90 questions
0
votes
1 answer
foreach not working in opencart custom page
Am creating a page called no.tpl. Here am showing customer firstname and lastname in select dropdown.
here my code no.tpl
0
votes
1 answer
active admin: open a custom page after clicking on an action_item link
I have resource called "section".In edit page of section i have a action item called "upload scores".On click on "upload scores" i want to open a new page which should get the section id as parameter.
action_item only: :edit do
link_to 'Upload…

bjkpriyanka
- 151
- 1
- 11
0
votes
1 answer
How to make a custom module make available in the defalut content creation area in Drupal 7
I have a custom module enabled in Drupal 7. Now what I want is, when a user is trying to create content using 'Add content'(be it article/basic page/custom page created by user), I want my module to appear as an option for the user to use it.
How…

Aravind
- 1
- 1
0
votes
0 answers
coldfusion 5 and iis 6 custom 404 page no displaying
strong textI need to display a custom 404 page to visitors when they attempt to visit an old article and redirect them to the new one. I have the following in the web.config for the site

michael275
- 27
- 6
0
votes
1 answer
NSIS installer nsDialog checkbox not appearing as I think it should
I'm adding a custom page to an NSIS installer and I'm having trouble adding a checkbox. All the examples I've seen look the same, which is what I'm doing, but I can't see what could be wrong. (I've only been using NSIS for an hour or so!).
!include…

Dan
- 2,304
- 6
- 42
- 69
0
votes
3 answers
wordpress looping through posts in custom php page
I trying to loop through posts in a custom php page but no matter what I do, no posts are found
here is the code I wrote in my-custom-page.php

Yahya Hussein
- 8,767
- 15
- 58
- 114
0
votes
1 answer
Custom Page in cPanel
It is possible to add coustom page to cPanle ?
Example:
cPanel url : https://127.0.0.1:2083 // cPanel default login Page
and I wanna create custom page like:
https://127.0.0.1:2083/mycustompage
Or if not how can I hook into default login page ?

Khal
- 33
- 1
- 7
0
votes
1 answer
Magento My Account new page
I want to add new page to my account section. I need to place an iframe with some custom logic in this page.
I have tried adding link in below section.

Jiten
- 193
- 5
0
votes
1 answer
wso2 store - how to add custom page
I would like to know if it's possible to create a new custom page in store.
If yes, where will be stored this page ?
maybe in
site/themes/fancy/subthemes//templates/
Is there any template to follow?
Thank you in advance
Claudio

ClaudioM
- 1,418
- 2
- 16
- 42
0
votes
1 answer
redirect customer on custom page from Indexcontroller
I want to redirect customer even if he is not logged in, on my custom page where customer need to add quote and details of product. He will redirect on this page when he click on ‘Add to Compare’ link from product view page and after submitting form…

Krupali
- 115
- 7
0
votes
1 answer
Add custom frontend page without menu item - wordpress
Im trying to do something like this.
Add "custom page" without page
I know about adding a wordpress page from admin panel, Pages->Add New, and then link this page to PHP file using the slug. I've already done that. I just want to make this page work…

Kevin
- 749
- 2
- 10
- 27
0
votes
2 answers
**closed** How to create magento admin custom page with custom table Like Sales->Orders
CLosed I can do it I mix code from 2 answer to make my page
I want to make special order page with My custom database table
Can I create New magento admin Page layout like this
I want layout like this page
I want to show
Orders OrdersDate …

Tethys
- 77
- 13
0
votes
1 answer
wordpress custom page template displaying posts twice
I'm not a wordpress expert, so wondering if someone can help me. I created a custom page template for one page so I could aggregate and display posts from one category on that page. However, I created one post in that category so far, but it gets…

Michele
- 121
- 9
0
votes
1 answer
How to Display Wordpress Posts by Custom Field
I am trying to create a page that displays all my wordpress posts that contain a certain custom field. I assumed that the best way to do this is to create a "custom page template" and use a new WP_query to list the posts in question. I created a…

qwerty123
- 350
- 1
- 6
- 20
0
votes
1 answer
Are new added controllers to Prestashop controllers folder deleted after update?
I feel the answer is no, but i am not sure yet because I am a newbie in Prestashop.
Situation:
I need to create a custom page in Prestashop without using CMS (due to its limitations). I found here in SO that the one manner is :Create custom page in…

Adib Aroui
- 4,981
- 5
- 42
- 94