51
ukandrewf
Re: Display Problems IE7(too wide)/Firefox(ok)
  • 2007/3/23 12:35

  • ukandrewf

  • Friend of XOOPS

  • Posts: 198

  • Since: 2002/12/2


thanks Frank appreciate your help.

I found the problem via a process of elimination.

It only happened on the home page, right and left blocks looked ok so it had to be a centre block misbehaving.

Foudn that it was 'Most Popular Topics' block for newbb which was playing up. Making invisble fixed the problem.

Quote:
<table class="outer" cellspacing="1">
<{if $block.disp_mode == 0}>
<tr>
<th width="297" nowrap="nowrap" class="head"><{$smarty.const._MB_NEWBB_FORUM}></th>
<th width="305" nowrap="nowrap" class="head"><{$smarty.const._MB_NEWBB_TITLE}></th>
<th width="277" align="center" nowrap="nowrap" class="head"><{$smarty.const._MB_NEWBB_RPLS}></th>
<th width="288" align="center" nowrap="nowrap" class="head"><{$smarty.const._MB_NEWBB_VIEWS}></th>
</tr>
<{foreach item=topic from=$block.topics}>
<tr class="<{cycle values="even,odd"}>">
<td><a href="<{$xoops_url}>/modules/newbb/viewforum.php?forum=<{$topic.forum_id}>"><{$topic.forum_name}></a></td>
<td><a href="<{$xoops_url}>/modules/newbb/viewtopic.php?topic_id=<{$topic.id}>&forum=<{$topic.forum_id}>">
<{if $topic.topic_subject}> <{$topic.topic_subject}> <{/if}> <{$topic.title}></a>
</td>
<td align="center"><{$topic.replies}></td>
<td align="center"><{$topic.views}></td>
</tr>
<{/foreach}> <{elseif $block.disp_mode == 1}>
<tr>
<th class="head" nowrap="nowrap"><{$smarty.const._MB_NEWBB_TOPIC}></th>
<th class="head" align="center" nowrap="nowrap"><{$smarty.const._MB_NEWBB_AUTHOR}></th>
</tr>
<{foreach item=topic from=$block.topics}>
<tr class="<{cycle values="even,odd"}>">
<td><a href="<{$xoops_url}>/modules/newbb/viewtopic.php?topic_id=<{$topic.id}>&forum=<{$topic.forum_id}>">
<{if $topic.topic_subject}> <{$topic.topic_subject}> <{/if}> <{$topic.title}></a><{$topic.topic_page_jump}>
</td>
<td align="right"><{$topic.time}><br /> <{$topic.topic_poster}></td>
</tr>
<{/foreach}> <{elseif $block.disp_mode == 2}> <{foreach item=topic from=$block.topics}>
<tr class="<{cycle values="even,odd"}>">
<td><a href="<{$xoops_url}>/modules/newbb/viewtopic.php?topic_id=<{$topic.id}>&forum=<{$topic.forum_id}>">
<{if $topic.topic_subject}> <{$topic.topic_subject}> <{/if}> <{$topic.title}></a>
</td>
</tr>
<{/foreach}> <{/if}>
</table>

<{if $block.indexNav}>
<div style="text-align:right; padding: 5px;">
<a href="<{$xoops_url}>/modules/newbb/viewall.php"><{$smarty.const._MB_NEWBB_ALLTOPICS}></a> |
<a href="<{$xoops_url}>/modules/newbb/"><{$smarty.const._MB_NEWBB_VSTFRMS}></a>
</div>
<{/if}>


I wanted to take the full view version of this block and adjust to show:-

Topic Title, replies and Views only

I thought i'd done that successfully (seemed pretty simple change to make) but it wasn't and caused this problem.

can anyone suggest another fix for this?

thanks

Andrew



52
ukandrewf
Re: Display Problems IE7(too wide)/Firefox(ok)
  • 2007/3/23 11:41

  • ukandrewf

  • Friend of XOOPS

  • Posts: 198

  • Since: 2002/12/2


thanks for the tip.

I wasn't aware i had that many problems - what did you use to run this report? (one of the problems of being self taught - occassionally there are gaps ;)

