Go Back   vb.org Archive > vBulletin 3 Discussion > vB3 General Discussions
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools Display Modes
  #1  
Old 04-27-2010, 01:20 AM
ctimes ctimes is offline
 
Join Date: Feb 2009
Posts: 112
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default Space between pips all of a sudden?

I went through installing some old hacks that had been disabled for a while and we were going to no longer use and after removing about 5 total I noticed in my postbit I have a space between all the pips for some reason?

Checked postbit_reputation and postbit_legacy and they seem fine, I also had not changed anything in any templates other than what the mods may have done but I can't remember anything that really used postbit.

Any help would be greatly appreciated

Reply With Quote
  #2  
Old 04-27-2010, 01:28 AM
metalguy639 metalguy639 is offline
 
Join Date: Dec 2008
Posts: 501
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Open your postbit & postbit_legacy templates and save them by copying and pasting each of them into a text file. The revert the postbit templates in the style you want to fix this issue in. See if you still have the problem then. If you do then it maybe some sort of conflict with another mod.
Reply With Quote
  #3  
Old 04-27-2010, 01:42 AM
ctimes ctimes is offline
 
Join Date: Feb 2009
Posts: 112
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thank you, I did try that with the same result.

By revert you mean just click on show default then copy/paste that overwriting what I had? That didn't seem to work.

I could revert all templates but I was worried that it would screw up my style.
Reply With Quote
  #4  
Old 04-27-2010, 01:50 AM
metalguy639 metalguy639 is offline
 
Join Date: Dec 2008
Posts: 501
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

To revert all you need to do is go to:

Styles & Templates>Style Manager>Edit Templates (in the drop down of the style you want to edit) now click the <<>> button to expand the templates and search for your postbit templates. One is called postbit, the other is postbit_legacy (I'm guessing you realize this but just in case). Double click on the template and then copy and paste the template code into your text file. Save your text file. Then just hit your back button on your browser. You should be looking at the list of template again. Click the postbit template once and then click the "Revert" button in the "Controls" toolbox on the right top side. Then check to see if your pips are aligned properly. You can do this for both templates if you need to. This will not affect your other templates in your style.
Reply With Quote
  #5  
Old 04-28-2010, 05:41 PM
ctimes ctimes is offline
 
Join Date: Feb 2009
Posts: 112
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thanks metalguy!

Still seem to be having the issue and I did notice one other odd thing is that the current users online has spaces so its listed.

user1 , user2 , user3 , user4

instead of

user1, user2, user3, user4, etc

Seems every other vB forum I check it should be the latter and I'm pretty sure it was this was before.

One thing I did notice when viewing the source is it seems to call a template a lot when listing users currently online and with the pip issue mentioned earlier.

Code:
<div><!-- BEGIN TEMPLATE: forumhome_loggedinuser -->
<a href="member.php?u=1"><span style="color:Green">User1</span></a>*
<!-- END TEMPLATE: forumhome_loggedinuser --><!-- BEGIN TEMPLATE: forumhome_loggedinuser -->
, <a href="member.php?u=13"><span style="color:Green">User2</span></a>+
<!-- END TEMPLATE: forumhome_loggedinuser --><!-- BEGIN TEMPLATE: forumhome_loggedinuser -->
, <a href="member.php?u=105">User3</a>+
<!-- END TEMPLATE: forumhome_loggedinuser --><!-- BEGIN TEMPLATE: forumhome_loggedinuser -->
, <a href="member.php?u=502">User4</a>
and the pips in postbit_legacy

Code:
Rep: <span id="reppower_349515_1">87</span> <div><span id="repdisplay_349515_1"><!-- BEGIN TEMPLATE: postbit_reputation -->
<img class="inlineimg" src="http://crunktimes.com/ct/images/reputation/reputation_pos.gif" alt="User1 does not have much rep yet" border="0" />
<!-- END TEMPLATE: postbit_reputation --><!-- BEGIN TEMPLATE: postbit_reputation -->
<img class="inlineimg" src="http://crunktimes.com/ct/images/reputation/reputation_pos.gif" alt="User1 does not have much rep yet" border="0" />
<!-- END TEMPLATE: postbit_reputation --><!-- BEGIN TEMPLATE: postbit_reputation -->
<img class="inlineimg" src="http://crunktimes.com/ct/images/reputation/reputation_pos.gif" alt="User1 does not have much rep yet" border="0" />
Was thinking it may be a CSS screw up somewhere but after noticing this the two areas are not even remotely related.

Thanks again for your help
Reply With Quote
  #6  
Old 04-28-2010, 05:57 PM
metalguy639 metalguy639 is offline
 
Join Date: Dec 2008
Posts: 501
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Did you make sure that you uninstalled the mods completely? You would need to uninstall them in the admincp under Product Management. And then you would need to access your files via FTP and delete the files that you uploaded with the mod when you installed it. Possibly you have not completely uninstalled the hacks you were messing with before.

EDIT: looked back at the code. Do you have some sort of template mod installed? If so that maybe the cause of your issues. Also you can try disabling your hacks one by one to find out if a hack is causing these issues.
Reply With Quote
  #7  
Old 12-28-2010, 03:24 PM
ctimes ctimes is offline
 
Join Date: Feb 2009
Posts: 112
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Yes it took me since April but I accidentally ran across another thread today and found that the issue was due to having html comments on in vB options lol

Thanks for the help and maybe someone will find this helpful as it drove me crazy for a while
Reply With Quote
  #8  
Old 12-28-2010, 06:06 PM
metalguy639 metalguy639 is offline
 
Join Date: Dec 2008
Posts: 501
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by ctimes View Post
Yes it took me since April but I accidentally ran across another thread today and found that the issue was due to having html comments on in vB options lol

Thanks for the help and maybe someone will find this helpful as it drove me crazy for a while
Ok great, glad you found out how to solve it.
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 06:22 AM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.04604 seconds
  • Memory Usage 2,234KB
  • Queries Executed 13 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (1)ad_showthread_firstpost
  • (1)ad_showthread_firstpost_sig
  • (1)ad_showthread_firstpost_start
  • (2)bbcode_code
  • (1)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)navbar
  • (3)navbar_link
  • (120)option
  • (8)post_thanks_box
  • (8)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (8)post_thanks_postbit_info
  • (8)postbit
  • (8)postbit_onlinestatus
  • (8)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_postinfo_query
  • fetch_postinfo
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete