Search found 78 matches: code

Searched query: code

by Admin
February 24th, 2015, 12:46 pm
Forum: Direct Alias
Topic: Index.php/ still on url
Replies: 1
Views: 11190

Re: Index.php/ still on url

You should enable 'Use URL Rewriting' in Joomla global configuration and rename file

Code: Select all

/htaccess.txt
to

Code: Select all

/.htaccess
by Admin
December 24th, 2014, 10:55 am
Forum: News
Topic: Merry Christmas! Here's a gift for you!
Replies: 0
Views: 481

Merry Christmas 2014! Here's a gift for you!

ImageGet a 20% off storewide & make your holiday even merrier !

All you have to do is use the discount code XMAS-2014 at the time payment and make your Christmas celebrations even merrier...

Best Regards,
AlterBrains team
Read full article...
by Admin
November 8th, 2014, 1:20 pm
Forum: News
Topic: p8pbb bridge 3.2.9
Replies: 0
Views: 481

p8pbb bridge 3.2.9

Now it's compatible with recent phpBB 3.1. New jprosilver style is also available in customer area.

Please note that bridge code from Joomla's /.htaccess should be now moved to .htaccess inside phpBB folder.
Read full article...
by Admin
November 7th, 2014, 11:08 am
Forum: MightySites
Topic: pre-sales question: international date formats
Replies: 2
Views: 6250

Re: pre-sales question: international date formats

Joomla doesn't have date format settings for site. If you mean language keys like these - yes, you have an option to load custom language override file for each site: DATE_FORMAT_LC="l, d F Y" DATE_FORMAT_LC1="l, d F Y" DATE_FORMAT_LC2="l, d F Y H:i" DATE_FORMAT_LC3=&qu...
by Admin
October 24th, 2014, 3:11 pm
Forum: MightySites
Topic: Redirect to slave site incorrect
Replies: 1
Views: 6438

Re: Redirect to slave site incorrect

Please contact Support Center, we will inform you correct code.
by Admin
September 16th, 2014, 5:55 pm
Forum: p8pBB comments
Topic: PreOrder Question PHP Links
Replies: 1
Views: 7752

Re: PreOrder Question PHP Links

This is not a plugin but just piece of code, it won't work without adaptation for phpBB and Joomla.
by Admin
August 20th, 2014, 1:39 pm
Forum: Alter Reports
Topic: join query sytax
Replies: 3
Views: 8482

Re: join query sytax

Don't use dots in table aliases:

Code: Select all

SELECT * FROM `#__osmembership_subscribers` AS table1
JOIN '#__osmembership_plans' AS table2
ON table1.`plan_id` = table2.`id`;
WHERE DATE_SUB(CURDATE(),INTERVAL 90 DAY) <= `from_date`;
by sarrene
July 2nd, 2014, 12:00 am
Forum: p8pBB bridge
Topic: Confused on which Social Extension to choose!
Replies: 7
Views: 17245

Re: Confused on which Social Extension to choose!

As a client and web admin/developer, I recommend going with EasySocial. As Admin had stated the code is a lot cleaner with less overhead to the site. JomSocial has more features built in, but can also become a bit.. messy. Being that I was a jomsocial user since it came ...
by Admin
June 28th, 2014, 1:31 pm
Forum: p8pBB bridge
Topic: joomla module development
Replies: 2
Views: 4843

Re: joomla module development

Yes, sure:

Code: Select all

require_once(JPATH_SITE.'/components/com_p8pbb/helper.php');

$fdb = p8pbbHelper::getForumDB(); 

$query = 'SELECT * FROM #__users';
$fdb->setQuery($query, 0, 50);
$rows = $fdb->loadObjectList();

p8pbbHelper::_restoreDB('j');
by Admin
June 28th, 2014, 1:29 pm
Forum: p8pBB bridge
Topic: Confused on which Social Extension to choose!
Replies: 7
Views: 17245

Re: Confused on which Social Extension to choose!

... which extension would you personally choose? (you have to choose one please..) EasySocial. Just from developer point of view - it has better code and being a developer I like it more.