To participate you must create an account on apostrophenow.com. If you have already done so, click Login.

Ticket #466 (new defect)

Opened 2 months ago

aBlogSlot & aBlogSingleSlot - Serial Slot IDs scoped to Area or Singleton

Reported by: johnnybenson Owned by: dordille
Priority: critical Milestone: 1.4.2
Component: apostropheBlogPlugin Version: trunk
Keywords: blog, slots, validation Cc: dordille, agilbert, johnnyoffline, rickybanister, , jake, boutell
Symfony version: 1.4

Description

This is continuously a problem and it affects XHTML validation tremendously, not to mention that it also can impact things like slideshows from functioning properly.

When there are multiple blog slots on a single page, pulling in posts can potentially pull in the same post.

The posts pulled in do not come with unique IDs to the given Area that they belong to.

This causes validation errors to fire where posts have the same ID.

If in AREA/SLOT scenarios, a slot name is appended to the id's this problem would be solved.

This is obviously not a problem for viewing posts in the engine

Note: See TracTickets for help on using tickets.