PDA

View Full Version : How do I make this text into a link?


ArnyVee
09-27-2009, 01:33 AM
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?

515

ArnyVee
09-30-2009, 12:23 PM
Please see attached pic above. I need some quick help on getting that done, please :)

Morgan
10-01-2009, 04:51 PM
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).

ArnyVee
10-02-2009, 11:47 AM
Morgan, I did this within the plugin....

Content visible to registered users only.

....but it cause an error on my homepage which wouldn't allow it to display. Did I do that incorrectly?

Morgan
10-02-2009, 04:43 PM
It should look like this:
Content visible to registered users only.

ArnyVee
10-03-2009, 12:33 AM
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?

Morgan
10-07-2009, 02:16 PM
Replace ".$vbphrase['photoplog_random_thumbs']." with what is in post five.

ArnyVee
10-08-2009, 12:48 AM
Thank you Morgan, it worked :)