-
I'm working on a plugin, I have a dropdown menu in the admin ui for the plugin to select a user - I went and added a custom query:
```
SELECT u.user_id, u.user_name FROM `#user` AS u
LEFT JOIN `#se…
-
I recently installed Navatar. After install the site rendered all pages blank. After deleting the plugin folder the site went back to normal. Not sure what the issue could be but wanted to raise the i…
-
Remove all hard-coded terms from e107 and optimize!
Translator's Checklist:
- Remove any HTML from the LAN (bbcodes are okay)
- Use double-quotes. eg. define("LAN_01", "It's all good");
- Make sure…
-
I have set plugin mandatory for the theme in theme.xml
```
```
If that plugin is already in the e107_plugins folder, everything is ok, installation works.
But if not, it looks lik…
-
Allow the content code to be active or not. The example provided to me will be the easiest to explain why this would be useful:
"If you have multiple content codes to load CSS files to change the loo…
-
### What e107 version are you using?
Latest Github version (just updated)
### Bug description
Hello guys. With a few friends we have a production Ready site using e107 since 2015, and recently we'v…
-
I'm looking at this, ant can't see if this vstore has a monthly subscription in it, or what all it has. Can we get a FAQ section in the github wiki section??
Also, the pay userclass, does it swing…
-
## Bug Description
Gallery Plugin can't display .webp format.
![Screenshot 2023-07-30 165235](https://github.com/e107inc/e107/assets/5818022/899afd00-2442-4539-af4a-82c61843e1a6)
![Screenshot 2…
-
Old plugins in e_meta.php replaced Global Template Constants
```
require_once(e_PLUGIN."forum/templates/forum_viewtopic_template.php");
$forum_old = "{POSTS}";
$forum_new = "{POSTS}{THANKSPO…
-
## Motivation
Menu manager already displays available menus in menus folder. For example, content plugin generates menus for Main parent categories in _menus_ folder inside the plugin folder
It …