R_J
AdminR_J Admin
-
Re: Wrong count of discussions displayed for a category
Can you run a database query like e.g. SELECT *FROM `GDN_Discussion`WHERE CategoryID = X where "X" is the ID of that category. That should show 5 discussions and should give a hint on the &… (View Post)2 -
Re: How to migrate 2.3.1 to 2.4.x
It's a great idea to start testing and if you give feedback, that would be helpful! If you come across some Vanilla bugs, the best way to report those bugs by filing an issue on GitHub. You can do a … (View Post)1 -
Re: can I add a criteria to a module?
Great question! =) The {module... syntax is a custom Smarty function. If you look it up you will find that it points towards class Theme, method module. In that method you will find the following cod… (View Post)2 -
Re: Wie kann ich E-Mail Adressen in Vanilla importieren
Es gibt kein Plugin, über das man Rundmails schreiben kann. Wenn du alle Mailadressen deiner Benutzer haben willst, brauchst du ein Tool um auf deine Datenbank zuzugreifen. Vermutlich hast du über de… (View Post)1 -
Re: Pockets Panel Position Index
It sounds reasonable what you say, @vrijvlinder, but when I look at the template I see this: <head> {asset name="Head"}</head> So the "Head" asset is in between the he… (View Post)1