11
eikke
PhpSurveyor
  • 2004/3/12 9:39

  • eikke

  • Just popping in

  • Posts: 40

  • Since: 2004/1/15


Did anyone ever started to port or ported PhpSurveyor to Xoops2? I just installed this package on my testing website and its a great piece of work, really.
I need a survey package, if possible integrated with XOOPS (at least the user administration part), so...
If nobody is working at this, I think I'll get this started. Maybe Ill "fork" the project, so I can integrate it into XOOPS templates, use the XOOPS database framework,... Or isnt that a good idea?

With kind regards, Ikke



12
eikke
Re: FAQ problem (strange URL)
  • 2004/3/11 7:35

  • eikke

  • Just popping in

  • Posts: 40

  • Since: 2004/1/15


Hi.

First of all, on my testsite, I'm using the 6th version of both loadpage.php and xoops_shorturls.php.
I'm also running XCGal on the site, and that module gets completely b0rked when using this hack. I'd love to be able to use the hack 'cause it's very usefull, but it's not working 100% right, so I just cannot use it

Please take a look at http://gao.eikke.com, and choose the "Gallery" module in the menu.
Then the link to "Album List"is not correct, the one to last uploads, comments,... too, to be short: almost nothing works correctly.

I enabled debug mode. Could you please take a look at this problem?

With kind regards, Ikke



13
eikke
Re: Games
  • 2004/3/9 19:56

  • eikke

  • Just popping in

  • Posts: 40

  • Since: 2004/1/15


I got some extra games (incl high scores) on my site, will release them when I added copyright statements everywhere, and when I have time :)



14
eikke
Re: Counting clicks on a Flash banner
  • 2004/3/2 13:40

  • eikke

  • Just popping in

  • Posts: 40

  • Since: 2004/1/15


You could try phpAdsNew (Im using it too) with remote Javascript Invocation, and add that javascript thing as HTML Banner in Xoops.
It works for me, on my site.
Sometimes Flash banners need to be changed a little, check out the phpAdsNew manual how to.



15
eikke
Re: com_itemid
  • 2004/2/21 16:37

  • eikke

  • Just popping in

  • Posts: 40

  • Since: 2004/1/15


*bump* (please...)



16
eikke
Re: Custom photo gallery??
  • 2004/2/10 16:12

  • eikke

  • Just popping in

  • Posts: 40

  • Since: 2004/1/15


xcGal has a voting system (5 points max). Dunno about the highest rated block tough... You can show the highest rated pictures, but dunno about a block for it. You could write one yourself of course, dont think it'd be as difficult.



17
eikke
Re: Logs
  • 2004/2/5 15:37

  • eikke

  • Just popping in

  • Posts: 40

  • Since: 2004/1/15


Cant you use the 'Uservisit' module?



18
eikke
com_itemid
  • 2004/2/5 11:06

  • eikke

  • Just popping in

  • Posts: 40

  • Since: 2004/1/15


I'm still working on my first big XOOPS module, but I encountered another problem:
I want to enable Comments on certain items. I have a page, a.php, which should be called like 'a.php?a={code}', where code is a string (not an integer, a 'varchar' of 10 digits/characters (so it *can* be an int, but isnt necessarily so)). I cannot change this 'code' thing, its an ID I need to query other services.
Now I did what is in the Wiki: I added
$modversion['hasComments'] = 1;
$modversion['comments']['itemName'] = 'a';
$modversion['comments']['pageName'] = 'a.php';
to my xoops_version.php, copied the mylinks comment files to my module root, added everything to my template,...
Now when I try to add a comment, it's never displayed. I took a look in my database (xoopscomments). Everything seems to be correct over there, except 'com_itemid'. I guess this one should be the $_GET['a'] thing, isnt it?
Problem is: if I want to add a comment on page 'a.php?a=596002564', the value '16777215' is stored as com_itemid, because that column is of type mediumint(8) UNSIGNED, which isn't the right thing for my application (should be varchar(10)).
Is there any way to get around this problem? And if there is none (except changing the layout of the xoopscomment table), is it safe to do so?

Greetz, Ikke



19
eikke
Re: Amazon, Hot or Not, phpNuke and Xoops
  • 2004/2/2 17:12

  • eikke

  • Just popping in

  • Posts: 40

  • Since: 2004/1/15


I'm also 'Amazonizing' a 'under condstruction' site of mine. Integration in XOOPS search facilities is done, show details and similar items too, admin panel, now working on caching (some troubles with it), and a 'directory'. I also made a 'featured item' blobk, which displays picture and title, controllable in the admin section (I mean, the items displayed in the block).
Everything using templates.



20
eikke
Re: Smarty template string modifiers
  • 2004/2/2 15:32

  • eikke

  • Just popping in

  • Posts: 40

  • Since: 2004/1/15


Found out some new thing:
It works on <{$test|capitalize}>, but not on <{$test2.item|capitalize}>. I dont even get an error if I d something like <{$test2.item|blablabla}>, dunno if I should get one tough.

Im running 2.0.6RC

Thanks, Ikke




TopTop
« 1 (2) 3 »



Login

Who's Online

232 user(s) are online (144 user(s) are browsing Support Forums)


Members: 0


Guests: 232


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