41
angelomorto
SEO Redirect 301 on Smartsection

Hi guys,
I need a hand to rewrite 301.
I have a website hosted on Aruba.it and my url, for example ...

www.miosito.it/modules/smartsection/item.php?id=123

I want to change in....

www.miosito.it/articles/123

anybody know what to write into .htaccess file???

I tried different solutions but I have not solved the problem!



42
angelomorto
Facebook/Twitter login for Xoops

Hi all,

I'm looking for a module to log in to Xoops with Facebook or Twitter account.

I found these articles:

https://xoops.org/modules/news/article.php?storyid=3998
https://xoops.org/modules/news/article.php?storyid=5161

but the links are broken ...
somebody, has found these modules????



43
angelomorto
Fatal Error in Xoops 2.5.1a

Hello,
during the installation of Xoops 2.5.1a on server Aruba.it, I get a
blank page when loading this file:

/install/page_configsite.php

I enabled debugging from the database, and I see this
error:

Fatal error: Call to a member function getVar () on a non-object in /web/htdocs/xxxxxxx/home/install/include/functions.php on line 28


how can I fix it?



44
angelomorto
Re: Problem whit TAG module

Hi Voltan,
your solution does not work.
I recommend that users read the post, not to edit the file smartsection/include/plugin.tag.php but to edit the file

modules/tag/view.tag.php at line
$limit  = empty($tag_config["items_perpage"]) ? 10 $tag_config["items_perpage"]; 
$sort   "time"
$order  "DESC"

$criteria = new CriteriaCompo(new Criteria("o.tag_id"$tag_id));


add

$now time(); 
$criteria->add(new Criteria('o.tag_time'$now'<='));


this is the result

$limit  = empty($tag_config["items_perpage"]) ? 10 $tag_config["items_perpage"]; 
$sort   "time"
$order  "DESC"

$criteria = new CriteriaCompo(new Criteria("o.tag_id"$tag_id)); 
$now time(); 
$criteria->add(new Criteria('o.tag_time'$now'<=')); 
$criteria->setSort($sort); 
$criteria->setOrder($order); 
$criteria->setStart($start); 
$criteria->setLimit($limit);






45
angelomorto
Problem whit TAG module

Hi,
I have a problem with the form of tags and smartsection, this is my
configuration:
Xoops 2.4.4
TAG 2.3
Smartsection 2.14

With Smartsection I can publish an article
post-date, that will be visible from a determintat date. Now, the problem is the form of TAG, which if you put a tag in this article, even if the item is not visible in Smartsection, however, is visible in the form of TAG, because it does not take into account the date of publication.

How can I hide the contents of the tag post-dated?



46
angelomorto
[NEW] Videochat Module

I make a new videochat module based on userplan videochat http://www.userplane.com/

I want to publish my module, how can i do?

Module Demo: Link



47
angelomorto
multimenu 1.8 and W3C

I would wish to modify the module multiMenu 1.8 for being validated from the W3C. The problem is to move the stylesheet from the body of the page to the header. They are successful to modify XOOPS in order to allow the insertion of code in the header...
(for more info click here)
...but i have a problem… in order to make a test, i have inserted in the header this code:
Quote:

<link rel="stylesheet" type="text/css" href="<{$xoops_url}>/modules/multiMenu/script/06/style/mm_context2.css" title="Context2" />
<style type="text/css">
<{counter start=0 print=false}>
<{assign var=count value=1}>
<{foreach item=imenu from=$block.contents}>
<{if $imenu.submenu == 0 OR $imenu.submenu == 3 OR $imenu.submenu == 4}>
<{counter assign=menu print=false}>
<{if $imenu.image}>
<{assign var=count value=$count+1}>

.iconpc<{$block.mm}><{$menu}> {
background-image: url(<{$imenu.imageurl}>);
background-repeat: no-repeat; /* Do not alter this line! */
height: 16px;
left: 4px;
position: absolute; /* Do not alter this line! */
width: 16px;
}

<{/if}>
<{/if}>
<{/foreach}>

<{counter start=0 print=false}>
<{assign var=count value=1}>
<{assign var=count2 value=1}>
<{foreach item=imenu from=$block.contents}>
<{if $imenu.submenu == 0 OR $imenu.submenu == 3 OR $imenu.submenu == 4}>
<{counter assign=menu print=false}>
<{assign var=count value=1}>
<{elseif $imenu.submenu == 1 OR $imenu.submenu == 2}>
<{if $count == 1}>
<{assign var=count2 value=$count2+1}>
<{/if}>
<{if $imenu.image}>
<{assign var=sublink.$menu value=1}>
.iconsc<{$block.mm}><{$menu}><{$count}> {
background-image: url(<{$imenu.imageurl}>);
background-repeat: no-repeat; /* Do not alter this line! */
height: 16px;
left: 4px;
position: absolute; /* Do not alter this line! */
width: 16px;
}
<{/if}>
<{assign var=count value=$count+1}>
<{/if}>
<{/foreach}>

</style>

but the code does not interpreted from XOOPS. How I can make interpretaer the code from xoops? Exists one function that ago?

P.S. Excuse me for my orrible english!!!




TopTop
« 1 2 3 4 (5)



Login

Who's Online

225 user(s) are online (129 user(s) are browsing Support Forums)


Members: 0


Guests: 225


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