Quote:
Originally Posted by mtbikemike
Ah, it's just a image reference problem. The forums I'm working on need an absolute path to work correctly with vbSEO.
Go to the style manager and update the fbconnect_button template. Change any reference from "/images/" to "images/" ... there should be three of them.
I'll make a note to update this in future releases.
|
Still no luck by default code i want to add in newreply, newthread & showthreads don't have backslash before images folder name but i tried to add backslash but didn't work
Quote:
<if condition="$vbulletin->userinfo['fbuid'] > 0 and $vboptions['fbconnect_enablefeeds']">
<br/>
<label id="lb_fb_posttofeed" for="cb_fb_posttofeed">
<img src="images/facebook/fblogo_sm.gif" alt="$vbphrase[fbconnect_post_thread_to_wall]" title="$vbphrase[fbconnect_post_thread_to_wall]" />
$vbphrase[fbconnect_post_thread_to_wall]
<input type="checkbox" tabindex="1" id="cb_fb_posttofeed" value="1" checked="checked" name="cb_fb_posttofeed" />
</label>
</if>
|
Btw i am using Vbseo on this forum with VB 3.8.7
Looking forward for new fixed release.