Clean URL
Re: Clean URL
Hi Maxim,
sorry, but I don't really know, what is your problem?
If it just is target="_blank": The user should have the choice, to use the right mouse button or not, I will not use target="_blank"
Gert
sorry, but I don't really know, what is your problem?
If it just is target="_blank": The user should have the choice, to use the right mouse button or not, I will not use target="_blank"
Gert
$link
Не использовать ". $tx['menu']['print'] ."?
Использовать ". $link ."?
Do not use ". $tx['menu']['print'] ."?
Use ". $link ."?
Simple Hosting
Бедная, бросаемая бурею, безутешная!
Бедная, бросаемая бурею, безутешная!
Re: Clean URL
Code: Select all
function printlink($img_src = '')
{
...
$title = $tx['menu']['print'];
$link = '';
...
if ($img_src != '')
{
$link = tag('img title="' . $title . '" src="' . $pth['folder']['template'] . 'images/' . $img_src . '" alt="' . $title . '"');
}
else
{
$link .= $title;
}
return '<a href="'.$sn.'?'.$t.'">' . $link . '</a>';
}
Code: Select all
<?php echo printlink('printlink.gif');?>
<?php echo mailformlink('mailformlink.gif');?>
...
Gert
PS: http://www.cmsimple.org/forum/viewtopic.php?f=8&t=270
Have a look at the last item of the feature list.
PS2: Next step will be a template tutorial (for experienced users), there will be documented such features.
Кокой шаблон я могу использовать для отладки?
Кокой шаблон я могу использовать для отладки?
Создайте пожалуйста снимок экрана.
What template I can use to debug?
Please create a screen shot.
Создайте пожалуйста снимок экрана.
What template I can use to debug?
Please create a screen shot.
Simple Hosting
Бедная, бросаемая бурею, безутешная!
Бедная, бросаемая бурею, безутешная!
Re: Clean URL
Hello,
here you have an example: http://www.kstb.de/cmsimpledev/
Take the __cmsimple_default__ template and change in the template.htm:
Old:
New:
The icons you can copy from the linked website, and put into the images folder of the template,
Gert
here you have an example: http://www.kstb.de/cmsimpledev/
Take the __cmsimple_default__ template and change in the template.htm:
Old:
Code: Select all
<?php echo toc();?>
<ul class="subnav">
<li><?php echo printlink();?></li>
<li><?php echo sitemaplink();?></li>
<li><?php echo mailformlink();?></li>
</ul>
Code: Select all
<?php echo toc();?>
<div style="padding: 48px 2px;">
<?php echo homelink('homelink.png') . ' ';?>
<?php echo printlink('printlink.png') . ' ';?>
<?php echo sitemaplink('sitemaplink.png') . ' ';?>
<?php echo mailformlink('mailformlink.png') . ' ';?>
</div>
Gert
Правильно так
Да, я так и думал
Правильно так:Спасибо!!!
Yes, I thought so
Rightly so:Thank you!!!
Правильно так:
Code: Select all
return '<a href="'.$sn.''.$t.'.html" target="_blank">' . $link . '</a>';
Yes, I thought so
Rightly so:
Code: Select all
return '<a href="'.$sn.''.$t.'.html" target="_blank">' . $link . '</a>';
Simple Hosting
Бедная, бросаемая бурею, безутешная!
Бедная, бросаемая бурею, безутешная!
/Welcome_to_CMSimple&Login.html
Здравствуйте
В CMSimple 4.2.3
По умолчанию
/?Welcome_to_CMSimple&login
Если в
cmsimple/functions.php
function loginlink()
Меняю:
на
http://maxim.zp.ua/users/files/download52.html - Config-CMSimple-423-CleanURLs-2013-08-12.zip
http://maxim.zp.ua/users/files/download53.html - Addon-CMSimple-423-CleanURLs-2013-08-12.zip
http://maxim.zp.ua/users/files/download54.html - 423-2013-08-12.txt
Получается
/Login.html
Если выбираю "View mode" появляется ошибка:
Или, чтобы у URL был вид:
/Welcome_to_CMSimple&Login.html
а не:
/?Welcome_to_CMSimple&login
/Login.html
Hello
CMSimple 4.2.3
Default
/?Welcome_to_CMSimple&login
If in
cmsimple/functions.php
function loginlink()
Change:
on
http://maxim.zp.ua/users/files/download52.html - Config-CMSimple-423-CleanURLs-2013-08-12 .zip
http://maxim.zp.ua/users/files/download53.html - Addon-CMSimple-423-CleanURLs-2013-08-12 .zip
http://maxim.zp.ua/users/files/download54.html - 423-2013-08-12 .txt
It turns out
/Login.html
If I choose "View mode" appears in the error:
Or, so that was kind of URL:
/Welcome_to_CMSimple&Login.html
instead of:
/?Welcome_to_CMSimple&login
/Login.html
В CMSimple 4.2.3
По умолчанию
/?Welcome_to_CMSimple&login
Если в
cmsimple/functions.php
function loginlink()
Меняю:
Code: Select all
return a($s > -1 ? $s : 0, '&login') . $tx['menu']['login'] . '</a>';
Code: Select all
return '<a href="' . $sn . uenc($tx['menu']['login']) . '.html">' . $tx['menu']['login'] . '</a>';
http://maxim.zp.ua/users/files/download53.html - Addon-CMSimple-423-CleanURLs-2013-08-12.zip
http://maxim.zp.ua/users/files/download54.html - 423-2013-08-12.txt
Получается
/Login.html
Если выбираю "View mode" появляется ошибка:
Подскажите, что можно сделать, чтобы вместо ошибки было предупреждение, предложение выбрать страницуForbidden
You don't have permission to access /.html on this server.
Или, чтобы у URL был вид:
/Welcome_to_CMSimple&Login.html
а не:
/?Welcome_to_CMSimple&login
/Login.html
Hello
CMSimple 4.2.3
Default
/?Welcome_to_CMSimple&login
If in
cmsimple/functions.php
function loginlink()
Change:
Code: Select all
return a($s > -1 ? $s : 0, '&login') . $tx['menu']['login'] . '</a>';
Code: Select all
return '<a href="' . $sn . uenc($tx['menu']['login']) . '.html">' . $tx['menu']['login'] . '</a>';
http://maxim.zp.ua/users/files/download53.html - Addon-CMSimple-423-CleanURLs-2013-08-12 .zip
http://maxim.zp.ua/users/files/download54.html - 423-2013-08-12 .txt
It turns out
/Login.html
If I choose "View mode" appears in the error:
Tell me what you can do to was a warning instead of an error, a proposal to select the pageForbidden
You don't have permission to access /.html on this server.
Or, so that was kind of URL:
/Welcome_to_CMSimple&Login.html
instead of:
/?Welcome_to_CMSimple&login
/Login.html
Simple Hosting
Бедная, бросаемая бурею, безутешная!
Бедная, бросаемая бурею, безутешная!
$s > -1 ? $s : 0,
Объясните пожалуйста эту часть
Please explain this part
Code: Select all
$s > -1 ? $s : 0,
Code: Select all
$s > -1 ? $s : 0,
Simple Hosting
Бедная, бросаемая бурею, безутешная!
Бедная, бросаемая бурею, безутешная!
Re: Clean URL
It's the same as:
Ask Google for "ternary expressions" or look here:
http://phpmaster.com/using-the-ternary-operator/
Gert
Code: Select all
if($s > -1) // if a page is called (not only the blank URL)
{
$s = $s; // stay on this page
}
else
{
$s = 0; // call the first page
}
// and then return:
return a($s, '&login') . $tx['menu']['login'] . '</a>';
http://phpmaster.com/using-the-ternary-operator/
Gert