1
snakeli
multiMenu 1.5
  • 2005/1/18 16:20

  • snakeli

  • Just popping in

  • Posts: 6

  • Since: 2005/1/18


Ok I install multimenu 1.5 and when I tried to make a menu. I actived it made it visable but when I logged on to my site it is all blank. So I but it on debugg and this is what it showed me "Parse error: parse error, unexpected T_STRING in /home/snakeli/public_html/modules/multiMenu/blocks/multimenu.php on line 96" Does anyone know how to fix this.

2
solo71
Re: multiMenu 1.5
  • 2005/1/18 16:54

  • solo71

  • Module Developer

  • Posts: 941

  • Since: 2003/1/29


I have just corrected the bug. Please download the multiMenu again.

In the mean while, check on WolFactory the soon to next version (multiMenu 1.6) for test. Have a look on the sitemap option.


3
thebigkk
Re: multiMenu 1.5 and 1.6
  • 2005/1/23 12:24

  • thebigkk

  • Not too shy to talk

  • Posts: 103

  • Since: 2003/10/27


G'day Solo71. Do you have a fix for the ability to be able to add mailto: links?

When i try and add a mailto link it gets prefaced with the website address.

eg if i try and add mailto:thebigkk@xoops.com, when I click on the link it puts in the addressbarhttp://www.giles.id.au/mailto:thebigkk@xoops.com

Any suggestions?

Cheers

4
solo71
Re: multiMenu 1.5 and 1.6
  • 2005/1/23 15:44

  • solo71

  • Module Developer

  • Posts: 941

  • Since: 2003/1/29


Yep, it's easy to perform. I'll add this to next release.

In the meanwhile, if you want to do it yourself, edit the 'block/multimenu.php' file and change the following line :



if (
            (
eregi("http://"$myrow['link'])) || 
            (
eregi("https://"$myrow['link'])) || 
            (
eregi("ftp://"$myrow['link'])))
             {
            
$link $myrow['link'];
            } else {
            
$link XOOPS_URL."/".$myrow['link'];
            }


in

if (
            (
eregi("http://"$myrow['link'])) ||
            (
eregi("mailto:"$myrow['link'])) ||
            (
eregi("https://"$myrow['link'])) || 
            (
eregi("ftp://"$myrow['link'])))
             {
            
$link $myrow['link'];
            } else {
            
$link XOOPS_URL."/".$myrow['link'];
            }


Do the same operation with the multimenu_add file as well.


5
thebigkk
Re: multiMenu 1.5 and 1.6
  • 2005/1/23 21:21

  • thebigkk

  • Not too shy to talk

  • Posts: 103

  • Since: 2003/10/27


Thankyou for the quick response.

Cheers

Login

Who's Online

158 user(s) are online (89 user(s) are browsing Support Forums)


Members: 0


Guests: 158


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