1
Zorg44
Re: Pictures contest module
  • 2007/2/18 16:17

  • Zorg44

  • Just popping in

  • Posts: 16

  • Since: 2006/10/16


Extgallery will be the module for that purpose, no doubt on this.

I don't want anonymous to be able to vote. What I need for the moment, it's the ability to define the number of pictures in each category a user can submit. For example, one picture per user for the January contest. I posted a feature request for the developer of Extgallery. No news from him since that demand.

I hope to have some news pretty soon !

Zorg44
---
http://www.questionphoto.net



2
Zorg44
Adding text editor and xmilies to a field
  • 2007/1/29 5:35

  • Zorg44

  • Just popping in

  • Posts: 16

  • Since: 2006/10/16


I am working on upgrading myreviews module.

Myreviews has no text editor implementd, but writing the XOOPS code works. SO what is missing is only the graphical part of it, as for the field message in this forum (URL, pic manager, buttons for bold, italic, ... and the smilies under it).

I looked in the mydownloads module to see how it is working :

I saw this :

Quote:
ob_start();
xoopsCodeTarea("message",37,8);
$xoopsTpl->assign('xoops_codes', ob_get_contents());
ob_end_clean();
ob_start();
xoopsSmilies("message");
$xoopsTpl->assign('xoops_smilies', ob_get_contents());
ob_end_clean();


I tried to add this in the module, but it does not work properly : nothing happens.

In the pmlite.php file, I saw this code :

Quote:
xoopsCodeTarea("message",37,8);
xoopsSmilies("message");


Could anyone help me out, and give me a short help, so that I can carry this out ?

Thanx

Zorg44
---
http://www.questionphoto.net



3
Zorg44
Pictures contest module
  • 2007/1/26 5:41

  • Zorg44

  • Just popping in

  • Posts: 16

  • Since: 2006/10/16


I would like to have a module allowing to build a contest : A kind of Poll, but about pictures and not a question with answers.

Functionnalities would be kinf if similar to the ones of XOOPS Poll module : one vote per IP, etc ...

---
Zorglub
http://www.questionphoto.net



4
Zorg44
How to implement a text editor in a field not having it by default
  • 2007/1/8 21:03

  • Zorg44

  • Just popping in

  • Posts: 16

  • Since: 2006/10/16


I would like to add a text editor (the simple one, dhtml) on a field not containing that option for the moment.

For example (and it is an example) : add the text editor (with smilies and so) in the subject field above.

Could anyone give me a piece of advice ?



5
Zorg44
Adding the watermark (XCgal) to the images in a block
  • 2007/1/8 7:19

  • Zorg44

  • Just popping in

  • Posts: 16

  • Since: 2006/10/16


I added a block to the main page of my site, that displays a random picture of XCGAL.

I configured Xcgal to display a watermark on the pictures, and it works great in the module, but not in the block.

Could anyone help me out ?

Thanx !



6
Zorg44
[SOLVED]"<<" at top of the page since I upgraded to 2.0.16 (in every page)
  • 2007/1/1 9:38

  • Zorg44

  • Just popping in

  • Posts: 16

  • Since: 2006/10/16


Hi !

I upgraded yesterday from 2.0.15 to 2.0.16, nothing special, everything went fine. It was just hard the first time back in the administration part to have the modules listed (deleted the file in cahce and everything was back there).

My problem, is since that migration, I have a "<<" on the top of every page, and another one after the 2 central left and right blocks.

Resized Image

