Cameron
cc3469ac59
Fixes #115 - unused news pref. Added option to set default news page to either standard or list view.
2014-06-28 20:32:13 -07:00
Cameron
3e1f7498cc
Fixes #648 - multiple images and og:image
2014-06-16 14:39:37 -07:00
Cameron
1b86e2c8b5
News updated to support the {SOCIALSHARE} shortcode in its 'default' template.
2014-02-18 12:58:03 -08:00
Cameron
8d689f2d94
Improved control over news images and video. Separate css classes added for each. eg. news-image-1 , news-video-3
2014-02-04 06:21:05 -08:00
Cameron
bf952897ed
More BC Fixes. Search, and News Category titles.
2014-01-20 10:21:44 -08:00
Cameron
c0ea76bbe6
BC Fix for when $NEWSLISTSTYLE is used.
2014-01-20 04:15:59 -08:00
Cameron
34bbd17277
Fix for News SEF Url 'list/all'
2013-12-20 10:07:58 -08:00
Cameron
3030ca3570
News SEF URL for tags. Automatically switch URL path to lowercase when lowercase url template is used.
2013-12-20 09:45:27 -08:00
Cameron
7874cd1060
Issue #435 - start of Bootstrap 3 core support. Enable by adding the following to your theme.php file:
...
define("BOOTSTRAP", 3);
define("FONTAWESOME", 4); // optional
e107::js("url", "//netdna.bootstrapcdn.com/bootstrap/3.0.3/js/bootstrap.min.js");
e107::css('url', '//netdna.bootstrapcdn.com/bootstrap/3.0.3/css/bootstrap.min.css');
e107::css('url', "//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.min.css"); // optional
2013-12-17 11:12:42 -08:00
Cameron
20081edac9
Added CSS class to news-list footer.
2013-11-22 20:45:50 -08:00
Cameron
305d7d2ec9
News List caption option added to v2 template (same as $NEWSLISTTITLE in v1.x)
2013-11-22 17:08:38 -08:00
Cameron
58435c2cc6
News template BC fixes and added news-list start and end templates.
2013-11-03 18:58:50 -08:00
Cameron
166043720c
New pref added for news-listing pages. ie. news.php?all , news.php?cat.x and news.php?tag=xxx
2013-11-03 18:29:53 -08:00
Ajay Bhargav
79de98cc5c
Fix: news not displayed when tag is clicked
...
Signed-off-by: Ajay Bhargav <bhargav.ajay@gmail.com>
2013-05-24 17:16:09 +05:30
SecretR
de3265252b
Issue #247 : Keywords breaks phrases into words - trim keywords
2013-05-07 17:06:39 +03:00
SecretR
02b74c8999
Fixed #112 : News Archive calendar links and no news
2013-04-27 16:55:10 +03:00
Cameron
fd4fff52d4
News template BC problem corrected. May require renaming some templates in your theme.php
2013-03-24 03:04:33 -07:00
SecretR
a6adeca93c
Issue #106 : News Category SEF
2013-02-19 18:36:58 +02:00
Cameron
84860142f9
news_style function was not receiving all news table data.
2013-01-16 13:07:14 -08:00
Cameron
d5c3722b28
Issue #59 - Corrected issue - 'news_style' function was not being utilized as intended.
2013-01-15 14:56:56 -08:00
SecretR
2f76ca5635
fixed #59 - default news template
2012-12-21 10:26:32 +02:00
CaMer0n
7030f69f46
news_render_type fixes. Path fix for othernews menus.
2012-11-01 02:21:58 +00:00
secretr
2b57902e68
Fixied missing legacy route list/all
2012-07-18 06:13:16 +00:00
CaMer0n
187bb8f53b
NewsTags shortcode, some admin-ui fixes and newspost thumbnail BC fixes.
2012-07-15 03:01:30 +00:00
CaMer0n
b7d3bf7660
More Meta-work
2012-05-11 10:17:20 +00:00
CaMer0n
6ca55ce728
Meta-data clean-up and enhancements.
2012-05-11 03:52:57 +00:00
secretr
0d0fa1e2ca
- Important URL assembling feature, all routes have now safe fallback option
...
- News configs updates and refactoring, introducing new config, various bugfixes
- News DB changes: news_sef and category_sef fields, titles no more used in URL assembling
- Aliases now not able to match existing URL module
- New URL setting - choose type of SEF string when auto-extracted from titles (implemented in News and Custom pages, leave SEF string empty to see it in action)
- Overall system stability bugfixes
2011-12-10 00:00:15 +00:00
secretr
078816befe
Better routing/URL assembling, inline documentation, large number of fixes, news area improvements - should work flowless with every URL configuration. Awaiting testing results for more stability fixes.
2011-11-30 15:14:02 +00:00
secretr
5945062962
more news fixes, news category title always shown on news list, more thumbnail shortcode flexibility
2011-11-29 16:07:12 +00:00
secretr
48b9ceb5d2
News are using nextprev templates now (new nextprev feature)
2011-11-29 14:16:24 +00:00
secretr
02b66d3899
Additional information passed to news_style function (theme function) - current action and parameters (as set in news class and news view)
2011-11-29 12:09:05 +00:00
CaMer0n
064c5c7d1e
Some basic preparation for new e_url scheme and other changes.
...
For anyone reading - please remember that 0.8 should not be utilized on a public site prior to official release.
2011-06-17 01:13:05 +00:00
e107steved
decaecf54d
Add in security code, youtube bbcode from 0.7
2010-09-06 12:34:06 +00:00
secretr
78e85fb0ed
Shortcode parser: variable/methods name fix, news event trigger mentioned by the recent commit
2010-04-25 15:04:53 +00:00
e107steved
0fa5dac3aa
Bugtracker #4929 XHTML compliance.
2010-04-05 21:35:09 +00:00
secretr
dc6ac978fc
SVN keywords update
2010-03-16 13:44:41 +00:00
secretr
5b765a37a5
EONE-48 (Improvement): removing current implementation, waiting for fix
2010-03-16 13:43:30 +00:00
CaMer0n
caa79b6454
Shortcode path fixes
2010-02-10 21:53:56 +00:00
secretr
4fecfffddd
svn keywords added (v0.8)
2010-02-10 18:18:01 +00:00
e107steved
abfd3215da
Display next/prev on extended news - thanks nlstart
2010-01-06 20:14:45 +00:00
e107steved
bc21020826
Bugtracker #3893 - final 'TITLEs' areas
2009-12-30 21:04:11 +00:00
secretr
84c75d3c5b
admin UI - better 'layout' type interface; old featurebox 'method' disabled, shortcode handler reset scClass object method added (start of 'functions to methods' task)
2009-12-12 16:40:41 +00:00
CaMer0n
1377b23532
Fix copyright info.
2009-11-18 01:06:08 +00:00
e107steved
6276128b98
Bugtrracker #4856 - remove redundant comment handler calls
2009-11-15 21:41:50 +00:00
e107steved
5509dff076
Bugtracker #4849 - default news display if invalid 'extend' parameter
2009-10-31 15:02:02 +00:00
secretr
1591ba4e42
News comment fixes (missing commit)
2009-10-09 15:08:28 +00:00
secretr
c0df5fef12
News front-end done - SEO, real SEF URLs (category list, item view), default item view changed to 'extend', default category list changed to 'list', comments are rendered now by news code, new and improved news shortcodes
2009-09-14 18:22:16 +00:00
secretr
70ad1fa8b1
More News work, front-end started (rewrites are BROKEN), work in progres
2009-09-13 16:37:18 +00:00
secretr
a1f98a1477
another global variable killed - get rid of $eTraffic
2009-09-13 10:29:56 +00:00
marj
921e428a01
Add include_lan() to fornt
2009-08-28 15:30:25 +00:00