Help with my site if u please :)

For discussion and questions related to CMS Specific templates and stylesheets (CSS), and themes. or layout issues. This is not a place for generic "I don't know CSS issues"
Locked
skywalk
New Member
New Member
Posts: 9
Joined: Sat Sep 04, 2010 5:44 pm

Help with my site if u please :)

Post by skywalk »

Hi, im building a item database site for a popular game called Dungeon Fighter Online and i have some problems.

First the website address: http://skywalk.is-a-geek.com:8080/cms/

Im using:
-Lastest CMS stable build
-Harley template
-EasyPHP (mysql,php,apache)

Problems:

- When i try to use the search engine and type something like "Canna's Slave", that i know its in my page, it reply something like "Search Results For "canna's slave" No Results Found!" is there a way to improve my search engine?

- I dont want the Search and Latest News block on my front page, i know its in the template but i dont understand how it work, is there a way (sure there is) to remove the search and news block from the right collum? that is my first problem

- I dont want the search to reply the search result on the page its currently viewing. example: if im in lets say weapons and i search something the result will show on that page 'weapons' sometimes its odd.


Request:

- If you guys know any extension/module/etc that would help me achieve a better site please point me to them.
Last edited by skywalk on Sat Sep 04, 2010 8:51 pm, edited 1 time in total.
RonnyK
Support Guru
Support Guru
Posts: 4962
Joined: Wed Oct 25, 2006 8:29 pm

Re: Help with my site if u please :)

Post by RonnyK »

In Content -> Pages, navigate to the template that is linked to your page

Then search for '{news' and remove the {news}-call if you dont want it, the same goes for '{search'

When you want search-results to appear on a specific page, then create a paget hen call {search detailpage='alias-of-the-page-you-want-the-results-to-appear'}

Ronny
skywalk
New Member
New Member
Posts: 9
Joined: Sat Sep 04, 2010 5:44 pm

Re: Help with my site if u please :)

Post by skywalk »

@Ronny Thanks that was quick problem is i already tryed to remove the text, but the block is still there, like i remove the {tags} but the Search and Latest News block still show and my page still has a right sidebar.
skywalk
New Member
New Member
Posts: 9
Joined: Sat Sep 04, 2010 5:44 pm

Re: Help with my site if u please :)

Post by skywalk »

here's my template if you could point me where to remove the Search/News/Links block so all i can see is the content of my page that be nice

Code: Select all

{process_pagedata}
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<__html xmlns="http://www.w3.org/1999/xhtml" dir="ltr" lang="en-US" xml:lang="en">
<head>
  {if isset($canonical)}<link rel="canonical" href="{$canonical}" />{elseif isset($content_obj)}<link rel="canonical" href="{$content_obj->GetURL()}" />{/if}

   
    <title>{sitename} - {title}</title>
   
    {metadata}
   
    {stylesheet}
   
    {literal}
    <__script__ type="text/javascript" src="uploads/harley/script.js"></__script>    
    <!--[if IE 6]><link rel="stylesheet" href="uploads/harley/style.ie6.css" type="text/css" media="screen" /><![endif]-->
    <!--[if IE 7]><link rel="stylesheet" href="uploads/harley/style.ie7.css" type="text/css" media="screen" /><![endif]-->
   {/literal}

   {cms_selflink dir="start" rellink=1}
   {cms_selflink dir="prev" rellink=1}
   {cms_selflink dir="next" rellink=1}
   {* Relational links for interconnections between pages *}

