Search found 9 matches

by pyhavaim
Mon 4. Apr 2005, 10:17
Forum: phpwcms Support English
Topic: Frontend Logging
Replies: 2
Views: 1077

Take a look at the hacks and enhancments section
by pyhavaim
Tue 14. Dec 2004, 13:13
Forum: hacks & enhancements
Topic: Frontend loging in phpwcms
Replies: 47
Views: 33439

Well it seems that you have a config problem.

in include\inc_conf\conf.inc.php what are your constants in this file?

Take a look at if there is a constant like this

Code: Select all

$_SERVER['DOCUMENT_ROOT']     = '.';
by pyhavaim
Tue 14. Dec 2004, 09:00
Forum: hacks & enhancements
Topic: Frontend loging in phpwcms
Replies: 47
Views: 33439

ups. Basically you didn't need that, it has been long time since I written this hack, but here is frontlogin 1.1
by pyhavaim
Mon 13. Dec 2004, 11:47
Forum: hacks & enhancements
Topic: Frontend loging in phpwcms
Replies: 47
Views: 33439

ups try this frontlogin[/url]
by pyhavaim
Mon 13. Dec 2004, 10:52
Forum: hacks & enhancements
Topic: Frontend loging in phpwcms
Replies: 47
Views: 33439

Hi sorry again, not beeing for you. But it has been very buzy time for me. As mentioned before, you have to add a user, and if you don't want that he/she get access to admin part, you just have to make this user not active. Also in site stucture, where you want to make private area, mark checkbox on...
by pyhavaim
Tue 12. Oct 2004, 16:01
Forum: hacks & enhancements
Topic: Frontend loging in phpwcms
Replies: 47
Views: 33439

Hi Yes NAV_TABLE_COLUMN also does'nt work as it should. Basically what you have to add is this kind of code. Here is the trick what you have to look for usually in those cases there is code like this: foreach($struct as $key => $value) { if($struct[$key]["acat_struct"] == $act_cat_id &...
by pyhavaim
Mon 11. Oct 2004, 17:09
Forum: hacks & enhancements
Topic: Frontend loging in phpwcms
Replies: 47
Views: 33439

I become a lazybones

Sorry for not being for you, but it seems that now you got started it. :wink: Also notice this that sitemap still shows private siteinfo. Also some meny items doesn't allow those rules witch shouldn't show for unauthorized persons. for sitemap I added those lines of code. again modify inc_front\fron...
by pyhavaim
Wed 8. Sep 2004, 11:24
Forum: hacks & enhancements
Topic: Frontend loging in phpwcms
Replies: 47
Views: 33439

Frontend loging in phpwcms

Since it seems to me that it takes ages to wait for frontend logging in phpwcms, I did it by myself, it is working and I hope this helps developers also to relase properly coded frontend logging :wink: So lets get to the point. 1) modify index.php uncomment on line 34 session_start(); 2) make new ph...
by pyhavaim
Fri 6. Aug 2004, 11:54
Forum: phpwcms Support English
Topic: how can i define my own tag?
Replies: 1
Views: 810