Search found 78 matches: code

Searched query: code

by Admin
August 24th, 2010, 2:35 pm
Forum: MODs
Topic: Installing mChat
Replies: 5
Views: 14568

Installing mChat

Open mchat.php, change

Code: Select all

$phpbb_root_path = '/phpBB3/';
to

Code: Select all

$phpbb_root_path = (defined('PHPBB_ROOT_PATH')) ? PHPBB_ROOT_PATH : '/phpBB3/';
change

Code: Select all

include($phpbb_root_path.'common.'.$phpEx);
to

Code: Select all

include($phpbb_root_path . 'common.' . $phpEx);
by Cyriaxx
April 19th, 2010, 11:08 am
Forum: p8pBB bridge
Topic: Features requests - what do you want to see in new version?
Replies: 86
Views: 237584

Re: Features requests - what do you want to see in new versi

What about enhanced SEO for the forum, instead of

Code: Select all

http://www.domain.com/forum/my-first-forum/1(.html)
it should be

Code: Select all

http://www.domain.com/forum/my-first-forum/my-first-posting(.html)
This would be great.

PS: Thanks for that excellent piece of software!
by chris26237
November 15th, 2009, 9:07 pm
Forum: p8pBB bridge
Topic: Pre-Sales Questions
Replies: 105
Views: 362844

Re: Pre-Sales Questions

Got it. Not a developer here so nothing wrong with that. I have no plans on hacking your code.

Thanks much for the info/reply.
by bellatrix
November 11th, 2009, 9:18 am
Forum: AJAX toggler
Topic: Small problem in Opera
Replies: 4
Views: 14563

Small problem in Opera

... I publish/unpublish or show/hide items, plugin changes status of the next (below) item but not the clicked one. May be some counter whithin the code is set the wrong way. My Opera version is 9.62
by YeeP
October 22nd, 2009, 10:40 am
Forum: AJAX toggler
Topic: Bug while displaying all users @ User Manager page..
Replies: 3
Views: 14477

Re: Bug while displaying all users @ User Manager page..

II have been having a lot of problems with IE 8 users in general. I have been trying to put this in most of my html files as I find there is something related to an IE 8 user having troubles. Not sure if it will help you. Put this in the header: <meta http-equiv="X-UA-Compatible" content=&...
by jakesean
October 22nd, 2009, 1:27 am
Forum: AJAX toggler
Topic: Bug while displaying all users @ User Manager page..
Replies: 3
Views: 14477

Bug while displaying all users @ User Manager page..

... 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729) Timestamp: Thu, 22 Oct 2009 05:25:34 UTC Message: Unknown runtime error Line: 107 Char: 3 Code: 0 URI: http://localhost/plugins/system/jatoggler/jatoggler.js
by Admin
June 3rd, 2009, 2:00 pm
Forum: p8pBB bridge
Topic: Pre-Sales Questions
Replies: 105
Views: 362844

Re: Pre-Sales Questions

1. No files are modified in either phpBB or Joomla!. Only few lines of code are inserted in .htaccess.

2. Really works!!! Strange, but we should have the reason to note that, will perform more tests.
by gumpcom
March 19th, 2009, 5:47 am
Forum: p8pBB bridge
Topic: Features requests - what do you want to see in new version?
Replies: 86
Views: 237584

Re: Features requests - what do you want to see in new version?

... have something similar to the avatar thing in you CB profile, but for forum signatures instead. A basic option would allow you to simply enter BB code used in your forum signature. A more advanced option would allow you to upload signatures.