Cant publicate some k2 materials

Support forum dedicated to GameNews game Joomla template perfect for gamers, game portal news and reviews with dedicated extensions for rating and video support
Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Thu Jul 24, 2014 2:12 pm
Reply with quote
Report this post
Hi.

When I'm trying to publicate new material at latest news module it has no effect. I tried to change time offset. It helped for couple materials but now I can public nothing. Please, help me.
User avatar
Junior Boarder

GK User
Fri Jul 25, 2014 1:08 am
Reply with quote
Report this post
Just publicated new material. It apeared and others too. I dont know whats happenning...
User avatar
Junior Boarder

GK User
Fri Jul 25, 2014 3:08 pm
Reply with quote
Report this post
I got my problem again. I guess it related with current time.
User avatar
Junior Boarder

GK User
Fri Jul 25, 2014 3:37 pm
Reply with quote
Report this post
I noted that materials with creation time after 16-00(GMT+4) do not publicate at time.
User avatar
Junior Boarder

teitbite
Mon Jul 28, 2014 9:51 am
Reply with quote
Report this post
Hi

This means that a time set on database, server and in joomla are different. Please try to match them of try one more time with offset value in NSP configuration.
User avatar
Moderator

GK User
Sun Aug 31, 2014 4:21 pm
Reply with quote
Report this post
Hi, my problem still exists and I have noted new details. When I'm using NSP GK5 module materials are showing correctly without time offset correction, but all NSP GK4 modules become invisible. It looks like this:
Image
User avatar
Junior Boarder

teitbite
Mon Sep 01, 2014 4:48 pm
Reply with quote
Report this post
Hi

That's a completly different issue then the one from topic. Programmers have not expected 2 modules doing the same thing to be used at the same time so there is a small conflict. Please show me Your site so I'll tell you how to fix it.
User avatar
Moderator

teitbite
Mon Sep 01, 2014 8:37 pm
Reply with quote
Report this post
Hi

I got an access to Your site, but I need to see the modules while they are broken to come out with the fix. Can You please tell me what to do to see it like on Your screen ?
User avatar
Moderator

GK User
Mon Sep 01, 2014 9:19 pm
Reply with quote
Report this post
You need to publicate any NSP GK5 module, like "test module" for example.
User avatar
Junior Boarder

teitbite
Tue Sep 02, 2014 6:20 pm
Reply with quote
Report this post
Hi

I've added this code to override and it's ok now.

Code: Select all
.nspList, .nspArtPage {
    opacity: 1;
}
User avatar
Moderator

GK User
Tue Sep 02, 2014 7:38 pm
Reply with quote
Report this post
Thanks.
But i got new problems:
1. Header font size became much bigger.
2. NSP GK5 module got problem with pages. Pages not switching and little piece of second page showing on first:
Image
Can you fix it?

And what about "time offset problem"? I think it's not because of server time - NSP GK5 module works correct with the same materials.
User avatar
Junior Boarder

teitbite
Wed Sep 03, 2014 11:36 am
Reply with quote
Report this post
Hi

Time offset problem is because of a different time set in database not server itself. K2 uses database time while creating article, but NSP can only use the current time from server settings. That's why we have added offset option to module.

For the cross version issue i think you should stick to gk4 since it has a style support with this template and gk5 doesn't. You may also play with setting in advanced section of module and try different JavaScript libraries and default module style.
User avatar
Moderator

GK User
Wed Sep 03, 2014 6:42 pm
Reply with quote
Report this post
NSP GK5 has no problem with database diferent time set. Is there way to fix GK4 like that?
User avatar
Junior Boarder

teitbite
Thu Sep 04, 2014 1:21 pm
Reply with quote
Report this post
Hi

I was asked to remove the dates connection in NSP GK4 before, so that is the fix I know, but You will lost a publishing time option.
User avatar
Moderator

GK User
Thu Sep 04, 2014 3:42 pm
Reply with quote
Report this post
Can we ask developers of NSP for help? I think this module not works like it should.
User avatar
Junior Boarder

teitbite
Fri Sep 05, 2014 3:56 pm
Reply with quote
Report this post
Hi

GK4 version was adapted from Joomla 1.5, so it can have some problems I agree. It was a reason why GK5 was developed in the first place.

Please tell me what problems do You have and I'll help resolve them one by one. Please let me know if I can make some tests to check the offset issue on Your site.
User avatar
Moderator

GK User
Mon Sep 15, 2014 11:28 pm
Reply with quote
Report this post
Materials created from 16-00 to 23-59 not publicate instantly. They start to show after 00-00.
User avatar
Junior Boarder

teitbite
Tue Sep 16, 2014 11:39 am
Reply with quote
Report this post
Hi

In module settings You will find an "Offset" option. Please set it to "-12". Let me know if this helped.
User avatar
Moderator

GK User
Tue Sep 16, 2014 2:04 pm
Reply with quote
Report this post
This not helped.
"Offset" option was set to "+12" at description above. Now I set it to "-12" and materials has been created since yesterday 16-00 disappeared.
User avatar
Junior Boarder

teitbite
Wed Sep 17, 2014 8:32 pm
Reply with quote
Report this post
Hi

This tell something :) So +12 was closer. You will need to make the gap bigger. Please edit file: modules/mod_news_pro_gk4/mod_news_pro_gk4.xml find a code like this:

Code: Select all
               <field name="time_offset" type="list" default="0" label="MOD_NEWS_PRO_GK4_TIME_OFFSET" description="MOD_NEWS_PRO_GK4_TIME_OFFSET_DESC">
                      <option value="-12">-12</option>
                      <option value="-11">-11</option>
                      <option value="-10">-10</option>
                      <option value="-9">-9</option>
                      <option value="-8">-8</option>
                      <option value="-7">-7</option>
                      <option value="-6">-6</option>
                      <option value="-5">-5</option>
                      <option value="-4">-4</option>
                      <option value="-3">-3</option>
                      <option value="-2">-2</option>
                      <option value="-1">-1</option>
                        <option value="0">0</option>
                      <option value="1">+1</option>
                      <option value="2">+2</option>
                      <option value="3">+3</option>
                      <option value="4">+4</option>
                      <option value="5">+5</option>
                      <option value="6">+6</option>
                      <option value="7">+7</option>
                      <option value="8">+8</option>
                      <option value="9">+9</option>
                      <option value="10">+10</option>
                      <option value="11">+11</option>
                      <option value="12">+12</option>
                </field>         


and add an extra value

Code: Select all
                      <option value="24">+24</option>


than try selecting it in module.
User avatar
Moderator

GK User
Thu Sep 25, 2014 7:21 pm
Reply with quote
Report this post
It works. Thank you.
User avatar
Junior Boarder


cron
Remember me
Register New Account
If you are old Gavick user, click HERE for steps to retrieve your account.