71
Draven
Re:about Main Menu
  • 2004/10/16 6:58

  • Draven

  • Module Developer

  • Posts: 337

  • Since: 2003/5/28


Quote:

snowmaq wrote:
A little more,
I saw the news announcement about MMA Global launches XOOPS. (http://www.mmaglobal.com/)
They don't have System Main Menu, right?
What do they use?

(sorry, too many questions)


For MMaGlobal.com I just made a custom block that had all the links I needed in it.



72
Draven
Re:Flaws of Xoops and modules
  • 2004/10/16 6:52

  • Draven

  • Module Developer

  • Posts: 337

  • Since: 2003/5/28


Haha, this is were I become the bane to all the XOOPS developers existence, I am first and foremost a designer, and on the side I enjoy coding. I work in the opposite direction as most of my fellow developers and I assure you, I'm always pushing the design issues on them.

Unfortunately the problem lies in the fact you have so many different people designing/developing in their own way. No matter how many standards we throw out there, it's still up to the module developer to abide by them. This is why the module team, in conjuction with the QC (Quality Control) team, will be signing certain modules as "Xoops Approved" modules (Or whatever we are calling them) as a way of recognizing those modules that DO follow the standards set forth. However, those standards are still evolving and due to this not everyone can keep up with the changing times. We have to have a bit of patiences and wait out some of the growing pains XOOPS is currently going through.

Hope that all makes sense, it's 3am and I'm a wee bit drunk :)



73
Draven
Re:XOOPS module and theme developers list?
  • 2004/10/16 6:38

  • Draven

  • Module Developer

  • Posts: 337

  • Since: 2003/5/28


Thanks, I'm aware of the problem but have since abandon the site (it's my personal website) and haven't bothered to correct it. My times a tad limited atm.

One of these days I'll have a moment to look into it... if Herko lets me lol Since 99% of my users on that site are IE, I've not had a huge push to correct it, I'm sure it's small.



74
Draven
Re:Freelance CMS website
  • 2004/10/16 6:35

  • Draven

  • Module Developer

  • Posts: 337

  • Since: 2003/5/28


I have to be honest, when all you ask for is an e-mail adresss on your sign-up in your "looking for work", it screams scam.

You might want to rethink your sign-up process, I'm sure I'm not the only one who gets this impression from a site asking only for an e-mail, even if it does say step one.



75
Draven
Re:invision board on xoops??
  • 2004/10/16 2:38

  • Draven

  • Module Developer

  • Posts: 337

  • Since: 2003/5/28


Just a note on IPB, it's no longer free and you can no longer use Version 2 in your site without paying, beware.



76
Draven
Re:module dev: use smarty template in admin part
  • 2004/10/15 22:35

  • Draven

  • Module Developer

  • Posts: 337

  • Since: 2003/5/28


I was avoiding explaining the hack :)



77
Draven
Re:module dev: use smarty template in admin part
  • 2004/10/15 21:59

  • Draven

  • Module Developer

  • Posts: 337

  • Since: 2003/5/28


The admin section does not use smarty. We are working to totally revamp the backend admin system from the ground up and it should include the use of smarty in future XOOPS versions starting hopefully at 2.1.



78
Draven
Re:XOOPS module and theme developers list?
  • 2004/10/14 3:38

  • Draven

  • Module Developer

  • Posts: 337

  • Since: 2003/5/28


Don't know of any list, but I do all of the above.

Some of the sites I've done:

http://www.gaining-mass.com
http://www.fantasyasylum.com
http://www.mmaglobal.com
http://www.mobilemarketingroadshow.com
http://www.fantasyref.com
http://www.mockdrafts.com

and some others too :)



79
Draven
Re:What's the use of {X_SITEURL} ?
  • 2004/10/13 13:21

  • Draven

  • Module Developer

  • Posts: 337

  • Since: 2003/5/28


Sort of, if the module does not have a string_replace item set-up for replacing the item with the URL, then I'd suggesting creating your links as "/modules/wfsection.." and let the server handle the URL.

As mith said, the {X_SITEURL} is only set-up (as far as I know) for use with in the SYSTEM module inplaces like custom blocks and e-mail templates. But this does not mean it's used within templates themesleves since you would use the smarty variable <{$xoops_url}> in there.



80
Draven
Re:problem with smarty and logical operators
  • 2004/10/12 15:44

  • Draven

  • Module Developer

  • Posts: 337

  • Since: 2003/5/28


Also be sure to check the smarty doc site for proper use of the || operator, my suggestion would be to use OR instead.

http://smarty.php.net/manual/en/language.function.if.php

Quote:

{* an example with "or" logic *}
{if $name eq "Fred" or $name eq "Wilma"}
...
{/if}

{* same as above *}
{if $name == "Fred" || $name == "Wilma"}
...
{/if}

{* the following syntax will NOT work, conditional qualifiers
must be separated from surrounding elements by spaces *}
{if $name=="Fred" || $name=="Wilma"}
...
{/if}




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



Login

Who's Online

234 user(s) are online (130 user(s) are browsing Support Forums)


Members: 0


Guests: 234


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