Goffy
Co-AdministratorAw: xsitemap and SEO URLS
12.04.2021 15:44Hi
bei SEO muss ich leider auch passen, mit der Thematik hab ich mich noch viel zu wenig beschäftigt
Hi
bei SEO muss ich leider auch passen, mit der Thematik hab ich mich noch viel zu wenig beschäftigt
public function getURL($uid, $num, $pos, $view)
{
$helper = Helper::getInstance();
$moduleDirName = basename(dirname(__DIR__));
/** @var XoopsModuleHandler $moduleHandler */
$moduleHandler = xoops_getHandler('module');
/** @var XoopsConfigHandler $configHandler */
$configHandler = xoops_getHandler('config');
if (!isset($GLOBALS['screenshotsModule'])) {
$GLOBALS['screenshotsModule'] = $moduleHandler->getByDirname($moduleDirName);
}
// if (!isset($GLOBALS['screenshotsModuleConfig'])) {
// $GLOBALS['screenshotsModuleConfig'] = $configHandler->getConfigList($GLOBALS['screenshotsModule']->getVar('mid'));
// }
if ($helper->getConfig('htaccess')) {
return XOOPS_URL . '/' . $helper->getConfig('baseurl') . '/' . str_replace(
[
'_',
' ',
')',
'(',
'&',
'#',
'[/de]',
'[/en]',
'[/fr]',
'[',
']',
'--',
],
'-',
$this->getVar('title')
) . '/cat,' . $this->getVar('cid') . ',' . $uid . ',' . $num . ',' . $pos . ',' . $view . $helper->getConfig('endofurl');
}
return Helper::getInstance()->url() . 'viewcat.php?cid=' . $this->getVar('cid') . '&uid=' . $uid . '&num=' . $num . '&pos=' . $pos . '&view=' . $view;
}
Was sagt der Systemtest von wgGallery?
Hallo Freunde!
Ich habe versucht mal mit der derzeitigen xoops 2.5.11 beta zusammen die wggallery zu nutzen.Es läuft alles ohne Probleme bis man Bilder uploaden möchte.Das erste und 2. ging dann hatte ich den Effekt keines der Bilder wurde hochgespielt mehr.Da ich alle mit Handy gemacht habe und sie gleich groß sind bin ich nicht genau dahinter gekommen,so das es mal jemand noch testen müsste.Upload Limit habe ich auch genug.Ich hatte Einstellung Größe optimal eingestellt.Das einzige ist was ich noch nicht getestet habe bzw. noch nicht angepasst habe sind die Themen Perfection,da ichmich mit Bootrap noch nicht so beschäftigt habe.Vorerst habe ich jetzt die Stable Xoops wieder drin da geht es problemlos,unabhängig der Größe.Es ist genau so eingestellt wie zuvor.
Forum | Thema | Antworten | Views | Letzter Beitrag |
---|---|---|---|---|
Die Installation und Administration von XOOPS 2.5.X | [Offen] Upgrade 2.5.11 | 3 | 451 | 07.05.2023 07:03 Goffy ![]() |
sonstige Module | wgSimpleAcc | 0 | 615 | 02.02.2023 19:05 Goffy ![]() |
Die Installation und Administration von XOOPS 2.5.X | [Anfrage] mainfile.php | 13 | 2540 | 16.12.2022 13:48 Goffy ![]() |
Module für Kalender, Kontakte und Formulare | Neue Version von wgEvents | 0 | 1219 | 29.08.2022 17:11 Goffy ![]() |
sonstige Module | wgFaker | 0 | 1191 | 29.08.2022 15:09 Goffy ![]() |