|
Attention: Last reply in this thread was more than 15 Years ago |
|
Thread Tools |
#1
|
||||
|
||||
How do I make this text into a link?
I want to take the random forumhome piece and make the title into a link to the photoplog 'home' page. Which template do I look for the code and how do I make it a link?
photoplog.jpg |
#2
|
||||
|
||||
Please see attached pic above. I need some quick help on getting that done, please
|
#3
|
||||
|
||||
You'd need to edit the $photoplog_table_start variable in the PhotoPlog Forum Home Thumbs plugin, adding an A HREF tag around $vbphrase['photoplog_random_thumbs'] (please see the vBorg release thread for coding assistance).
__________________
Please use the forums for support, feature requests, and similar such things. Support does not include custom code, custom template edits, or third-party modifications. PMs and emails to me should be for private information only, such as login information. If you PM or email me a support question, chances are good that I'll ignore it. Thanks. While the work or play is on, it is a lot of fun if while you are doing one you don't constantly feel that you ought to be doing the other. -- Franklin Pierce Adams |
#4
|
||||
|
||||
Morgan, I did this within the plugin....
Code:
Content visible to registered users only. |
#5
|
||||
|
||||
It should look like this:
Code:
Content visible to registered users only.
__________________
Please use the forums for support, feature requests, and similar such things. Support does not include custom code, custom template edits, or third-party modifications. PMs and emails to me should be for private information only, such as login information. If you PM or email me a support question, chances are good that I'll ignore it. Thanks. While the work or play is on, it is a lot of fun if while you are doing one you don't constantly feel that you ought to be doing the other. -- Franklin Pierce Adams |
#6
|
||||
|
||||
Morgan, I added your suggested fix and the website would not come up and I got an error showing as "Error 2 (net::ERR_FAILED): Unknown error." when pulling it up on Google Chrome.
Is there a different way to approach this? Did we miss something? |
#7
|
||||
|
||||
Replace ".$vbphrase['photoplog_random_thumbs']." with what is in post five.
__________________
Please use the forums for support, feature requests, and similar such things. Support does not include custom code, custom template edits, or third-party modifications. PMs and emails to me should be for private information only, such as login information. If you PM or email me a support question, chances are good that I'll ignore it. Thanks. While the work or play is on, it is a lot of fun if while you are doing one you don't constantly feel that you ought to be doing the other. -- Franklin Pierce Adams |
#8
|
||||
|
||||
Thank you Morgan, it worked
|
|
|