Quote:
Originally Posted by sadiq6210
Try to store the CSS as files
admincp >> Settings >> Options >> Style & Language Settings >> Store CSS Stylesheets as Files? (Select "YES")
Results:
The <legend> is not working in postbit style
The default postbit style will be as same as (Style 2) where (Style 1) is not working. (There is no <legend>)
Any idea about how to fox this bug?
|
You need to view the file "Default CSS Data.txt" within the .zip, make sure you have the correct layout chosen then add the matching css to your additional.css file and adjust to suite.
Style 1 is supposed to have the legend, are you saying it's not within your default style when using style 1 option or are you running a custom style where something might be conflicting? I'm assuming it was not showing becuase there was no ranks.css file present, adding to additional.css file should sort this though.
Quote:
Originally Posted by Capt C Ray
I just installed this mod in version 4.2.0. It shows in the ACP panel and it is set to show the link in the navigation bar. But the tab is not there. Any suggestions?
|
4.2.0 uses the navigation manager, visit the plugin manager and disable the ranks tab, now use the navigation manager to add a new tab for this

.
Quote:
Originally Posted by fishmaster
Anyone have any ideas?
Warning: mysql_insert_id() [function.mysql-insert-id]: Access denied for user 'nobody'@'localhost' (using password: NO) in [path]/admincp/rank.php on line 594
Warning: mysql_insert_id() [function.mysql-insert-id]: A link to the server could not be established in [path]/admincp/rank.php on line 594
Works fine though..
|
Well at first it would read as if it was not connecting and/or you have incorrect config.php info however seeing as the forum works and this works minus the error I'm unsure unless you're on PHP 5.5 already but 5.5.0 released in June your post was from March and I know your host was not running a 5.5 release candidate so I'm unsure. It has been a while since I've had time to reply here so if your still running this and the issue is present let me know.
mysql_insert_id() is
deprecated in php 5.5.0+ that is why it came to mind but again post date makes me think it was something else at the time.
Quote:
Originally Posted by mobile4persian
how can i align styel 1 to center?

|
Off the top of my head... try adding this to additional.css OR replacing the definition in ranks.css template:
Code:
.ranks_legend {
float:none; text-align:center;
}
Quote:
Originally Posted by mathforum
I'm trying to include the ranks with the normal postbit info - join date, post, etc. and tried using the following code:
<vb:if condition="$post[showuserranks]"><dt>Awards</dt><dd>$post[userranks]</dd></vb:if>
What I see is this:
Any ideas?
|
That will not work, edit the appropriate template in the rank template of families based on what style for the ranks you have. AdminCP > Styles & Templates > Style Manager > Edit Templates > Yet Another Ranks System Templates