yeah, me to I want to thank you Garciat wink
thanks a lot wink
btw what about that user/group color one ? cool

27

(41 replies, posted in PunBB 1.3 extensions)

hi KeyDog, I've integrated divx web player into my punBB.
I found an old mod of punBB 1.2 with and tried into my punBB with small changes and its working fine for me wink
here is the code to add to the parser.php at line 706 after "replace[] = '</p><h5>$1</h5><p>';"

to add divx support :

    //DivX 
    $pattern[] = '#\[divx width=([0-9]*) height=([0-9]*)\](.*?)\[/divx\]#';
    $replace[] = '<object width="$1" height="$2" classid="clsid:67DABFBF-D0AB-41fa-9C46-CC0F21721616" codebase="http://go.divx.com/plugin/DivXBrowserPlugin.cab"><param name="autoPlay" value="false" /><param name="src" value="$3" /><embed src="$3" width="$1" height="$2" autoPlay="true" type="video/divx" pluginspage="http://go.divx.com/plugin/download/"></embed></object>';

you just have to put the link to the .avi file between [divx width=xx height=xx]URL[/divx]

Thank you parpalak.
I didnt do anything but its working back now smile
Dont know what happened... anyway its back wink
thanks agin and sorry for this topic. roll

hi, my forums keeps this message under pun_repository.
I already had this problem and next day it worked, but now it remains for more than a week now... neutral
Thanks for checking.

ERROR! PunBB Repository is inaccessible now. Try to check it later.

30

(27 replies, posted in News)

Anatoly wrote:

Look at 1.3.1 to 1.3.2 hdiff and consider porting the CSS-changes manually.

Probably not.
Report the issue details in 1.3 extensions forum please.

Thanks Anatoly, this is very usefull smile , I ll make the changes.
Yea I ll report it too smile

31

(27 replies, posted in News)

Thanks for the update. I have successfully updated to 1.3.2 smile
I have a few questons !
When I updated I kept my Oxygen.css of 1.3.1 because I made some change... color... banner... etc...
But I found Oxygen.css in changed file list (1.3.1 to 1.3.2), so my question is shall I keep or need to change anything ?
Its working fine for me....

and the other quesion,  pun_repository always shows error... try later something like that...
Is is normal ?

Thanks a lot smile

Neck wrote:

@SkyLine: try to access "<yourforum>/extensions/ek_chatlite/data/chat.dat" (replace <yourforum> by your actual forum base url, for example http://punbb.informer.com/forums ).
If you see the chat's content please send me pm with your forum link, if you dont check that the file exists and is readable from the web.

hi thanks for you reply.
I tried to access directly and I got a welcome message, then Its working now even in the index.
But I have same problem as teva with the message "Fatal error".
I just verified that my host is running on PHP: 4.4.3 !!! neutral
I will try to replace the functions lines as you provided.
Anyway thanks a lot wink

33

(17 replies, posted in PunBB 1.3 extensions)

downliner wrote:

Just link to an mp3 tongue
All MP3s found on the page will be added to the player.

oh yea ! Its working perfect wink
thanks a lot wink

34

(17 replies, posted in PunBB 1.3 extensions)

hmm thanks for the extension, but could you explain me how to use it in a post ? roll

hi, could you help me ?
I tried to install this on my forum.
Once I installed and got to the index I get this error mesage "Unable to reach server."
Any idea ? thank you smile

delacruz wrote:

i did this but for punbb 1.3   except every time i add the link it automatically addes the  tags around the youtube link.   how do i stop the automatic url tags?

Hi, to disable automatic url tags :
go to the administration pannel ---> settings --> Features -> Topic and post content : uncheck " Allow BBCode parser to detect URLs and put them into tag. "

and btw this mods works fine with 1.3.1
thanks.

37

(16 replies, posted in News)

Thanks for the update.
I could update my forum without any problems smile

Try this: html {overflow-y: scroll;}

Thanks guys, this actualy works wink

PS : I love punBB its damn very fast big_smile

Garciat wrote:

Yes, oxygen.css on a new like before line 7.

Okay thanks Garciat, btw check the message in the test forum, underlining function with BBCode not working roll

Edit : Oh sorry, you already have noticed that , I just read that in the bug section big_smile

hi there, thanks guys.
but I'm lost, where should I add this lines? In the oxygen.css ?
I'm going to try it. thanks.:)

hi, is there anyway to always display the vertical scrollbar ?
because when the page is small, there is no scrollbar and when you go to another page the full forum moves to left.
you can try it, just login and go to the index page, then go to the rules page and then user list , you will see the forum keep moving once left and right.
how to make the scrollbar to be there always ?
thanks.

Thank you Garciat.
I'll test it smile

43

(11 replies, posted in PunBB 1.2 troubleshooting)

Ah yeah thanks for the file, I ve downloaded now.
I'm going to try it and I'll inform you after.
thanks again for your help smile

Edit :

Hi, everything works fine now big_smile
Now I'm able to apply changes into my admin pannel wink
Thanks for helping me Garciat smile
Hope this will help others also smile

44

(11 replies, posted in PunBB 1.2 troubleshooting)

hi its me again, have you seen my edit ?
I cant select the default style because the list is empty.
and also the URL scheme is empty.

45

(11 replies, posted in PunBB 1.2 troubleshooting)

hi again, I'm sorry for that mistake roll
Installation worked fine after replacing with your code big_smile
I finally got a fresh forum smile
Thank you very much Garciat wink , I really appreciate your help.
thanks again, btw sorry for my English roll

Edit : oops everything worked fine but I just noticed that when I got into Administration pannel and I change something like board title or description I get this message :

Notice: Undefined index: default_style in /mnt/102/sda/5/3/mywebsite/forums/admin/settings.php on line 47

Notice: Undefined index: sef in /mnt/102/sda/5/3/mywebsite/forums/admin/settings.php on line 49

and a message :

 Bad request. The link you followed is incorrect or outdated.

any idea ?

46

(11 replies, posted in PunBB 1.2 troubleshooting)

Hi,Garciat thanks for your reply.
Actualy I downloaded it from the website and I didn't add any language packs.
btw your edit says problem with global() function, but I dont get it roll
Thanks.

Hi, I'm new to punBB, first I thanks punBB team.
I'm trying to install punBB 1.3 on my website, but I'm getting some errors.

When open the install script :

Warning: Invalid argument supplied for foreach() in /mnt/102/sda/5/3/mywebsite/forums/include/functions.php on line 974

But If I continue by filling all details and when I click on the "Start Install" button then I get this message :

Notice: Undefined index: Invalid language in /mnt/102/sda/5/3/mywebsite/forums/admin/install.php on line 437

An error was encountered

Please help me to complete this fresh installation if punBB 1.3, Thanks.