i have the same problem!! help!!
1 2014-08-25 20:50
Re: Rme Forum Trouble shooting issues. (2 replies, posted in PunBB 1.4 troubleshooting)
2 2014-08-25 20:37
Re: [Extension release] KT Mobile v1.6 (80 replies, posted in PunBB 1.4 additions)
i have a big problem!!!
Toady I ve installed this extension, but after I decided to remove it . Now when I click at a topic, I have this error
Sorry! The page could not be loaded.
This is probably a temporary error. Just refresh the page and retry. If problem continues, please check back in 5-10 minutes.
Please help me I am desperate
3 2014-02-12 22:38
Re: [Release] Hide tag (31 replies, posted in PunBB 1.3 extensions)
I mean , i dont know how to use your extension with my request..you make extension so can you help me please..?
4 2014-02-11 22:12
Re: [Release] Hide tag (31 replies, posted in PunBB 1.3 extensions)
I need help, becauso Iam not a developer... you can help me please?
5 2014-02-10 23:48
Re: Hide hack available (2 replies, posted in PunBB 1.4 additions)
This is exactly what i am looking to
6 2014-02-10 21:22
Re: [Release] Hide tag (31 replies, posted in PunBB 1.3 extensions)
only with one reply o pressing button thanks..
any idea?
7 2014-02-08 10:40
Re: [Release] Hide tag (31 replies, posted in PunBB 1.3 extensions)
I use this extension, but I have a problem, because I would like that all users who reply post can see hidden text.
¿How I can do this?
Thanks kanekt for your efforts
8 2014-02-01 00:27
Re: pun_admin_broadcast_email (31 replies, posted in Supported extensions)
please i need help!!!
9 2014-01-29 15:48
Re: pun_admin_broadcast_email (31 replies, posted in Supported extensions)
anyone knows??
10 2014-01-29 12:22
Re: pun_admin_broadcast_email (31 replies, posted in Supported extensions)
I haved a problem with this extension
When I go to send the message on format HTML , and I press preview botton, I can see images , links , but when I press button submit and message goes to outlook,gmail etc, I only see TEXT
<html>
<head>
<meta content="text/html; charset=ISO-8859-1"
http-equiv="content-type">
<title></title>
</head>
<body>
<center><a
href="http://ps3pirata.com/topic75845-listado-de-juegos-melonkorn-megaupublb.html"
target=""><img
src="http://imageshack.us/a/img46/6687/kq17.png" alt=""
border="0"></a>
So why I cant see images on the email? Its a problem of the extension?
I haved 0.2
Thanks
11 2013-10-02 09:53
Re: [Extension] om_subforums 0.0.3 (26 replies, posted in PunBB 1.4 additions)
I have this error
Fatal error: Cannot redeclare class subforums in /home/pspirata/domains/ps4pirata.com/public_html/extensions/om_subforums/subforums.class.php on line 6
Please help me !!!
12 2013-08-26 16:47
Re: Redirect non-www to www with .htaccess (2 replies, posted in Discussions)
thanks , finally I get it
13 2013-08-26 13:19
Topic: Redirect non-www to www with .htaccess (2 replies, posted in Discussions)
Hi guys!!
One problem in my website about SEO.
I want to redirect www to non-www with .htaccess but I dont know how to do it , exactly http://www.ps3pirata.com to http://ps3pirata.com
Here my code of .htaccess
deny from 126.57.202.171
#deny from all
#ErrorDocument 403
# BEGIN PunBB
<IfModule mod_rewrite.c>
# MultiViews interfers with proper rewriting
Options -MultiViews
RewriteEngine On
# Uncomment and properly set the RewriteBase if the rewrite rules are not working properly
#RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . rewrite.php [L]
</IfModule>
# END PunBB
Anyelse??
THANKS!
14 2013-06-12 00:22
Re: [Extension] Ajax Chat (26 replies, posted in PunBB 1.4 additions)
finally I fix the problem
users can now chat !!!
I want to give you some ideas for the future version of this excelent chat , for example :
-Private rooms ( for moderators ) using a password o directly by rank
-Admin or moderator permissions to delete messages , links or ban users
Thank you very very mucha delta
15 2013-06-11 21:37
Re: [Extension] Ajax Chat (26 replies, posted in PunBB 1.4 additions)
lucatony wrote:thanks for the help !! i`ll check it
From your chat html source code, the define forum_root seem not matched and it cause some files to be 404/not found, eg:
http://ps3pirata.com/chatfiles/chatfunctions.js should be http://ps3pirata.com/extensions/chat/chatfiles/chatfunctions.js etc
.
That why your chat room look like keep on frozen.Open your index.php in chat extension folder and make sure the define forum_root (in line 2) is correct with your extension folder path, by default is set to:
define('FORUM_ROOT', '../../');
If it is correct then the file will no longer be 404/not found and your chat will be work like on this v1.3.6 demo.
I did it , but that doestnt work . The pathway is wrong , so perhaps is another extension interfering . desesperated
2 hours testing things and nothing results
/domains/ps3pirata.com/public_html/extensions/chat
In the other hand the same root of a forum on 1.4 , /domains/ps4pirata.com/public_html/extensions/chat WORK PERFECT
16 2013-06-11 10:26
Re: [Extension] Ajax Chat (26 replies, posted in PunBB 1.4 additions)
lucatony wrote:I did it and doestn work , but the installation was perfect , so the problem is the script wont work on 1.3 because it keep frozen
In my trial error at PunBB 1.3.6 and it still work, you can check on this PunBB 1.3.6 demo site. I think, there are some conflict with other extension (probably its cause by js cache, since it merge all js things into single file). But I'm not pretty sure.
Do you able to mention your current installed extension, punbb ver and your forum link?
If I have some spare time, I'll try to check it out and thx for the report.
thanks for the help !! i`ll check it
my version is 1.3.6 and the link of the forum is http://ps3pirata.com and the chat url http://ps3pirata.com/extensions/chat/index.php
17 2013-06-11 00:27
Re: [Extension] Ajax Chat (26 replies, posted in PunBB 1.4 additions)
lucatony wrote:FANTASTIC !! could you do this for 1.3 also ?? lot of thanks !!!
It should work for v1.3 too, just extract the file, open the manifest.xml file and edit the min version of this extension to your current installed PunBB version.
I did it and doestn work , but the installation was perfect , so the problem is the script wont work on 1.3 because it keep frozen
18 2013-06-09 23:00
Re: [Extension] Ajax Chat (26 replies, posted in PunBB 1.4 additions)
FANTASTIC !! could you do this for 1.3 also ?? lot of thanks !!!
19 2013-06-09 19:45
Re: Pagination in Portal by Daris (7 replies, posted in PunBB 1.4 additions)
I am very interested too in this pagination of portal
Anyelse can help?? thanks!
20 2013-05-24 14:39
Re: How punbb 1.4.2 Shall support the extension of the 1.3? (4 replies, posted in PunBB 1.4 additions)
and extensions signed for punbb 1.4 work in punbb 1.3?
21 2013-05-23 17:18
Re: [ Release ] HTML code in user profile (25 replies, posted in PunBB 1.3 extensions)
Hello everyone.
I'll see drives.
I am very pleased that the expansion in demand.
waiting for news :d
22 2013-05-22 22:25
Re: [ Release ] HTML code in user profile (25 replies, posted in PunBB 1.3 extensions)
I haven't this extension, but I've send request to the author (I think so ) of it, so if he respond, you will have re-uploaded this add-on.
thanks trace !!
23 2013-05-22 17:39
Re: [Extension release] Pun Warning (13 replies, posted in PunBB 1.3 extensions)
Change between <dependency> tag jquery to pun_jquery and install official pun_jquery extension before it.
lots of thanks genius !!!
another problem , I can`t find this extension http://punbb.informer.com/forums/topic/ … r-profile/
24 2013-05-22 12:47
Re: [Extension release] Pun Warning (13 replies, posted in PunBB 1.3 extensions)
Should work, just change <minversion> and <maxtestedon> in manifest.xml.
I did it , and the system says there is a problem with jquery , but i installed it so it must be another error
thanks!
25 2013-05-20 23:35
Re: [ Release ] HTML code in user profile (25 replies, posted in PunBB 1.3 extensions)
I am very interested in the extension , soy could anyone reuploaded because links are broken
thanks!