2023-06-11, 02:06:36
News Manager (updated)
|
2023-06-11, 17:49:25
(This post was last modified: 2023-06-11, 17:49:57 by salvamaine.)
Ok, I fixed it removing get_magic_quotes_gpc in the code (basic.php script) and suming it is always false. It looks like GetSimple is not fully compatible with PHP 8.1
2023-06-11, 20:54:38
(2023-06-11, 17:49:25)salvamaine Wrote: Ok, I fixed it removing get_magic_quotes_gpc in the code (basic.php script) and suming it is always false. It looks like GetSimple is not fully compatible with PHP 8.1 GetSimple CMC is ready to work with PHP 8. http://get-simple.info/forums/showthread...ight=php+8
2023-09-09, 20:20:04
Hello,
im sure this question is already answered somewhere, but is it possible (on news post level) to only show the post title instead of post title AND site title? Something like this: Code: <?php nm_post_title() | <?php get_site_name(); ?> and parent page (News Manager overview) would be like: Code: <?php get_page_clean_title(); ?> | <?php get_site_name(); ?>
2023-09-26, 05:53:29
(2023-09-09, 20:20:04)Sveninho Wrote: Hello, I'm not sure I have understood well... Maybe this is what you need: Code: <?php nm_post_title() or get_page_clean_title(); ?> | <?php get_site_name(); ?>
2023-09-26, 19:03:09
I think I understand what they are trying to do.
In your template that is being used to display your news, you will probably want to do something like this: Code: <?php if (nm_is_main()) { ?> Maybe that will help point you in the right direction. |
« Next Oldest | Next Newest »
|
Users browsing this thread: 1 Guest(s)