51
sarahmx
Re: no log - mysearch module
  • 2010/6/19 1:33

  • sarahmx

  • Quite a regular

  • Posts: 381

  • Since: 2007/10/28


i cant see any normal search block for mysearch

i can only see this 4 Blocks
ajax search
Biggest users of the search
Last searchs
Stats

this is my theme search code

<input id="searchform" type="text" name="query" class="field" onfocus="if(this.value=='Search...') this.value='';" onblur="if(this.value=='') this.value='Search...';" value="Search..."/>
  <
input type="hidden" name="action" value="results" />&nbsp;
  </
form>


what do i need to change ?



52
sarahmx
xoops robots.txt and google
  • 2010/6/19 1:05

  • sarahmx

  • Quite a regular

  • Posts: 381

  • Since: 2007/10/28


i tried adding sitemaps in Google Webmaster Tools

modules/sitemap/xml_google.php
modules/publisher/backend.php
modules/study/backend.php


but all received this status
Quote:

We were unable to crawl your Sitemap because we found a robots.txt file at the root of your site but were unable to download it. Please ensure that it is accessible or remove it completely.


i can access the robots.txt in my browser

how to fix this ?

TQ



53
sarahmx
no log - mysearch module
  • 2010/6/19 0:00

  • sarahmx

  • Quite a regular

  • Posts: 381

  • Since: 2007/10/28


When i use the xoops system search block and the custom search script provided in theme.html..

the search made by user is not log by mysearch

but when i use the ajax search block provided in the module the search made by user is log


so do i need to to really use the ajax block ?


how do i made it count/log the search using xoops system search block and the custom search




54
sarahmx
Re: Clone Publisher - index page problem
  • 2010/6/18 14:38

  • sarahmx

  • Quite a regular

  • Posts: 381

  • Since: 2007/10/28


thank you trabis..i delete the file and now all is ok

i use the indexscan module by culex to generate index.html files


Thank you again Publisher..totally rocks



55
sarahmx
Clone Publisher - index page problem
  • 2010/6/18 12:22

  • sarahmx

  • Quite a regular

  • Posts: 381

  • Since: 2007/10/28


I have a cloned publisher module and i'm having this problem

when i access the main page of the module

site.com/modules/study/

i only see this symbol in the page
Quote:

>



when i access the module using this

site.com/modules/study/index.php


my category display as it should be


where should i check this?

i have installed this module long time ago with many submitted articles and category

and today just noticed this problem


where should i check ...thank you


from what i can remember the last time i went to admin of my clone publisher is to create a sub category..

but i delete it

that was a long time ago
and now i have this problem...

please help...



56
sarahmx
Re: Help with Publisher Blocks
  • 2010/6/15 22:45

  • sarahmx

  • Quite a regular

  • Posts: 381

  • Since: 2007/10/28


Thank you marianne and underdog

use the latest news block..solved it

Publisher is the best module in the world...Lol



57
sarahmx
Help with Publisher Blocks
  • 2010/6/15 15:28

  • sarahmx

  • Quite a regular

  • Posts: 381

  • Since: 2007/10/28


I would like to display my block like this

this site from Yaxs
http://www.maltasport.com/

recent item with images and a summary for all/x articles

i used the column blocks...normal template

right now only the first article is shown with images/summary and the rest article only the title


here's the template for the column blocks
<{if $block.template == 'normal'}>
<
div style="width:100%;">
<{
section name=i loop=$block.columns}>
    <
div style="width: <{$block.columnwidth}>%;" class="info-left">
      <{foreach 
item=item from=$block.columns[i]}>
      <
div class="info-box">
        <
div class="info-section info-clearfix">
          <
a href="<{$item.categoryurl}>" title="<{$item.item_cat_description}>"><span><{$item.item_cat_name}></span></a>
        </
div>
        <
div class="info-content clearfix">
          <{if 
$item.item_image != ''}>
            <
img src="<{$item.item_image}>" alt="<{$item.item_cleantitle}>" align="left" width="120" />
          <{/if}>
          <
h4 class="info-title"><a href="<{$item.itemurl}>" title="<{$item.item_cleantitle}>"><{$item.item_title}></a></h4>
          <
p><{$item.item_summary}></p>
        </
div>

        <{if 
$item.subitem}>
        <
strong class="info-more"><{$smarty.const._MB_INFO_MORE}></strong>
        <
ul class="info-links">
        <{foreach 
item=subitem from=$item.subitem}>
          <
li>
            <
a title="<{$subitem.title}>" href="<{$subitem.itemurl}>">
            <{
$subitem.title}></a>
          </
li>
        <{/foreach}>
        </
ul>
        <{/if}>
      </
div>
      <{/foreach}>
   </
div>
<{/
section}>
</
div>
<{/if}>
<{if 
$block.template == 'extended'}>
<
div style="width:100%;">
<{
section name=i loop=$block.columns}>
    <
div style="width: <{$block.columnwidth}>%;" class="info-left">
      <{foreach 
item=item from=$block.columns[i]}>
      <
div class="info-box">

          <
h3 class="info-title"><a href="<{$item.itemurl}>" title="<{$item.item_title}>"><{$item.item_title}></a></h3>

      <
div style="float:right; width:60%">

        <
div class="info-content clearfix">
          <{if 
$item.item_image != ''}>
            <
img src="<{$item.item_image}>" alt="<{$item.item_summary}>" align="right" width="200" height="200" />
          <{/if}>
          <
p><{$item.item_summary}></p>
          <
p><a href="<{$item.itemurl}>" title="<{$item.item_title}>"><{$smarty.const._MB_INFO_READMORE}></a></p>
        </
div>
        
      </
div>

        <{if 
$item.subitem}>
    <
div style="float:left; width:40%;">
        <
br />
        <
strong class="info-more"><{$smarty.const._MB_INFO_MORE}></strong>
        <
br />
        <
ul class="info-links">
        <{foreach 
item=subitem from=$item.subitem}>
          <
li>
            <
a title="<{$subitem.summary}>" href="<{$subitem.itemurl}>">
            <{
$subitem.title}></a>
          </
li>
        <{/foreach}>
        </
ul>

    </
div>
        <{/if}>
     </
div>

      <{/foreach}>
   </
div>
<{/
section}>
</
div>
<{/if}>


help...TQ



58
sarahmx
Re: extra space in header after installing TDMstats
  • 2010/6/15 15:24

  • sarahmx

  • Quite a regular

  • Posts: 381

  • Since: 2007/10/28


thanks for the tip..i will search the files later...

will update here



59
sarahmx
extra space in header after installing TDMstats
  • 2010/6/15 11:42

  • sarahmx

  • Quite a regular

  • Posts: 381

  • Since: 2007/10/28


i have a theme using margin 0 and padding 0
whereby at top of my theme there is no space between the top of the header theme and top of browser screen

but after installing tdmstats there is space between it

it is not cause by the required <{xoStats}> which i put inside theme.html body i tried to move the xostats somewhere else same problem

but when i deactivate the module..my theme back to normal...

there must be some code in tdmstats that is causing this...where it is ?

tdmstats is working perfectly fine in my site..its just this theme problem that annoys me





60
sarahmx
Re: Execution Time in theme ?
  • 2010/6/12 15:27

  • sarahmx

  • Quite a regular

  • Posts: 381

  • Since: 2007/10/28


yes that makes it works ..thanks trabis

this should be add to core..

so need no to edit common.php




TopTop
« 1 ... 3 4 5 (6) 7 8 9 ... 32 »



Login

Who's Online

218 user(s) are online (150 user(s) are browsing Support Forums)


Members: 0


Guests: 218


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: Apr 30
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits