Good Morning,
I'm trying to change the :: Orca Forum that appears in the title on post and topic views and I'm having some trouble.
I've tried the following steps:
- Changing [L[Orca Forum]] in forum/layout/base/xsl/canvas.xsl
- Cleaned cache and rechecked, no change
- Changing :: Orca Forum in forum/layout/base_en/xsl/canvas.xsl
- Cleaned cache and rechecked, no change
- Changing :: Orca Forum in forum/integrations/base/langs/en.php in TWO places
- Recompiled English language
- Cleaned cache and rechecked, no change
- Changed Language Settings, Manage Keys, Typed Orca and changed files.
- Cleaned cache and rechecked, no change
Keys found:
_powered_by_Dolphin (System)
_use Orca private forums (System)
_use Orca public forums (System)
_bx_forum (Boonex Orca Forums)
_sys_module_forum (System)
None of which contain the suffix ":: Orca Forum". Changed text in keys anyway.
_bx_forum (Boonex Orca Forums)
_sys_module_forum (System)
you just need to click edit if you didn't
Yes, made changes there and still no change. I cleaned out the cache after the changes and nothing was changed.
At this point, I am at a loss as to what to do to resolve this. Any help that could be offered would be greatly appreciated.
Thank you,
Damion
|
trying to change this ?.Orca :: Interactive Forum Script' |
Oh thanks for reminding me, I did that first. That change is being shown.
The issue is the suffix on posts and topic titles. The suffix is :: Orca Forum.
|
yoursite.com/administration/lang_file.php
manage keys type in orca click on apply
|
Keys found:
_powered_by_Dolphin (System)
_use Orca private forums (System)
_use Orca public forums (System)
_bx_forum (Boonex Orca Forums)
_sys_module_forum (System)
None of which contain the suffix ":: Orca Forum".
|
To remove the Orca bit from the title on the window of your web browser, you need to go to /path/to/dolphin/modules/boonex/forum (or orca, forgot)/inc/header.inc.php and modify the title lines to whatever you like. Once you are done, empty the files (except for .htaccess) from the /cache directory.
I hope that's what you meant, or else I'm in trouble.
BoonEx Certified Host: Zarconia.net - Fully Supported Shared and Dedicated for Dolphin |
Look int the following direction:
modules/boonex/forum/integrations/base/langs/en.php Kids first |
Keys found:
_powered_by_Dolphin (System)
_use Orca private forums (System)
_use Orca public forums (System)
_bx_forum (Boonex Orca Forums)
_sys_module_forum (System)
None of which contain the suffix ":: Orca Forum".
_bx_forum (Boonex Orca Forums)
_sys_module_forum (System)
you just need to click edit if you didn't
|
To remove the Orca bit from the title on the window of your web browser, you need to go to /path/to/dolphin/modules/boonex/forum (or orca, forgot)/inc/header.inc.php and modify the title lines to whatever you like. Once you are done, empty the files (except for .htaccess) from the /cache directory.
I hope that's what you meant, or else I'm in trouble.
That changes the forum main pages which I've already done, but does not affect the Topic and Post views.
|
Look int the following direction:
modules/boonex/forum/integrations/base/langs/en.php
Already tired and did not work, please see first post.
|
Keys found:
_powered_by_Dolphin (System)
_use Orca private forums (System)
_use Orca public forums (System)
_bx_forum (Boonex Orca Forums)
_sys_module_forum (System)
None of which contain the suffix ":: Orca Forum".
_bx_forum (Boonex Orca Forums)
_sys_module_forum (System)
you just need to click edit if you didn't
Yes, made changes there and still no change. I cleaned out the cache after the changes and nothing was changed.
|
Good Morning,
I'm trying to change the :: Orca Forum that appears in the title on post and topic views and I'm having some trouble.
I've tried the following steps:
- Changing [L[Orca Forum]] in forum/layout/base/xsl/canvas.xsl
- Cleaned cache and rechecked, no change
- Changing :: Orca Forum in forum/layout/base_en/xsl/canvas.xsl
- Cleaned cache and rechecked, no change
- Changing :: Orca Forum in forum/integrations/base/langs/en.php in TWO places
- Recompiled English language
- Cleaned cache and rechecked, no change
- Changed Language Settings, Manage Keys, Typed Orca and changed files.
- Cleaned cache and rechecked, no change
Keys found:
_powered_by_Dolphin (System)
_use Orca private forums (System)
_use Orca public forums (System)
_bx_forum (Boonex Orca Forums)
_sys_module_forum (System)
None of which contain the suffix ":: Orca Forum". Changed text in keys anyway.
_bx_forum (Boonex Orca Forums)
_sys_module_forum (System)
you just need to click edit if you didn't
Yes, made changes there and still no change. I cleaned out the cache after the changes and nothing was changed.
At this point, I am at a loss as to what to do to resolve this. Any help that could be offered would be greatly appreciated.
Thank you,
Damion
Ok, I don't want to sound stupid but I can't for the life of me figure out what you are trying to do? maybe a hint or a cap?
http://towtalk.net ... Hosted by Zarconia.net! |
To change default Orca title:
1) change this text in modules\boonex\forum\inc\header.inc.php - no recompilation is needed after this change
$gConf['def_title'] = 'Orca :: Interactive Forum Script';
2) edit modules\boonex\forum\integrations\base\langs\en.php file and change the following line:
'add this to title' => ' :: Orca Forum ',
Make sure that you change only ' :: Orca Forum ' part. Orca language file recompilation (not Dolphin language file) is needed after this change, since Orca has own language file. If you have several templates - then recompile language for each template separately.
Rules → http://www.boonex.com/terms |
SkyForum,
The first line of the first post says what I'm trying to do.
I'm trying to change the :: Orca Forum that appears as a suffix to the title of each forum topic and forum post.
|
I'm having the same problem. It is everywhere on forum post and forum topic and I spend yesterday the half day to get it out.
All others I find intuitive myself and they are already gone, except from post and topic - do you know Alex or anyone else where to delete from post and topic?
|
3) Also try to change this line in modules\boonex\forum\integrations\base\langs\en.php file
'Orca Forum' => ':: Orca Forum',
This message is displayed when there is no title at all, but this should never occur, because there is always some title.
Rules → http://www.boonex.com/terms |
To remove the Orca bit from the title on the window of your web browser, you need to go to /path/to/dolphin/modules/boonex/forum (or orca, forgot)/inc/header.inc.php and modify the title lines to whatever you like. Once you are done, empty the files (except for .htaccess) from the /cache directory.
I hope that's what you meant, or else I'm in trouble.
This worked for me, first time, thanks!
newbreed |
Yes, it works now for me too when I do both, recompile in admin/tools/modules/forum and compile in /m/forum.
Thanks AlexT
|
hi Everyone and mallorca
I tried the below
1) change this text in modules\boonex\forum\inc\header.inc.php - no recompilation is needed after this change
$gConf['def_title'] = 'Orca :: Interactive Forum Script';
2) edit modules\boonex\forum\integrations\base\langs\en.php file and change the following line:
'add this to title' => ' :: Orca Forum ',
3) Also try to change this line in modules\boonex\forum\integrations\base\langs\en.php file
'Orca Forum' => ':: Orca Forum',
recompile in admin/tools/modules/forum and compile in /m/forum.
I followed the steps provided i am not sure how to compile in /m/forum ?
also after performing above steps , i am able to get rid of orca forum when i click forums tab
but when i click on forums then it still displays 'forum name - :: orca forum'
please help
|
Nothing easier then that: just go to your forum home and click: Compile language  |
Hi..
I tried to compile language in forum but this is wat i get...

|
You must be logged in as admin to compile the forums.
https://www.deanbassett.com |
And you have to buy a license before you remove Boonex links and adverts. Otherwise your copy is illegal and will be deactivated............... |
Thnx....everyone
its working now !
|
And you have to buy a license before you remove Boonex links and adverts. Otherwise your copy is illegal and will be deactivated...............
Allow me to ask a dumb question, if you have a paid license for Dolphin 7.0.3 can you 'legally' remove it then? I want to change this but don't want to violate any copyrights.
|
When you purchase a license and enter the key via the Admin Panel, all of the "Powered By Boonex" links will automatically disappear. You will not need to do anything to remove them yourself. Nothing to see here |