a few bugs in partyfreak jomsocial

GK User
Mon Feb 27, 2012 7:43 pm
Hi, today I've update party freak (style.css for jomsocial template) but I've again a few bugs. Post screenshot for details:
-space between user name and status
-user cannot delete post, there isn't X button for delete (hide)
thanks for answer
Bye
User avatar
Junior Boarder

teitbite
Thu Mar 01, 2012 1:54 am
Hi

Please give me an exact links to the issues and some dummu user access so I'll be able to see it.
User avatar
Moderator

GK User
Fri Mar 02, 2012 9:42 am
I send you a PM
User avatar
Junior Boarder

teitbite
Fri Mar 02, 2012 8:18 pm
Hi

Please add this code to css:

Code: Select all
#community-wrap .cFeed-item .newsfeed-content-actor, .cFeed-item .newsfeed-content-actor {
    display: block;


and tell me how and where I can see the issue from the second picture.
User avatar
Moderator

GK User
Sat Mar 03, 2012 10:04 am
ok, solved first problem.
now, if you sign in with :
url:http://www.catch-me.it/index.php/catch-me
user: demo11
pass: demo11
you can see that you can't delete your posts because there isn't button
User avatar
Junior Boarder

teitbite
Sat Mar 03, 2012 7:09 pm
Hi

Are You sure it's not a configuration matter, because I do not see anything in code which can tell me that delete button should exist. Can You please ask on jomsocial forum if this can be triggered somewhere in configuration ?
User avatar
Moderator

GK User
Sun Mar 04, 2012 2:51 pm
I don't think;
I've installed other gavick's template and there isn't this problem.
you can see attachment, one party freak and one music template.
(Now I try to reinstall partyfreak template)
User avatar
Junior Boarder

teitbite
Mon Mar 05, 2012 5:44 pm
Hi

I've asked programmers to join our conversation. Let see if they know anything about this issue. Maby it was not designed for Party Freaks at all.
User avatar
Moderator

GK User
Mon Mar 05, 2012 6:19 pm
ok, thanks :)
I wait a response from programmers
User avatar
Junior Boarder

Konrad M
Tue Mar 06, 2012 9:33 am
Hi
Your last screen is when you are browsing group as registere or unregistered ?
User avatar

GK User
Tue Mar 06, 2012 5:15 pm
Hi Konrad,

The words "unregistered version" is from printscreen program, I've installed a preview version :D .
The user in picture is registered. I saw that in party freak only administrator have everywhere delete button, with all other templates there are not problems.
I tried to reinstall temlate, but the problem is still.
Once Don Lee solved a problem like this, there was not a post comment button and he gave me a code for css override :
.wall-coc-form > div ,.wall-coc-form > .wall-coc-form-actions > ul > li{
float: left;
}
User avatar
Junior Boarder

GK User
Mon Mar 12, 2012 9:07 am
I'm waiting for an answer,
thanks
User avatar
Junior Boarder

Konrad M
Mon Mar 12, 2012 10:35 pm
Find in style.css our jomsocial template
Code: Select all
#community-wrap .newsfeed-remove,
#community-wrap .cComments .newsfeed-remove,
#community-wrap li.cFeed-item .newsfeed-remove {
   display:none;
   position:absolute;
   right:0;
   top:7px;
}

and change to
Code: Select all
#community-wrap .newsfeed-remove,
#community-wrap .cComments .newsfeed-remove,
#community-wrap li.cFeed-item .newsfeed-remove {
   display:none;
   position:absolute;
   right:15px;
   top:7px;
}

then under this please add
Code: Select all
#community-wrap li.cFeed-item .newsfeed-remove + .newsfeed-remove,
#community-wrap .cComments .newsfeed-remove + .newsfeed-remove,
#community-wrap .newsfeed-remove + .newsfeed-remove {
    right: 0;
}
body #community-wrap a.cIcon-Hide {
    background: url("../images/hide-button.gif") no-repeat scroll 0 0 transparent;
    display: block;
    float: right;
    height: 12px;
    outline-style: none;
    text-indent: -9999px;
    width: 12px;
}
body #community-wrap a.cIcon-Hide:hover {
    background: url("../images/hide-button.gif") no-repeat scroll 0 -12px transparent;
}
User avatar

GK User
Tue Mar 13, 2012 9:54 am
sorry, but it doesn't work..
User avatar
Junior Boarder

Konrad M
Tue Mar 13, 2012 10:16 am
send me PM witch access to jomsocial and access to ftp
User avatar

GK User
Tue Mar 13, 2012 11:20 am
ok
User avatar
Junior Boarder

GK User
Sun Mar 18, 2012 5:43 pm
any answer?
User avatar
Junior Boarder

Konrad M
Mon Mar 19, 2012 12:23 pm
A few days ago I send you back message about access to joomla backend, and if it is possible ftp access too. But I didn't get response from you.
User avatar

GK User
Tue Mar 20, 2012 8:14 am
Strange, I sent it to you.
I sand again it now
User avatar
Junior Boarder

Konrad M
Tue Mar 20, 2012 12:33 pm
This time I got it. Hide iconhas display: none. I fixed it please check now.
User avatar

GK User
Wed Mar 21, 2012 9:01 am
:D
Thanks a lot!!!!
User avatar
Junior Boarder

Konrad M
Wed Mar 21, 2012 9:06 am
I'm glad I could help :)
User avatar

GK User
Thu Mar 22, 2012 12:19 pm
I've a last request:
If I've to re-install template, how I can fix hide button problem?
Thanks
User avatar
Junior Boarder

Konrad M
Thu Mar 22, 2012 12:46 pm
You are talking about js template update or joomla template update ?
User avatar

GK User
Thu Mar 22, 2012 2:02 pm
js templates
User avatar
Junior Boarder

GK User
Thu Mar 22, 2012 2:16 pm
I try to explain better:
Hide button problem is bug of partyfreak or only my website?
If I download and install the latest version of partyfreak with jomsocial template, the hide button problem comes back?
regards
User avatar
Junior Boarder

Konrad M
Sat Mar 24, 2012 8:54 am
It was bug but in JS 2.6 version will be fixed.
User avatar


cron