Page 40 of 51
Re: [RC2] phpBB Ajax Like
Posted: Thu Oct 24, 2013 1:25 pm
by Competities
-
Re: [RC2] phpBB Ajax Like
Posted: Fri Oct 25, 2013 12:45 am
by Competities
Solved.
Re: [RC2] phpBB Ajax Like
Posted: Fri Oct 25, 2013 12:00 pm
by TheDani
TheDani wrote:I get a warning at the top when I view a user's profile
Code: Select all
[phpBB Debug] PHP Notice: in file [ROOT]/memberlist.php on line 670: Undefined variable: ajaxlike_enable
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4861: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3887)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4863: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3887)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4864: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3887)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4865: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3887)
This is also "solved" by commenting out the debug info in phpBB's config.php
Re: [RC2] phpBB Ajax Like
Posted: Wed Nov 13, 2013 5:52 pm
by JupiterGPL
I have altered this MOD so it works on my mobile theme, but I need to make one more change and I have looked with no luck to figure this out.
I want to alter the size of the main popup window that shows all of your likes. The size is fine for prosilver, but I need to make it a bit smaller so it works better on mobile. Right now it's around 500px wide and would like it to be closer to 300px.
Where do I go to make that change?
I also want to make some color changes to that popup box as well.
Re: [RC2] phpBB Ajax Like
Posted: Wed Nov 13, 2013 6:37 pm
by emosbat
you can do it in common.js
Code: Select all
.............
width: '500',
height: '400',
...........
Re: [RC2] phpBB Ajax Like
Posted: Sun Nov 17, 2013 7:49 pm
by lucabarletta
there is someone that can help me?
I had installed mod with automod but not appear the like button.
Appear only:
dogs4passion
Amministratore
Messaggi: 2
{ AL_LIKE_COUNT_TEXT }: 0 { AL_POST_TEXT }
{ AL_LIKED_COUNT_TEXT }: 0 { AL_POST_TEXT }
Iscritto il: oggi, 18:09

Re: [RC2] phpBB Ajax Like
Posted: Mon Nov 18, 2013 6:32 am
by MrC
Did you also edit/upload the Italian language files?
Re: [RC2] phpBB Ajax Like
Posted: Mon Nov 18, 2013 9:53 am
by lucabarletta
There aren't file for italian leng, so i had upload file for
Leng english into the folder it, such as the istruction.
Re: [RC2] phpBB Ajax Like
Posted: Mon Nov 18, 2013 11:32 am
by MrC
That's ok
But did you also do the edits to the existing IT lang files, like the EN ones
Re: [RC2] phpBB Ajax Like
Posted: Mon Nov 25, 2013 2:30 pm
by mariank
Small problems with installation (nothing serious)
The first one may be obvious but not 100% clear is someone hasn't installed a lot of MODs - Some of the FINDs returned more than one result on a file.
1-
returns 11 finds - at this I skipped it but later realize to add to all. If possible, you should add to the instructions to post on all (or specific)
2- I'm doing subsilver - there was an end if end if (don't have it open) - I went back to the prosilver instructions to find exactly where to put the lines
Now for a different "typo" - On the subsilver installations it directs you to look in overall_header twice when the second should be overall_footer -- It was pretty easy to figure it out, but you may want to correct it
Thanks for the nice MOD
Re: [RC2] phpBB Ajax Like
Posted: Mon Nov 25, 2013 2:45 pm
by emosbat
you could add to first find only, if your files is not modified by other MODs.
and for case #2,
open overall_header.html,
search for first edit ( </head> ) and add it,
and then search for that ( end if, end if ) from there and add code.
you will find them if your theme is not modified by other MODs.
Re: [RC2] phpBB Ajax Like
Posted: Mon Nov 25, 2013 2:51 pm
by mariank
I already added to everywhere - I was just letting you know in case you wanted to save other people from adding 11 times (or going crazy trying to guess

)
Re: [RC2] phpBB Ajax Like
Posted: Mon Nov 25, 2013 9:16 pm
by pCpaLexx
I have a little problem with the module.I keep seeing
"null". How can I get rid of this
"null"?
Photo1: Here
Photo2: Here

Re: [RC2] phpBB Ajax Like
Posted: Mon Nov 25, 2013 9:50 pm
by ViolaF
what should it show instead?
Re: [RC2] phpBB Ajax Like
Posted: Mon Nov 25, 2013 10:52 pm
by pCpaLexx