Quote:
Originally Posted by calorie
Do NOT apply attachments from this thread to PhotoPlog, unless there is a link to them in this post.
Note that the 'Not Available' category has 'off' settings, so move files to a 'real' category in order to do such things as parse BBcode and allow comments.
Use the following to add a link to PhotoPlog in the vB navbar template:
Code:
<!-- change the text in capitals to your site information -->
<a href="http://www.YOUR-DOMAIN.com/YOUR-PHOTOPLOG-DIR/index.php$session[sessionurl_q]">Gallery</a>
<a href="/YOUR-PHOTOPLOG-DIR/index.php$session[sessionurl_q]">Gallery</a>
Use the following to add a link to a user's PhotoPlog gallery in the vB postbit(_legacy) template:
( see the README.txt file, comments section, if using PhotoPlog Lite v.1.0.8+)
Code:
<!-- change the text in capitals to your site information -->
<a href="http://www.YOUR-DOMAIN.com/YOUR-PHOTOPLOG-DIR/index.php?$session[sessionurl]u=$post[userid]">Gallery</a>
<a href="/YOUR-PHOTOPLOG-DIR/index.php?$session[sessionurl]u=$post[userid]">Gallery</a>
Use the following to add a link to a user's PhotoPlog gallery in the vB MEMBERINFO template:
Code:
<!-- change the text in capitals to your site information -->
<a href="http://www.YOUR-DOMAIN.com/YOUR-PHOTOPLOG-DIR/index.php?$session[sessionurl]u=$userinfo[userid]">Gallery</a>
<a href="/YOUR-PHOTOPLOG-DIR/index.php?$session[sessionurl]u=$userinfo[userid]">Gallery</a>
|
is it possible to have a script or a plugin which would do these updates/edits to my selected template automatically?
I am asking since these are going to be too much to do for every version update that vbulletin gives out.
thanks