R_J
AdminR_J Admin
-
Re: How to leverage the model to access the database
I do not know how this could be put into a class that matches all thinkable cases. But you surely are free to try your hands on it. I've made a start (code untested and fugly) just trying to thi… (View Post)2 -
Re: Discussions and Comments Counts
Not sure if I understand the question (language barrier :bawling: ). If you visit http://forums-dev.cessnaowner.org/dba/counts the counts get recalculated. if you experience a delay between your acti… (View Post)2 -
Re: How to edit HTML so you can change the pages layout
Maybe for the header, but not for the rest. That changes in the header would be made in the default.master.tpl of your custom theme, but nowhere else. If you do not want to create a custom theme try … (View Post)2 -
Re: Moving The Category Panel
I think all you need to do is to add this CSS: .ContentColumn { margin: 0 230px 0 0;}#Panel { float: right;} For simple changes, I would recommend bleistivts plugin CSSEdit. It makes playing around w… (View Post)2 -
Re: Home Page Views Version - 2.0.18
The default.master.php/default.master.tpl is used for all visitors. The default.master can be understood as a layout file: ---------------|Menu | ---------------|panel|content |---------------|Footer… (View Post)1
