Advertisement
John
-
Posts
116 -
Joined
-
Last visited
-
Days Won
15
Community Answers
-
John's post in How to move positions custom profile icon was marked as the answer
add a div class to your profile field and use the css below should get the results u wanted
<div class="renametowhatever">{profile field contents}</div> .renametowhatever { position: absolute; z-index: 1; top: 160px; left: 120px; }
hmm?
-
John's post in IPS Newly Transfer to a new Domain was marked as the answer
encountered this before, not sure its a fix for the problem but worth trying
once inside the admin control panel, go to
System > Support
During Step 1 select
"Something isn't working correctly" and hit Continue, the software will recache the website and should fix it, if its not fixed then it should at least show u what the problem is
again not saying it will work but worth trying
-
John's post in Transparent avatars get white backgrounds? was marked as the answer
You can try this.
My suggestion is to do this in custom.css, so as to not affect the actual code within the theme
.ipsUserPhoto { background: transparent; } and i believe ipsUserPhoto is also found in misc.css if you are looking for the code
-
John's post in Cover Photo and Large Avatar in Post was marked as the answer
hmm did u follow the first post of that thread? its not only css u have to edit but the postContainer template as well, if u did follow it please post the postContainer template code for me to review and see if i can fix it
P.S. to find the template use the search and u will see its under forum > front > topics
-
John's post in How and where in AdminCP can I organize my userInfoPane? was marked as the answer
select the theme and when going through the templates go to forums > front > topics > postContainer
-
John's post in Profile upload path problem was marked as the answer
you could just set the upload path back on acp to the same one u were using before
in system settings > general configurations the upload path and upload url can be changed to any folder u wish
also its possible that another admin was messing around and accidentally restored the default settings? anyway its fixable so no need to panic after u set the upload path and url on general configurations just go to system settings > recount and rebuild and rebuild the profile photo thumbnails and attachments should fix the problem for u and restore stuff
-
John's post in [ASK]How To Change Background Member Group ??? was marked as the answer
ur looking for this
-
John's post in Downgrading was marked as the answer
nope its not possible, to do this, unless ipboard makes a tool that allows u to convert the ips4.x database to ipb3.x which they wouldnt as they are all about upgrading not the opposite
you could probably ask if its possible for someone that is really good with sql to rearrange the database and edit the columns and rows of each table to exactly the same as ipb3 but would be quite alot of work and would cost u quite a bit of $$ to get done, if its even possible to do, only suggestion i can make is redo ur website with a fresh install of ipb3 and before u do that send notices to each member about the remake of it and that they will be required to remake their account, as for the posts u can only keep those that are important to u in a txt file or something and remake them after the ipb3 installation is complete
-
John's post in Hide Recent Profile Visitors Block ? was marked as the answer
when customizing the theme go to the templates core > front > profile > profile and find
{{if !empty( $visitors ) || \IPS\Member::loggedIn()->member_id == $member->member_id}} <div class='cProfileSidebarBlock ipsPad ipsBox ipsSpacer_bottom' data-controller='core.front.profile.toggleBlock'> {template="recentVisitorsBlock" group="profile" params="$member, $visitors"} </div> {{endif}}just add
<span style="display:none;">{code above}</span>and should hide it
-
John's post in How to change the color of the skin subway button? [3.4x] was marked as the answer
try this below see if it helps
ipb_styles.css in the Look & Feel and look for
.topic_buttons li.important a, .topic_buttons li.important span, .ipsButton .important, .topic_buttons li a, .topic_buttons li span, .ipsButton { background: #212121 url({style_images_url}/topic_button.png ) repeat-x top; border: 1px solid #212121; border-width: 1px 1px 0 1px; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; -moz-box-shadow: inset 0 1px 0 0 #5c5c5c, 0px 2px 3px rgba(0,0,0,0.2); -webkit-box-shadow: inset 0 1px 0 0 #5c5c5c, 0px 2px 3px rgba(0,0,0,0.2); box-shadow: inset 0 1px 0 0 #5c5c5c, 0px 2px 3px rgba(0,0,0,0.2); color: #fff; text-shadow: 0 -1px 0 #191919; font: 300 12px/1.3 Helvetica, Arial, sans-serif; line-height: 30px; height: 30px; padding: 0 10px; text-align: center; min-width: 125px; display: inline-block; cursor: pointer;next change the background: #212121 to whatever color u like
#note the color background color may differ cause of the theme so if its not #212121 dont panic just change whatever color is used in the background, the above is what i got from the default theme
-
John's post in ips4 (author posts view) was marked as the answer
i just said it remove lang-"member_post_count" pluralize=" and dont forget to remove the closing " after member_posts
it should look like <li class='ipsType_light'>{$comment->author()->member_posts}</li>
-
John's post in ips4 Blank Page (+html available) was marked as the answer
i believe they used IP.Content to make those pages if your ipboard license supports IP.Content you should be able to install and use the app on ur website
-
John's post in like in topics was marked as the answer
for the first part just go into Member > Member Groups > Manage Member Groups
Select the Member Group after wards click the Global Tab and look for Reputation you can then limit how much is given within 24 hrs for each member group
for the second one i dont understand u want to make users not rep themselves? meaning like liking their own posts?
if so System Settings > Members > Reputation System
and look for Allow users to give themselves reputation and select No
for the second one i dont understand u want to make users not rep themselves? meaning like liking their own posts?
if so System Settings > Members > Reputation System
and look for Allow users to give themselves reputation and select No
-
John's post in Chestnut Hide Content Problem was marked as the answer
did u try recaching and rebuild in the acp?
its located in Look & Feel > Template Tools
if that doesnt work try rebuilding and cache management in System Settings > Tools & Settings > Cache Management > Recache All
and if that doesnt work reinstall the hook see if its compatible with the skin if not then it must be a conflict with the hook and a script on the skin so thats why u arent getting it working
-
John's post in Help with profile customization & Avatar in userinfo was marked as the answer
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
-
John's post in Captcha Guest Users was marked as the answer
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
-
John's post in Deflection Skin - Space' was marked as the answer
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
-
John's post in How do i Put gender & Location in userinfopane ? was marked as the answer
<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
-
John's post in Anyone think they can help got an error when trying to edit group permissions. was marked as the answer
Edit# my mistake wrong link there ^^
try disabling one hook/app at a time it could be something recently installed so start with the most recent one if the above didnt help
-
John's post in Post count stars was marked as the answer
^ 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
-
John's post in Ho To Change the location of View Reputation User Info was marked as the answer
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
-
John's post in Font-size in percentages was marked as the answer
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