yeah, me to I want to thank you Garciat
thanks a lot
btw what about that user/group color one ?
26 2008-12-13 21:23
Re: [encouragement] 3 cheers for Garciat (12 replies, posted in PunBB 1.3 extensions)
27 2008-12-13 21:20
Re: [Release] VideoTag (v0.2.0) (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
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]
28 2008-12-10 23:17
Re: [pun_repository_error] Unable to check updates via pun_repository (2 replies, posted in PunBB 1.3 extensions)
Thank you parpalak.
I didnt do anything but its working back now
Dont know what happened... anyway its back
thanks agin and sorry for this topic.
29 2008-12-10 11:12
Topic: [pun_repository_error] Unable to check updates via pun_repository (2 replies, posted in PunBB 1.3 extensions)
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...
Thanks for checking.
ERROR! PunBB Repository is inaccessible now. Try to check it later.
30 2008-12-10 11:04
Re: PunBB 1.3.2 (27 replies, posted in News)
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 , I ll make the changes.
Yea I ll report it too
31 2008-12-10 01:02
Re: PunBB 1.3.2 (27 replies, posted in News)
Thanks for the update. I have successfully updated to 1.3.2
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
32 2008-12-06 15:59
Re: [Release] ChatLite v0.5.1 (javascript chat on forum index) (164 replies, posted in PunBB 1.3 extensions)
@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 !!!
I will try to replace the functions lines as you provided.
Anyway thanks a lot
33 2008-12-06 15:47
Re: [Release] MP3 Player Extension (17 replies, posted in PunBB 1.3 extensions)
Just link to an mp3
All MP3s found on the page will be added to the player.
oh yea ! Its working perfect
thanks a lot
34 2008-12-06 12:41
Re: [Release] MP3 Player Extension (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 ?
35 2008-12-06 12:39
Re: [Release] ChatLite v0.5.1 (javascript chat on forum index) (164 replies, posted in PunBB 1.3 extensions)
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
36 2008-12-04 12:28
Re: [How To] Add BBCODES into pun_bbcode OFFICIAL Extension (24 replies, posted in PunBB 1.3 extensions)
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 2008-11-29 00:37
Re: PunBB 1.3.1 (16 replies, posted in News)
Thanks for the update.
I could update my forum without any problems
38 2008-11-26 13:34
Re: Vertical scrollbar : how to always display ? (7 replies, posted in PunBB 1.3 troubleshooting)
Try this: html {overflow-y: scroll;}
Thanks guys, this actualy works
PS : I love punBB its damn very fast
39 2008-11-26 00:04
Re: Vertical scrollbar : how to always display ? (7 replies, posted in PunBB 1.3 troubleshooting)
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
Edit : Oh sorry, you already have noticed that , I just read that in the bug section
40 2008-11-25 23:50
Re: Vertical scrollbar : how to always display ? (7 replies, posted in PunBB 1.3 troubleshooting)
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.:)
41 2008-11-25 00:34
Topic: Vertical scrollbar : how to always display ? (7 replies, posted in PunBB 1.3 troubleshooting)
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.
42 2008-11-15 03:09
Re: [Release] Meta Tags Administration (48 replies, posted in PunBB 1.3 extensions)
Thank you Garciat.
I'll test it
43 2008-11-11 21:12
Re: Unable to install PunBB 1.3 (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
Edit :
Hi, everything works fine now
Now I'm able to apply changes into my admin pannel
Thanks for helping me Garciat
Hope this will help others also
44 2008-11-11 19:42
Re: Unable to install PunBB 1.3 (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 2008-11-11 17:58
Re: Unable to install PunBB 1.3 (11 replies, posted in PunBB 1.2 troubleshooting)
hi again, I'm sorry for that mistake
Installation worked fine after replacing with your code
I finally got a fresh forum
Thank you very much Garciat , I really appreciate your help.
thanks again, btw sorry for my English
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 2008-11-11 17:03
Re: Unable to install PunBB 1.3 (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
Thanks.
47 2008-11-11 15:10
Topic: Unable to install PunBB 1.3 (11 replies, posted in PunBB 1.2 troubleshooting)
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.