101
iHackCode
Re: Request on displayTarea Function

glad you got it working
CBB / LatestNews / Publisher / XM-Spotlight

(ノ◕ヮ◕)ノ*:・゚✧



102
iHackCode
Re: Mediawiki

@terrion thanks for the offer, but i got hosting covered.
CBB / LatestNews / Publisher / XM-Spotlight

(ノ◕ヮ◕)ノ*:・゚✧



103
iHackCode
Re: Which module can import Smartsection articles on Xoops 2.5.1a?

Quote:

ZioCrick wrote:
Thanks iHackCode!
It is OK!

Just a question.

Does Publisher has a future?
Do you know why, since 2009 it is still at the alpha version?


i feel publisher will always have a future, its being updated ever few months or so. I'm not sure why its still in alpha, it could be that the code sometimes changes a lot or some of the features need a bit of polishing. Trabis and Mowa would probably have a better answer though.
CBB / LatestNews / Publisher / XM-Spotlight

(ノ◕ヮ◕)ノ*:・゚✧



104
iHackCode
Re: Mediawiki

I had a lot of fun in march. but i got to get on this.
CBB / LatestNews / Publisher / XM-Spotlight

(ノ◕ヮ◕)ノ*:・゚✧



105
iHackCode
Re: without a pc this week

i see you are as busy as ever now.
CBB / LatestNews / Publisher / XM-Spotlight

(ノ◕ヮ◕)ノ*:・゚✧



106
iHackCode
Re: Request on displayTarea Function

i don't think that function is used that way.

the form element objects are what should be specifying the size of the form fields. css could also be disabling the scrollbars. maybe use the setExtra( method for the form element and use the style attribute for that element to enable the overflow

http://dev.xoofoo.org/xoopsphpxref/251/nav.html?class/xoopsform/formelement.php.source.html#l311
CBB / LatestNews / Publisher / XM-Spotlight

(ノ◕ヮ◕)ノ*:・゚✧



107
iHackCode
Re: Which module can import Smartsection articles on Xoops 2.5.1a?

TYPE is deprecated and has been removed from MYSQL 5. something.

So replace TYPE= with ENGINE= in the sql/mysql.sql file . i've just made the changes in SVN, but i haven't used it.http://code.google.com/p/xuups/source/browse/trunk/modules/publisher/sql/mysql.sql
CBB / LatestNews / Publisher / XM-Spotlight

(ノ◕ヮ◕)ノ*:・゚✧



108
iHackCode
Re: SmartFAQ, bug on submit or request

in that file (submit.php).. replace

$newFaqObj->setVar('tags'$_POST['tags']);


with

if ($GLOBALS['xoopsModuleConfig']['tags']) {
        
$newFaqObj->setVar('tags'$_POST['tags']);
    }


(i havent tested the above code yet though) and im not sure about what is causing your 2nd error message.

hacamat and i found some bugs with this module a few weeks ago. once i get a list made ill post the fixes.
CBB / LatestNews / Publisher / XM-Spotlight

(ノ◕ヮ◕)ノ*:・゚✧



109
iHackCode
Re: Problem in the modules & smartsection publisher

can you turn on php debug in the system preferences and post any any errors that appear.
CBB / LatestNews / Publisher / XM-Spotlight

(ノ◕ヮ◕)ノ*:・゚✧



110
iHackCode
Re: Active Directory authenticated users with 1969/12/31 as the registration date

so how are you doing?
CBB / LatestNews / Publisher / XM-Spotlight

(ノ◕ヮ◕)ノ*:・゚✧




TopTop
« 1 ... 8 9 10 (11) 12 13 14 ... 93 »



Login

Who's Online

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


Members: 0


Guests: 135


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