101

(7 replies, posted in PunBB 1.4 additions)

During testing, they may not be displayed. Look at the server for a php error log. If you have no idea what is at issue, then write to your hoster, he should provide it for free.

102

(7 replies, posted in PunBB 1.4 additions)

On the server, too, there were no errors?

To change records in the MySQL database, we usually use phpMyAdmin. I think everyone knows what it is and how to use it. But how to edit the values in the database, if our forum is built on Sqlite or SQLite3? How in this case to change any value? Imagine you forgot your password. And in version 1.4.4 for security reasons it can not be restored in the usual way ...

For a long time I wanted to come up with a manager that would allow viewing and editing records in table cells. And so ... it happened, the site adminer.org helped in this. From their module, the Pan DataBase Adminer extension was assembled, which allows you to manage this SQLite3 database, but not only.

Let's list all the features of Pan DataBase Adminer:
+ Support for MySQL, MySQLi, SQLite, SQLite3, PostgreSQL, MS SQL, Oracle, Firebird, SimpleDB, Elasticsearch and MongoDB;
+ View, edit and delete records in tables;
+ Creating a database dump;
+ Uploading the dump to the database;
+ A lot of color schemes;
+ Password protection;
+ Work directly with the manager even if your forum stopped working.


How to install Pan DataBase Adminer?

1. Download and install as usual extension.
2. Click on the link in the menu or the list of extensions.
https://punbb.info/uploads/images/2017/08/de04d27b526c7d250091b93bfb5218e1.png
https://punbb.info/uploads/images/2017/08/b262d95b727d8bada98b277c4fa12a44.png

3. On the start page, create a Login and Password to enter the CP.
https://punbb.info/uploads/images/2017/08/0150b9e201f6c672a835e00a0f0f6981.png

4. Next, you will need to select from the list the database that your forum uses.
https://punbb.info/uploads/images/2017/08/19390d605571c265653a28a622ce717f.png

https://punbb.info/uploads/images/2017/08/c94a73be11fc351ebc193b14c502d2b8.png https://punbb.info/uploads/images/2017/08/9992ab573d6f5c99435f36bf595db9c8.png


You can also connect different styles. If you need them, then unsubscribe in this thread, I'll tell you how to install them.

Further, in the settings of the manager everything is quite simple and understandable.

Warning! If your forum has stopped from any erroneous request and does not turn on even after you disable hooks, do the following:
1. Download the extension to the /extensions/
2. Go to the address directly to the script:
YourForum.Com/extensions/pan_db_adminer/adminer/
3. Create a login and password for logging in.

Download extension Pan DataBase Adminer

You need a detailed description of what you need. Examples, links, screenshots, possible scripts.

Most often, the temp remains unanswered because there is no complete information. And another reason may be that people from different countries communicate with this forum.

105

(5 replies, posted in Feature requests)

I'm not the administrator of this forum. I just help, as far as my abilities allow. I can not support all other people's extensions. Although some of them, we  still support on our forum.

106

(5 replies, posted in Feature requests)

And I share, but only in another place. Everything here is obsolete and need to reload many links.

107

(3 replies, posted in PunBB 1.4 troubleshooting)

Enable in file config.php showing errors.
Uncomenting/open strings
define(.....DEBUG.....

and show me this error.

108

(5 replies, posted in Feature requests)

Write to me on email. I will do for you.

109

(3 replies, posted in PunBB 1.4 troubleshooting)

set/add port  SMTP server: smtp.gmail.com:465

see https://punbb.info/t-912.html

110

(2 replies, posted in Discussions)

https://punbb.info/post4746.html#p4746

111

(5 replies, posted in PunBB 1.4 troubleshooting)

If you use phpmyadmin to save backups, then you'd better ask those who provide you with hosting services.

112

(12 replies, posted in Discussions)

Create a complete archive of files and send me the archive to the mail. I'll see.

Write here, I do not like personal messages, more precisely the very principle by which they work.

Can the problem be in your style? Perhaps the links are hidden using CSS. Try changing the style and check.

The problem is not in the extension, but in your forum. Show a better list of installed extensions. Where did you download the PunBB archive?

115

(12 replies, posted in Discussions)

PunBB →  Administration →  Users →  Groups →  Edit an existing group

Disable this:
https://punbb.info/extensions/pan_private_chat/cache/images/4747835bfea6b2ba1060e4337c592522b44243c5.jpg

Show better what extensions are already installed. list.

Use extensions Pan Widgets

Create txt block in footer.

118

(3 replies, posted in Discussions)

So nothing will come of it. You need to write a separate extension.

119

(2 replies, posted in PunBB 1.4 bug reports)

link to your forum. Show

Have you lost right of administrator?

I can write this extension for a small fee.

Add in config.php this code:

if (isset($_SERVER['HTTP_X_FORWARDED_PROTO']) && $_SERVER['HTTP_X_FORWARDED_PROTO'] == 'https') {
    $_SERVER['HTTPS'] = 'on';
    $_SERVER['SERVER_PORT'] = '443';
}

123

(8 replies, posted in Discussions)

shateiel wrote:

Of course I would be pleased smile

Thank you very much! We have many new extensions for version 1.4.4, you can download and use for yourself.  https://punbb.info/extensions/pan_smiles/pack/PunBB_INFO_ICQ/bye.gif

124

(8 replies, posted in Discussions)

Thx https://punbb.info/extensions/pan_smiles/pack/PunBB_INFO_ICQ/thumbsup.gif
At my forum there are people from different countries, and the Turkish language nebylo yet. Thank you very much. If you do not mind, will I post it on my forum?

The Pan External Links extension performs several important functions by opening external and internal links in new tabs.
How it works?

When you click the link, the script opens a new tab with a redirect page in your forum. Already another script processes the received link, writes it to the database and redirects it to an external resource. All this happens in an inconspicuous way for the visitor.

When clicking on an internal link, this link is simply opened in a new tab using the usual target = "_ blank".

With the option to open links in the new tab, the external link will be opened in a new tab using JS, the internal one will be opened using the usual target = "blank".

If the option "Enable account tracking for external links" is enabled, all transitions will be recorded in the table. The conversion statistics can be monitored on the corresponding page.
In the same way, you can track the internal wader.

The only thing that can be annoying is open tabs, which then have to be closed. But this option can now be disabled in the tool settings. Extension pan external links performs important functions by opening external internal links new tabs running n photos PunBB
How do I add exceptions?

For some sites, you may need to not redirect. In this case, go to the settings and add exclusions to the test entry field.

IMPORTANT: Each new link must be on a new line. An example is given in the summary of the settings.

https://www.youtube.com
https://youtu.be

Download the Pan External Links extension for PunBB 1.4