281
Mikhail
Re: Xoops Brasil Modules Pack (130 modules for Xoops 2! please review!)
  • 2003/10/17 3:08

  • Mikhail

  • Just can't stay away

  • Posts: 412

  • Since: 2003/1/19


Quote:

bobdt wrote:
I've download it from this url:
http://unc.dl.sourceforge.net/sourceforge/xoopsbrasil/xoops2-modulos-v1.0-20031015.tar.bz2

But when I've try to extract the file it say is corrupted...
Bob


hi! did you tried to use a download manager with "resume"???

[]'s



282
Mikhail
Re: Xoops Brasil Modules Pack (130 modules for Xoops 2! please review!)
  • 2003/10/16 20:22

  • Mikhail

  • Just can't stay away

  • Posts: 412

  • Since: 2003/1/19


the file is hosted by sourceforge,... please, try again!



283
Mikhail
Xoops Brasil Modules Pack (130 modules for Xoops 2! (initial "IDEA TEST" release)
  • 2003/10/16 3:44

  • Mikhail

  • Just can't stay away

  • Posts: 412

  • Since: 2003/1/19


[size=x-large]Download:
xoops2-modulos-v1.0-20031015.tar.bz2
[/size]

[size=x-large]Size: 17.15 MB[/size]

[size=x-large]Mudules in this pack:[/size] phpmyadmin, contact, IPB_module_1.1.3, easyweb, wsproject-beta-v.0.7.2.s, adresses, directfriends, citas_daten, anni, xp_syndication, XP-Weather, xp-ref, xp-radio, xoopsvirus, xoopsgallery, xoopschat, xonline, xdirectory, xCal, wsproject, worldtime, whosonline, whatnews, wfsRPC, wfsnippets, wfsection, wfquotes, wffaq, webmail, weblog, wakka, vlweather, visitors2, utstats, uskolaxgallery, uservisit, userpoints, userinfo, uploader, tv, tutorials, treemenuxl, tinyevent, tinycontent, theaterman, team, sysinfo, statistics, sqmail, spotlight, shoutbox, shop, sample_module, rightklick, relations, randomquote, RandomBabe, radio, quote4xoops, pricelist, prensa, PP-News, Popularity, phpsysinfo, phpads, page, optimize, myquiz, mymenu, myalbum, myAds, multiMenu, msn, mrbs, meteoconsult, meteo, metacat, meta, mantis, magalerie, lykos_reviews, lykos_blocks, liaise, lastposts, khat, irc, Inconnue_reference, incblocks, impressum, iMenu, icontent, horoscope, historias, gsdownloads, googlestats, google2, glossaire, friendfinder, freecontent, formulaire, filemanager, fetedujour, evennews, estadisticas, errorhandler, ecoTut, eCal, dropdown, dms, Detente, counter, count, couleurs, contact_plus, comics, cjaycontent, cdbase, c-html, buddyfriends, blockies, backup, babe2, avantgo, antidos, analogclock, altern8news, agnitioVirusInfo, agendax, addresses...

Some info in brazilian portuguese: Para entrar em contato, caso deseje participar da tradução do próximo pacotão:http://www.xoops.net.br/modules/contact/

(claro, colocaremos os seus créditos da tradução não só no módulo traduzido por você, como também em todos os outros)

MD5 checksums:
2aade9bd40107f7d55462713ab9c8202 *xoops2-modulos-v1.0-20031015.tar.bz2

MD5 checksums generated by MD5summer
http://www.md5summer.org
Generated 17/10/2003 02:35:05

Note: MD5summer is an application for Microsoft Windows 9x, NT, ME, 2000 and XP which generates and verifies md5 checksums. Its output file is compatible with the output of the Linux GNU MD5Sum and it will also read Linux generated files. It is released under the General Public License, the source can be downloaded from the downloads page (down the bottom).

http://www.md5summer.org



284
Mikhail
files in xoops brasil repository
  • 2003/10/15 11:41

  • Mikhail

  • Just can't stay away

  • Posts: 412

  • Since: 2003/1/19


Hi, all! I want share our space in sourceforge.net:

http://gd.tuwien.ac.at/opsys/linux/sf/x/xoopsbrasil/?fisel=0-9,a-z,A-Z


(lot of themes, modules, and sure, brazilian portuguese translations, hehe)




285
Mikhail
Re: thanks for wfsection!
  • 2003/10/14 10:58

  • Mikhail

  • Just can't stay away

  • Posts: 412

  • Since: 2003/1/19


Quote:

Coreace wrote:
If only the upload bug can be fixe along with the rest. Yes- I agree an excellent module.


Strange... the upload system works fine for me...




286
Mikhail
More space to "Extra Info", a request for Xoops 2.1.0...
  • 2003/10/14 10:48

  • Mikhail

  • Just can't stay away

  • Posts: 412

  • Since: 2003/1/19


Hi! Sorry, I send the last post about this to the wrong forum. Btw,... the field "bio" in xoops_users table is so short, why not change "tinytext" to "text" in the core? Ok, I know, is not a "bug", is a characteristic... but this could not be modified in core? Why not? Thanks in advance for any information!

Resized Image



287
Mikhail
Re: Fatal error: Call to undefined function: get() in /home/sites/site54/web/MCDK/include/common.php
  • 2003/10/9 23:38

  • Mikhail

  • Just can't stay away

  • Posts: 412

  • Since: 2003/1/19


just check the "chmod"...


try this 'radical' command: "chmod -R 777 html"...



288
Mikhail
Re: What is Smarty? [more data]... (was: What is e-Xoops?)
  • 2003/10/7 9:58

  • Mikhail

  • Just can't stay away

  • Posts: 412

  • Since: 2003/1/19


Resized Image

Smarty is a template engine for PHP. More specifically, it facilitates a manageable way to separate application logic and content from its presentation. This is best described in a situation where the application programmer and the template designer play different roles, or in most cases are not the same person.

For example, let's say you are creating a web page that is displaying a newspaper article. The article headline, tagline, author and body are content elements, they contain no information about how they will be presented. They are passed into Smarty by the application, then the template designer edits the templates and uses a combination of HTML tags and template tags to format the presentation of these elements (HTML tables, background colors, font sizes, style sheets, etc.) One day the programmer needs to change the way the article content is retrieved (a change in application logic.) This change does not affect the template designer, the content will still arrive in the template exactly the same. Likewise, if the template designer wants to completely redesign the templates, this requires no changes to the application logic. Therefore, the programmer can make changes to the application logic without the need to restructure templates, and the template designer can make changes to templates without breaking application logic.

Now for a short word on what Smarty does NOT do. Smarty does not attempt to completely separate logic from the templates. There is no problem with logic in your templates under the condition that this logic is strictly for presentation. A word of advice: keep application logic out of the templates, and presentation logic out of the application. This will most definately keep things manageable and scalable for the foreseeable future.

One of the unique aspects about Smarty is the template compling. This means Smarty reads the template files and creates PHP scripts from them. Once they are created, they are executed from then on. Therefore there is no costly template file parsing for each request, and each template can take full advantage of PHP compiler cache solutions such as Zend Accelerator (http://www.zend.com) or PHP Accelerator (http://www.php-accelerator.co.uk).

Some of Smarty's features:

* It is extremely fast.
* It is efficient since the PHP parser does the dirty work.
* No template parsing overhead, only compiles once.
* It is smart about recompiling only the template files that have changed.
* You can make custom functions and custom variable modifiers, so the template language is extremely extensible.
* Configurable template delimiter tag syntax, so you can use {}, {{}}, <!--{}-->, etc.
* The if/elseif/else/endif constructs are passed to the PHP parser, so the {if ...} expression syntax can be as simple or as complex as you like.
* Unlimited nesting of sections, ifs, etc. allowed.
* It is possible to embed PHP code right in your template files, although this may not be needed (nor recommended) since the engine is so customizable.
* Built-in caching support
* Arbitrary template sources
* Custom cache handling functions
* Plugin architecture



289
Mikhail
Re: IMAGO THEMES? Anyone have them?
  • 2003/10/7 9:27

  • Mikhail

  • Just can't stay away

  • Posts: 412

  • Since: 2003/1/19


Mirror here:

http://gd.tuwien.ac.at/opsys/linux/sf/x/xoopsbrasil/



290
Mikhail
thanks for wfsection!
  • 2003/10/7 0:55

  • Mikhail

  • Just can't stay away

  • Posts: 412

  • Since: 2003/1/19


WF-Section is incredible! the best! rulez! "muito foda!"! "demais!"! "maneiríssimo"! thanks a lot, Catzwolf!

Resized Image




TopTop
« 1 ... 26 27 28 (29) 30 »



Login

Who's Online

248 user(s) are online (178 user(s) are browsing Support Forums)


Members: 0


Guests: 248


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