431
solo71
Re: Smart Content & Smart Section
  • 2004/11/24 10:52

  • solo71

  • Module Developer

  • Posts: 941

  • Since: 2003/1/29


Only SmartContent is based on the Edito module.

The difference is the basic concept. SmartSection is a more classical section manager. With categorisations, file uploader, etc.

SmartContent is a more simple version which will allow the user to create simple pages, close to the TinyContent and WFChannel.

Both modules, of course are going to be based with the same spirit and administration concept that you can have with the SmartSuit (SmartFaq for instance).

If you need more informations about this project, visit the SmatFactory. A discussion about the SmartContent project started yesterday.



432
solo71
Re: Oesie's Weblog
  • 2004/11/19 10:20

  • solo71

  • Module Developer

  • Posts: 941

  • Since: 2003/1/29


Your link ishttp://www.oesie.nl/




433
solo71
Re: Typo in modules/system/templates/system_userform.html
  • 2004/11/17 10:35

  • solo71

  • Module Developer

  • Posts: 941

  • Since: 2003/1/29


Found another one...

In the language/english/user.php, there is a typo as following :

define('_US_NOTREGISTERED','Not registered?  Click <a href=[u][b][color=FF0000]register.php[/color][/b][/u]>here</a>.');


Which should be

define('_US_NOTREGISTERED','Not registered?  Click <a href=[u][b][color=FF0000]"register.php"[/color][/b][/u]>here</a>.');


EDIT : This typo is worth for any language file (except if translator did corrected it - which I doubt...)




434
solo71
Typo in modules/system/templates/system_userform.html
  • 2004/11/17 10:27

  • solo71

  • Module Developer

  • Posts: 941

  • Since: 2003/1/29


I don't know if this typo has been spotted yet, but here it is...

In the file modules/system/templates/system_userform.html

<{$lang_youremail}> <input type="text" name="email" size="26" maxlength="60" />&nbsp;[u][b][size=x-large][color=FF0000]&nbsp[/color][/size][/b][/u]<input type="hidden" name="op" value="mailpasswd" /><input type="submit" value="<{$lang_sendpassword}>" />


ther is a ; missing. And this should be like :

<{$lang_youremail}> <input type="text" name="email" size="26" maxlength="60" />&nbsp;[u][b][size=x-large][color=FF0000]&nbsp;[/color][/size][/b][/u]<input type="hidden" name="op" value="mailpasswd" /><input type="submit" value="<{$lang_sendpassword}>" />


*Scroll to see the correction




435
solo71
Re: multimenu not showing on news page
  • 2004/11/17 0:35

  • solo71

  • Module Developer

  • Posts: 941

  • Since: 2003/1/29


Quote:

chemoul wrote:

If I check in the block administration, multimenu isn't even listed for any other page but the top page.


Have you tried to select "All pages" in the bloc settings ?




436
solo71
Re: Error on the page
  • 2004/11/16 8:13

  • solo71

  • Module Developer

  • Posts: 941

  • Since: 2003/1/29


Back on the topic.

Thanks for your help Jason. The "funniest" part is that I use to use the same template for each and every theme I use to create. And this problem occur only on this site. This theme is the 3rd version, and I have no idea where it could come from...

Quote:

JasonMR wrote:
maybe there is a linebreak command inserted befor the actual HTML text, that IE is having trouble with (though I'm speculating here)...


No, nothing abnormal.




437
solo71
Re: Theme customisation & Multiple entry points
  • 2004/11/15 19:37

  • solo71

  • Module Developer

  • Posts: 941

  • Since: 2003/1/29


Yes, thinking about your request that day.

Here is a tricky solution...

1) First apply that hack.

2) Redirect your url to a specified directory (for url www.site-a.com -> www.site-a.com/site-a/

3) In this directory, add an index.php file including the following code :

<?
header("Status : 301 Moved Permanently"); 
header("Location: http://www.site-a.com/index.php?xoops_theme_select=site_a_theme"); 
exit();
?>


As simple as that... (I think). Hope this make sens.



PS : Oh, and let me know about this please...



438
solo71
Re: Fixed Re: catad howto make cosmetic change
  • 2004/11/15 16:29

  • solo71

  • Module Developer

  • Posts: 941

  • Since: 2003/1/29


So if I get it, you want a block to dynamically show the members' links? Is that what you want?

If so, I think it's possible, but multiMenu won't help you, while I'm sure this is quite easy to create directly in Catad.

If this is what you want, I'll let know the author what you want.




439
solo71
Re: Theme customisation & Multiple entry points
  • 2004/11/15 10:49

  • solo71

  • Module Developer

  • Posts: 941

  • Since: 2003/1/29


Is this what you are looking for ? (Visit the different links).




440
solo71
Re: Fixed Re: catad howto make cosmetic change
  • 2004/11/15 10:44

  • solo71

  • Module Developer

  • Posts: 941

  • Since: 2003/1/29


MultiMenu use the relative links.

So you could put "modules/catads/adsuserlist.php?uid=1" (no slash "/" before "modules/") and multiMenu would do the rest.

Hope this is what you are looking for ?





TopTop
« 1 ... 41 42 43 (44) 45 46 47 ... 52 »



Login

Who's Online

284 user(s) are online (173 user(s) are browsing Support Forums)


Members: 0


Guests: 284


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