Customizing Ticket Page
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎06-06-2014 08:12 AM
Just a short question. Is it possible to add graphics in the ticket page of extreme wireless controllers running the latest FW?
thanks in advance
Philipp Tittmann
thanks in advance
Philipp Tittmann
9 REPLIES 9
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎12-10-2015 12:53 PM
This new post include a easy solution to solve the discussed problem:
https://community.extremenetworks.com/extreme/topics/include-company-logo-in-customized-ticke-page
Thanks to James for his answer.
https://community.extremenetworks.com/extreme/topics/include-company-logo-in-customized-ticke-page
Thanks to James for his answer.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎06-06-2014 08:29 AM
Yes, here a link to a YT video - about minute 2:20 Jason import a graphic for the portal page.
http://www.youtube.com/watch?v=tweJ6MeZaHs
http://www.youtube.com/watch?v=tweJ6MeZaHs
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎06-06-2014 08:29 AM
Uploading a image for the portal page is easy, but Phillip want to include it in the ticket page/voucher, if i understood right. Would be great if Extreme implement something in the gui to create a customized ticket page.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎06-06-2014 08:28 AM
Hello Phillip,
I'm not sure if the latest firmware 9.x include a official way to include a image for the ticket page, but I know a workaround to include a image in the ticket page:
1. Upload image via upload botton in the captive portal editor
2. Log in to EWC via SSH
3. Enter the command "shell ", then ENTER
4. Enter the root password, now you got a linux shell (busybox) The uploaded image is stored somewhere under /var/controller/images/cp/vns/NUMBER/image.jpg (NUMBER depends on creation of the vns). You can use the "find" command to search for the right path
5. Create a logical link to the file or copy file to /var/controller/www/NtwkCfg/ Example: ln -s /var/controller/images/cp/vns/1/image.jpg /var/controller/www/NtwkCfg/image.jpg
6. Upload your customized ticket page (html, including tag)
This works in my setup, but if you update the firmware the link/file is deleted. Steps 5 to 6 have to be redone.
Best regards
Hartmut Sachse
I'm not sure if the latest firmware 9.x include a official way to include a image for the ticket page, but I know a workaround to include a image in the ticket page:
1. Upload image via upload botton in the captive portal editor
2. Log in to EWC via SSH
3. Enter the command "shell ", then ENTER
4. Enter the root password, now you got a linux shell (busybox) The uploaded image is stored somewhere under /var/controller/images/cp/vns/NUMBER/image.jpg (NUMBER depends on creation of the vns). You can use the "find" command to search for the right path
5. Create a logical link to the file or copy file to /var/controller/www/NtwkCfg/ Example: ln -s /var/controller/images/cp/vns/1/image.jpg /var/controller/www/NtwkCfg/image.jpg
6. Upload your customized ticket page (html, including tag)
This works in my setup, but if you update the firmware the link/file is deleted. Steps 5 to 6 have to be redone.
Best regards
Hartmut Sachse
