Joomla plugin:MulitAds

linux
Written by Joe   
Saturday, 12 July 2008 23:42

Joomla plugin:MulitAds

is a powerful Joomla extension allowing you to easily insert advertisements into your websites's articles.
MultiAds supports display of Google Adsense, other advertising formats, and virtually any kind of html code,in each of the four main content areas of an article:
  • Before Content (i.e. between an article's Title and the rest of an article's content).
  • Top of the Content.
  • Bottom of Content.
  • After Content (i.e. below the display area of all article's content).

Major Features

  • Any kind size of Adsense
  • Special articles and categories exclusion.
  • Block "dangerous" IP
  • Custom aline style
Attachments:
 MultiAds2.1.zip9 Kb
 
linux
Joomla search tag plugin
Written by Joe   
Saturday, 12 July 2008 03:40

A joomla search tag plugin,  the plugin will show meta keywords as 'tag' at the bottom of the articles.

The meta keywords are separated by comma( ',').   You can see the demo of the site, all the tag are created by the search tag plugin.

By now, it works for Joomla 1.5.X properly, not compatable with Joomla 1.0.X.

It is quite easy to use.

Attachments:
 plg_searchtag1.5.0.zip1 Kb
 
Fix fireboard for joomla1.5 joomlaVersion not found in myprofile.php 702 line bug
Written by Joe   
Friday, 11 July 2008 00:50

When I use FireBoard1.0.4 for Joomla1.5, error occurs when I change password in my profile.

"Fatal error: Class 'joomlaVersion' not found in
/home/public_html/components/com_fireboard/template/default/plugin/myprofile/myprofile.php
on line 702"

 Fix it in two steps.

1.Change line 702 from

 document.write('')$joomlaVersion = new joomlaVersion(); 

to

 document.write('')$joomlaVersion = new JVersion(); 

Noticed in Joomla 1.5 that version.php was changed from joomlaVersion to JVersion.

2. Add the following language definition in:

administrator/components/com_fireboard/language/english.php

DEFINE('_USER_DETAILS_SAVE''Your new password has been saved.'); 
 
Fix joomla community builder cb.core line 240 foreach bug
Written by Joe   
Thursday, 10 July 2008 04:36

When I use community builder 1.1 for joomla 1.5.x, it reports the following error.

Warning: Invalid argument supplied for foreach() in /components/com_comprofiler/plugin/user/plug_cbcore/cb.core.php 
on line 240 

 I fix it in the following way:

1. Change  line 528 from


$params =& $juser->getParameters();

to


$params =& $juser->getParameters(true);

2. Delete line 529.


$params->loadSetupFile(JApplicationHelper::getPath( 'com_xml', 'com_users' ));

After do the following steps, it works fine.

 
Default Joomla Modules
Written by Joe   
Tuesday, 08 July 2008 03:12
NameDescription
BannerShows banners from banner component
MenuPresents links of a menu
Login FormShows a form to log in or create account
SyndicateShows RSS feed links that viewers can use to syndicate to the home page
StatisticsShows various site stats
ArchiveThis module shows a list of the calendar months, which contain archived items.
SectionsShows a list of all sections configured in your database
Related ItemsShows links of content items that have similar keywords
WrapperPresents another URL inside an iframe (a page within a page)
PollsShows polls from the poll component
Who's OnlineShows number of viewers currently on the site
Random ImageShows a random image
NewsflashShows a random content item from a chosen category
Latest NewsShows link list of most recently published content items
PopularShows link list of most popular content items (by page view)
SearchShows a search box
CustomA special module that is created by the administrator, which can contain any sort of HTML
 
More Articles...
<< Start < Prev 1 2 3 4 5 6 7 8 9 Next > End >>

Page 5 of 9