Advertisement
John
Contributor-
Posts
116 -
Joined
-
Last visited
-
Days Won
15
Content Type
Profiles
Forums
Downloads
Bugs
Roadmap
Suggestions
WebFlake Changelog
FAQ
Store
Blogs
Applications
Ideas
Everything posted by John
-
A problem and 2 Questions all with Reputation
John replied to TheChaoz's question in Invision Support Archives
do u have access to the FTP? or the files on the server? image of where to look for the php file in your ftp server is below. its basically located in the main directory as u can see highlighted in the pic below after u get that u follow this steps i said here that should fix the problem allowing u to unhide the setting if u are still having probs i have another solution you can try but its not guaranteed to work unlike the one i stated above -
A problem and 2 Questions all with Reputation
John replied to TheChaoz's question in Invision Support Archives
ah ok thanks for clarification mate i found it strange how u said u uninstalled the reputation system so that clarified alot for me and well try my solution see if it helps also went and experiment with the userinfopane to get the 1st question and found solution go to userinfopane in the Global Template look for <if test="authorwarn:|:$author['show_warn']"> paste the code below before code above ^ <span class="reputation1"><p class="repstyle"><img src="http://i61.tinypic.com/e87k15.png" style="padding-bottom: 2px;" /> <b>{parse expression="$this->lang->formatNumber( intval( $author['pp_reputation_points'] ) )"}</b></p></span> </p> followed with <style> .repstyle { color:#8db13e; } </style> i placed my style code after the </div> result is forgot to mention but after u enable back the Reputation System look at the Reputation type setting and select Like System (Positive rep only; visible names) in the drop down -
A problem and 2 Questions all with Reputation
John replied to TheChaoz's question in Invision Support Archives
u uninstalled the IP.Board reputation system? How in the world did u do that? that setting is part of the core application u cant uninstall it as far as i know, so what u are saying is that u deleted the setting from System Settings > Members > Reputation System ? considering i dont understand what u mean by "uninstall" i will skip that and just tell you how to undo what you did in the second question enter Developers Mode u will need to edit conf_global.php in the FTP and change define('IN_DEV', 0); to define('IN_DEV', 1); afterwards go in ACP and undo the Hide from Main Settings? thing u did and DO NOT DO ANYTHING ELSE IN DEVELOPERS MODE u will see a whole set of new settings but yeah u interfere with things u dont know u can risk doing more then just hiding a setting and considering u just hid a setting without thinking about it well cant say u can trust urself once its enabled, anyway after u unhide the setting u immediately take off Developers Mode -
thats odd tho, i mean if u did change the settings then it should have moved it too the below of the mentions, try reinstalling the mentions hook? only thing i can suggest see if it changes its position
-
Help with profile customization & Avatar in userinfo
John replied to TheChaoz's question in Invision Support Archives
on my board it seems to be working well did u reupload the avatar after u had changed the settings? on my board it looks like this with the same settings u did im not sure what exactly u got running on ur board but at default its suppose to look like mines again what version of ipboard are u using? -
odd in my settings in the forum i got both of them the same setting and the mentions go below the feedback system you could try my setting see if it helps
-
Help with profile customization & Avatar in userinfo
John replied to TheChaoz's question in Invision Support Archives
well its bad configuration the variable only needs width if u specify height then all the in the css it will force the image to that height it only looks like that on the userinfopane but if u go to his profile it should show the image was resized well unless u configured the css for there too however just follow the below and it should work for u SystemSettings/Members/UserProfiles: (it specified width there nothing about height) http://oi59.tinypic.com/n2lx06.jpg change setting to 165 CSS/ipb_style.css: (ur forcing ur image to stretch to that particular height even though the dimensions arent suited for it) http://oi57.tinypic.com/mryfyb.jpg change .ipsUserPhoto_variable to .ipsUserPhoto_variable{ width: 165px; } that will fix ur problem -
Help with profile customization & Avatar in userinfo
John replied to TheChaoz's question in Invision Support Archives
for the first one its possible that your current skin doesnt have the image file in the directory, u should check the other skins on ur forum for profile_tab_gallery.png and copy it to the current skin directory u are using should show up afterwards for the avatar it is likely the current board version u are using, i am currently using 3.4.6 and i imported the same image u linked and set the same preset for the size u gave and it resized normal on my board, what board version are u currently using? also u could try increasing the file size kb for avatars see if it improves the quality or fixes the problem, if anything that member should download the image manually and resize it himself then reupload it see if it still resizes the image weird and lowers the quality of the avatar -
IP.Board has this setting built in already System > System Settings > Members > Spam Prevention look for this setting Guest posting bot control and below that has the CAPTCHA Settings and so forth to help you prevent guests from having their way in your forum, but if thats enabled on your board and u are still having bots posting then i suggest u follow what Andrew said and disable guest posting on your board
-
go into ipb_styles.css and find the code below #secondary_navigation{ background: #202020 url('{style_images_url}/secondary_nav_bg.png') repeat-x 0 0; border: 1px solid #2d2d2d; text-shadow: rgba(0,0,0,0.8) 0px -1px 0px; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; overflow: hidden; line-height: 37px; margin-bottom: 15px; the code below is what you want to edit, u can delete it or make it smaller to your liking margin-bottom: 15px; seems this hook Top x Stats look for skin_topxstats > output and remove the <br> from the beginning of the code
-
How do i Put gender & Location in userinfopane ?
John replied to EthanX's question in Invision Support Archives
<dl class='pairsJustified'><dt>{title}:</dt><dd><img src="http://{yourdomain}/forum/public/style_images/master/profile/{key}.png /></dd></dl> now rename the gender icon in the folder /profile/ ^ same location as specified in the img src, u are renaming the gender icon to the drop down selection key i.e. m=male or f=female so rename the gender icon to f.png or m.png for the specific gender and then it should appear in your userinfopane with the image u desire P.S. the example was also shown in the topic view format should read the second example here -
^ Jeiko told u how to do this already thats the answer for both the group icons and the pips icons just follow his instruction and you should get it too work
-
yes that is correct and u want both pips and member group images? then u will want to use this hook
-
hmm are u by chance using any hooks that modify your userinfopane? did u modify the code in that skin's userinfopane? is it only affecting that one skin or all skins? have you tried disabling any hooks u think might affect the userinfopane and reload the page see if pips are enabled? lastly have you checked the Inspect Element feature on Google Chrome to see if the image used is the stars and not another?
-
Ho To Change the location of View Reputation User Info
John replied to snoopi's question in Invision Support Archives
hmm just go into ACP Manage Hooks edit the Show Reputation in User Info hook click the tab "Files" and look for this field "Position of template hook" this is the field you are changing only select (pre.endif) either one you can use Before or After and it will go below the flag -
urgh this is alot more complex then i expected so i tested the font sizes in a topic and i got the same issue u did, wasnt parsing size=9, which is weird cause it was parsing inside the acp bbcode test so i decided to dig around and found the reason was the delimiter on the editor itself you did the first part correct its just complicated cause the javascript has a limit less then 9 here is the code from the javascript i edited ips.textEditor.bbcode.js located in public/js i added 9: 72 to var IPS_BBCODE_POPUP = null; var IPS_URL_STORE = {}; var IPS_SIZE_ARRAY = { 1: 8, 2: 10, 3: 12, 4: 14, 5: 18, 6: 24, 7: 36, 8: 48}; and changed the value from /* Specific HTML conversion stuffs */ myParser.addHTMLTextFilter( function( text ) { } ); function fontSizeToPx( size ) { size = parseInt( size ); if ( size > 0 && size < 9 ) { return IPS_SIZE_ARRAY[ size ]; } else { return size; } } to /* Specific HTML conversion stuffs */ myParser.addHTMLTextFilter( function( text ) { } ); function fontSizeToPx( size ) { size = parseInt( size ); if ( size > 0 && size < 10 ) { return IPS_SIZE_ARRAY[ size ]; } else { return size; } } i even delved further into experimenting and discovered a way to add your own custom listing in the sizes dropdown selection in the text editor public/js/3rd_party/ckeditor the file ips_config.js /* Only use font-sizes we recognize */ config.fontSize_sizes = '8/8px;10/10px;12/12px;14/14px;18/18px;24/24px;36/36px;48/48px'; this line i added /* Only use font-sizes we recognize */ config.fontSize_sizes = '8/8px;10/10px;12/12px;14/14px;18/18px;24/24px;36/36px;48/48px;72/72px'; and it showed up in the Size Dropdown select as 72 in 72 font size when i clicked it and wrote then used the standard editor it said size=9 before u follow what i said above please test the custom font size inside ACP's Test BBCode Parsing to see if the size works afterwards do what i said above and tell me if it works
-
hmm seems your confused ok first imma provide the image then explain in great detail what i did alright great detail of what is done Step 1: Go into the ftp server for the forum and go to admin/sources/classes/text/parser/bbcode inside there is a file called defaults.php download it Step 2: Open defaults.php file and find class bbcode_plugin_size extends bbcode_parent_main_class { /** * Mapped font sizes * * @access protected * @var array */ protected $font_sizes = array( 1 => 8, 2 => 10, 3 => 12, 4 => 14, 5 => 18, 6 => 24, 7 => 36, 8 => 48); Step 3: edit the following protected $font_sizes = array( 1 => 8, 2 => 10, 3 => 12, 4 => 16, 5 => 20, 6 => 24, 7 => 36, 8 => 48, 9 => 14, 150 => 18); Step 4: save defaults.php, reupload and overwrite it in admin/sources/classes/text/parser/bbcode Step 5: Test the size of the bbcode to see if its to your liking #Note dont use the same value for the array example is how i changed 4 => 14, to 4 => 16, and then used 9 => 14 hope this helps
-
How to add Cashiers to ibEconomy & how to fix missing images?
John replied to Technologx's question in Invision Support Archives
you add items via acp dude, it has shop section in ibeconomy on the acp that allows you to add items to the shop where u can buy them, ibeconomy is a little complex so i would suggest you explore each setting and set them all according to your specifications -
its cool man and what i meant was if they used [size=150]whatever text[/size] and it becomes size 18px but u got like size 36px font size which is [size=7]whatever text[/size] they are going to think you are trolling them so change all to the sizes which phpbb are instead of using both the ipb sizes and phpbb sizes
-
hmm not sure why it doesnt work for you but for me it does but what i did was change the array value of 4 => 14 and 5 => 18 to something else then i used the 150 => 18 and 9 => 14 and it seemed to have worked note: if u really do plan to do it change all to the way phpbb is this way your members wont be confused when they choose 150 and see a smaller size than the others
-
you sure? here is a screenshot with the differences and proof it works this is size 8 => 48 and this is 9 => 72 which doesnt exist in the font sizes until i edited it
-
How to add Cashiers to ibEconomy & how to fix missing images?
John replied to Technologx's question in Invision Support Archives
just copy the folder from public/styles_images/master/eco_images and paste it into the other skin image folders located in public/styles_images/ and to add lotteries and other items you need to do it through acp -
alright i got the location mixed up i confirm what i told u works its just the wrong file edited the file that you need to edit is located here admin/sources/classes/text/parser/bbcode defaults.php in there and it will work im sorry for the inconvenience man
-
well i hope my suggestion works (though i personally wouldnt have suggested doing this) try using Standard Text Editor and then switching it to Rich Text Editor, the underline bbcode should parse then might be it didnt parse cause of the Rich Text Editor
