Contact Us About NVE-CMS @ stevem@nvecs.com


Event Calendar

Testimonials

Visitors

  • 1942 Current Visitors
 

Ask Current Questions

Get all your questions answered here by the CMS Tech 

 

On Sunday, December 16, 2012 Steve Miller asked
? The floating images on my holiday plugins are not working
This answer has been updated

On Sunday, December 16, 2012 Steve Miller asked
? Addon Menu file layout

On Sunday, December 16, 2012 Steve Miller asked
? Embed a script page from an addon into the left/right menu sections under the addon menu.

On Sunday, December 16, 2012 Steve Miller asked
? How do I send email from my addon
This answer has been updated

On Sunday, December 16, 2012 Steve Miller asked
? Why are the email forms not work on my website

On Sunday, December 16, 2012 Steve Miller asked
? Can I get a link list of all pages in the website for the addon that I am developing
On Sunday, December 16, 2012 Steve Miller answered
put in the url form field  
title="double click here for website links list" 
ondblclick="javascript:openYourAddonNameWindow('YourFormNameHere')"
Name your url link field [ Link ]
Add This to your  javascript file

function openYourAddonNameWindow(frm)
{
var jumpToHere;
var winOptions;
var popUpWindow;
var swidth;
var sheight

swidth = 400
sheight = 600
jumpToHere = "../../../administrator/link_list.asp?frm=" + frm
winOptions = "Width=" + swidth + ", height=" + sheight + ",top=0, left=0,scrollbars=yes,resizable=yes";
popUpWindow = open(jumpToHere, "MasterLinkList", winOptions);
}
This will open the master link list and when you click on a link it will copy it to the form field

On Tuesday, December 18, 2012 Steve Miller asked
? what Upload component do I use when developing my addon
This answer has been updated

On Thursday, December 20, 2012 Steve Miller asked
? How can I hide addon menus in the left/right columns without removing them from the master link list

On Thursday, January 24, 2013 Steve Miller asked
? Is there any way to set one of my addon pages as the home page

On Sunday, March 3, 2013 Steve Miller asked
How do I set text header like this

My Header


This answer has been updated
 

Photo Gallery

Search For A Question

Recent Questions

  • How do I set text header like this

    My Header


    ? Is there any way to set one of my addon pages as the home page
    ? How can I hide addon menus in the left/right columns without removing them from the master link list
    ? what Upload component do I use when developing my addon
    ? Can I get a link list of all pages in the website for the addon that I am developing

Most Commonly Asked Questions

  • ? what Upload component do I use when developing my addon
    ? Can I get a link list of all pages in the website for the addon that I am developing
    ? Why are the email forms not work on my website
    ? How do I send email from my addon
    ? Embed a script page from an addon into the left/right menu sections under the addon menu.
Copyright © 2024nvecs.com
Home  |  About CMS  |  Contact Us  |  Back To Top