11
Mazar
Re: url rewrite in modules. with page title
  • 2010/2/16 7:10

  • Mazar

  • Not too shy to talk

  • Posts: 191

  • Since: 2009/1/4 0


No any guidline or hack to get title in url for SEO.
Xoops core developers should really sort out this issue. Joomla, wordpress,. modx etc all have the feature for SEo. we say we moving but we still years behind other cms's



12
Mazar
url rewrite in modules. with page title
  • 2010/2/12 6:23

  • Mazar

  • Not too shy to talk

  • Posts: 191

  • Since: 2009/1/4 0


Is this possible to rewrite url with page title or article title in modules. if so how to? can anyone guide me



13
Mazar
Re: medical search module
  • 2010/1/28 7:30

  • Mazar

  • Not too shy to talk

  • Posts: 191

  • Since: 2009/1/4 0


Hi sailjapan, I have created a module it is symptom directory. it is at the moment just post symptoms of diseases and browse by alphabets. if you think there should be some extra features let me know i will finish it and release it

You can see the module in action here
http://www.onlinedr.co.za/modules/sdirecotry/
it is not finished yet



14
Mazar
Re: Multiple image or file uplaoder for xoops
  • 2010/1/16 7:35

  • Mazar

  • Not too shy to talk

  • Posts: 191

  • Since: 2009/1/4 0


Yes Bumciach,

I meant XOOPS core developers should extend and improve the XOOPS uploader class for multiple uploads and thumbnail creations.
I like the uploadify too. i tried integrating it in one of my module. made it work to upload but coudlnt get filepath and thumnail creations to work. i quit it

here is a good set of function for multi upload and thumnail creations

http://www.cafewebmaster.com/smart-multi-uploader-and-thumbnail-creator-gif-jpeg-png-php



15
Mazar
Multiple image or file uplaoder for xoops
  • 2010/1/15 8:20

  • Mazar

  • Not too shy to talk

  • Posts: 191

  • Since: 2009/1/4 0


I think this been in discussion before that XOOPS uploader class lacks multiple uploader option and thumbnail creation. or maybe i am not understanding the uploader.

i think the XOOPS core developer should modify the uploader class to make it easy for module developers to use uploader class for multiple uploads. easy thumbnail creations, and watermarking images.

I see some module have these options but i dont know how they managing it. I like the codeigniter uploader class i think XOOPS core developer should make a class like codeigniter has.





16
Mazar
Re: Looking for a decent web hosting company for multiple Xoops sites
  • 2010/1/5 20:22

  • Mazar

  • Not too shy to talk

  • Posts: 191

  • Since: 2009/1/4 0


Bluehost is the the best you can visit bluehost on
Bluehost



17
Mazar
does tag module automatically create tags from meta keyword?
  • 2010/1/5 18:01

  • Mazar

  • Not too shy to talk

  • Posts: 191

  • Since: 2009/1/4 0


I am wondering if tag module can retrieve meta keywords automatically from module table and create tag cloud? i tried with news module it doesnt, i have to add tags manually foreach news.

if anyone know or can post a solution i will appreciate it thanks



18
Mazar
Re: Looking for a decent web hosting company for multiple Xoops sites
  • 2009/12/22 23:07

  • Mazar

  • Not too shy to talk

  • Posts: 191

  • Since: 2009/1/4 0


i am hosting in Bluehost found it the best host ever. you can host multiple sites and multiple domains in one account



19
Mazar
Re: how can i properly print this array in smarty template. it is gone complecated
  • 2009/12/21 9:53

  • Mazar

  • Not too shy to talk

  • Posts: 191

  • Since: 2009/1/4 0


Thanks solved it




20
Mazar
how can i properly print this array in smarty template. it is gone complecated
  • 2009/12/21 8:27

  • Mazar

  • Not too shy to talk

  • Posts: 191

  • Since: 2009/1/4 0


Having problem assigning a multidimensional array to template

my function

$catid = (isset($_GET['subcat'])) ? intval($_GET['subcat']) : 0;
$subcats_show showSubcats($catid);
print_r($subcats_show);
$xoopsTpl->assign('subs'$subcats_show);


function 
showSubcats($catid)
{
    global 
$xoopsUser$xoopsConfig$xoopsDB$xoopsModuleConfig;
    
$subs = array();
    

    
//print $sql."n";
    
    
$query $xoopsDB->query(' SELECT * FROM ' $xoopsDB->prefix('destinations_topic'). " WHERE topic_pid=".$catid." ");
    
$i =0;
    while (
$row $xoopsDB->fetchArray($query)) 
    {
        
$subs[$i]['parent']['topic_id'] = $row['topic_id'];
        
$subs[$i]['parent']['topic_title'] = $row['topic_title'];
        
//$categories[$i]['topic_img'] = $row['topic_img'];
        
$child $row['topic_id'];
         
    
//print_r($child_array);
            
$topicHandler =& xoops_getModuleHandler('destinations_topic''destinations');
            
$criteria = new Criteria('topic_pid',$child);
            
$arr $topicHandler->getAll($criteria);
            
$mytree = new XoopsObjectTree($arr'topic_id''topic_pid');
            
$child_array $mytree->getAllChild($child);
            
            foreach (
$child_array as $child)
            {
              
                
$subs[$i]['child']['topic_id'] = $child->getVar('topic_id');
                
$subs[$i]['child']['topic_title'] = $child->getVar('topic_title');
                
//$subs['parent'][$i]['child'][$j]['url'] = $url.$child->getVar($id_name);
               
            
}
       
        
$i++;
    }
    return 
$subs;
}


in print recursive i am getting the array like this
Array
(
    [
0] => Array
        (
            [
parent] => Array
                (
                    [
topic_id] => 2
                    
[topic_title] => Dubai
                
)

            [
child] => Array
                (
                    [
topic_id] => 3
                    
[topic_title] => Dubai Speicals
                
)

        )

    [
1] => Array
        (
            [
parent] => Array
                (
                    [
topic_id] => 4
                    
[topic_title] => Abu Dhabi
                
)

            [
child] => Array
                (
                    [
topic_id] => 5
                    
[topic_title] => Abu Dubai Specials
                
)

        )

)

this is the pre recursive

how can i print this array properly in smarty template?




TopTop
« 1 (2) 3 4 5 ... 14 »



Login

Who's Online

203 user(s) are online (126 user(s) are browsing Support Forums)


Members: 0


Guests: 203


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: Mar 31
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits