Security on Discussions Module and Module Move not working, HELP!
I am using DNN 3.2. My disucssion module allows users to edit not only their own dicussion items but other registered users items as well. Is this how it is suppose to be? I assumed it would only allow them to edit their own. Has anyone encountered this problem? Is this a bug?
My other problem is when I try to move a module by clicking any of the move actions, nothing happens. The screen doesn't even postback? Anyone know a fix for this. The setup went as planned. However I am using ASP.NET 2.0 in IIS. The file manager wasn't worki...
Help moving modules
Hi dotnetnuke experts,
I have added two modules of mine in Dotnetnuke4.0.1 using StarterKit.The problem i am facing now is that i am not being able to move my modules to different panes(i.e. the inbuilt functionality Move to LeftPane,TopPane,Bottom Pane etc) not working.This case is not only with my custom modules but also with inbuilt modules like Link module,Html module etc.Is it due to some shortcoming of DNN4 or StarterKit or will i have to configure anything else.Rest all functionality is working fine.Even no postback takes place when i try to move module to another pa...
Help Help Help Help Help Help------=_NextPart_000_0074_01C2960E.EBE13A30
Content-Type: text/plain;
charset="us-ascii"
Content-Transfer-Encoding: 7bit
Can someone please help me.
I have installed mysql on Unix Solaris and it works fine I have Perl
installed previously which is working and with which i have installed
other perlmodules before and are working fine. I have also installed DBI
and it works fine with the Sybase drivers which i have installed. When i
tried to install the Msql-Mysql-modules-1.2219 drivers i get the
following error.
# make
/usr/local/bin/perl -Iblib/arch -Iblib/lib
-I/...
HELP!HELP!HELP!HELP!HELP!HELP!I was using powerbuilder4.0
a month ago I decided that migrate it to PB7.0
When Im using 4.0, in datawindows I was using extra colums additional to
stores procedure.
I mean that for example;
stored proc. returns 4 columns.
I was using 2 extra columns to modify something from client.
But I cant do the same thing in PB7.0.
How can I do that???
please help.
Gurcan yucel
gyucel@infina.com.tr
"I was using 2 extra columns to modify something from client." what does
this mean that you added to the result set? If so then just goto the SQL
and add a param. Then set the...
Help Help Help Help
i need to create a crosstab report using Crystal reprot for VS 2003
i face aproblem when i need to order my Fileds by their names
my data must be like this
Basic Cola Housing Gross Deduction1 Deduction2 Deduction3 Net
but when i run my report it give my a not sorted data
acutally i have acode field which can i order field using it. but i don't knwo how to do thisSo..................?
Select Report tab
|
|-->Select Record Sort expert
Choost the fields you want to sort
--Select the corresponding sort direction f...
help help help helpName: chef mario
Email: chefusa_at_pacbell.net
Product: Firefox
Summary: help help help help
Comments:
Heard great reports about Firefox!!!
Downloaded & installed Firefox !!!!
Lost All my very very valuable BOOKMARKS!!!
CAN ANYONE HELP!!!!!
All bookmarks were in Internet Explorer
Did bookmark transfer to Firefox. Seem the Fox eat all m,y bookmarks
Need serious help anyone.
chef mario
Browser Details: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.8) Gecko/20051025 Firefox/1.5
...
Help with Net::Telnet moduleI am looking for some help debugging a problem with the Net::Telnet module
written by Jay Rogers.
Here's the subroutine I am having problems with:
sub login
{
$errmode = 'return';
$hostaddress = 'xxx.xxx.xxx.xxx';
$prompt = '/Sheldon_NS16>/';
$username = 'xxxxxxxx';
$password = 'xxxxxxxx';
$obj = new Net::Telnet ( Host => $hostaddress,
Errmode => $errmode,
Prompt => $prompt,
Timeout => 15,
Port => 23 );
$obj->login($u...
superreview requested: [Bug 344243] move suiterunner help over to toolkit help viewer : [Attachment 228818] cvs copy file for moving seamonkey help content over into suite/Robert Kaiser <kairo@kairo.at> has asked neil@parkwaycc.co.uk <neil@httl.net>
for superreview:
Bug 344243: move suiterunner help over to toolkit help viewer
https://bugzilla.mozilla.org/show_bug.cgi?id=344243
Attachment 228818: cvs copy file for moving seamonkey help content over into
suite/
https://bugzilla.mozilla.org/attachment.cgi?id=228818&action=edit
------- Additional Comments from Robert Kaiser <kairo@kairo.at>
requesting reviews again now that there's a patch that can be applied to trunk
...
superreview cancelled: [Bug 344243] move suiterunner help over to toolkit help viewer : [Attachment 228818] cvs copy file for moving seamonkey help content over into suite/Robert Kaiser <kairo@kairo.at> has cancelled Robert Kaiser <kairo@kairo.at>'s
request for superreview:
Bug 344243: move suiterunner help over to toolkit help viewer
https://bugzilla.mozilla.org/show_bug.cgi?id=344243
Attachment 228818: cvs copy file for moving seamonkey help content over into
suite/
https://bugzilla.mozilla.org/attachment.cgi?id=228818&action=edit
------- Additional Comments from Robert Kaiser <kairo@kairo.at>
This patch is using the chrome://communicator/locale/help/ location, includes
changes to incorporate what bug 343395 has done for ...
Help Help Help DataWindow.NET 2.0Hello,
i am using datawindow.NET 2.0 evaluation version my
application is working fine using Pbls as source for objects as soon
as i change the Pbl to PBD the application gives the error object not
found
however help says that u can use PBDs
kindly tell me that this error is due to evaluation version or there
is something wrong
i am very worried about this behaviour because i have to report to my
project manager for this behaviour of datawindow.NET
kindly reply
thanks
Haroon
Yes PBDs will work with the evaluation version.
Is this a web forms or Windows Form...
Help to integrate a C# module with dotnetnuke
Hi friends,
I just wanted to know that, whether i can integrate a C# module with DNN site.
If its possible means, can i have any tutorial or online guide for this ?
Pls reply me the details if you know any.
Thanks.
Hi
Take a look at my C# module tutorial which hopefully will helphttp://www.bitethebullet.co.uk/RandomImageTutorialPart1/tabid/63/Default.aspx
Regards
Markhttp://www.bitethebullet.co.ukFree C# and DotNetNuke Modules
Hi,
Thanks for your reply.
Now, i am creating a new module with your help.
Let me ask if any.
Thanks.
&...
Help on Net::Telnet perl module--0-778832742-1310129965=:21091
Content-Type: text/plain; charset=us-ascii
hi,
i am using Net::Telnet module to connect to remote hosts
i able to to successfully connect to remote host and run the "ls" command
but the issue is , the output of command is not getting printed to scalar variable
use Net::Telnet ();
$t = new Net::Telnet (Timeout => 10,
Prompt => '/bash\$ $/');
$t->open("abc");
$t->login($username, $passwd);
@lines = $t->cmd("ls");
print @lines;
please suggest.
regards,
irfan
--0-778832742-1310129965...
help in creating new module in dotnetnuke
hi,
i want help in using dotnetnuke.
i devlop one with it.but i m unable to create new modules with it.
can i add my aspx pages with it.
how can i make transactions with my tables in access database.
plz any body wjho have it's knowledge help me.
can i use ajax in it.
thanks in advance.......................(Shaikhu)
As you are using DotNetNuke, you should sign up with the dedicated DotNetNuke Forums. If you ask your questions there, you will receive answers from developers who know DotNetNuke very well. Alister...
HELP HELP HELPHi again: Just tested my first test and proceeded to test
and install a second time. This time I let the server run
the update after registering with Novell. However, upon
reboot the server was dorked as it could not read my /usr
and /var partitions (fstab was bad).
Now here is what changed between my first the second build:
I added a separate partition for /usr, that is all.
I could really use a hand here. If I can't trust the update
mechanism ......
Chris.
Chris wrote:
> Hi again: Just tested my first test and proceeded to test
> and install a second...