51
Mazar
Re: Multixoops - With version 2.3.3 - RC
  • 2009/10/5 10:48

  • Mazar

  • Not too shy to talk

  • Posts: 191

  • Since: 2009/1/4 0


Hi, i have installed multisite it is working fine. but not changing theme for diffent domain. it changes blocks etc



52
Mazar
populating drop down selectbox with db results
  • 2009/9/30 9:39

  • Mazar

  • Not too shy to talk

  • Posts: 191

  • Since: 2009/1/4 0


Hi having problem to populate drop down box with db i know how to do that with php but can not figure owt with XOOPS form
global $xoopsDB;
            
$query $xoopsDB->query(' SELECT * FROM ' $xoopsDB->prefix('pages_sections'));
            
$myrow $xoopsDB->fetchArray($query);
            
$pageid $myrow['sections_id'];
            
$pagetitle $myrow['sections_link'];
$form->addElement(new XoopsFormSelect(_AM_PAGES_SECTIONS_PARENT"sections_parent"$pageid$pagetitle), false);

I did it like this but no result being shown. the results are being returned from database as used print result it was printing the returned results from db. but not working in selectbox



53
Mazar
Blocks anywhere hack by trabis works within custom html blocks?
  • 2009/9/30 7:08

  • Mazar

  • Not too shy to talk

  • Posts: 191

  • Since: 2009/1/4 0


Can i use a block within a block with this hack? i am creating a html block with XOOPS custom blocks. i want to put another block within this block using <{block id=15}> but it is only printing <{block id=15}> this.

can anyone tell me if i can do something like this?
i even put the smarty plugin in plugins directory i made it work on theme but not in a custom html block



54
Mazar
Re: Site is up, then down. I can login sometimes but then get kicked out.
  • 2009/9/30 6:29

  • Mazar

  • Not too shy to talk

  • Posts: 191

  • Since: 2009/1/4 0


Your XOOPS session table might be full. login to phpmyadmin and empty the session table in your XOOPS database.



55
Mazar
Re: Best bloggin module
  • 2009/9/29 11:25

  • Mazar

  • Not too shy to talk

  • Posts: 191

  • Since: 2009/1/4 0


You can try XOOPS lifetype module as well if you want. I tried this long ago when it came out first seems to have lot of features.
you can download form the link below
https://xoops.org/modules/news/article.php?storyid=4099



56
Mazar
Re: how to keep current item active in multimenu?
  • 2009/9/28 7:26

  • Mazar

  • Not too shy to talk

  • Posts: 191

  • Since: 2009/1/4 0


HI Ghia, I am using multimenu module created a horizontal drop down menu for my site. now i want if i click any item on menu it should stay highlighted untill i click any other item on menu.




57
Mazar
how to keep current item active in multimenu?
  • 2009/9/27 19:30

  • Mazar

  • Not too shy to talk

  • Posts: 191

  • Since: 2009/1/4 0


I am trying to figure owt how can i keep current menu item active when clicked in multimenu



58
Mazar
HI i am trying somehting stupid i think but dont know if it gona work
  • 2009/9/18 10:44

  • Mazar

  • Not too shy to talk

  • Posts: 191

  • Since: 2009/1/4 0


with xoopsform i am tyring to get first group it is fine i can get it with xoopsFormselectgroup.
so after i select group i want another select box to select the users of the group which i selected above is that possible if so anyone can post me a snippet?



59
Mazar
Re: Xoops downloader class how can i use it.
  • 2009/9/11 8:43

  • Mazar

  • Not too shy to talk

  • Posts: 191

  • Since: 2009/1/4 0


how can i use XOOPS downloader class. i dont know if i am specific with the problem
i am tryng somehting like this

include_once XOOPS_ROOT_PATH."/class/downloader.php";
$mydownload = new XoopsDownloader();

$mydownload->addfile($filepath,$myfile);
$mydownload->download($myfile);

I am not understanding the use of this class to download my file



60
Mazar
Xoops downloader class how can i use it.
  • 2009/9/11 7:28

  • Mazar

  • Not too shy to talk

  • Posts: 191

  • Since: 2009/1/4 0


i have build a module which support uploading file but i can not download the files i just gave the path of the file uploaded everything seems correct but when i click on download link it says oject not found.
if i right click on link and save link as it will download the file but it is corruped can not open then but in uploads folder i can open the file
any help will be appreciated




TopTop
« 1 ... 3 4 5 (6) 7 8 9 ... 14 »



Login

Who's Online

151 user(s) are online (107 user(s) are browsing Support Forums)


Members: 0


Guests: 151


more...

Donat-O-Meter

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

Latest GitHub Commits