Did you download the latest verrsion (1.1.5) ? It should work, this is just a normal zip file. When you download it how many bytes are in there? The size should be 147 130 bytes of zip file. Try again maybe?

OK, i'm not sure too smile Please let me know what do you exactly need to change.

What do You need to change in manifest? I could be wrong but changes in manifest may not be sufficent. I guess there must be some changes in .htaccess or rewrite.php file

i believe this will help:


if ($forum_user['is_guest']){
// My commercial code
}

I have your suggestions in mind but this and next week i'm really busy in my work so i have no time right now. But i'll continue to support this extensions.

So you have an "m" folder in "img" folder on server and it's writable? I see that image has been uploaded but there is a strange error.

1) What browser do you use?
2) What operating system?
3) What firebug version?

Yes, that's why this extension is called "adsense manager" becouse it suports only "adsense" ads. Of course there should be an "ad manager" for any advertisement type, but i've made this extension for my own forum and i just want to share it with community. But i think i could think about making an "any type" extension manager in future.

Could you please make some screens or sketch about your idea? I guess your suggestions are useful but i'm not sure if i understand you clear enough.

9

(118 replies, posted in Supported extensions)

Hi, i'm not sure if this was discused before so please forgive me if i repeat smile

Well, there is a (functionality?) when i click "right alt + s" it saves response.

Well the problem is that in polish language this shortcut is reserved for letter "ś" and i can't write it in response sad

1) i 2) are good ideas and i though about it some time before. Also there is need to fix image browser becouse it looks shitty. I need some more time to make it better. I'll continue to support this extension so stay tuned wink

OK. This is my fault. I forgot that this extension has one more dependency: pun_attachment. I've used some functions from this extensions to not duplicate code - but i forgot that someone may not have pun_attachment extension. So you may have 2 options:

1) Install pun_attachment mod
2) I may create this extension to be pun_attachment independant.

12

(12 replies, posted in PunBB 1.4 troubleshooting)

Great job. Are you going to make mobile version of your templates? (Hydrogen, Urban?)

13

(23 replies, posted in Development)

Thanks for this diff file. It helps me alot. I've made new version 1.0.1 for PunBB 1.4.2
http://punbb.informer.com/forums/topic/ … -punbb-14/

14

(23 replies, posted in Development)

Polish pack for PunBB 1.4.2:
http://punbb.informer.com/forums/topic/ … -punbb-14/

You're right Pebro. I didn't check it on a default url with pagination. I found a bug with an url entity contruction for punBB url generator and get_current_url function (it's different format), so i fixed it to use one format in comparision and i guess it works. Check first topic for version 1.1.2. Let me now if it is OK.

very nice extension! Did you intentionally eat the "h" letter from screenshot links tongue ?

I've had a plan to make nofollow modification to links but this is very controversial. I think that it should be an option for administrator if he want it or not. I'll fix my extensions for punBB 1.4.2 soon so i could include an option you've suggested.

I have the same problem with big announcement and scrolling forum. It's good idea to solve this  i think. smile

got the same issue.. i think there is something wrong in parse_message function (parser.php) in regular expressions and str_replace. I'm not good in RE so i'm not able to present here any solution.

for:
abc
def

result:

<p>abc<br />def</p>


for:
abc
--- <- \n WHITESPACE
def

result:

<p>abc</p><p>def</p>


for:
abc
--- <- \n WHITESPACE
--- <- \n WHITESPACE
def

result:

<p>abc</p><br /><p>def</p>

20

(21 replies, posted in PunBB 1.4 additions)

Upss, too late tongue i see you've done it. Look here for my comments about close button in video  http://punbb.informer.com/forums/post/143446/#p143446

I think the "b" option is definitely a better idea - hmm, sorry i didn't know that guest may write a post. I'll check that.

22

(21 replies, posted in PunBB 1.4 additions)

Now it works for me too. Maybe i've had some junk in browser cache. Looks great.

23

(21 replies, posted in PunBB 1.4 additions)

You don't like to have a prev and next buttons like here http://rct.goblix.pl/topic829-czarna-pe … mer-1.html ?

Or i just don't see it?

24

(17 replies, posted in PunBB 1.4 troubleshooting)

Sorry i'm just a perfectionist but it your forum smile They've got different problem becouse it happen on all browsers. You're issue is only on Chrome - but maybe as you've said jquery do not calculate height of the container properly before animation that's why when animation ends and container lost hardcoded css "Height" parameter the container has different height eventually.

25

(17 replies, posted in PunBB 1.4 troubleshooting)

Now in IE na FF is perfect. There is still "jump" on chrome after completing slide down. Bar under one being slide down jumps a few pixels up