[RC2] phpBB Ajax Like

A place for MOD Authors to post and receive feedback on MODs still in development. No MODs within this forum should be used within a live environment!
Scam Warning
Locked
Competities
Registered User
Posts: 19
Joined: Sat Sep 28, 2013 9:50 pm

Re: [RC2] phpBB Ajax Like

Post by Competities »

-
Last edited by Competities on Fri Oct 25, 2013 12:45 am, edited 1 time in total.
Competities
Registered User
Posts: 19
Joined: Sat Sep 28, 2013 9:50 pm

Re: [RC2] phpBB Ajax Like

Post by Competities »

Solved.
TheDani
Registered User
Posts: 394
Joined: Tue Apr 10, 2012 12:48 pm

Re: [RC2] phpBB Ajax Like

Post 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
User avatar
JupiterGPL
Registered User
Posts: 131
Joined: Thu Jun 08, 2006 4:52 pm
Contact:

Re: [RC2] phpBB Ajax Like

Post 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.
User avatar
emosbat
Registered User
Posts: 564
Joined: Sat Jan 28, 2012 1:25 pm

Re: [RC2] phpBB Ajax Like

Post by emosbat »

you can do it in common.js

Code: Select all

.............
			width: '500',
			height: '400',
...........
lucabarletta
Registered User
Posts: 2
Joined: Sun Nov 17, 2013 7:24 pm

Re: [RC2] phpBB Ajax Like

Post 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
Image
MrC
Registered User
Posts: 857
Joined: Mon Jun 30, 2003 4:11 pm
Location: The Netherlands
Name: Ivo
Contact:

Re: [RC2] phpBB Ajax Like

Post by MrC »

Did you also edit/upload the Italian language files?
lucabarletta
Registered User
Posts: 2
Joined: Sun Nov 17, 2013 7:24 pm

Re: [RC2] phpBB Ajax Like

Post 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.
MrC
Registered User
Posts: 857
Joined: Mon Jun 30, 2003 4:11 pm
Location: The Netherlands
Name: Ivo
Contact:

Re: [RC2] phpBB Ajax Like

Post by MrC »

That's ok
But did you also do the edits to the existing IT lang files, like the EN ones
User avatar
mariank
Registered User
Posts: 386
Joined: Tue Jul 23, 2013 12:10 pm

Re: [RC2] phpBB Ajax Like

Post 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-

Code: Select all

$lang = array_merge($lang, array(
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
User avatar
emosbat
Registered User
Posts: 564
Joined: Sat Jan 28, 2012 1:25 pm

Re: [RC2] phpBB Ajax Like

Post 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.
User avatar
mariank
Registered User
Posts: 386
Joined: Tue Jul 23, 2013 12:10 pm

Re: [RC2] phpBB Ajax Like

Post 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 :? )
pCpaLexx
Registered User
Posts: 20
Joined: Mon Nov 25, 2013 3:55 pm

Re: [RC2] phpBB Ajax Like

Post by pCpaLexx »

I have a little problem with the module.I keep seeing "null". How can I get rid of this "null"?

Photo1: Here
Image

Photo2: Here
Image
User avatar
ViolaF
I've Been Banned!
Posts: 1609
Joined: Tue Aug 14, 2012 11:52 pm

Re: [RC2] phpBB Ajax Like

Post by ViolaF »

what should it show instead?
pCpaLexx
Registered User
Posts: 20
Joined: Mon Nov 25, 2013 3:55 pm

Re: [RC2] phpBB Ajax Like

Post by pCpaLexx »

Locked

Return to “[3.0.x] MODs in Development”