Pages: [1] |
|
|
Author |
Topic: Getting logged out using wysiwyg="no" (Read 14 times) |
danno
Posts: 16
|
I am trying to add snippets to link text to allow users to change the name of the links. All works well until I add the wysiwyg="no" attribute and exceed 5 links. If I leave the wysiwyg editor enabled (which I don't want to do) I can make changes and save. Once I add "wysiwyg="no" to each snippet all works fine until I go over 5 links. Once I exceed 5 links, I can pull up the page in the admin area and make changes, but when I go to save I get kicked out back to the login. I've tried this with 3 different templates and it follows the same pattern. Below is the code for my current sidebar.php.
<h1><!-- #BeginSnippet name="Title" wysiwyg="no" height="20" width="400" -->your website title<!-- #EndSnippet --></h1>
<h2><!-- #BeginSnippet name="Subtitle" wysiwyg="no" height="20" width="400" -->your subtitle<!-- #EndSnippet --></h2>
<div id="menu">
<a href="index.php">Home</a>
<a href="page1.php"><!-- #BeginSnippet name="Page 1 Link" wysiwyg="no" height="20" width="400" -->Page 1<!-- #EndSnippet --></a>
<a href="page2.php"><!-- #BeginSnippet name="Page 2 Link" wysiwyg="no" height="20" width="400" -->Page 2<!-- #EndSnippet --></a>
<a href="page3.php"><!-- #BeginSnippet name="Page 3 Link" wysiwyg="no" height="20" width="400" -->Page 3<!-- #EndSnippet --></a>
<a href="page4.php"><!-- #BeginSnippet name="Page 4 Link" wysiwyg="no" height="20" width="400" -->Page 4<!-- #EndSnippet --></a>
<a href="page5.php"><!-- #BeginSnippet name="Page 5 Link" wysiwyg="no" height="20" width="400" -->Page 5<!-- #EndSnippet --></a>
<a href="page6.php"><!-- #BeginSnippet name="Page 6 Link" wysiwyg="no" height="20" width="400" -->Page 6<!-- #EndSnippet --></a>
</div>
|
|
|
|
admin
Forum Administrator

Posts: 1430
SnippetMaster Author
|
I have not been able to recreate this problem. I even created a test page with 20 different snippets, just to make sure.
Is it possible you can send me a un/pw to your snippetmaster installation and I can test it out? (Create a test page for it, so I'm not trying to save a live page, etc..)
Let me know.
henri @ www.snippetmaster.com
|
|
|
|
|
Pages: [1]
|
|
|
|