Joomla! Discussion Forums



It is currently Mon Nov 23, 2009 12:49 am (All times are UTC )

 


Forum rules

Global Rules
Additional Rules for this forum <------- Please read before posting



Post new topic Reply to topic  [ 96 posts ]  Go to page Previous  1, 2, 3, 4
Author Message
Posted: Thu Oct 29, 2009 12:14 pm 
User avatar
Joomla! Guru
Joomla! Guru
Offline

Joined: Thu Jun 01, 2006 1:52 pm
Posts: 778
Location: Moscow, Russia
antworks-it wrote:
Look at the vertical menu on the left side: "camicie da uomo su misura" goes correctly on two lines. However, if you click on the link itself, the target page will show "camicie da uomo [br] su misura"... what's going on ? the menu is the same, obviously... the fancy thing is that if you click on a tissue's photo on this page, the next page will have the left menu correctly breaked !

Hi Giorgio,
I didn't test your html pages myself, sorry, but I want to suggest the debugging technique for this issue:
1. Please look into the 'plugins/system/yvbbcode.php' file, function _replaceCode(& $text)
2. Change $debug = false; to $debug = true;
3. See and analyze debug info: I think, that for some reasom yvBBCode decides to skip some part of the page (maybe some tags are not closed...)

_________________
Text of all my messages is available under the terms of the GNU Free Documentation License: http://www.gnu.org/copyleft/fdl.html


Top
  E-mail  
 
Posted: Thu Oct 29, 2009 3:37 pm 
Joomla! Fledgling
Joomla! Fledgling
Offline

Joined: Thu Oct 29, 2009 9:43 am
Posts: 3
Hello Yvolk,
thanks for your help ! pointless to say, you were absolutely right !! I checked again my page with W3C validator, I fixed some errors and now everything goes well.

You're great :-)

Have a nice day,
Giorgio


Top
  E-mail  
 
Posted: Fri Nov 06, 2009 5:55 am 
User avatar
Joomla! Intern
Joomla! Intern
Offline

Joined: Wed Jun 11, 2008 1:59 am
Posts: 60
Can someone please tell me if I have to "integrate" yvbbcode with something to be able to use it with menu items? I can't find a step-by-step. I have the plugin set to whole page.

_________________
http://www.Collectibles-Museums.com
http://www.Buy-A-Web-Site.com


Top
  E-mail  
 
Posted: Fri Nov 06, 2009 11:13 am 
User avatar
Joomla! Guru
Joomla! Guru
Offline

Joined: Thu Jun 01, 2006 1:52 pm
Posts: 778
Location: Moscow, Russia
jacks88 wrote:
Can someone please tell me if I have to "integrate" yvbbcode with something to be able to use it with menu items? I can't find a step-by-step. I have the plugin set to whole page.

You should insert BBCodes into Menu items manually. Nothing else is necessary.


Top
  E-mail  
 
Posted: Sat Nov 07, 2009 10:18 pm 
Joomla! Fledgling
Joomla! Fledgling
Offline

Joined: Sat Nov 07, 2009 10:09 pm
Posts: 1
I wanna so this:
[st]{content}[/st]

<a href="{content}" target="_blank"><img src="http://de.linkvendor.com/img/icons/url_rewrite.png" border=0 alt="Image of WWW" /></a>

all i gotta do is edit extended.php

add this

'st' => array(
'htmlopen' => 'a',
'htmlclose' => 'a',
'allowed' => 'none',
'attributes'=> array('st' => 'href=%2$s%1$s%2$s',

thats how i got the link (i think).. but where do I put the image?

can i do it like this?

'st' => array(
'htmlopen' => 'a',
'htmlclose' => 'a',
'allowed' => 'none',
'attributes'=> array('st' => 'href=%2$s%1$s%2$s target="_blank"><img src="http://de.linkvendor.com/img/icons/url_rewrite.png" border=0 alt="Image of WWW" />',

or how do I do it?^^

after editing extended.php, do i have to edit anything else?


Top
  E-mail  
 
Posted: Mon Nov 09, 2009 8:29 am 
Joomla! Fledgling
Joomla! Fledgling
Offline

Joined: Thu Oct 29, 2009 9:43 am
Posts: 3
Dear Yvolk,
while debugging my website I found a possible bug in your software: I had a page in which the bbcodes weren't translated (f.e. the [br] was printed as [br] instead of <br>). This page was 100% valid HTML (at least this was the response of the W3C validator)... finally I found that there was a commented input text which wasn't closed with the / ; maybe that your module should better skip the html-commented code ?

This was the raw causing the problem:

<!-- <input type="hidden" name="user_available" id="user_available" value=""> -->

Anyway, thanks again for this piece of software, which is really great !


Top
  E-mail  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 96 posts ]  Go to page Previous  1, 2, 3, 4

Quick reply

 



Who is online

Users browsing this forum: No registered users and 13 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Jump to:  
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group