Search found 78 matches: code

Searched query: code

by Admin
September 7th, 2013, 2:52 am
Forum: MightySites
Topic: MijoShop - Multi-Store
Replies: 18
Views: 28025

Re: MijoShop - Multi-Store

MijoShop is not a native Joomla extension, it doesn't use native Joomla code for executing database queries, that's why it's just technically not possible to share its database data :(
by Admin
August 3rd, 2013, 10:16 am
Forum: News
Topic: Updated AJAX Toggler, both free and Pro
Replies: 0
Views: 355

Updated AJAX Toggler, both free and Pro

Fixed issue with missed MooTools tips code.
Read full article...
by ARTFX
March 31st, 2013, 8:36 am
Forum: p8pBB comments
Topic: Problem with BBcode replacements
Replies: 3
Views: 9843

Problem with BBcode replacements

... inside the forum and now the replacement is showing correctly. :geek: I found that I need to do this on almost any created article using an embed code. Inside P8PBB comments the replacements are set like following: {youtube}-[youtube] {/youtube}-[/youtube] {soundcloud}-[soundcloud] {/soundcloud}-[/soundcloud] ...
by Admin
March 11th, 2013, 3:03 pm
Forum: MODs
Topic: Installing Dicemod
Replies: 1
Views: 6378

Installing Dicemod

1. Open /viewtopic.php , replace around line 1409 // Second parse bbcode here if ($row['bbcode_bitfield']) { $bbcode->bbcode_second_pass($message, $row['bbcode_uid'], $row['bbcode_bitfield']); } with // Second parse bbcode here if ($row['bbcode_bitfield']) { $GLOBALS['row'] = $row; $bbcode->bbcode_s...
by Admin
February 26th, 2013, 4:14 pm
Forum: News
Topic: p8pbb bridge 3.0.6
Replies: 0
Views: 578

p8pbb bridge 3.0.6

... 'Prepend title with' and 'Append title with' ⋅ Fixed issue with synchronizing custom phpBB fields with CB ⋅ Updated the code for new activity stream in JomSocial 2.8.3 Read full article...
by Bixy
February 20th, 2013, 12:34 am
Forum: p8pBB bridge
Topic: Is member login included in p8pbb bridge ?
Replies: 13
Views: 28608

Re: Is member login included in p8pbb bridge ?

Hi, thank you very much for this mod.

But just one question please, what I have to change in the code when people doesnt have avatar?

Because right now, every member with no avatar have my avatar on the login mod..

Thank you in advance :)
by Admin
January 18th, 2013, 1:55 pm
Forum: Community Builder
Topic: Tranlation of cb.menu-items
Replies: 1
Views: 7094

Re: Tranlation of cb.menu-items

CB plugin uses admin language file of component:

Code: Select all

/administrator/language/en-GB/en-GB.com_p8pbb.ini
You need to copy this file to:

Code: Select all

/administrator/language/de-DE/de-DE.com_p8pbb.ini
and translate keys with COM_P8PBB_CB_ prefix
by Fredrik
August 23rd, 2012, 7:52 pm
Forum: p8pBB bridge
Topic: Is member login included in p8pbb bridge ?
Replies: 13
Views: 28608

Re: Is member login included in p8pbb bridge ?

... I try this I only get a red X where the avatar should be. EDIT: My bad. :oops: By testing around a bit, I realized my problem is caused by this code only working for uploaded avatars. Is there a way to tweak it so it works as well with remote avatars and avatar gallerys?
by Admin
August 12th, 2012, 3:32 am
Forum: p8pBB bridge
Topic: Is member login included in p8pbb bridge ?
Replies: 13
Views: 28608

Re: Is member login included in p8pbb bridge ?

Code: Select all

/templates/your_joomla_template/html/mod_login/default.php
You will need to create this file if it doesn't exists.
by Admin
July 27th, 2012, 3:24 pm
Forum: p8pBB bridge
Topic: Is member login included in p8pbb bridge ?
Replies: 13
Views: 28608

Re: Is member login included in p8pbb bridge ?

Here is the example code of the mod_login layout: <?php /** * @package Joomla.Site * @subpackage mod_login * @copyright Copyright (C) 2005 - 2012 Open Source Matters, Inc. All rights reserved. * @license GNU General Public License version ...