I looked in my theme, nothing special (I haven't modified it in the meantime of migration). I deleted the content of template_c, updated all of the modules, including the sysstem one, ... Nothing changes ...

I have never modified anything dealing with templates or so, but I think the problem is certainly there. I changed the theme (to morphogenesis) to check, but the problem was still there.
The problem also affects rssfit module, as the rss feeds are not up anymore, as the message says that the coding starts with <<!xml ... I checked in the rss.php, and the code is <<!xml

I looked with pspadeditor in all the files of my site, and discovered that there were 250 files having a "<<". I fear that changing them all in a row to single < would be a bad idea.

Dos anyone here have an idea ?

Thanx !

[edit]I finally found that the problem was linked to files bad uploaded through the update to 2.'.16. Everything seems to be back up again.



7
Zorg44
Upgrade to CBB 3.06 and blank page
  • 2006/10/19 7:24

  • Zorg44

  • Just popping in

  • Posts: 16

  • Since: 2006/10/16


I just upgraded from CBB 1.16a to 3.06, uploaded the Framwork, the class/xoopseditor directory, and updated the module in the XOOPS admin console.

Everything is fine but the fact that I cannot answer or start any new subject.

Here is the message : (xoops = 2.0.15)

Quote:

Fatal error: Call to a member function on a non-object in /home/www/d105e9309ce50ed1c25f4ea3f67c2891/web/Frameworks/art/object.php on line 133
All errors (14) queries (31) blocks (4) extra (1) timers (5)
Errors
Notice: Only variable references should be returned by reference in file /Frameworks/art/object.php line 218
Notice: Only variables should be assigned by reference in file /modules/smartsection/xoops_version.php line 581
Notice: Only variable references should be returned by reference in file /kernel/module.php line 124
Notice: Only variables should be assigned by reference in file /modules/catads/class/ads.php line 321
Notice: Only variable references should be returned by reference in file /kernel/module.php line 124
Notice: Use of undefined constant _MI_WB_FORM_DHTML - assumed '_MI_WB_FORM_DHTML' in file /modules/wordbook/xoops_version.php line 225
Notice: Use of undefined constant _MI_WB_FORM_COMPACT - assumed '_MI_WB_FORM_COMPACT' in file /modules/wordbook/xoops_version.php line 226
Notice: Use of undefined constant _MI_WB_FORM_SPAW - assumed '_MI_WB_FORM_SPAW' in file /modules/wordbook/xoops_version.php line 227
Notice: Use of undefined constant _MI_WB_FORM_HTMLAREA - assumed '_MI_WB_FORM_HTMLAREA' in file /modules/wordbook/xoops_version.php line 228
Notice: Use of undefined constant _MI_WB_FORM_KOIVI - assumed '_MI_WB_FORM_KOIVI' in file /modules/wordbook/xoops_version.php line 229
Notice: Use of undefined constant _MI_WB_FORM_FCK - assumed '_MI_WB_FORM_FCK' in file /modules/wordbook/xoops_version.php line 230
Notice: Use of undefined constant _MI_WB_FORM_INB - assumed '_MI_WB_FORM_INB' in file /modules/wordbook/xoops_version.php line 231
Notice: Use of undefined constant _MI_WB_FORM_TINE - assumed '_MI_WB_FORM_TINE' in file /modules/wordbook/xoops_version.php line 232
Notice: Only variable references should be returned by reference in file /kernel/module.php line 124


I read quite a lot of posts in the forums, but did not find any answer to this.

Any idea ?

Thanx a lot.



8
Zorg44
Re: Text editor with myreviews module
  • 2006/10/18 12:04

  • Zorg44

  • Just popping in

  • Posts: 16

  • Since: 2006/10/16


AAAAAHhhhhhhhhh !!!

Is anyone here ? Could anyone give me any piece of advice where i should look in this module to add this ?

I saw a lot of interest and questions for that module in the forums, but noone seems to want to update it ... Really disappointing for me and others for whom such a module would be SOOOOO usefull.

Come on you developers, doesn't anyone have a few time to spend on that for helping the whole comunity ?



9
Zorg44
Re: Wordbook : cant edit any definition
  • 2006/10/16 19:35

  • Zorg44

  • Just popping in

  • Posts: 16

  • Since: 2006/10/16


Indeed, it worked !

THanx a lot for the support



10
Zorg44
Re: Wordbook : cant edit any definition
  • 2006/10/16 14:27

  • Zorg44

  • Just popping in

  • Posts: 16

  • Since: 2006/10/16


And here it is :

UPDATE xoopsphoto_wbentries SET term = 'Yeux rouges', categoryID = '', init = 'Y', definition = 'Saisissez votre définition ici, s'il vous plaît.1', ref = '', url = '', uid = '1', submit = '0', datesub = '1161010194', html = '1', smiley = '1', xcodes = '1', breaks = '1', block = '0', offline = '0', notifypub = '0', request = '0' WHERE entryID = '32'
Error number: 1064
Error message: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'il vous plaît.1', ref = '', url = '', uid = '1', submit = '0', datesub = '116101' at line 1

Any idea ??




TopTop
(1) 2 »



Login

Who's Online

158 user(s) are online (102 user(s) are browsing Support Forums)


Members: 1


Guests: 157


Farell,

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