</head>
</__body>
<div class="PageBackgroundSimpleGradient">
    </div>
    <div class="Main">
        <div class="Sheet">
            <div class="Sheet-tl"></div>
            <div class="Sheet-tr"><div></div></div>
            <div class="Sheet-bl"><div></div></div>
            <div class="Sheet-br"><div></div></div>
            <div class="Sheet-tc"><div></div></div>
            <div class="Sheet-bc"><div></div></div>
            <div class="Sheet-cl"><div></div></div>
            <div class="Sheet-cr"><div></div></div>
            <div class="Sheet-cc"></div>
            <div class="Sheet-body">
                <div class="Header">
                    <div class="Header-png"></div>
                    <div class="Header-jpeg"></div>
                    <div class="logo">
                        <h1 id="name-text" class="logo-name"><a href="#">DFO Loot</a></h1>
                        <div id="slogan-text" class="logo-text">Item Database </div>
                    </div>
                </div>
                    <div class="nav">
   						{menu template='harley : harley_menu'    }
                        <div class="l">
                    </div>
                    <div class="r">
                        <div>
                   
                        </div>
                    </div>
                </div>
                <div class="contentLayout">
{*
                    <div class="sidebar1">
                        <div class="Block">
                            <div class="Block-tl"></div>
                            <div class="Block-tr"><div></div></div>
                            <div class="Block-bl"><div></div></div>
                            <div class="Block-br"><div></div></div>
                            <div class="Block-tc"><div></div></div>
                            <div class="Block-bc"><div></div></div>
                            <div class="Block-cl"><div></div></div>
                            <div class="Block-cr"><div></div></div>
                            <div class="Block-cc"></div>
                            <div class="Block-body">
                                <div class="BlockHeader">
                                    <div class="header-tag-icon">
                                        <div class="BlockHeader-text">
                                           Search
                                        </div>
                                    </div>
                                    <div class="l"></div>
                                    <div class="r"><div></div></div>
                                </div>
                                <div class="BlockContent">
                                    <div class="BlockContent-body">
                                        <div>  
  											{search searchtext="" resultpage="search"}

										</div>
                                    </div>
                                </div>
                            </div>
                        </div>
                        <div class="Block">
                            <div class="Block-tl"></div>
                            <div class="Block-tr"><div></div></div>
                            <div class="Block-bl"><div></div></div>
                            <div class="Block-br"><div></div></div>
                            <div class="Block-tc"><div></div></div>
                            <div class="Block-bc"><div></div></div>
                            <div class="Block-cl"><div></div></div>
                            <div class="Block-cr"><div></div></div>
                            <div class="Block-cc"></div>
                            <div class="Block-body">
                                <div class="BlockHeader">
                                    <div class="header-tag-icon">
                                        <div class="BlockHeader-text">
                                            Latest News
                                        </div>
                                    </div>
                                    <div class="l"></div>
                                    <div class="r"><div></div></div>
                                </div>
                                <div class="BlockContent">
                                    <div class="BlockContent-body">
                                        <div>
                                        	{news number='1'}
                                        </div>
                                    </div>
                                </div>
                            </div>
                        </div>
                        <div class="Block">
                            <div class="Block-tl"></div>
                            <div class="Block-tr"><div></div></div>
                            <div class="Block-bl"><div></div></div>
                            <div class="Block-br"><div></div></div>
                            <div class="Block-tc"><div></div></div>
                            <div class="Block-bc"><div></div></div>
                            <div class="Block-cl"><div></div></div>
                            <div class="Block-cr"><div></div></div>
                            <div class="Block-cc"></div>
                            <div class="Block-body">
                                <div class="BlockHeader">
                                    <div class="header-tag-icon">
                                        <div class="BlockHeader-text">
                                            Links
                                        </div>
                                    </div>
                                    <div class="l"></div>
                                    <div class="r"><div></div></div>
                                </div>
                                <div class="BlockContent">
                                    <div class="BlockContent-body">
                                        <div>
											{* Start of links *}
											<a href="http://www.nexon.net/">Nexon</a><br/>
											<a href="http://dungeonfighter.nexon.net/">Dungeon Fighter Online</a><br/>
											<a href="http://www.aradsociety.com/planner/">DFO Skill Planner</a><br/>
											<a href="http://www.dfosource.com/">DFO Source</a><br/>
											<a href="http://wiki.dfo-world.com/">DFO World Wiki</a><br/>
											<a href="http://dnf.wikiwiki.jp/">DNF Wikiwiki</a><br/>
											{* End of links *}
                                            
											{* Start of visitor stats *}
											{cms_module module='VisitorStats'}
											{* End of Visitor stats *}
                                        </div>
                                    </div>
                                </div>
                            </div>
                        </div>
                    </div>
*}
                    <div class="content">
                        <div class="Post">
                            <div class="Post-tl"></div>
                            <div class="Post-tr"><div></div></div>
                            <div class="Post-bl"><div></div></div>
                            <div class="Post-br"><div></div></div>
                            <div class="Post-tc"><div></div></div>
                            <div class="Post-bc"><div></div></div>
                            <div class="Post-cl"><div></div></div>
                            <div class="Post-cr"><div></div></div>
                            <div class="Post-cc"></div>
                            <div class="Post-body">
                            	<div class="Post-inner">
                           		<h2 class="PostHeaderIcon-wrapper"> <span class="PostHeader">{title}</span> </h2>
								<div class="PostContent"> <br />
									{content}
								</div>
								<div class="cleared">
                            	</div>
							</div>
						</div>
					</div>
				</div>
			</div>
			<div class="cleared"></div>
			<div class="Footer">
				<div class="Footer-inner">
					<div class="Footer-text">
						<p><a href="#">Contact Us</a> | <a href="#">Terms of Use</a> | <a href="#">Trademarks</a> | <a href="#">Privacy Statement</a><br />
						Copyright © 2010 All Rights Reserved.</p>
					</div>
				</div>
				<div class="Footer-background"></div>
			</div>
		</div>
	</div>
	<div class="cleared"></div>
	<p class="page-footer">small footer text</p>
</div>
<__body>
</__html>
RonnyK
Support Guru
Support Guru
Posts: 4962
Joined: Wed Oct 25, 2006 8:29 pm

Re: Help with my site if u please :)

Post by RonnyK »

Check the stylesheet of the template.

There is a part '.contentLayout .content ' inside, where a width of 745px is given, this makes the remaining for the right sidebar, which you want removed.

Ronny
skywalk
New Member
New Member
Posts: 9
Joined: Sat Sep 04, 2010 5:44 pm

Re: Help with my site if u please :)

Post by skywalk »

@Ronny: thx pal, i already found it after error on error on errors... Now i have a new problem my search engine seems very weak cant even find word with "'s" like "Ronny's couch" doesnt recognize 's words
Locked

Return to “Layout and Design (CSS & HTML)”