Toon posts:

[YaBB] Subs.pl link veranderen

Pagina: 1
Acties:
  • 39 views sinds 30-01-2008

Verwijderd

Topicstarter
Ok mijn probleem is dat ik een link wil veranderen dus hier is de code
code:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
    if($yySetCookies1 || $yySetCookies2) { print header(-cookie=>[$yySetCookies1, $yySetCookies2], -charset=>'$yycharset'); }
    else { print header(-status=>'200 OK', -charset=>'$yycharset'); }

    $yyposition = $yytitle; $yytitle = "$mbname - $yytitle";

    $yymenu = qq~<a href="$scripturl">$img{'home'}</a>$menusep<a href="$helpfile" target="_blank" style="cursor:help;">$img{'help'}</a>$menusep<a href="$cgi;action=search">$img{'search'}</a>$menusep<a href="$scripturl?action=mlall">$img{'memberlist'}</a>~;
    $yymenu .= qq~$menusep<a href="$scripturl?action=chatirc">$img{'chatirc'}</a>~;
    if($settings[7] eq 'Administrator') { $yymenu .= qq~$menusep<a href="$cgi;action=admin">$img{'admin'}</a>~; }
    if($username eq 'Guest') { $yymenu .= qq~$menusep<a href="$cgi;action=login">$img{'login'}</a>$menusep<a href="$cgi;action=register">$img{'register'}</a>~;
    } else {
        $yymenu .= qq~$menusep<a href="$cgi;action=profile;username=$useraccount{$username}">$img{'profile'}</a>~;
        if($enable_notification) { $yymenu .= qq~$menusep<a href="$cgi;action=shownotify">$img{'notification'}</a>~; }
        $yymenu .= qq~$menusep<a href="$cgi;action=logout">$img{'logout'}</a>~;
    }

nou wil ik de de link die naar de chat gaat veranderen in [url="http://www.xiaquan.com/~suhaib/Chat/chat.html"]http://www.xiaquan.com/~suhaib/Chat/chat.html[/url]

specifiek:

$yymenu .= qq~$menusep<a href="$scripturl?action=chatirc">$img{'chatirc'}</a>~;

ik heb zoveel dingen geprobeerd maar het lukt maar niet...

  • D2k
  • Registratie: Januari 2001
  • Laatst online: 31-08 10:19

D2k

ze hebben een mooi support forum daar

Doet iets met Cloud (MS/IBM)


Dit topic is gesloten.