51
novlang1984
Re: Numbers 1 - 124 on webpages

Look into class/pagenav.php, it seems (I'm not sure) that three kinds of pagenav available :
- default
- list choice
- images

Other search : I believe Xoops.org has encountered the same issue. May be the solution is somewhere on forums



52
novlang1984
Re: place div on homepage only

Just perfect. Bookmarked !

Thanks :)



53
novlang1984
Re: Module advice needed please

I believe you make good choices (even if I don't really know WFLinks) except about xforms : this is 1.2 now.



54
novlang1984
Re: place div on homepage only

You're right, div will be displayed on all news module pages.

Except if you put the code above into news template, directly
(if I well remember, nw_news_index.html)

But in this case, it does not a good solution because the div has to be under canvas div and not in content one.

So - if you really want this div only on the homepage - a solution would be
- to use a simple page made with Ghost module
- and try to play with modules blocks to have a nice home page

You will have to enter at the end of theme.html
<{if $xoops_dirname == 'ghost'}>
<
div>Hello world</div>
</
div>


... you would not have an aspirin for me ?



55
novlang1984
Re: place div on homepage only

If you choose a module for homepage, just enter his dirname (= module folder name) like this :

Quote:
<{if $xoops_dirname == 'module-dirname'}>


It should work



56
novlang1984
Re: Extgallery 1.09 : how to use html for album description ?

Sorry to bump it... but I'm still looking for a little fix.

The issue :
- I can use rich editors (CKEditor, TinyMCE, ...) to describe albums
- but on the front side html tags are displayed
- if I add $this->initVar("dohtml", XOBJ_DTYPE_INT, 1, false); into catHandler.php html format is well displayed but I can't edit my descriptions anymore

... I'm lost, I don't know where to looking for :(



57
novlang1984
Re: place div on homepage only

Or try this :

theme.html
Quote:
<body id="<{$xoops_dirname}>">


... and
Quote:
<{if $xoops_dirname == 'system'}>
<div>Hello world!</div>
<{/if}>



58
novlang1984
Re: Extgallery 1.09 : how to use html for album description ?

There is also a textarea to modify (called extra field if I well remember)...

Thanks to you, that's a great news



59
novlang1984
Re: Extgallery 1.09 : how to use html for album description ?

A bit more simple : just the second hack (2. modules/extgallery/class/catHandler.php) is request

So :
- first : create albums
- then add $this->initVar("dohtml", XOBJ_DTYPE_INT, 1, false);

And if you want to upadte albums
- comment //$this->initVar("dohtml", XOBJ_DTYPE_INT, 1, false);
- modify albums
- uncomment

Not easy


----

Sorry for unusefull posts


(how to loose 2 hours when you are full of job...))))



60
novlang1984
Re: Extgallery 1.09 : how to use html for album description ?

grrrrr... so CKEditor & Html ouput work fine, but I can not create albums anymore

Nothing new stored in database anymore !

Any clue ?


[edit]
After uninstall / install, blank page when I try to create an album with debug warning
Quote:
Missing argument 7 for gal_getWysiwygForm(), called in /modules/extgallery/admin/public-category.php on line 223 and defined dans le fichier /modules/extgallery/include/functions.php - line 47




TopTop
« 1 ... 3 4 5 (6) 7 8 9 10 »



Login

Who's Online

189 user(s) are online (123 user(s) are browsing Support Forums)


Members: 0


Guests: 189


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