well, what's the problem? Install and translated into Arabic. everything is quite simple.
226 2016-12-15 20:15
Re: Assistant to translate into other languages online (12 replies, posted in PunBB 1.4 additions)
227 2016-12-13 16:50
Re: Looking for Advertisement(Ads) or Hooks Extension? (3 replies, posted in Discussions)
open file /hooks/vf_row_pre_display.php
Code
if (isset($ads_cache_code))
replace on
if (isset($ads_cache_code) && in_array($id, array('1','3','7')))
1, 3, 7 is id of forums
228 2016-12-13 13:22
Re: Looking for Advertisement(Ads) or Hooks Extension? (3 replies, posted in Discussions)
Where can display ad units?
- In the header of every page
- In the basement of each page
- In the list (you can select the number of threads after the ad unit)
- Page topic itself (for text messages)
- Page topic itself (between messages)
- On the registration page
229 2016-12-08 09:05
Re: Problem about not delete record in Website. (2 replies, posted in PunBB 1.2 troubleshooting)
Why do you need this? may have other solutions.
230 2016-12-02 21:49
Re: Tags (pun_tags) (55 replies, posted in Supported extensions)
only for 1.3 version
231 2016-12-02 21:47
Re: Ignore Button (21 replies, posted in Feature requests)
Should work. Clean your browser cache.
232 2016-12-01 23:19
Re: Ignore Button (21 replies, posted in Feature requests)
Updated Ext. You need download and update.
233 2016-12-01 22:10
Re: Tags (pun_tags) (55 replies, posted in Supported extensions)
in bottom on index and forum pages
235 2016-11-30 05:14
Re: Ignore Button (21 replies, posted in Feature requests)
See errors in file of Log php.
that is written in it?
236 2016-11-28 00:41
Topic: Pan Reverse Messages (0 replies, posted in Supported extensions)
Pan Reverse Messages - This extension allows forum administrators to display messages in reverse order. Dlyaya to post in the topic began reversing, when you create a new topic tick the checkbox at the bottom of the window.
Just when editing themes can be turned on and off messages reverse. This implementation is very simple and you may need for news forums or individual topics.
Скачать расширение Pan Reverse Messages
237 2016-11-23 19:46
Re: Any way to detect mobile user? (4 replies, posted in Discussions)
no. but we can write ...
238 2016-11-20 22:08
Re: Ignore Button (21 replies, posted in Feature requests)
Yes, go to download for test
240 2016-11-17 06:56
Re: convert from fluxxbb to punbb (3 replies, posted in General discussion)
You have the ability to provide a database dump. I could write to you this converter.
I need fluxbb structure, as well as the current version of your project.
241 2016-11-16 18:13
Re: BBCODE to embed tweets (24 replies, posted in Feature requests)
You are welcome. Always happy to help. Treat.
242 2016-11-16 14:36
Re: BBCODE to embed tweets (24 replies, posted in Feature requests)
so you just need to insert a link to it. where can I see it?
243 2016-11-12 14:49
Re: BBCODE to embed tweets (24 replies, posted in Feature requests)
Расширение Pan Twitter позволяет вставлять твиты распространенного сервиса https://Twitter.com прямо в посты
244 2016-11-11 21:00
Re: BBCODE to embed tweets (24 replies, posted in Feature requests)
See
http://panbb.ru/demo/viewtopic.php?pid=16#p16
Input as admin.
245 2016-11-11 08:51
Re: mysql_connect() to be replaced with mysql, how? (19 replies, posted in PunBB 1.4 troubleshooting)
fancy video tag
private messages
Here are these two extensions may be a problem with the modifier. Disconnect see whether the problem has been resolved?
246 2016-11-10 22:57
Re: mysql_connect() to be replaced with mysql, how? (19 replies, posted in PunBB 1.4 troubleshooting)
Your list extensions?
247 2016-11-10 21:23
Re: BBCODE to embed tweets (24 replies, posted in Feature requests)
Must be inserted script or link?
[ twitter ] Here link [ /twitter ]
OR
[ twitter ] Here Script [ /twitter ]
248 2016-11-10 21:19
Re: Shortened Quotes (2 replies, posted in Feature requests)
Alternatively, a partial citation of the selected area
249 2016-11-09 21:31
Re: mysql_connect() to be replaced with mysql, how? (19 replies, posted in PunBB 1.4 troubleshooting)
In what file this error?
In the file mysqli.php such a function does not exist. Maybe this error comes from the extension?
250 2016-11-09 10:14
Re: mysql_connect() to be replaced with mysql, how? (19 replies, posted in PunBB 1.4 troubleshooting)
why the connection is true? I have forums like this:
$db_type = 'mysqli';
$db_host = 'localhost';
== // ==
$p_connect = false;