Although looking through most appear to be alt tags missing etc which wouldn't affect load.

Any other ideas it all worked fine yesterday.

Andrew



53
ukandrewf
Display Problems IE7(too wide)/Firefox(ok)
  • 2007/3/23 8:35

  • ukandrewf

  • Friend of XOOPS

  • Posts: 198

  • Since: 2002/12/2


HELP!!

My site www.colournation.com loads perfect in firefox and worked fine in IE7 until yesterday - I played with the theme file but thought I rolled all my changes back after the problem appeared.

If you check my site in firefox everything is fine but in IE7 the site is far too wide going out of the browser window to the right.

I've tried restoring really old theme files as well but same probelm.

**also it only happens on my home page not on module pages???***

When I upload older theme.html files (and have option selected for load changes in prefernces) the theme I see is not changing. If i select default theme the theme does not change.


Can anyone suggest a fix for this?

Andrew



54
ukandrewf
Re: wfsections page title
  • 2007/3/22 22:25

  • ukandrewf

  • Friend of XOOPS

  • Posts: 198

  • Since: 2002/12/2


You have no idea how much that means ;)

All done thanks so much.

Andrew



55
ukandrewf
Re: wfsections page title
  • 2007/3/20 13:16

  • ukandrewf

  • Friend of XOOPS

  • Posts: 198

  • Since: 2002/12/2


i could still do with an answer to this :)



56
ukandrewf
wfsections page title
  • 2007/3/6 10:04

  • ukandrewf

  • Friend of XOOPS

  • Posts: 198

  • Since: 2002/12/2


where within the wfsections module is the page title defined? (or indeed in system this could be a system problem).

I currently see page titles like:-

'Module - article title'

and I want to change to

'Article title - Module'

thanks for any tips

Andrew



57
ukandrewf
Re: Confused about links modules
  • 2007/3/4 21:43

  • ukandrewf

  • Friend of XOOPS

  • Posts: 198

  • Since: 2002/12/2


having now upgraded successfully it seems to wflinks...

when i click on the weblink i get...

Quote:
This page cannot be displayed due to an internal error.

You can provide the following information to the administrators of this site to help them solve the problem:

Error:
Class wflAgeHandler does not exist.
Handler Name: age


and also the '1,2,3,4...145 >>' next page links don't appear to work either.

any ideas?



58
ukandrewf
Re: Confused about links modules
  • 2007/3/4 20:39

  • ukandrewf

  • Friend of XOOPS

  • Posts: 198

  • Since: 2002/12/2


I have a large mylinks db build over quite a while.

I've got a few bugs after a restore of the data (can't add links for example or access submitted links).

So.. I thought an upgrade might be the best route. Is there any upgrade script from mylinks to wflink 1.0.3b?

[yes in the /update folder instructions /docs/english/

I see 1.0.3c but I'm worried, it could cause me problems with a later upgrade to smartlinks when it becomes available any ideas?

thanks

Andrew



59
ukandrewf
Re: varification code
  • 2007/3/1 23:44

  • ukandrewf

  • Friend of XOOPS

  • Posts: 198

  • Since: 2002/12/2


i found this tread trying to deal with my forum spam issues, for anyone else reading this I found

Netquery
https://xoops.org/modules/news/article.php?storyid=3596&com_id=34149&com_rootid=34122&com_mode=thread&#comment34149

really simple to implement and seems very effective.

Andrew



60
ukandrewf
Re: SecurityImage not functioning properly
  • 2007/3/1 23:42

  • ukandrewf

  • Friend of XOOPS

  • Posts: 198

  • Since: 2002/12/2


for those reading this treat I considered this option but found Netquery much less painful to implement and it does seem to have solved my problems :)

https://xoops.org/modules/news/article.php?storyid=3596&com_id=34149&com_rootid=34122&com_mode=thread&#comment34149




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



Login

Who's Online

210 user(s) are online (132 user(s) are browsing Support Forums)


Members: 0


Guests: 210


more...

Donat-O-Meter

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

Latest GitHub Commits