Hi all. We recently shifted from CMS 6.5 to CMS 7.5.2.17
None of my Plug-ins came over with the upgrade.
Tried importing each plug-in individually, giving all users "Full
Access", then assigning to each project.
Plug-ins imported fine this way.
However I still cannot see any of these plug-ins from the SmartEdit
"Action Menu" drop down, where they were previously in my 6.5
environment. <!>
No code has changed whatsoever. Any ideas???
I'm a real newbie to RQL -- my code is below (downloaded from
www.RedDotCommunity.com some years back) -- probably the answer is
extremely obvious to someone who works with Plug Ins regularly. :-)
To troubleshoot, I created a a very simple test plug-in called
"myname.xml".
This plugin just puts a link on the page at whatever TARGET you
specify. The link says "THIS IS MY NAME".
When you click on the plugin's link, it goes to an ASP page that says
"This is where your name would be".
VERY simple right??
This plugin works PERFECTLY - but ONLY if the Target code line is set
to "ioTreeApp2065".
Which means when I am in Server Mgr and click the "Users" node, I will
see this link on the right Action Menu.
As soon as I switch my Target to where it *should* be visible (the
Action Menu at the top in SmartEdit), then the plug-in fails
miserably.
My SmartEdit user opens their "Action Menu" and where there should be
a PlugIn, they get only "No plug-ins integrated."
Did "ioDevDialogPageActions" get renamed to something else in 7.5??
If so, can anyone advise me what the new terminology is?
***************************************************************************************************************************
Here is my WORKING code:
<PLUGINS>
<PLUGIN name="My Name" url="myname.asp" compatibility="7.5"
company="RedDot Solutions" contact="Jian Huang"
email="[email protected]" website="http://
www.reddotcommunity.com">
<DESCRIPTIONS>
<ENG name="THIS IS MY NAME"/>
<DEU name="THIS IS MY NAME"/>
</DESCRIPTIONS>
<TARGETS>
<TARGET target="ioTreeApp2065"/>
</TARGETS>
<ICON source="../Icons/Usergroup.gif"/>
<OPENWINDOWPARAMETER
features="toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=1,resizable=1,width=500,height=480,screenX=200,screenY=200,left=200,top=200,dependent=yes"/
>
</PLUGIN>
</PLUGINS>
***************************************************************************************************************************
Here is my NON WORKING code (only difference is the TARGET line):
<PLUGINS>
<PLUGIN name="My Name" url="myname.asp" compatibility="7.5"
company="RedDot Solutions" contact="Jian Huang"
email="[email protected]" website="http://
www.reddotcommunity.com">
<DESCRIPTIONS>
<ENG name="THIS IS MY NAME"/>
<DEU name="THIS IS MY NAME"/>
</DESCRIPTIONS>
<TARGETS>
<TARGET target="ioDevDialogPageActions"/>
</TARGETS>
<ICON source="../Icons/Usergroup.gif"/>
<OPENWINDOWPARAMETER
features="toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=1,resizable=1,width=500,height=480,screenX=200,screenY=200,left=200,top=200,dependent=yes"/
>
</PLUGIN>
</PLUGINS>
***************************************************************************************************************************
Thanks in advance,
Kelly
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"RedDot CMS Users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/RedDot-CMS-Users?hl=en
-~----------~----~----~----~------~----~------~--~---