Related pages (my proposition to create module)

Talk about new features for CMSMS and modules.
Post Reply
User avatar
requish
Forum Members
Forum Members
Posts: 183
Joined: Sat Jan 24, 2009 3:12 pm

Related pages (my proposition to create module)

Post by requish »

I have an idea. I'm not a programmer. Maybe You will write this module...

I think CMSMS need module to create links to related pages with displaying titles of related articles. Very similar is Simple Tagging module, but Simple Tagging create categories. There is need link straight to the article(page in CMS). My idea module should have attribute to define numbers of links. Display in list ...

However, i think there should be attribute do define range of pages whose title will be charged. Ex. from prages in menu menu between id 3-4, or 3.1-3.8.

Maybe some module is exist, but i didnt found this?

Please write,
ReQu
Last edited by requish on Mon Sep 20, 2010 12:17 pm, edited 1 time in total.
CMS Made Simple! Best CMS! :)
nicmare
Power Poster
Power Poster
Posts: 1150
Joined: Sat Aug 25, 2007 9:55 am
Location: Berlin

Re: Related pages (my proposition to create module)

Post by nicmare »

yes, this is indeed a lack of cmsms. there are some more or less complicated scripts which are using the content_dump plugin to achieve this… check them out
spcherub
Power Poster
Power Poster
Posts: 402
Joined: Fri Jun 06, 2008 5:54 pm

Re: Related pages (my proposition to create module)

Post by spcherub »

Sounds like you could use the "Attach" module.

S
User avatar
requish
Forum Members
Forum Members
Posts: 183
Joined: Sat Jan 24, 2009 3:12 pm

Re: Related pages (my proposition to create module)

Post by requish »

Thanks :), but this links should be create automatically.
CMS Made Simple! Best CMS! :)
User avatar
Dr.CSS
Moderator
Moderator
Posts: 12709
Joined: Thu Mar 09, 2006 5:32 am
Location: Arizona

Re: Related pages (my proposition to create module)

Post by Dr.CSS »

Sounds like something you could do with a custom menu template using the extra1 field and/or some smarty logic...
User avatar
requish
Forum Members
Forum Members
Posts: 183
Joined: Sat Jan 24, 2009 3:12 pm

Re: Related pages (my proposition to create module)

Post by requish »

I dont think it was a good idea. Please imagine 100 subpages and trying relate by menu module only some of pages who should have the same words in content or title like in main article, ex. 'how to flying'. :-X

Im not a programmer, so I can only prompt as I see it myself. I do not understand the idea of creating command in php, smarty etc. :-[
CMS Made Simple! Best CMS! :)
simon.romin
Forum Members
Forum Members
Posts: 65
Joined: Tue Jul 13, 2010 9:31 am

Re: Related pages (my proposition to create module)

Post by simon.romin »

I agree that this feature is missing.

This is a pretty standard feature in most CMS engines

It would simply add complexity to CMSMS to add all these bizarre work-around to achieve this.

Any ideas if there is something in the pipeline?

Simon
sumpson
Forum Members
Forum Members
Posts: 111
Joined: Thu May 08, 2008 6:35 pm

Re: Related pages (my proposition to create module)

Post by sumpson »

ah, a recent topic.. too bad, suppose that means its not here yet..
simon.romin
Forum Members
Forum Members
Posts: 65
Joined: Tue Jul 13, 2010 9:31 am

Re: Related pages (my proposition to create module)

Post by simon.romin »

So how far have we got with this idea then guys?

Any idea time scale of when it will be implemented?
simon.romin
Forum Members
Forum Members
Posts: 65
Joined: Tue Jul 13, 2010 9:31 am

Re: Related pages (my proposition to create module)

Post by simon.romin »

Right guys, I've found a module that does this.

Search for 'Attachments' in Module Manager. It's a great module, really easy to use (though could do with a bit of tidying up) and basically you can attach any file or URL to a content page.

At the moment I have configured mine so that all PDF datasheets are displayed in one tab, and Related Products are displayed in another tab. This is all using the Attachments module, so it's very versatile!

Still a shame this feature isn't natively encrusted into CMSMS, but yo.
User avatar
requish
Forum Members
Forum Members
Posts: 183
Joined: Sat Jan 24, 2009 3:12 pm

Re: Related pages (my proposition to create module)

Post by requish »

Into yours solution there is one problem. This is static content. In Your way I can make the same results by create some Global block HTML, and attach in template/page... Related pages should been created by CMS after analyze words from db. Right? O0

However thanks 4 reply :)
simon.romin
Forum Members
Forum Members
Posts: 65
Joined: Tue Jul 13, 2010 9:31 am

Re: Related pages (my proposition to create module)

Post by simon.romin »

I agree - my solution is still static content so is not the best.

But it is the only solution I can find. Hopefully it will help somebody searching for the same problem.

You should check out Attachments module, it is good (but I think its features should be built into CMSMS, we don't need another module for this)

Romano
GurraG
New Member
New Member
Posts: 2
Joined: Fri Mar 11, 2011 9:43 am

Re: Related pages (my proposition to create module)

Post by GurraG »

Hi
Are someone working on this?
Such a module would really be useful. I have a client who is asking for just that thing.
userwords
Forum Members
Forum Members
Posts: 48
Joined: Mon Dec 27, 2010 12:27 am

Re: Related pages (my proposition to create module)

Post by userwords »

Ive reached this post trying to learn about the same. It should be done through a tag included in the core. Probably it makes for a module that will crawl data base for pages whenever a new page is posted, or search module keys depending on which parameters get the tag. It should be something like:

{related}

With parameters like:

{related pages=10 keywords=3 keysize=6 searchin=title summary=1 sumlenght=150 icon=1}

pages: Number of related pages retrieved.
keywords: Number of keywords that must be shared to consider page related.
keysize: Minimum lenght in characters for a keyword to count.
searchin: Possible values:
.-title
.-1stparagraph
.-both: Will look into title and 1st paragraph.
.-all: Will look into all content, title and article.
summary: Show summary or not.
sumlength: Lenght of the summary in words or characters (maybe another param to make it selectable).
icon: Show each page icon or picture.

{related pages=10 keywords=3 searchkey=1 summary=1 sumlenght=150 icon=1}

searchkey parameter offer a different approach as it searches only on cms made simple search module keywords requested by users, keysize can be used with it, but not the searchin parameter.

I leave default values to the imagination of ppl reading this ^-^.

This is just an idea for a tag that would put a lot of possibilities in cms made simple. I know developers have enough with what they deal this is just my way to put my limited knowledge on good use.
Post Reply

Return to “Feature ideas”