1
Lakota
Re: Problem with WF-links version 1.03
  • 2007/2/16 13:30

  • Lakota

  • Just popping in

  • Posts: 11

  • Since: 2005/1/28


I have reinstalled with the new version and all seems to be working correctly now. Do I still need to edit index.php and remove those lines? Since I am having no problems now.

Thanks your help!



2
Lakota
Re: Problem with WF-links version 1.03
  • 2007/2/16 12:05

  • Lakota

  • Just popping in

  • Posts: 11

  • Since: 2005/1/28


was a clean install

Yes all permissions are set correct. if you click on a link in the recent links block you can see the link.

But does not list in the categorie section of WF-Links

this is the error message I get when I go to the module on the site

Notice: Undefined index: summary in file /modules/wflinks/index.php line 69



3
Lakota
Re: Problem with WF-links version 1.03
  • 2007/2/16 11:29

  • Lakota

  • Just popping in

  • Posts: 11

  • Since: 2005/1/28


I am using XOOPS 2.0.16 and WF-Links 1.03c

After adding a link, when I go to view it is not shown.
I can see and edit the link in the WF-Links Admin section.

Can anyone help ?



4
Lakota
Re: How do I move a Xoops site?
  • 2005/3/10 22:57

  • Lakota

  • Just popping in

  • Posts: 11

  • Since: 2005/1/28


O Darn, I just pay my provider to do this for me ... I have to stop being such a chicken ! LOL



5
Lakota
Recent Topics Block
  • 2005/3/7 3:09

  • Lakota

  • Just popping in

  • Posts: 11

  • Since: 2005/1/28


Below is the code that I use for my Recent Topics Block, Can anyone tell me why the poster info is missing? Or is there a better block for this that is spaced closer together? You can view the current at www.transconscious.com

Here is the code:

<table class="outer" cellspacing="1">

  <{if 
$block.disp_mode == 0}>
  <
tr>
    <
th class="head" nowrap><{$block.lang_forum}></th>
    <
th class="head" nowrap><{$block.lang_topic}></th>
    <
th class="head" align="center" nowrap><{$block.lang_replies}></th>
    <
th class="head" align="center" nowrap><{$block.lang_views}></th>
    <
th class="head" align="center" nowrap><{$block.lang_lastpost}></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}>&post_id=<{$topic.post_id}>#forumpost<{$topic.post_id}>">

<{if 
$topic.topic_subject eq NONE}>
<{else}>
<{
$topic.topic_subject}>
<{/if}>

<{
$topic.title}></a><{$topic.topic_page_jump}></td>
    <
td align="center"><{$topic.replies}></td>
    <
td align="center"><{$topic.views}></td>

  </
tr>
  <{/foreach}>

  <{elseif 
$block.disp_mode == 1}>

  <
tr>
    <
td class="head" nowrap><{$block.lang_topic}></td>
    <
td class="head" align="center">Poster</td>
    <
td class="head" align="center"
nowrap><{$block.lang_views}>/<br/><{$block.lang_replies}></td>
    <
td class="head" align="center" nowrap><{$block.lang_lastpost}></td>
  </
tr>

  <{foreach 
item=topic from=$block.topics}>
  <
tr class="<{cycle values="even,odd"}>">
    <
td style="font: 8pt/10pt Arial;"><a
href
="<{$xoops_url}>/modules/newbb/viewtopic.php?topic_id=<{$topic.id}>&forum=<{$topic.forum_id}>&post_id=<{$topic.post_id}>#forumpost<{$topic.post_id}>"
title="Last posted by: <{$topic.poster}> in
'<
{$topic.forum_name}>'"><{$topic.title}></a></td>
    <
td align="center" style="font: 8pt Arial;"><{if $topic.poster eq
""}>Guest<{else}><{$topic.poster}><{/if}></td>
    <
td align="center"><{$topic.views}>/<{$topic.replies}></td>
    <
td width=100 style="font: 8pt Arial;" align="right"><{$topic.time}></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}>&post_id=<{$topic.post_id}>#forumpost<{$topic.post_id}>"><{$topic.title}></a></td>
  </
tr>
  <{/foreach}>

  <{/if}>

</
table>

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


Hope someone can help!



6
Lakota
Re: istats
  • 2005/2/13 14:28

  • Lakota

  • Just popping in

  • Posts: 11

  • Since: 2005/1/28


Okay I will do that ... what file do I need to include this in?



7
Lakota
Re: istats
  • 2005/2/13 13:56

  • Lakota

  • Just popping in

  • Posts: 11

  • Since: 2005/1/28


That is what I thought .... but even the users see 0's ... I have to be missing something !



8
Lakota
istats
  • 2005/2/13 12:34

  • Lakota

  • Just popping in

  • Posts: 11

  • Since: 2005/1/28


I have installed Istats and everything works fine except I have all zero's for all the stats including the counter. Can anyone help on how to correct this ?

Thanks
Lakota - www.transconscious.com




TopTop



Login

Who's Online

300 user(s) are online (197 user(s) are browsing Support Forums)


Members: 0


Guests: 300


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