Quote:
Originally Posted by gsmciler
Digital Jedi @ please attach your postbit legacy full info
|
Hmm? I'm not sure what you mean.
Quote:
Originally Posted by GlamRockTalk
DJ, thanks for the help!
I've adjusted the commenting out issue. Unfortunately, I'm not a coder (I'm learning little by little) so I'm unfamiliar with the terminology. Here's the code for my TAB 2 and I'd like to see where I can fix and adjust it....
Code:
<!-- TAB 2 CONTENT -->
<div id="tab2$post[postid]" class="tabcontent" align="center">
<if condition="$post[field4]"><div class="pbit"><strong>Real/Nickname:</strong> $post[field4]</div></if>
<if condition="$post[field2]"><div class="pbit"><strong>Location:</strong> $post[field2]</div></if>
<div class="pbit">
<if condition="$post[field9]"><img src="images/flags/$post[field9].gif"></if>
<if condition="$post[field10]"><img src="images/region/$post[field10].gif"></if>
</div>
<div class="pbit"><if condition="$show['homepage']">
<a href="$post[homepage]" rel="nofollow"><phrase 1="$post[username]"><strong>View My Homepage</strong></phrase></a></div>
</div>
....I'd appreciate any help. Thanks folks!
It's strange though because it was working for my existing members and their postbit_legacy and not for my new one. Oh well, let's see if this adjustment can fix it. 
|
This part appears to be constructed right, and both of Arny's posts are displaying correctly. Let's post your whole
postbit_legacy template now. We're running into
a problem right around Tab 2's container and hms1016's post. His message area suddenly starts running into Tab 2. It may be some code related the Post Thanks Hack is not being inserted correctly.
Quote:
Originally Posted by Come2Daddy
Hello digital Jedi,
could you please help me to do Blog Entries Counter in one of those divs containers??
when I read the postbit code I don't find any thing about it, same is with the vbExperiounce mod
waiting your help if you can, and thanx in advanced 
|
It depends on how your displaying the blog entries in your postbit. Both vBExperience and the Blog Entry modifications I've seen use template hooks. So depending on how they display, you'd put the template hook into one of tab containers. One blog modification I know of uses
$template_hook[postbit_userinfo_right_after_posts]. Just look around the area where your blog entries show in your postbit code and see
if there's
a template hook in general vicinity. That's what you'd need to move.