264221
regen_r8
Re: block visible everywhere
  • 2004/4/5 19:15

  • regen_r8

  • Not too shy to talk

  • Posts: 101

  • Since: 2002/5/23


Certainly, in the blocks admin page, edit the block and select "all pages" for the "Visible in" value.




264222
marcan
Re: Weird chars in News notification message
  • 2004/4/5 19:08

  • marcan

  • Just can't stay away

  • Posts: 824

  • Since: 2003/10/8


Thanks Mithrandir

Could someone tell me what sanitation is better recommended in that purpose and where in the process to insert it.

Thanks !



264223
Mithrandir
Re: Weird chars in News notification message

Looking into the route, the title takes before being in the message, I don't find anything being done about apostrophes.

The title is taken directly from the news subject without any sanitation and put in the extra tags array.

in XoopsNotificationHandler::trigger_event() nothing is done to the extra tags

in XoopsNotification::notifyUser, the tags are run through a preg_replace("/&/i", '&', $v) if the notification is sent by email

in XoopsMailer::send, the tags are run through a simple preg_replace to get the value in the place of the placeholders in the mail template - again without sanitation.

I am not an expert, so I cannot say if there should be a sanitation - and if so, then which action should be taken.



264224
marquis
Re: how do you customise a block?
  • 2004/4/5 19:01

  • marquis

  • Just popping in

  • Posts: 5

  • Since: 2004/3/29


hello there

I used CSS and it looks fine

I'm getting old, the brain monsieur ! the brain...

thank you for your time

Marquis



264225
builderb
Re: list mylink categories vertically instead of horizontally
  • 2004/4/5 18:58

  • builderb

  • Not too shy to talk

  • Posts: 137

  • Since: 2003/8/4 2


@ line # 24

replace this:
<{if $category.count is div by 3}>
</tr><tr>
<{/if}>


with this:
</tr><tr>

That should work for the index page.

If you want to do the same thing with the sub-category pages you will need to replace the following text @ line 24:

<{if $subcat.count is div by 4}>
</tr><tr>
<{/if}>

with this:

</tr><tr>



264226
marcan
Weird chars in News notification message
  • 2004/4/5 18:49

  • marcan

  • Just can't stay away

  • Posts: 824

  • Since: 2003/10/8


In the news module, when an article's title contains an apostrophe, the message received by the user contains the special chars. Exemple :

Title : L'armée du salut

The notification email received for this new article looks like this :

Quote:
Hello marcan,

A new story "L \ & # 0 3 9 ; armée du Salut" has been added at


I include spaces between the letters wo they don't get interpreted. But, strip the spaces in L \ & # 0 3 9 ; and this is what the user received. Not pretty hey ?

I had a '\' problem in the notification of the MyLinks module but I was able to solve it by adding 'stripslahes' to the title. However, in the news module, I did not find a solution.


Anyone can help ?

Thanks !



264227
mharoun
Is there is a way I can hide the web site URL?
  • 2004/4/5 18:46

  • mharoun

  • Just popping in

  • Posts: 59

  • Since: 2004/3/6 1


Before posting this question, I searched the Forum and I couldn't find an answer to it!

Is there is a way I can hide the web site URL?
I mean what ever after the root address:
e.x:

http://www.mywebsite.com/html/modules/news/
I need it to looks:
http://www.mywebsite.com/

Thanks



264228
manel
Re: Spotlight.v2.0 RC2 Released Again
  • 2004/4/5 18:43

  • manel

  • Just popping in

  • Posts: 32

  • Since: 2003/1/26


Thanks m0nty,

the problem with de bbcodes persists. But is very important that this module woks with xfsections.

Thanks for all

Manel



264229
TheFinni
Re: MS-Weather 1.3
  • 2004/4/5 18:36

  • TheFinni

  • Just popping in

  • Posts: 75

  • Since: 2003/11/25


a minor language error...

Fahrenheid should be Fahrenheit

with a: "t"



264230
fluent
Re: Oscommerce doesn't show images on administration
  • 2004/4/5 18:15

  • fluent

  • Just popping in

  • Posts: 43

  • Since: 2003/11/22



I think this is a bug, check the path the browser is looking for (Right click on the image and select properties). I had this come up but I fixed it and I don't remember the detail.

Jonathan







Login

Who's Online

219 user(s) are online (161 user(s) are browsing Support Forums)


Members: 0


Guests: 219


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