26

(17 replies, posted in PunBB 1.4 troubleshooting)

Chrome 16 - jumps when slide up and slide down
Firefox 9 - jumps when slide up
IE 9 - jumps when slide up

I mean when categories are all "open". When i click on first bar ... slide up animation starts. When it's finished there is no space between bars... but when collapsed bar changed color/opacity/blinds a small gap occuring between bars so it looks like this bar jumps.

When animation is finished the class "catToggled" has been attached to the container... and this class has margin-bottom 0.7em !important so after animation bar under toggled bar moves 0.7em down - so it looks like "jump"

27

(17 replies, posted in PunBB 1.4 troubleshooting)

Collapsed categories - i've noticed there is a "jump" when start and end of animation - for me it doesn't look good
Overflay for images looks cool.
Login box looks much better with this different background.

28

(17 replies, posted in PunBB 1.4 troubleshooting)

Looks really nice, but the option "keep me logged in" is hardly visible

29

(17 replies, posted in PunBB 1.4 troubleshooting)

Hmm, that's very interesting idea. Will you make an extension for that?

OK i think i found the problem. Sqlite needs to run COMMIT manually. I believe on mysql query is autocommited. Please check version 1.1.4. The problem is that images you already upload wont show in image browser becouse info about them was never sent into a database. New images should appear in image browser.

Do you have Sqlite 2 or 3?

Yes this is ok, but images are also saved into database into table qia_images. And then image browser looks into that table to know what pictures are uploaded by you. And.. as i see, there is a problem with DB, becouse image id counter doesn't grow, it's alweys set to ID one. Please tell me did you install new version of extension by clicking "upgrade extension" in administration? If so, maybe try to uninstall extension and install it again.

33

(21 replies, posted in PunBB 1.4 additions)

Hey hoang83vu

I suggest you may override url/src tag and add "rel" attribute which will change behaviour a little bit that all images with this rel could be switched to prev and next.

Check this out in my forum: http://rct.goblix.pl/topic829-czarna-pe … mer-1.html

And there is an extension Image Assistant which produces that code: http://punbb.informer.com/forums/topic/ … assistant/



I think it's a good idea to make "fancybox" extension independant and maybe use it as a dependency for other extensions.

Hmm.. so now there is no error, but you can't see uploaded images. Checking...

... that's strange... do you have access to DB? Are there any rows in table qia_images?

Hey Intelifuel

I know what's the problem. You've got forum in "subfolder" but the request for function in misc is for root address. I've fixed this. Check version 1.1.3

Thanks for everybody's feedback. I'm really happy that this extension found to be useful.

There is one thing that i think might be a lot better - image browser. Now honestly... it sucks. Do you have any suggestions, ideas how to make it better, more useful? Maybe organizing uploaded images into categories, or maybe some filters by date, maybe image browser thumbs should be bigger or smaller?

Yes, you're absolutely right but someone may wish to use something with last letter "t/ after the "/t/" for thumbnail, for ex:

/img/m/2/t/test/someimgid.jpg

or image id will change for something like that

/img/m/2/t/tp234sdf3434.jpg

I know that this extension doesn't really do anything like that but someone may use own path for some images so i thought it would be nice to secure it for that case.

Hey fu86.

Wow, i can't believe that i've made such mistake. Thanks for the solution. I've change it a little bit  to make sure that only "/t/" is stripped.

Thanks again. New version uploaded in first post.

39

(0 replies, posted in PunBB show off)

Hobby type forum about collecting, building and solving problems with various collections from the magazines, like "Black pearl", "Radiocontrol Tuning", "Tiger", "HMS Victory", "iDroid" etc.

RCT - models collection forum

Forum is in Polish, but you may change forum language to English.

I've used style Hydrogen by kushi (with some modifications).

Forum has got 20 extensions.

40

(4 replies, posted in PunBB 1.4 troubleshooting)

OK i uploaded in my extension what i've said... but if you'd like to make only change you want just change:


