![]() |
The boxes are added by using the info class that comes with a lot of forum skins. Some skins use different names so people just change the class names on the inner DIV containers to whatever it is they use. Your skin might not have one, but you can create one using CSS to look pretty much however you want. I use a box with 2 pixels width on the right and bottom and one pixel width on the left and top to create the illusion of a shadow.
|
Thanks, I'll look into the classes my style uses and see about creating one if needed.
Wondering if I could get a little help. I've gotten most of my bit stuff worked out the way I want them. I have having problems with moving the Albums link/icon to one of the tabs and the same thing with the awards. They both use a hook location and php code in the actual plugin. |
Quote:
|
I've been trying to figure it out from that FAQ. For the album like, I traced down this code...
Code:
if (!empty($post['hasalbum'])) There is no call to a template, and I can't find any HTML for it. When I place that into a tab, I get this error in vB before the template will save... Code:
The following error occurred when attempting to evaluate this template: |
There is not a template being used in that instance. The HTML is there after the template hook.
HTML Code:
<div><a href="album.php?' . $vbulletin->session->vars['sessionurl'] . 'u=' . $post['userid'] . '" rel="nofollow"><img src="images/buttons/add_album.png" border="0" alt="Member Photo Albums"></a></div> HTML Code:
<div><a href="album.php?$session[sessionurl]u=$post['userid']" rel="nofollow"><img src="images/buttons/add_album.png" border="0" alt="Member Photo Albums"></a></div> |
Sorry, I did only add the part in the <div> section. I will try and strip out the PHP code stuff from my various plugins I need.
Thanks for the help and support. |
Okay, I got every thing sorted and it is working great. Every thing is in the tabs I want and I even got the .info class to work.
Now I'm having a very odd issues. For some of the users (they are not in the same usergroups) the text does not appear the same as other users in some of the tabs (not all tabs). Also, for these same users, my Reputation icon that is assigned to tab one only, shows up at the top of all the other tabs. If you would like to have a look, see posts 18-20 on this thread. User Jmac, post #19 is one of the members having this odd issue. Post #18 and #20 do not have this issue. Just encase you want it, here is my code for the tabs... Code:
<!-- BEGIN POSTBIT TABS --> |
Quote:
Code:
<!--TAB 1 CONTENT --> Code:
<!-- TAB 5 CONTENT --> |
I can't seem to see what change in the new version?
|
Thank you! I've got it all sorted out now!
|
All times are GMT. The time now is 08:59 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 | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|