Modules wont install
Modules wont install
Would you b e able to offer me any help with pisearch? I cant get it to show up the modules section. I dl and copy to my modules folder on server and check permissions, but never shows up to install. Any help or ideas? Thanks, mjd
Re: Modules wont install
There are 2 ver. of pisearch if it is the module you have to rename the folder, to pisearch.
Re: Modules wont install
Mark,
Rename worked. Do you know how I can place the search box on the same line as the breadcrumbs, but to the far right of the template? I am using css vert 1 col with the code below:
CMS Made Simple Demo - {title}
{metadata}
{stylesheet}
{cms_selflink dir="start" rellink=1}
{cms_selflink dir="prev" rellink=1}
{cms_selflink dir="next" rellink=1}
{global_content name='JavaScript for IE page width'}
Skip to navigation
{cms_selflink anchorlink='main' dir='anchor' text='Skip to content'}
{cms_selflink dir="start"}
{breadcrumbs starttext='You are here' root='Home' delimiter='»'}{cms_module module="pisearch" action="showform"}
Navigation
{cms_module module='menumanager' template='cssmenu-accessible.tpl'}
{title}
{content}
{cms_selflink anchorlink='main' dir='anchor' text='^ Top'}
{cms_selflink dir="previous"}
{cms_selflink dir="next"}
{global_content name='footer'}
Rename worked. Do you know how I can place the search box on the same line as the breadcrumbs, but to the far right of the template? I am using css vert 1 col with the code below:
CMS Made Simple Demo - {title}
{metadata}
{stylesheet}
{cms_selflink dir="start" rellink=1}
{cms_selflink dir="prev" rellink=1}
{cms_selflink dir="next" rellink=1}
{global_content name='JavaScript for IE page width'}
Skip to navigation
{cms_selflink anchorlink='main' dir='anchor' text='Skip to content'}
{cms_selflink dir="start"}
{breadcrumbs starttext='You are here' root='Home' delimiter='»'}{cms_module module="pisearch" action="showform"}
Navigation
{cms_module module='menumanager' template='cssmenu-accessible.tpl'}
{title}
{content}
{cms_selflink anchorlink='main' dir='anchor' text='^ Top'}
{cms_selflink dir="previous"}
{cms_selflink dir="next"}
{global_content name='footer'}
Re: Modules wont install
Give them 2 divs...
{cms_module module="pisearch" action="showform"}
in CSS...
.crumbleft{
float:left;
width:50%; these sizes may have to be adjusted do to how long the breadcrumb text gets best to look at it in the page with the longest one to be sure
and any other styling you need;
}
.searchrite{
float:right;
width:45%;
and any other styling you need;
}
once you have this you can open it in Firefox with the Web Developers ext. toolbar Edit CSS and make the ness. changes and then copy/paste those back into your CSS, the search is going to give you the most trouble as it has the search button but that can be put on the side instead of under it most times, just my method you may have a diff. way that you are more used to.
I just love that ext. though, it saves me a lot of time, it's how I can look at a site and then say "you might want to try this or that" and i've seen the results so it's not just guess work.
Only thing I can't always be real sure of is IE fixes.
{cms_module module="pisearch" action="showform"}
in CSS...
.crumbleft{
float:left;
width:50%; these sizes may have to be adjusted do to how long the breadcrumb text gets best to look at it in the page with the longest one to be sure
and any other styling you need;
}
.searchrite{
float:right;
width:45%;
and any other styling you need;
}
once you have this you can open it in Firefox with the Web Developers ext. toolbar Edit CSS and make the ness. changes and then copy/paste those back into your CSS, the search is going to give you the most trouble as it has the search button but that can be put on the side instead of under it most times, just my method you may have a diff. way that you are more used to.
I just love that ext. though, it saves me a lot of time, it's how I can look at a site and then say "you might want to try this or that" and i've seen the results so it's not just guess work.
Only thing I can't always be real sure of is IE fixes.
Re: Modules wont install
Mark, I tried the above, but the search is under the breadcrumbs now- what am i missing? Also, where can i get the firefox add-on? I checked the site, but no luck.
Site: http://pages.sparcc.org:16080/test/index.php
Template: css vert i col
CMS Made Simple Demo - {title}
{metadata}
{stylesheet}
{cms_selflink dir="start" rellink=1}
{cms_selflink dir="prev" rellink=1}
{cms_selflink dir="next" rellink=1}
{global_content name='JavaScript for IE page width'}
Skip to navigation
{cms_selflink anchorlink='main' dir='anchor' text='Skip to content'}
{cms_selflink dir="start"}
{cms_module module="pisearch" action="showform"}
Navigation
{cms_module module='menumanager' template='cssmenu-accessible.tpl'}
{title}
{content}
{cms_selflink anchorlink='main' dir='anchor' text='^ Top'}
{cms_selflink dir="previous"}
{cms_selflink dir="next"}
{global_content name='footer'}
CSS in layout:
/* A CSS Framework by Mike Stenhouse of Content with Style, adapted to CMSMS by Daniel Westergren */
/* SITE SPECIFIC LAYOUT */
body {
margin: 0;
padding: 1em;
text-align: center;
}
div#pagewrapper {
margin: 0 auto;
max-width: 80em;
min-width: 60em;
padding: 0;
text-align: left;
}
#container {
position: relative;
margin: 0;
}
/* HEADER */
div#header {
margin: 0;
padding: 0;
height: 80px;
background: #385C72;
text-align: left;
}
div#header h1 a {
background: url(uploads/images/nmk_header2.gif) no-repeat 0 -18px;
display: block;
height: 100px;
text-indent: -700em;
width: 760px;
margin: 0;
padding: 0;
text-decoration:none;
}
/* END HEADER */
div#.crumbleft{
float:left;
width:50%;
}
div#.searchrite{
float:right;
width:45%;
}
/* CONTENT */
div#content {
}
/* MAIN */
div#main {
font-family: Arial, Helvetica, sans-serif;
font-size: 16px;
line-height: 1.4em;
color: #000000;
background-color: #FFFFFF;
padding: 5px;
width: 500;
border: 2px solid #bbbbbb;
text-align: left;
height: auto;
float: right;
}
div#main h2{
font-family: Arial;
font-size: 18px;
line-height: 1.4em;
color: #000000;
}
div#main .right49, .left49 {
font-family: Arial;
font-size: 12px;
line-height: 1.4em;
color: #000000;
}
/* END MAIN */
/* SUB */
div#sub {
}
/* END SUB */
/* END CONTENT */
/* FOOTER */
div#footer {
}
div#footer p {
font-size: 0.8em;
margin: 0;
padding: 15px;
text-align: center;
}
/* END FOOTER */
/* END LAYOUT */
div.breadcrumbs {
padding: 1em 0;
text-align: left;
font-size: 90%;
margin: 0 1em;
border-bottom: 1px dotted #000;
}
div.flags {
float: right;
width: 18px;
padding: 1em 0;
text-align: right;
margin: 0 1em 0 0;
}
div.left49 {
float: left;
width: 49%;
}
div.right49 {
float: right;
width: 49%;
text-align: right;
}
Site: http://pages.sparcc.org:16080/test/index.php
Template: css vert i col
CMS Made Simple Demo - {title}
{metadata}
{stylesheet}
{cms_selflink dir="start" rellink=1}
{cms_selflink dir="prev" rellink=1}
{cms_selflink dir="next" rellink=1}
{global_content name='JavaScript for IE page width'}
Skip to navigation
{cms_selflink anchorlink='main' dir='anchor' text='Skip to content'}
{cms_selflink dir="start"}
{cms_module module="pisearch" action="showform"}
Navigation
{cms_module module='menumanager' template='cssmenu-accessible.tpl'}
{title}
{content}
{cms_selflink anchorlink='main' dir='anchor' text='^ Top'}
{cms_selflink dir="previous"}
{cms_selflink dir="next"}
{global_content name='footer'}
CSS in layout:
/* A CSS Framework by Mike Stenhouse of Content with Style, adapted to CMSMS by Daniel Westergren */
/* SITE SPECIFIC LAYOUT */
body {
margin: 0;
padding: 1em;
text-align: center;
}
div#pagewrapper {
margin: 0 auto;
max-width: 80em;
min-width: 60em;
padding: 0;
text-align: left;
}
#container {
position: relative;
margin: 0;
}
/* HEADER */
div#header {
margin: 0;
padding: 0;
height: 80px;
background: #385C72;
text-align: left;
}
div#header h1 a {
background: url(uploads/images/nmk_header2.gif) no-repeat 0 -18px;
display: block;
height: 100px;
text-indent: -700em;
width: 760px;
margin: 0;
padding: 0;
text-decoration:none;
}
/* END HEADER */
div#.crumbleft{
float:left;
width:50%;
}
div#.searchrite{
float:right;
width:45%;
}
/* CONTENT */
div#content {
}
/* MAIN */
div#main {
font-family: Arial, Helvetica, sans-serif;
font-size: 16px;
line-height: 1.4em;
color: #000000;
background-color: #FFFFFF;
padding: 5px;
width: 500;
border: 2px solid #bbbbbb;
text-align: left;
height: auto;
float: right;
}
div#main h2{
font-family: Arial;
font-size: 18px;
line-height: 1.4em;
color: #000000;
}
div#main .right49, .left49 {
font-family: Arial;
font-size: 12px;
line-height: 1.4em;
color: #000000;
}
/* END MAIN */
/* SUB */
div#sub {
}
/* END SUB */
/* END CONTENT */
/* FOOTER */
div#footer {
}
div#footer p {
font-size: 0.8em;
margin: 0;
padding: 15px;
text-align: center;
}
/* END FOOTER */
/* END LAYOUT */
div.breadcrumbs {
padding: 1em 0;
text-align: left;
font-size: 90%;
margin: 0 1em;
border-bottom: 1px dotted #000;
}
div.flags {
float: right;
width: 18px;
padding: 1em 0;
text-align: right;
margin: 0 1em 0 0;
}
div.left49 {
float: left;
width: 49%;
}
div.right49 {
float: right;
width: 49%;
text-align: right;
}
Re: Modules wont install
This should work... had div#. these are just classes no need for this
.crumbleft{
float:left;
}
.searchrite{
float:right;
}
and you will need to add this to get the HR under the search.
div.breadcrumbs {
height:15px;
padding: 1em 0;
text-align: left;
font-size: 90%;
margin: 0 1em;
border-bottom: 1px dotted #000;
}
EDIT: link for Web Dev. toolbar...
https://addons.mozilla.org/firefox/60/
.crumbleft{
float:left;
}
.searchrite{
float:right;
}
and you will need to add this to get the HR under the search.
div.breadcrumbs {
height:15px;
padding: 1em 0;
text-align: left;
font-size: 90%;
margin: 0 1em;
border-bottom: 1px dotted #000;
}
EDIT: link for Web Dev. toolbar...
https://addons.mozilla.org/firefox/60/
Last edited by Anonymous on Sun Jul 30, 2006 2:29 pm, edited 1 time in total.
Re: Modules wont install
i got one page to work perfectly and another is a bite off:
GOOD ONE
http://pages.sparcc.org:16080/test/index.php/home
I need help with this:
http://pages.sparcc.org:16080/nmk/index.php/home
Is the difference b/c they have different templates? one vert, on horiz.
GOOD ONE
http://pages.sparcc.org:16080/test/index.php/home
I need help with this:
http://pages.sparcc.org:16080/nmk/index.php/home
Is the difference b/c they have different templates? one vert, on horiz.
Re: Modules wont install
the problem is, I saw it right away by using the Outline button in the Web Dev Toolbar image below, that you gave it a size 19.2% in one and 19% in the other.
This is not enough to hold the search text box and the search button, 22% is the smallest it will take
[attachment deleted by admin]
This is not enough to hold the search text box and the search button, 22% is the smallest it will take
[attachment deleted by admin]
Re: Modules wont install
Mark,
i did 19.2 to get it to line up with the far right hand side of the content box. however in camino browser, it takes the search button below the box. I can change to 22, but it wont line up visually. any ideas?
http://pages.sparcc.org:16080/nmk/
i did 19.2 to get it to line up with the far right hand side of the content box. however in camino browser, it takes the search button below the box. I can change to 22, but it wont line up visually. any ideas?
http://pages.sparcc.org:16080/nmk/
Re: Modules wont install
is their a way for me to close in the space between the content box and the bottom of the search box? basically, i want to bring the white content box up so it matches the space above the search box (between the header and the search box) Same amount of space above the search box and below it.
Last edited by duplay on Mon Jul 31, 2006 12:13 am, edited 1 time in total.
Re: Modules wont install
Change the padding, first one, in this 0.5 seems to work but I dint know how close you want to get.
div#content {
width: 96%;
margin: 0;
padding: 1em 2%;
text-align: left;
}
div#content {
width: 96%;
margin: 0;
padding: 1em 2%;
text-align: left;
}
Re: Modules wont install
I recently changed the root address of my site and the pisearch is going to a old address for results. I tried reinstalling, but no luck!
here is the pisearch code:
my page : http://pages.sparcc.org/sparcc/index.php
results try to go to: http://pages.sparcc.org:16080/sparcc/in ... rchResults
here is the pisearch code:
my page : http://pages.sparcc.org/sparcc/index.php
results try to go to: http://pages.sparcc.org:16080/sparcc/in ... rchResults