11
Saganxis
how to pass session between differents sites???
  • 2007/5/8 12:44

  • Saganxis

  • Just popping in

  • Posts: 25

  • Since: 2006/7/20


Hi everybody, i wanted to know if is there any possibility to pass a session between two or more different sites...



12
Saganxis
Re: Module: multimenu description
  • 2007/4/24 14:52

  • Saganxis

  • Just popping in

  • Posts: 25

  • Since: 2006/7/20


Well at first, when you download the module the name of the zip file is "m_xoops-2.0.x-2.2.x_multimenu_1.8". But in the xoops_version says that the version of this module is 1.82.

$modversion['version'] = "1.82";

Then i saw in the module's docs there are a guide of the module. I think it's very helpful for the detailed description.


Sorry for my english. I want to help so i 'd like to try.

In the index guide says:

GENERAL
multiMenu is a multifunction links menu manager. It has been designed to easily display links and menus on a XOOPS site. For webmasters, links can be added either from the administration side, or directly from a link in the index pages of the module. This 1.7 version now includes a sitemap interface, which will allow the webmaster to design his own navigation.

FEATURES
The main objective of this module is to allow webmasters who are not used with website or module management to easily display custom menus. Other benefits include plenty of features that allow the webmaster to personalise the use of the module. This includes very flexible block menu allowing many disply type options, as we will see later in this short guide.


Maybe this can help.

The last sentence of 'general' can be changed to

"This last version now includes a sitemap interface, which will allow the webmaster to design his own navigation."



13
Saganxis
Re: Cakephp and Xoops????
  • 2007/3/15 21:28

  • Saganxis

  • Just popping in

  • Posts: 25

  • Since: 2006/7/20


Thanks for replaying. There is an option to disable the CakePHP Session in the core.php file. The only thing i want is try to integrate it into xoops. At the begining it could be a little messy but maybe is that way that we can start. For example in this article tells how to improve the integration into joomla. I know that now there is a release of a component that can be intalled into joomla. They can integratecake into joomla not joomla into cake. That what i want.

So the point is that we can use cake and XOOPS together but following step-by-step.

To the davidl2's question: Yes there is a way to implement smatry into cake.

This framework offers a lot of costumization...but XOOPS too, that why i like it!!!




14
Saganxis
Re: Cakephp and Xoops????
  • 2007/3/15 15:48

  • Saganxis

  • Just popping in

  • Posts: 25

  • Since: 2006/7/20


I 've searched the web and sow that cakephp was implemented on Drupal and Joomla. Here is an exmaple on how to use cake with Joomla.
I think cakephp is a very powerfull framework and i like XOOPS very much but... i need to do something using XOOPS and i'd like to use some features form cake.



15
Saganxis
Cakephp and Xoops????
  • 2007/3/15 14:27

  • Saganxis

  • Just popping in

  • Posts: 25

  • Since: 2006/7/20


Has anybody knows if there is a way to implements cakepkp with Xoops????



16
Saganxis
Re: Get fields name using xoops class
  • 2006/11/3 18:11

  • Saganxis

  • Just popping in

  • Posts: 25

  • Since: 2006/7/20


I realized that i can do

function GetFieldList($result) {
global $xoopsDB;
$columns = $xoopsDB->getFieldsNum($result);
for ($i = 0; $i < $columns; $i++) {
$Listing[] =$xoopsDB->getFieldName($result,$i);
}
return ($Listing);
}

Thanks anyway and sorry for my english



17
Saganxis
Get fields name using xoops class
  • 2006/11/3 17:43

  • Saganxis

  • Just popping in

  • Posts: 25

  • Since: 2006/7/20


Hi, i wanted to know if there is a way to take a list of the fields on any table using the XOOPS class.

I know i can do

function GetFieldList($DB, $Table) {
$fldlist = mysql_list_fields($DB, $Table);
$columns = mysql_num_fields($fldlist);
for ($i = 0; $i < $columns; $i++) {
$Listing[] = mysql_field_name($fldlist, $i);
}
Return ($Listing);
}

Is anyone know another way to this using the XOOPS class?

Thanks!



18
Saganxis
Xoops Blocks
  • 2006/10/10 16:23

  • Saganxis

  • Just popping in

  • Posts: 25

  • Since: 2006/7/20


Hi, i just wanted to know how to call a block in a section on my module.I want to make it change when i select an expecific link.
My module is similar to "links" and i want when i click on some link, redirect to a page (which is on my site) and show in my block all the related links to the one i've clicked.

Anyone knows how?

Sorry for my English.



19
Saganxis
Magazine Module
  • 2006/10/9 13:03

  • Saganxis

  • Just popping in

  • Posts: 25

  • Since: 2006/7/20


Hi, i've having some problemas with Magazine module. When i click on "Create new Document" it seems that i want to download a file, and i can't access to that link.
Anyone know why?

I've XOOPS 2.0.15



20
Saganxis
get the user id
  • 2006/9/27 1:56

  • Saganxis

  • Just popping in

  • Posts: 25

  • Since: 2006/7/20


Well i think it will be easier to do

$uId = $xoopsUser->getVar('uid');
xoopsTpl->assign('id',$uId);




TopTop
« 1 (2) 3 »



Login

Who's Online

224 user(s) are online (141 user(s) are browsing Support Forums)


Members: 0


Guests: 224


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