Closed (outdated)
Project:
Markup
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
12 Aug 2009 at 15:52 UTC
Updated:
27 Sep 2018 at 13:51 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
herzbube commented+1 for having the markup appear in display mode! Currently it only appears in create/edit/preview mode.
Comment #2
tstackhouse commentedSubscribing. This would be a welcome improvement.
Comment #3
tstackhouse commentedThis would need some more work to potentially add in things like a checkbox to toggle display (is it even necessary? one could just get away with using the option under display fields), but add this block of code into markup.module and presto markup fields will be available for display on the view of your nodes.
Comment #4
tstackhouse commentedChanging status.
Comment #5
makt commentedI tried to add the code from #3 to markup.module but I received an error.
"Fatal error: Cannot redeclare markup_theme() (previously declared in /markup.module:145) in /markup.module on line 379"
Currently using Markup 6.x-1.0-beta1 and Drupal 6.22. Any suggestions? I need to have static text display on the form section and the display section.
Comment #6
MBroberg commentedWorks for me if I remove the php tags.
A checkbox for
1-show in form mode
2-show in view mode
would be nice, but I do appreciate the fact that I can hide it from view in the display fields.
Comment #7
MBroberg commentedStrangely though, it only works if the display format is something other than "default." Any idea why that would be?
Comment #8
chrisschaub commentedHere's a patch based on #3 against the lastest 6.x-dev.
Comment #9
Road Kill commentedI would be really fantastic to see this feature in D7
Comment #10
firfin commented@ road kill : looks like thereis a effort underway for that : #1812086: Allow configuration per entity view mode
Comment #11
nancydru