Create/Show rate you experience link on every page.

  • Create a custom block.
  • Render the block, defaults in the footer region and sticks to a part of page.

Comments

neerajskydiver created an issue. See original summary.

n.kishorekumar’s picture

Assigned: Unassigned » n.kishorekumar
Status: Active » Needs work
n.kishorekumar’s picture

Assigned: n.kishorekumar » Unassigned
Status: Needs work » Needs review
StatusFileSize
new1.37 KB

Created block and placed default in footer region

heykarthikwithu’s picture

Assigned: Unassigned » n.kishorekumar
Status: Needs review » Needs work

1. let's stick the block to a specific part of page.
2. Add a line of space

+package = Custom
+core = 7.x
\ No newline at end of file

3.

+/**
+ * @return string
+ * Callback for block content display
+ */

change it to

+/**
+ * Callback for block content display
+ * @return string
+ */

n.kishorekumar’s picture

Assigned: n.kishorekumar » Unassigned
Status: Needs work » Needs review
StatusFileSize
new1.99 KB

@heykarthikwithu

Please find the updated patch as per the comment

heykarthikwithu’s picture

Assigned: Unassigned » heykarthikwithu
Status: Needs review » Reviewed & tested by the community

space is required between these two lines.

+<?php
+/**

+ * Callback for block content display
+ * @return string

else its fine, moving to RTBC.

neerajskydiver’s picture

Assigned: heykarthikwithu » Unassigned
Status: Reviewed & tested by the community » Fixed

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.

Project: » Lost & found issues

This issue’s project has disappeared. Most likely, it was a sandbox project, which can be deleted by its maintainer. See the Lost & found issues project page for more details. (The missing project ID was 2747409)