76

(17 replies, posted in PunBB 1.4 troubleshooting)

Nps at all. I am glad that we discussed. I will update more if I see anything new smile

77

(21 replies, posted in PunBB 1.4 additions)

I do. I think it should be viewable. Try this http://vphansite.com/forum/viewtopic.php?id=47

Does anyone see it? the NEXT and PREV?

78

(17 replies, posted in PunBB 1.4 troubleshooting)

Hey Quadric,

Thanks for continuously helping out. Very appreciate that. I would say that this is the best I can do because it has nothing to do with the coding on my side anymore. The jump at the end of the slideDown transition you saw came from jQuery lib and I could not fix it. I check out this website and they have the same problem. I think Im okay with it for now smile

79

(21 replies, posted in PunBB 1.4 additions)

UPDATED:

Fully functional. Working in groups so that if you have more than 1 link, it will auto add the NEXT and PREV buttons. Check it out at http://vphansite.com/forum/viewtopic.php?id=47 and let me know your feedback. Try to post some images too guys.

I hope you like it smile

80

(17 replies, posted in PunBB 1.4 troubleshooting)

I took out the 0.7em. It seems much better.

81

(17 replies, posted in PunBB 1.4 troubleshooting)

I got what you talked about. There is a 0.7em between categories. Can you take out that 0.7em in Chrome and see if it's any smoother? For me, it is very minor that I did not even notice at first. Thanks tho. Let me know.

82

(17 replies, posted in PunBB 1.4 troubleshooting)

Quadric wrote:

Collapsed categories - i've noticed there is a "jump" when start and end of animation - for me it doesn't look good

Have you tried with different browsers? Which one are you using? I am using Chrome, considering its the worst one for this particular effect. IE9 and FireFox run smoothly.

83

(17 replies, posted in PunBB 1.4 troubleshooting)

Updated:

Got it working. Check out some nice features that I have implemented smile

84

(17 replies, posted in PunBB 1.4 troubleshooting)

Well, I am playing with the background image now. Trying to create one that fits with the theme smile

85

(17 replies, posted in PunBB 1.4 troubleshooting)

YAHOOOO. Check this out. How cool is the login big_smile?

link: http://vphansite.com/forum

What board?

87

(17 replies, posted in PunBB 1.4 troubleshooting)

I just got a hang of this. Dont know how to handle errors. But it sure looks awesome smile

I will try to make an extension if i can make this work successfully

Rough demo can be seen at http://vphansite.com/forum. Note that it not working yet, only the animations work. Let me know ur thoughts.

88

(17 replies, posted in PunBB 1.4 troubleshooting)

Jesus, I have found it. It's in include/functions.php

The reason I do this is that I wanna make an additional login box with Fancybox. Every time a user logs in, the box will pop up instead of going to a link.

89

(17 replies, posted in PunBB 1.4 troubleshooting)

$gen_elements['<!-- forum_navlinks -->'] = '<ul>'."\n\t\t".generate_navlinks()."\n\t".'</ul>';

I found this in header.php but where the "generate_navlinks()" was defined sad

90

(17 replies, posted in PunBB 1.4 troubleshooting)

Hi supporters,

The default of the navlinks is: Index User list  |  Search  |  Register  |  Login

If I want the Login to direct me to somewhere else instead of login.php, how do I do that? I need to find the code block where it says <a href="login.php">Login</a>

Please help,

I know this is possible for the post-content to have the same color for that particular group too. Can any developer show me how to tweak this?

92

(21 replies, posted in PunBB 1.4 additions)

The way this works is that all images want to be overlay-ed must follow this pattern

<a class="fancybox" href=""><img src="" /></a>

This extension does not use rel="" but uses class="fancybox" for the trigger instead. I do not allow image upload on my forum, so users can only link them.

I think it is good to stay independent. I tried couple similar extensions but they were heavily depended on the dependencies which I found it was hard to maintain them. This one only needs jQuery.

I also change the code so that it works in group instead of individuals. I have not added any css for the buttons yet, so for now only click click smile

93

(21 replies, posted in PunBB 1.4 additions)

Feature: Overlay images to the current page (extension fancy_box written by me)

This is similar to the fancy_image add-on, except it is independent. The only dependency needed is the pun_jquery. More effects and animations, better transitions. You can check out the official site fancyBox2

Link to my site: http://vphansite.com/forum/viewtopic.php?id=47

what about weight? I notice that the bigger the number is, the more priority it gets. Is that true?

Any life saver out there smile

Hi developers, I have some difficulty understanding how to write an extension.

For example: I have a hook as followed

<hook id="ft_js_include" priority="4"><![CDATA[
$forum_loader->add_js($ext_info['url'].'/js/fancy_jquery_addons.min.js', array('type' => 'url', 'async' => false, 'weight' => 77));
]]></hook>

Can someone explain me what the priority and the array mean?

I am writing an extension which uses jQuery 1.7.1. When I included the link of the jQuery file directly into the code, my extension worked fine but it caused other extensions to stop. Found out the problem was because I had 2 jQuery files. One from my extension and one from jQuery Plugin extension. Now, all I want is to use the jQuery Plugin as the primary and exclude mine from the code so that there in only one jQuery file being active. But no matter what I did, I could not get my extension to work even though the jQuery was active (checked working fine in header tag)

Can anyone guide me through this? Much appreciate.

No because it uses your personal cookie, so only you can see the collapsed sections.

Try mine and see if its the same. http://vphansite.com/forum

99

(1 replies, posted in Feature requests)

Does anyone need a vietnamese language pack for punbb 1.4.1? I can do that since imma make one for later use smile let me know

100

(14 replies, posted in PunBB show off)

Which addon u used for chat?