71
Burning
Re: What do you use as main Article module?
  • 2010/7/30 11:15

  • Burning

  • Theme Designer

  • Posts: 1163

  • Since: 2006/8/22


hi'

Quote:
if the news module is not beeing developed anylonger

yes, nobody except you take care about this great module. If I'm not wrong the last update has been made by Trabis, it was a minor update (about wysiwyg editors compatibility, version 1.66)

It would be nice to rename xnews --> news. And it would be wonderful if you enchance this classic module :) !
Still learning CSS and... english



72
Burning
Re: Broken download links in the XOOPS.org Modules repository.
  • 2010/7/24 21:38

  • Burning

  • Theme Designer

  • Posts: 1163

  • Since: 2006/8/22


hi'

Just a comment about Xoops resource book and module repository on xoops.org

Xoops resource book is just a tool :
• to help users to find a module (because for moment module repository is out of date)
• to encourage users to test unknow modules
• and to share knowledge about modules

An update of the resource book will be done at the end of august. We will add :
1 • (if sourceforge is ready), a mirror download link for each resource
2 • a link to his (english) description
3 • or if there is no description, a sticky note with a brief presentation

If you believe you can help about 2 or / and 3, do not hesitate to put your sticky notes. If you have some free time, just take some minutes to do it : it will be very useful to build modules repository ""quickly"" :)


To download Xoops resource book :https://xoops.org/modules/news/article.php?storyid=5484

To send your revised version : babylonbyxoops [AT] gmail [DOT] com
Still learning CSS and... english



73
Burning
Re: Repository Module
  • 2010/7/15 11:07

  • Burning

  • Theme Designer

  • Posts: 1163

  • Since: 2006/8/22


hi' ptomter

Thanks for patience and asking about module repository.

Something will be published saturday :)
Still learning CSS and... english



74
Burning
Re: Multimenu vertical_dyn_2
  • 2010/7/13 22:35

  • Burning

  • Theme Designer

  • Posts: 1163

  • Since: 2006/8/22


hi'

There is a conflict between css instructions (ul and / or li maybe). What theme do you use ?

to confirm, you should try default theme...
Still learning CSS and... english



75
Burning
Re: PHP Directory Script Integration
  • 2010/7/12 15:52

  • Burning

  • Theme Designer

  • Posts: 1163

  • Since: 2006/8/22


hi'

You should try a xoops module called xsnif 1.00, developed by Badcase (http://badcase.net)

Release date : 2009-08-20
Developed for : Xoops 2.3 (but works fine with Xoops 2.4.x)
Still learning CSS and... english



76
Burning
Re: Different homepage for different groups
  • 2010/7/8 14:33

  • Burning

  • Theme Designer

  • Posts: 1163

  • Since: 2006/8/22


hi'

Another solution if it can help you :

• 1 : open www/include/checklogin.php

• 2 : put this piece of code around the line 63
after :
setcookie($xoopsConfig['usercookie'], 0, -1'/'XOOPS_COOKIE_DOMAIN0);
        }
    }

add :
Quote:

// Redirection hack after login
if ( in_array(1, $_SESSION['xoopsUserGroups'] ) ) {
$_POST['xoops_redirect'] = "/modules/ilovesushi";
} elseif ( in_array(2, $_SESSION['xoopsUserGroups'] ) ) {
$_POST['xoops_redirect'] = "/modules/ipreferpizza";
}
// Redirection hack after login


• 3 : adapt the hack
green : id of the Group
red : module name
Still learning CSS and... english



77
Burning
Re: Cool Web Designs
  • 2010/7/6 21:07

  • Burning

  • Theme Designer

  • Posts: 1163

  • Since: 2006/8/22


hi'

Thank you for this very refreshing reading :)
Still learning CSS and... english



78
Burning
Re: how to customize Admin redirection page ?
  • 2010/7/6 20:53

  • Burning

  • Theme Designer

  • Posts: 1163

  • Since: 2006/8/22


hi'

Thanks noo'b, nice shot !

I believe it is a bug
Still learning CSS and... english



79
Burning
Re: Module Repository: Question and Answer Session
  • 2010/7/3 21:09

  • Burning

  • Theme Designer

  • Posts: 1163

  • Since: 2006/8/22


hi'

thank you for taking new :)

There are two steps to complete :
• store the modules in the right category (this work is already done but need some corrections, I will ask for help next week :)
• write descriptions for each module. More than 800, I hope that this work will be finished at the end of July

Then we will have complete .ods / .csv file to import in appropriate module (WFDownloads or TDMDownloads).
Still learning CSS and... english



80
Burning
how to customize Admin redirection page ?
  • 2010/7/1 13:02

  • Burning

  • Theme Designer

  • Posts: 1163

  • Since: 2006/8/22


hi'

I'm trying to customize redirection page, the goal is to display same redirection page on front side (eg: when I log in) and on admin side (eg: when I submit a form).

I started to design the redirection page for front side, overrding tpl in www/my-theme/modules/system/system_redirect.html

I works fine, except on Admin side, redirection page is not changed. Override does not work. To modify it, I have to edit www/modules/system/system_redirect.html

Why not ? But, I have two little problems :
• I must write css properties directly in www/modules/system/system_redirect.html. I don't know how to call correctly a stylesheet from this file
• because of that, I'm not able to use this kind of instruction :
Quote:
background: url(wrapper-bg.gif) top right no-repeat;

... even if I put wrapper-bg.gif image into www/modules/system/


I someone know how to call an "external" stylesheet for redirection page (admin side) ?
I use EXM gui

Thanks in advance :)
Still learning CSS and... english




TopTop
« 1 ... 5 6 7 (8) 9 10 11 ... 74 »



Login

Who's Online

181 user(s) are online (106 user(s) are browsing Support Forums)


Members: 1


Guests: 180


heyula,

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