Gossamer Forum
Quote Reply
Ace_News demo
Andy,

I can see the demo of Ace_News?

It created SE friendly URLs?
I can define keywords for articles?
I can use the categories of LinksSQL or it has seperate categories?
What exactly been shared between Ace_News and LinksSql database and adminpanels?
LinksSQL search includes the articles too?

Thx.

Last edited by:

hegu: Dec 29, 2012, 8:21 PM
Quote Reply
Re: [hegu] Ace_News demo In reply to
Hi,

Ace_News is quite old, but it should still work with GLinks.

Quote:
It created SE friendly URLs?

I just had a quick look at the documentation, and I can't see anything about re-write rules for dynamic versions of the pages.

Quote:
I can define keywords for articles?

I can't remember =) Having a quick look at the DB setup, I don't think it has a keyword feature:

1 Title
2 Short
3 Full_Article
4 TimeStmp
5 Article_Date
6 Category
7 Image
8 Hits INT

Quote:
I can use the categories of LinksSQL or it has seperate categories?

It has its own categories.

Quote:
What exactly been shared between Ace_News and LinksSql database and adminpanels?

From what I can remember, Ace_News is pretty much a separate system. You access it from news.cgi, but can also call it in other templates with stuff like:

Code:
<%Plugins::Ace_News::Show_Articles('type','options','limit','searchfields','template')%>

Code:
LinksSQL search includes the articles too?

Nope - you would have to search it via news.cgi?a=search

Cheers

Andy (mod)
andy@ultranerds.co.uk
Want to give me something back for my help? Please see my Amazon Wish List
GLinks ULTRA Package | GLinks ULTRA Package PRO
Links SQL Plugins | Website Design and SEO | UltraNerds | ULTRAGLobals Plugin | Pre-Made Template Sets | FREE GLinks Plugins!
Quote Reply
Re: [Andy] Ace_News demo In reply to
Mmmm..... I am looking for a more integrated one with LinksSQL.

Or there is any blog plugin for Linkssql?
Quote Reply
Re: [hegu] Ace_News demo In reply to
Hi,

Not as far as I know. You could always make a new top-level category called "News", then set the Category_Template => category_news.html . Then you could have your own news templates etc.

Cheers

Andy (mod)
andy@ultranerds.co.uk
Want to give me something back for my help? Please see my Amazon Wish List
GLinks ULTRA Package | GLinks ULTRA Package PRO
Links SQL Plugins | Website Design and SEO | UltraNerds | ULTRAGLobals Plugin | Pre-Made Template Sets | FREE GLinks Plugins!