31
kerkyra
Re: Existing website, subdomain, and CMS/DMS/Wiki - Can XOOPS do this?
  • 2011/3/1 13:34

  • kerkyra

  • Just can't stay away

  • Posts: 553

  • Since: 2005/2/14


i had done something similar in the past with flash menus etc for small business site. doing the following

a) create a simple theme embed your flash files in there
b) for my needs i used the content module, and added all the basic content of the previous site (creating the right block menu structure from within the module as well)
c) changed the flash links with the correct urls (if you can pass variables to the flash menu, you can pass the selected content item id on every page load to the flash file and highlite the current menu item for example)
d) i also used xnews

i dont think you will have problems implementing your site's structure and layout using xoops, but i think some experience on xoops will help you get over with it much quicker.
Whatever happens though, we will be here (hopefully) to help. :)
www.guidemap.gr - Beta is out...



32
kerkyra
Re: XOOPS 2.5.0 Bug Hunting
  • 2011/2/22 12:28

  • kerkyra

  • Just can't stay away

  • Posts: 553

  • Since: 2005/2/14


anybody seen a strange behaviour when changing the order of the modules in admin? whenever i change it, all modules become visible as well!
www.guidemap.gr - Beta is out...



33
kerkyra
Re: Xlanguage problem
  • 2011/2/15 16:10

  • kerkyra

  • Just can't stay away

  • Posts: 553

  • Since: 2005/2/14


xoops version?

if you have the new version of xoops you dont need to hack common.php

download the latest version of xlanguage and give it a try
www.guidemap.gr - Beta is out...



34
kerkyra
Re: Profile Recent Activity - How to?
  • 2011/2/15 16:01

  • kerkyra

  • Just can't stay away

  • Posts: 553

  • Since: 2005/2/14


this is what I ussually do. I also tried looking at other modules to see what is happening, i think it has something to do with the notifications. But i'm not sure.

Thats why i asked here, to see if someone knows for sure.

Thanks for your reply though mate. :)



35
kerkyra
Re: jQueryUI autocomplete local data source problem
  • 2011/2/15 15:57

  • kerkyra

  • Just can't stay away

  • Posts: 553

  • Since: 2005/2/14


if it works for you its all good :)
www.guidemap.gr - Beta is out...



36
kerkyra
Re: Profile Recent Activity - How to?
  • 2011/2/14 16:57

  • kerkyra

  • Just can't stay away

  • Posts: 553

  • Since: 2005/2/14


is there really no one in here to know this?!!! :(
www.guidemap.gr - Beta is out...



37
kerkyra
Re: jQueryUI autocomplete local data source problem
  • 2011/2/14 16:55

  • kerkyra

  • Just can't stay away

  • Posts: 553

  • Since: 2005/2/14


the url not being relative should work fine since it is in the same domain that you are making the ajax call. (i know because i do the same thing) :)

BUT you should indeed return your data as json.

json_encode() on your array and echo it at the end of your function. DO NOT return it.

the array should have at least the following structure
Quote:

$vals[] = array(
"id"=>your data id,
"label"=>your data label (what the drop down will show),
"value"=>the value that will assign in your input field, this could be the same as your label for example
);

apart from that you can add anything alse into the array but autocomplete NEEDS those values.
www.guidemap.gr - Beta is out...



38
kerkyra
Re: Open letter to module devs
  • 2011/2/12 10:57

  • kerkyra

  • Just can't stay away

  • Posts: 553

  • Since: 2005/2/14


i think aph3x has made a good point here. Another example is the smilies or avatar table on the pop-up window. If you want to change the way it looks, number of rows etc you have to change a couple of files.

lots of forms, inputs, buttons, system (core) tables are missing unique ids, or class names. It would be nice and better for all (even us developers) if they had them, so that wont use template overiding or hack core/module php files and apply those hacks on every core/module update.

I also think that having xoops certified modules will help new users find what they need faster and in a more reliable way.

Perhaps the modules should meet some standards in order to get certified by xoops and get in the list.

Perhaps even there will be some kind of administrative thing/module/section that will show in the backend which of those modules (or the core) is uptodate or needs updating like in joomla.

If we could also make the updating, a one click process (downloading and installing) that would be awesome.

This would also help the xoops communities stay updated with less effort for the admins maintaining and checking what kind of modules are out there which versions etc.
www.guidemap.gr - Beta is out...



39
kerkyra
Re: jQueryUI autocomplete local data source problem
  • 2011/2/9 16:51

  • kerkyra

  • Just can't stay away

  • Posts: 553

  • Since: 2005/2/14


try
Quote:

$( "#termbox" ).autocomplete({
source: "<{$xoops_url}>/modules/yourmodule/path_to_file/suggest.php",
minLength: 3
});"


also if minLength is your last option you dont need the comma ',' at the end of the line



40
kerkyra
Re: Profile Recent Activity - How to?
  • 2011/1/25 17:10

  • kerkyra

  • Just can't stay away

  • Posts: 553

  • Since: 2005/2/14


anybody on this guys?
www.guidemap.gr - Beta is out...




TopTop
« 1 2 3 (4) 5 6 7 ... 40 »



Login

Who's Online

146 user(s) are online (92 user(s) are browsing Support Forums)


Members: 0


Guests: 146


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