1
Husberry
Re: Last Update in News module
  • 2006/7/12 21:01

  • Husberry

  • Just popping in

  • Posts: 10

  • Since: 2006/5/21


Quote:

hervet wrote:
The idea was already submited and will be used in a next major release (don't know when).


Hello hervet.

Thank you for this information!



2
Husberry
Re: Last Update in News module
  • 2006/7/11 11:39

  • Husberry

  • Just popping in

  • Posts: 10

  • Since: 2006/5/21


Is there something new to this topic?



3
Husberry
Last Update in News module
  • 2006/6/10 13:03

  • Husberry

  • Just popping in

  • Posts: 10

  • Since: 2006/5/21


I would like to see an Last-Update Time Feature in the XOOPS News module. Actually there is just a "created" and "published" time table in the database. It would be great if there would be a Last-Update table for the stories too!

Regards
Husberry



4
Husberry
Re: Is XOOPS ready for Mysql 5.0 ?
  • 2006/6/1 10:07

  • Husberry

  • Just popping in

  • Posts: 10

  • Since: 2006/5/21


Quote:

phppp wrote:
at this moment, not completely ready yet, especially some modules


I would like to move my Page to MySQL 5. Could you give any information about how long it will take to make XOOPS fully compatible with MySQL 5?

Regards
husberry



5
Husberry
Re: How does XOOPS handle Hyperlinks?
  • 2006/5/24 0:34

  • Husberry

  • Just popping in

  • Posts: 10

  • Since: 2006/5/21


Thank you for replying, but this doesn't work for me. If I leave this place empty, XOOPS translates this to

<a href="https://xoops.org/modules/newbb/newtopic.php?forum=20" target="_blank" class="external" rel="nofollow"></a>


and no link appears.



6
Husberry
How does XOOPS handle Hyperlinks?
  • 2006/5/23 20:54

  • Husberry

  • Just popping in

  • Posts: 10

  • Since: 2006/5/21


Hello,

I have changed some lines in my module.textsanatizer.php to handle external and internal links. Some CSS style stuff. However I get some problems when I write something like this in my HTML Form:

[u r l =https://xoops.org/modules/newbb/newtopic.php?forum=20]https://xoops.org/modules/newbb/newtopic.php?forum=20[/url]


This is the HTML output:

<a href="https://xoops.org/modules/newbb/newtopic.php?forum=20" target="_blank" class="external" rel="nofollow"></a><a href="https://xoops.org/modules/newbb/newtopic.php?forum=20" target="_blank">https://xoops.org/modules/newbb/newtopic.php?forum=20</a>


As you can see this happens because the link is modified twice! It doesn't happen if I write this:

u r l =https://xoops.org/modules/newbb/newtopic.php?forum=20]XOOPS Forum[/url]


I tried to find the place where XOOPS formats Hyperlinks but I didn't find the place in module.textsanatizer.php. How can I fix this?

Regards



7
Husberry
Re: Tag problem in my templates
  • 2006/5/22 1:47

  • Husberry

  • Just popping in

  • Posts: 10

  • Since: 2006/5/21


Quote:

Dave_L wrote:
The < br / > tag was inside the < table > < /table > tags, but not within a table cell. That can cause unpredictable behavior when the browser renders the HTML. But I don't know why the / disappeared.


Very interesting! However, Thank You For Your Help.

Regards
Marcus



8
Husberry
Re: Tag problem in my templates
  • 2006/5/22 1:33

  • Husberry

  • Just popping in

  • Posts: 10

  • Since: 2006/5/21


Quote:

Dave_L wrote:
You have a < br /> tag in the foreach loop.


Thank you very much Dave_L! You are right. It was the <br /> tag in my foreach loop. I removed it and the <br> tags disappeared. Is this a normal behavior? I mean why are the tags displayed before and not in the table? And why are the tags outputed as <br> and not as <br />?



9
Husberry
Tag problem in my templates
  • 2006/5/22 0:05

  • Husberry

  • Just popping in

  • Posts: 10

  • Since: 2006/5/21


Hello,

I have a strange problem in my news template. This is the HTML/Smarty Code from my template file:

... file.

<
table width="100%" border="0">
<{
section name=i loop=$columns}>
    <{foreach 
item=topic from=$columns[i]}>
    <
tr width="<{$columnwidth}>%" class="simple">
        <
td class="piccell"><{$topic.img}></td><td class="desccell"><{$topic.topicdescription}></td>
        <
br />
    </
tr>
    <{/foreach}>
<{/
section}>
</
table>


As you can see there are no Tags between the Table and the last character, in this case a point. But after looking into my HTML output I can see this:

... file.<br>
<
br>
<
br>
<
br>
<
br>

<
table width="100%" border="0">
<
tbody><tr width="100%" class="simple">
        <
td class="piccell">
...


I don't know from where this 5 <br> tags come from? I compiled the template several times without success. I can't prevent XOOPS from inserting this <br> tags. But I know why there are 5 Tags. It seems that a tag is generated with every loop cycle. There are 5 table columns, so there are 5 <br> tags.

Can anybody help me to fix this annoying bug?




TopTop



Login

Who's Online

152 user(s) are online (102 user(s) are browsing Support Forums)


Members: 0


Guests: 152


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