if ($reverse)
{
    for ($i = ($num_crumbs - 1); $i >= 0; --$i)
        $crumbs .= (is_array($forum_page['crumbs'][$i]) ? forum_htmlencode($forum_page['crumbs'][$i][0]) : forum_htmlencode($forum_page['crumbs'][$i])).((isset($forum_page['page']) && $i == ($num_crumbs - 1)) ? ' ('.$lang_common['Page'].' '.forum_number_format($forum_page['page']).')' : '').($i > 0 ? $lang_common['Title separator'] : '');
}

to

if ($reverse)
{
    for ($i = ($num_crumbs - 1); $i >= 0; --$i)
        $crumbs .= (is_array($forum_page['crumbs'][$i]) ? forum_htmlencode($forum_page['crumbs'][$i][0]) : forum_htmlencode($forum_page['crumbs'][$i])).((isset($forum_page['page']) && $i == ($num_crumbs - 1) && $forum_page['page'] > 1) ? ' ('.$lang_common['Page'].' '.forum_number_format($forum_page['page']).')' : '').($i > 0 ? $lang_common['Title separator'] : '');
}

So simply i just add a third conditional:

&& $forum_page['page'] > 1

41

(4 replies, posted in PunBB 1.4 troubleshooting)

Hey gragra.
I've made SEO optimizer plugin and this idea you request is in 1.1.1 version release (not uploaded here yet)

http://punbb.informer.com/forums/topic/ … optimizer/

What above topic - i'll release it very soon

fantasma: ok, i'll try to add some screenshots.
Intelifuel: great smile

to all:
This extension works also on Hydrogen template (by kushi): http://rct.goblix.pl

Extension to simply manage AdSense in forum

Features:
1) Show ad in header
2) Show ad after first post
3) Configure visibility, width, height and slot
4) English and Polish language


Demo:
RCT Forum
(One commercial is in header, and the second is after first post)


Download:
Quadric Adsense Manager 1.0.0
Quadric Adsense Manager 1.0.1


Changelog:
15 Feb 2012, v1.0.1

- Core:
  . Compatibility for PunBB 1.4.2

07 Jan 2012, v1.0.0

- Core:
  . First Release

Look at your .htaccess and find "#RewriteBase /"

maybe you have to uncommend and change it to proper value.

Also make sure there is mod_rewrite module installed in your apache server

Another release. I have a bug in settings directories permission for upload structure. Now should be OK in v1.1.1

OK, new version awaits in the first post.

Clean install
1) Just copy extension and install it. Then make your FORUM_ROOT/img/m folder writable

Upgrade from 1.0.x
1) Move contens from FORUM_ROOT/quadric_image_assistant/uploads/users/1000/* to FORUM_ROOT/img/m folder
2) Change every folder name "thumb" to only "t" letter
3) Uninstall previous version and remove plugin from disk
4) Upload new plugin and install it
5) After install the new table" qia_images" has been created. To make it work you have to fill this database for yourself but the most important column is "owner_id" and  "file_path" which should be "img/m/<owner_id">/<filename>

Confirmed. The problem is that plupload cover the upload button with his own invisible container. I'll try to fix that.



Just a notice: I've made a new 1.1.0 version with database backend, core optimization and uploaded dir has changed. Now images are uploaded into ROOT "img/m" folder, so the img link doesn't look like:

http://forum.xx/extensions/quadric_image_assistant/users/1000/2/abcdefghijklmnoprstuvxyz.jpg

but

http://forum.xx/img/m/2/abcdefghijklmnoprstuvxyz.jpg

which i think is much more cleaner.

And files browsing is made on database not scan dir which is better becouse it doesn't overfload server


That's why the 1.1.0 version is not compatible with 1.0.x

I'll try to upload this new version asap.

What kind of change?

Maybe your editor save file as utf-8 with BOM tag.

Hey ethan42411, thanks for your feedback.
Bug confirmed - i'll try to fix it

// UPDATE:
Now it's fixed in 1.0.2

I've made version 1.0.1

KeyDog:
1) Button align fixed
2) and 3) I've uploaded new version of uplading script. Please check if something help for your problem.

Remember to refresh browser cache!


I have fixed fancybox img file group launching method so img grouping should work.
I didn't made file browser as good as i want but i'll try to make it soon.