The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
Experiencing a Few Issues / Need Help With Postbit Code
Hi, I'm finally getting around to making my forum. I think it should be okay for public display in two months.... but first, I'm trying to get everything set up neatly and I don't know how since I'm new to php. Your help will be GREATLY appreciated!! I've searched for answers but I haven't been able to find them, so sorry if I just wasn't looking hard enough. Also, unfortunately, I've had to give up on a lot of mods and the like because after a while the creators don't seem to read their own threads any more.... disappointing.
I am really lost. >_< 1) The full url of my forums is www.mywebsite/forum/home.php but if I type in just www.mywebsite/forum/ like how I've seen done on other forums, it's a dead link and doesn't redirect to the forum home. How can I make this happen? 2) How can I edit the signature line to put in my own separator? 3) I used what I found in this thread to centre my user rank and avatar which I really like, but in the user profiles, ranks are still aligned to the left. How can I fix this? https://vborg.vbsupport.ru/attachmen...1&d=1334321793 4) I like what I've done so far for users with the postbit and I'll probably add more links to things when I get the chance (like FB, Twitter, YouTube etc.) but a noticeable problem that I foresee and can already see is that things are become too long. I want to perhaps have the option to hide and show the area I have selected in red. Can someone tell me how I can do this or another method? https://vborg.vbsupport.ru/attachmen...1&d=1334321793 5) I have Yet Another Award System enabled. What exactly's going on here? O_o https://vborg.vbsupport.ru/attachmen...1&d=1334321790 Any/all help will be appreciated more than you know whether the issues are resolved or not. Thank you! ~Hikarin. |
#2
|
||||
|
||||
I don't have complete answers for you, but...
Quote:
Quote:
Code:
/*signature */ .signature { padding-top: 1em; border-top: {vb:stylevar signature_border}; margin-top: 2em; } Quote:
Quote:
Questions/problems about modifications must be asked in the mod thread and not in this forum. |
Благодарность от: | ||
Hikarin |
#3
|
||||
|
||||
Quote:
|
#4
|
|||
|
|||
I can sympathize, but those are the forum rules (based on what I've seen mods/admins tell people). That's a risk you take when you install a mod. There's nothing stopping people other than the mod author from helping you, it just needs to be in the mod thread. |
#5
|
||||
|
||||
Ah, thank you so much! I don't really have any way to thank you though.
1) resolved Silly me! I forgot to update that file.... I changed forum.php to home.php (I absolutely hated the look of /forum/forum.php) but never changed that fact at the bottom of the index page. I love it when things are that simple. ^_^ Quote:
2) Thank you very much, that should be enough to go off! =D With a little fiddling I believe that I will get it right. 4) I'm not very good with javascript yet, but that mod should work perfectly for now! There's no need to go all out straight away. 5) Sorry, I'll try harder and see if I can get it resolved there. You have been a great help. Thank you so so much. ^///^ Can anyone answer the last question - question 4 for me? |
#6
|
||||
|
||||
4. Try a search on "postbit*" or "post*" in vB4 Mods, Title only. I have seen a mod that allows you to hide/expand part of the postbit before, so try a search for it.
|
#7
|
||||
|
||||
Quote:
Do you know about centreing ranks on the profile page also? (Question 3) |
#8
|
||||
|
||||
You would need to center the whole userinfo area:
HTML Code:
#sidebar_container.member_summary .blocksubhead { text-align: center; } #sidebar_container.member_summary .blocksubhead #userinfo { width: 100%; } HTML Code:
#sidebar_container.member_summary .blocksubhead .member_username { float: left; } |
#9
|
||||
|
||||
Quote:
The only thing I couldn't find though was how to fix the online status indicator here. It looks a little off in the middle, but if I try and move it left, it goes too far left where it is too close to the username. It's not like it's overlapping the name or anything, but there isn't that tidy space that it would normally have. Is there any way to fix that or do I just have to deal with it? All other issues are resolved and this thread can be declared closed if no one has an answer to my final question. Thank you so much everyone for your help! ^_^ |
#10
|
||||
|
||||
I'd need a link to see it in order to suggest some CSS for it.
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|