|
Timeline / Chronicle (Facebook Style) isssues!!
If there are members that got this module i would like to know if you had any problems with
1. date time stamp on comment add 2. subheader height (grey section) 3. other problems or issues
kind regards
solusoft
|
|
I am having all kinds of issues and the developer is responding but here we are a month later and really nothing has advanced... Feel free to PM about your issues...we can discuss Csampson |
I don't have member ship to contact the developer, I am soon to do so, but I will also ask weather he can make it compatible for mobiles, it would be useful
|
Well, I spent nearly a month now to get the module ready.
Some glitches were to fix, translation to be added, so added some additional language strings.
And for problem 1, yes the comment date is completely wrong. You can solve this by opening /modules/beckmedia/timeline/classes/BeckmediaTimelineModule.php and replace twice
"$cmt_date_stamp = strtotime($cmt_time);"
with
"$cmt_date_stamp = time()-strtotime($cmt_time);"
(line 345 and line 399)
Hope this helps a bit (even I am not the creator but it was enough work to get this module to good work)
|
Super!!
that works fine.
Now the post menu to fix and the module is ready to use :-)
|
What to you mean, what to fix? |
On the timeline post-menu there is a double write.
1. just text and other one is hyperlink
This only occurs on page load...
when you click link or media then the text(write) is gone and looks good
I'm wondering how to fix this?
|
mh I have not seen this yet, maybe I can reproduce it, but I've changed some code around there already.
I just found another bug, if a profile is created after you've installed the timeline the timebar at the right side shows "1970", "January"
|
mh I have not seen this yet, maybe I can reproduce it, but I've changed some code around there already.
I just found another bug, if a profile is created after you've installed the timeline the timebar at the right side shows "1970", "January"
Just checked your bug if i could reproduce but that doesn't happen on my site. Maybe dolphin version issue...? I run 7.08
|
checked all new profiles and always the same, see attached screenshot. We are running D7.0.9
I am checking the original files if I can find something on them for your problem.
|
yeah, the year 1970 startline is weird!
Maybe you have multiple records in sys_comp_pages : filter on timeline
I had to delete rows after new install mod timeline. if it has multiple rows it layers the year/month line
Question: when you scroll in timeline does it return previous year 1969 or 2011?
I will keep on testing too...
|
Onther question...
how do you set the post-menu - default to write?
Now default is status.
where can you set this variable or is this hard coded?
Pff so much to do... so little time ;-)
|
I couldn't confirm your problem but try the following:
open /modules/beckmedia/timeline/templates/base/post_menu.html
and change line7 from
<div style="__display_act__" class="active" id="timeline-ptype-text-act">
to
<div style="display: none;" class="active" id="timeline-ptype-text-act">
and line 12 from
<div style="__display_not__" class="notActive" id="timeline-ptype-text-pas">
to
<div class="notActive" id="timeline-ptype-text-pas">
Let me know if it helps
|
I couldn't confirm your problem but try the following:
open /modules/beckmedia/timeline/templates/base/post_menu.html
and change line7 from
<div style="__display_act__" class="active" id="timeline-ptype-text-act">
to
<div style="display: none;" class="active" id="timeline-ptype-text-act">
and line 12 from
<div style="__display_not__" class="notActive" id="timeline-ptype-text-pas">
to
<div class="notActive" id="timeline-ptype-text-pas">
Let me know if it helps
No, it did not work! I will keep on looking... But thanks for helping me.
Question: Do you have empty items on your timeline due to the spy_wall?
I have lots of empty items on timeline and i think it due to the spy-wall
|
mh too bad it didn't do the trick. Some empty items I have also but not sure where they come from.
Did you try to contact beckmedia?
|
Great news... the post menu issue I fixed! this was due to script error in post2.css.
the empty items are created when members view profiles of othe members. On the wall it show as: member12 viewed profile member123 On timeline it shows empty item!
as we speak i am trying to get this fixed
I have sent 3 emails to beckmedia and he is very busy i guess bcoz he will look into it in 3 days
|
had no time to check things the last days. Any news from your side?
I'll be back on tuesday
|
Nope, now news from developer. All i know is that they are working on a new version. when they will release it... i don't know.
I have timeline working now and looks ok. How does it look on your site?
|
had no time to check things the last days. Any news from your side?
I'll be back on tuesday
The timeline start year 1970 comes when uou have no items on your wall. So what you have to do is .. by creating new profile --> add first item on wall and your year problem on timeline is gone!
maybe you can create auto insert wall post in the script.
I'll check it later this week.
Greetzz
|