Members: 16,996
Threads: 38,857
Posts: 159,396
Online: 319

Newest Member: Kl_broka@rediffmail.com


Odoo.tv - Outdoor Television


Sedo - Domains kaufen und verkaufen das Projekt mambers.com steht zum Verkauf Besucherstatistiken von mambers.com etracker® Web-Controlling statt Logfile-Analyse
Old 05.07.2004, 19:38   #21 (permalink)
Anastasia
Guest
 
Posts: n/a
Default Re: mosbots cheatsheet

Hi

Does anyone test the Mambot "MosContact" News from 1. July mamboportal.com

Quote:
MosContact mambot released Written by Arthur Konze Thursday, 01 July 2004

Tristan Pye has released a new Mambot for Mambo 4.5 today. MosContact, which is the name of the bot, searches for names listed in your contact component and links them back to the corresponding contact form. You can download this little helper from our filebase.
I got this errors:
Quote:
defined( '_VALID_MOS' ) or die( 'Direct Access to this location is not allowed.' ); function mambot_moscontact( &$row ) { global $database; $database->setQuery( "SELECT id, name FROM #__contact_details WHERE published='1'" ); $res = $database->query(); $contacts = $database->loadObjectList(); foreach ($contacts as $contact) { $link = "$contact->name"; $row->text = str_replace( "$contact->name", "$link", $row->text ); } } ?>

Fatal error: Call to undefined function: mambot_moscontact() in W:\www\mambo\mambots\moscontact.php on line 18
And now?
in moscontact.php Line 18 is this:
PHP Code:
MAMBOT_moscontact$row ); 
Best regards

A.

BTW: Thx for the big list!!
 
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Sponsored Links
Old 10.07.2004, 09:44   #22 (permalink)
Professional Mamber
 
eyezberg's Avatar
 
Join Date: Apr 2004
Location: Gap / France
Posts: 860
eyezberg is an unknown quantity at this point
Default Re: mosbots cheatsheet

Not using this as I'm the only contact on my site

UPDATES:

MOSantispamemail bot: (Hide email address from spambots)
No tag needed, just copy mosantispamemail.php
into the mambots folder
http://www.mambots.com/index.php?opt...o&filecatid=28

================================================

