
Goto page: 1 - 2 [17] [+1 [18]]
First this code:
Code
<div id="bottomMenu" ><!--#cccccc-->
<span class="pn-sub"> </span>
</div>
does nothing and does not need to be there.
Also, and more importantly:
Code
</head>
is supposed to be immediately before:
Code
<body>
check to make sure you have one there and remove this one (or move this one there if you don't have one in the appropriate place) keeping the scribite call just above the /head.
Can you also provide a link?
Add story is an administrative function, so if you have an admin template the scribite plugin needs to be called there.
Also read:
http://community.postnuke.com/Wiki-CachingCompiling.htm
The scribite statement should be in the header of the template. And you should have installed the plugin (function.scribite.php) in the plugins subdir of your Xanthia theme.
espaan
The scribite statement should be in the header of the template. And you should have installed the plugin (function.scribite.php) in the plugins subdir of your Xanthia theme.
Did you do all this? Just to go over the list once again to see if something is missing
1. Install scribite (make sure it is version 1.21 for PN 0.764 - you have 0.764?)
2. activate the module
3. Make sure the plugin function.scribite.php is in modules/Xanthia/plugins or in themes/yourtheme/plugins
4. Clear the pnrender and xanthia caches
5. Insert the Smarty [60] functionin the header of you theme template where you want hte editor to appear. So in master.htm for all pages and also in admin.htm (if you're using an admin.htm) if you want it to be active in AddStory.Code
<!--[scribite]-->
6. Make sure scribite has the right permissionsCode
Users | scribite:: | :: | Comment
7. Turn on the modules (AddStory, Submit_News, etc) in the admin of scribite.
8. Turn on javascript in your browser
9. I can't think of any more caveats![]()
Hope there's one step missing.
edited by: espaan, Jan 23, 2008 - 10:52 AM
...
ok, here is what i did in my theme/master.htm:
Code
//-->
<!--[scribite]-->
</head><!-- Master template -->
<body onload="hideLoadingPage();">
<div id="loading" align="center" onclick="hideLoadingPage()">
<b><!--[pnml name=_LOADING]--></b>
<!-- <img src="<!--[$themepath]-->/images/loading.gif"> -->
...
Goto page: 1 - 2 [109] [+1 [110]]