Menu

#383 Titles be links optionally

1.x
open
5
2007-07-19
2007-03-25
daaft
No

I've discovered the header requires a title, and this title becomes a link. Same with additional pages, their titles also become links. Could they be a link optionally? Thanks.
I wrote about it here and was recommended I post here.
http://www.phpwsforums.com/showthread.php?t=4277

Discussion

  • daaft

    daaft - 2007-03-25
    • summary: Titles NOT be links --> Titles be links optionally
     
  • gurutasker

    gurutasker - 2007-03-27

    Logged In: YES
    user_id=1754109
    Originator: NO

    I have investigated into this and found that it is controlled in the file mod\webpage\class\volume.php under the function GetTitle() I deleted out all the "<a href="%s">%s</a>" and just replaced it with "%s%s". I then changed the GetViewLink variable in that same function call to 'false'. Then went down to the GetViewLink function itself " Function GetViewLink() " and commented out the Else If statement in there. This removed the linking of the title for my webpages. Note my scripting knowledge is limited and there may be a much easier way of doing this.

     
  • Anonymous

    Anonymous - 2007-07-19
    • milestone: 480120 --> 1.x
    • assigned_to: nobody --> stardog
     
  • Anonymous

    Anonymous - 2007-07-19

    Logged In: YES
    user_id=400519
    Originator: NO

    Moving to 1.x group.

     

Log in to post a comment.