MOShighlightsearch ("Highlight searched text when entering Mambo from a
search engine like Google, fireball, Lycos, etc
...")
Usage:
The highlighted text will be placed in a font-tag with
a class called "highlight":
<font class="highlight">xxxxxxxx</font>

You should define a css style called "highlight" in
your template
['s CSS file]. All highlighted text sections will have
this style.

http://www.mambots.com/index.php?opt...o&filecatid=30

note: please feedback on this: does it work with other bots like infopop or initcaps etc, anyone tested..?
================================================

MOS Dirlist (dispays a directory list from a given tag)
{dirlist:./documents/} replace "documents" by other folder name..
You can Browse in sub directories of "./documents/".
Allways put a trailing shlash behind the directory name.

BEWARE: {dirlist:/} or {dirlist:/etc/} might give access
to secure directories! (depending of the security of you provider)

This bot outputs a nice listing of all files in the directory you specify in the tag, complete with custom icons. You will find a photoshop document "icons.psd" in "/file_icons/", so you are able to define your own icons by creating a file like tif.gif, psd.gif, ccp.gif, etc ...
http://www.mambots.com/index.php?opt...o&filecatid=29

============================

Hide Intro Mosbot : (hides introtext when viewing complete items,
but leaves the introtext intact on home page / navigation pages)
"This comes in handy when publishing a news site where you'd like to put a
teaser or short abstract on your home page, or, perhaps sub-pages, but you
don't want that teaser to appear in the article itself
."
Usage:
You have to edit line 26 of the php file to include all the item id's for which you want this to work, examples:
Code:
 if ( $Itemid==XX AND stristr($_SERVER['REQUEST_URI'], $urlquery) ) {
  
If you have two numbers, XX and YY, it will look like this:

if ( ($Itemid==XX OR $Itemid==YY) AND stristr($_SERVER['REQUEST_URI'], $urlquery) ) {
and so on..
Please check the included readme for full details and more info about SEF urls etc..
Get it from http://www.mamboportal.com/

==============================================

Thanks to Sebastian Unterberg for the 1st 3 bots, very productive

List to be continued...
__________________
joe / ex Mambo ex Doc Team
Eyezberg.com
eyezberg is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 16.07.2004, 14:10   #23 (permalink)
Senior Mamber
 
mambosolutions's Avatar
 
Join Date: Apr 2004
Posts: 209
mambosolutions is on a distinguished road
Send a message via MSN to mambosolutions
Default Re: mosbots cheatsheet

hey joe

nice list...i love it..very helpful...

can not find the mosexternalpage bot...any tips??
i am doing a site for a travel agancy, and they are using online booking through other travel agencies...so i need a way to include external search pages like as example this url:

http://webbook.hotelplan.ch/pa(bD1lbiZjPTAxMQ==)/search.htm?langc=D&agent=C0661&ycatacc=MTL




thanks!

john
mambosolutions is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 16.07.2004, 21:43   #24 (permalink)
Professional Mamber
 
eyezberg's Avatar
 
Join Date: Apr 2004
Location: Gap / France
Posts: 860
eyezberg is an unknown quantity at this point
Default Re: mosbots cheatsheet

LOL, I work with Hotelplan day in day out

Don't know where it originally was, here it is from my HD..
__________________
joe / ex Mambo ex Doc Team
Eyezberg.com
eyezberg is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 17.07.2004, 10:28   #25 (permalink)
Senior Mamber
 
mambosolutions's Avatar
 
Join Date: Apr 2004
Posts: 209
mambosolutions is on a distinguished road
Send a message via MSN to mambosolutions
Default Re: mosbots cheatsheet

many thanks Joe

I will check it out..i got it working using an IFRAME, but I want to heck other options.

regards,
john
mambosolutions is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 20.07.2004, 10:49   #26 (permalink)
Elite Mamber
 
-peter-'s Avatar
 
Join Date: Apr 2004
Posts: 1,283
-peter- is an unknown quantity at this point
Default Re: mosbots cheatsheet

Sorry but this link is broken

http://www.mambobrothers.com/conten...category/73/40/

Greets Peter
-peter- is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 05.08.2004, 19:13   #27 (permalink)
Professional Mamber
 
eyezberg's Avatar
 
Join Date: Apr 2004
Location: Gap / France
Posts: 860
eyezberg is an unknown quantity at this point
Default Re: mosbots cheatsheet

@ peter; what was that link for? thx

UPDATE: thanks to Stingrey, adding a short "did-you-know" to the list:

The core {mospagebreak} can take parameters!!
PHP Code:
 /**
* Page break mambot
*
* <b>Usage:
* <code>{mospagebreak}
* <code>{mospagebreak title=The page title}
* <code>{mospagebreak title=The page title&toc=1}
*
* If <i>title is specified, then a page sub-title is included
*
* If <i>toc is specified, then a table of contents is included
*/ 
===============================================
Update:
QuickDown for Remository : information and download link for Remository-Download-file within content
usage: {quickdown:id} where id is id of the download file
"The mambot is multilingual, because it uses the language-file from Remository. Also the download counter increases when downloading a file. "

link: http://www.mamboaddons.com/cms/index...d=13&Itemid=46
__________________
joe / ex Mambo ex Doc Team
Eyezberg.com

Last edited by eyezberg; 09.08.2004 at 17:55.
eyezberg is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 01.10.2004, 20:26   #28 (permalink)
Senior Mamber
 
pocketom's Avatar
 
Join Date: Aug 2004
Location: Germany
Posts: 184
pocketom is on a distinguished road
Send a message via ICQ to pocketom Send a message via MSN to pocketom
Default Re: mosbots cheatsheet

mosviewonly doesnt work with my 4.5.1a. i just copied it to my mambots bir.


But nothing happens. No encoding effect.
What can be wrong?
pocketom is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 06.03.2005, 21:50   #29 (permalink)
Professional Mamber
 
eyezberg's Avatar
 
Join Date: Apr 2004
Location: Gap / France
Posts: 860
eyezberg is an unknown quantity at this point
Default Re: mosbots cheatsheet

mosviewonly has been updated in the meantime.
This thread has NOT been updated to 4.5.X, so a lot of new bots are not in this list anymore!
I was hoping it could all be grouped on a dedicated site such as mambots.com, as this hasn't happened, if anyone cares to start a new thread for "45X mambots", feel free..
__________________
joe / ex Mambo ex Doc Team
Eyezberg.com
eyezberg is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 13.07.2005, 12:28   #30 (permalink)
Baby Mamber
 
shift's Avatar
 
Join Date: Apr 2004
Location: Como (Italy)
Posts: 18
shift is on a distinguished road
Send a message via AIM to shift
Default Re: mosbots cheatsheet

Quote:
Originally Posted by eyezberg
Mosaddphp: (In-line PHP in content)
{mosaddphp:<php-file>[,<parameter>]...}

Example:

{mosaddphp:subfolder/sample.php,12,14.325,blabla}
Anyone knows where to download it?

TIA
shift is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

LinkBacks (?)
LinkBack to this Thread: http://www.mambers.com/mambots/5087-mosbots-cheatsheet.html
Posted By For Type Date
Ìîÿ Joomla - ñàéò íà Joomla CMS ýòî ïðîñòî - Ãäå íàéòè øàáëîíû,êîìïîíåíòû, ìîäóëè, ìàìáîòû äëÿ Joomla (Mambo) This thread Refback 29.02.2008 10:26
Joomla! Community Forum • View topic - RESOURCES: Joomla Components, Modules, and Mambots This thread Refback 25.02.2008 12:36
Mambo Components, Modules, and Mambots Resources - Mambo - A PHP & MySQL Content Management System This thread Refback 24.02.2008 02:02

Similar Threads
Thread Thread Starter Forum Replies Last Post
htmlarea2 editor -> Adding the editor to a custom component without the mosbots Bernard Component 'How Do I' Questions 0 23.04.2004 02:04


All times are GMT +2. The time now is 14:30.

Powered by vBulletin® Version 3.7.2
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.1.0
A vBSkinworks Design
© Copyright 2004-2008 by Arthur Konze Webdesign.