sitemap  |  contact

Sakic.Net Forum
20 November 2008, 18:18 *
Welcome, Guest. Please login or register.
Did you miss your activation email?
Login with username, password and session length
News: Email Directory goes free: http://www.sakic.net/products/free_products/
 
  Home Help Search Login Register  
  Show Posts
Pages: [1]
1  Products / Other products / E-mail directory and Joomla 1.5x on: 20 October 2008, 23:23
Dear Saka, I would like to migrate my website to joomla 1.5x, and I would like to have information is it E-mail directory compatible with new version of joomla? Is there any migration instructions?  Wink
2  Products / SEF Advance / Re: Poll not working with SEF Advance on: 02 February 2008, 01:12
Hvala Emire! Thanks Emir!
3  Products / SEF Advance / Re: Poll not working with SEF Advance on: 01 February 2008, 16:56
I have same problem with poll component! I am using latest version of sef advance and joomla 1.0.13. ! HTTP 404 - File not found
4  Products / SEF Advance / Community Builder SEF Advance extension on: 16 January 2008, 23:39
With latest version of SEF advance and existing sef_ext for Community Builder Joomla core pathway is lost! I am using Joomla 1.0.13 and latest version of Community Builder!

This is just info!

Thanks for understanding and best regards,

Nikola  Wink  http://www.mrkonjicgrad.com/korisnici/userslist/registrovani_korisnici/
5  Products / Other products / Re: E-mail directory ordering on: 04 January 2008, 22:53
Saka,

Thanks for your great support!

Regards,
Nikola
6  Products / Other products / E-mail directory ordering on: 26 December 2007, 16:55
Saka,

E-mail directory ordering does not work, and listing options do not react over chosen mode! Thanks in advance!

Regards,

Nikola
7  Products / SEF Advance / Re: Change home page title on: 08 December 2007, 13:52
Now is not very clear what your need is?!

Check my site titles!
http://www.mrkonjicgrad.com/
8  Products / SEF Advance / Re: Change home page title on: 07 December 2007, 19:24
Search for this line in file includes/joomla.php:

$this->_head['title'] = $title ? $GLOBALS['mosConfig_sitename'] . ' - '. $title : $GLOBALS['mosConfig_sitename'];

and replace with

if ( $title == 'Home' ) { $title = null; }
$this->_head['title'] = $title ? $GLOBALS['mosConfig_sitename'] . ' - '. $title : $GLOBALS['mosConfig_sitename'];

or (for opposite titles)

if ( $title == 'Home' ) { $title = null; }
$this->_head['title'] = $title ? $title . ' - ' . $GLOBALS['mosConfig_sitename'] : $GLOBALS['mosConfig_sitename'];

9  Products / SEF Advance / Re: User list pagination on: 01 December 2007, 23:44
Strange, cause it works fine on my test installation. Do you use latest CB (1.1 stable)?
Also I wonder how you change "members-list" in URL to "registrovani_korisnici"? Did you edit any of the CB files?

Emir,

You are the best!!!!
I never made any correction over CB files. I am using last version (update) of CB!
Title of my user list is “Registrovani korisnici”, and in my SEF configuration I am using shorter URLs as default!
I will inform CB community over new sef_ext for CB!
Thanks again!!!
10  Products / SEF Advance / Re: User list pagination on: 01 December 2007, 20:00
Dear Emir,

Confirmation issue has been solved, but pagination issue is problem again!

http://www.mrkonjicgrad.com/comprofiler/userslist/

However, thanks for additional effort and I will try to check if CB team has some of improvements over latest published version!

Regards from Banja Luka
11  Products / SEF Advance / sef_ext.php for Fireboard on: 14 October 2007, 02:08
I am using latest versions of Joomla, Sef Advance and Fireboard, and I have discovered that sef_ext.php for fireboard producing problem for FireBoard Discussionbot function.
If I select discussion link in my content, in forum posting procedure title subject is gone!

Here is some screenshot out of Fireboard forum:

Saka thanks again!
Nikola
12  Products / SEF Advance / User list pagination on: 13 October 2007, 02:10
I am using latest versions of Community Builder, Joomla 1.0xx and Sef advance. With SEF Advance extension for Community Builder I have two problems:

User list pagination does not work, and I receive following message: session expired/ or cookies are not enabled on you browser.

New members cannot confirm their activation link!

Errors are probably made thanks to new “improvements” over Community Builder script.
In any case I would like to confirm with you if latest version of sef_ext.php is OK?

Thanks in advance, and regards from Bosnia and Herzegovina!
13  Products / SEF Advance / Re: How to Upgrade to 5.4 and keep settings? on: 13 October 2007, 01:55
If you use version with export features use command "Export" (top right corner), than you will see file offered for export, called "sefbackup.xml".

If you using version without export features, you should setup configuration again, after fresh installation of latest one!

What is your current version?
Pages: [1]