News:

Wondering if this will always be free?  See why free is better.

Main Menu

4 questions and counting

Started by fox1987, September 15, 2012, 01:33:40 PM

Previous topic - Next topic

fox1987

1. I want to change text of "Registered date" ,where can i found that (img attached)
2. If i in future update to new forum version ,will modification that i installed still going to work or not
3. Can i change nick color ,admin to have blue,mod green,user yellow
4. Is there any way to limit avatar in KB not in px

smf 2.0.2

kat

1) That doesn't appear, if you use the default theme. So, you'll be better-off asking in the theme's support topic.

2) Who can tell? As the next version hasn't been coded, as yet, and we don't know what mods you have, there's no way of telling. Even if we did know, we wouldn't be able to be sure, because, as I said, the next version's still being coded.

3) Look in the "Membergroups" section of Admin. I'm sure you'll figure it out, from there. ;)

4) Not in the standard SMF, no. There may be a mod, for that. But, I don't remember ever seeing one. :(

fox1987

#2
1. It's not default(Toxic_SMF2_tables) ,i change somewhere in ??.php and now i can't remember where it is
3. find in members-group,and i insert #025bff ,but color is the same
4. Ok,i couldn't find mod,but when user upload his avatar where is he on server,he is not in public_html-avatar

4.i find it,forum-attachment-avatars ,i can sort by size and delete too big :)

kat

The only "Toxic" theme, I could find, is this one:

http://custom.simplemachines.org/themes/index.php?lemma=2535

Odd that the colour's not working. Have you tried emptying your browser's cache and the forum cache (Forum maintenance)?

fox1987

yes ,this is that theme
i changed color but it's not that i want,he show colored nickname in bottom on homepage (who is online) ,but i was thinking to have different nick color in posts/topic

5.and i find one more bug,i changed topic img's,you know locked,normal,sticky....and it's all fine,but there is also my_post,my_poll,my_lock_post,and that icons(img) is not showing,i see them like regular post


kat

Ah!!!

There's a mod, to do that. :)

I'm off to bed, now, or I'd search it out, for you. Have a look and, if you can't find it, I'll have a look, in the morning.

http://custom.simplemachines.org/mods/

hcfwesker

#6
1.  In File Manager of cPanel or FTP, goto Themes/(default OR custom theme name)/languages/index.english.php  [ or language you're using ]

Code (Find) Select
$txt['date_registered'] = 'Date Registered';

Replace Date Registered with what you'd like.


2.  As long as you're using MODs compatible with SMF 2.0 or higher, most will.  But that depends on how much the coding for future SMF2 updates go.  Most MOD authors update their MODs a few days after a new version of SMF comes out.


3.  Use this  MOD for membergroup colored names to appear everywhere  http://custom.simplemachines.org/mods/index.php?mod=3067


5.  To replace any images already on the site, you have to name them the EXACT name they originally are, and upload them to overwrite the original image. 



fox1987

3. mod working thank you sooooo mush
5. i know and do that,also is gif ,but only MY posts he cant recognize ,he see lock,sticky,poll,hot,very hot....but like theme do not recognize option MY

1.i do not have language in toxic theme,i have in default ,but there isn't that word that i want to change in index.serbian.php or index.english.php ,i look over 100 php files  in theme folder and i couldn't find oO
i only remember that i insert line of code to have this option showing in posts ,but where i add this,i dont know

fox1987

#8
1. SOLVED, i use mod http://custom.simplemachines.org/mods/index.php?mod=2889 and i reinstalled,and change text in mod options

6. new question,i go to theme/index.css and change colors that i want,but i can't find color of post block  ,code of color is #242424 but that is not there,and it's not an image,i want to post text be on white background ,not black/gray


Solved and 6 ,photoshop lied ,code is #2a2a2a

fox1987

#9
7.How to move signature to the bottom ?
8.Can i move + and - for Karma next to karma points
9.How to delete view profile icon,because when i click on nickname that is the same

kat

#10
7-Not sure. You'll need to recode Display.template.php, in this section:

// Is karma display enabled?  Total or +/-?
if ($modSettings['karmaMode'] == '1')
echo '
<li class="karma">', $modSettings['karmaLabel'], ' ', $message['member']['karma']['good'] - $message['member']['karma']['bad'], '</li>';
elseif ($modSettings['karmaMode'] == '2')
echo '
<li class="karma">', $modSettings['karmaLabel'], ' +', $message['member']['karma']['good'], '/-', $message['member']['karma']['bad'], '</li>';

// Is this user allowed to modify this member's karma?
if ($message['member']['karma']['allow'])
echo '
<li class="karma_allow">
<a href="', $scripturl, '?action=modifykarma;sa=applaud;uid=', $message['member']['id'], ';topic=', $context['current_topic'], '.' . $context['start'], ';m=', $message['id'], ';', $context['session_var'], '=', $context['session_id'], '">', $modSettings['karmaApplaudLabel'], '</a>
<a href="', $scripturl, '?action=modifykarma;sa=smite;uid=', $message['member']['id'], ';topic=', $context['current_topic'], '.', $context['start'], ';m=', $message['id'], ';', $context['session_var'], '=', $context['session_id'], '">', $modSettings['karmaSmiteLabel'], '</a>
</li>';


8-Same answer as 7. Basically, recode this:

// Is karma display enabled?  Total or +/-?
if ($modSettings['karmaMode'] == '1')
echo '
<li class="karma">', $modSettings['karmaLabel'], ' ', $message['member']['karma']['good'] - $message['member']['karma']['bad'], '</li>';
elseif ($modSettings['karmaMode'] == '2')
echo '
<li class="karma">', $modSettings['karmaLabel'], ' +', $message['member']['karma']['good'], '/-', $message['member']['karma']['bad'], '</li>';


9-Remove this:

// Don't show the profile button if you're not allowed to view the profile.
if ($message['member']['can_view_profile'])
echo '
<li><a href="', $message['member']['href'], '">', ($settings['use_image_buttons'] ? '<img src="' . $settings['images_url'] . '/icons/profile_sm.gif" alt="' . $txt['view_profile'] . '" title="' . $txt['view_profile'] . '" />' : $txt['view_profile']), '</a></li>';


Keep a copy of the original file, as a backup, for obvious reasons.

Fussy, aincha? ;)

fox1987

#11
i assume that i must change code,but how and what :) ,does anybody know ?

7.[SOLVED] index.css
Quote.inner
{
   padding: 1em 1em 2px 0;
   margin: 0em 1em 0 0;
   border-top: 1px solid #99a;
   min-height: 100px;
9. i find in meantime option in control panel

kat

Sorry, you've kinda lost me, now.

What's left, here?

fox1987

Quote8.Can i move + and - for Karma next to karma points

kat

Move them to where? I can't really tell, from your screenshot.

fox1987

on the right side ,next to number of karma (Reputation: 0 )

kat

Instead of:

Karma: +2/-0
[applaud] [smite]

You want:

Karma:
[applaud]+2 [smite]-0

Yes?

I have to say, for the work that might be involved, to create such a minor difference, I wonder if it's worth the effort.

I could probably figure it out, using good old "Trail-and-error", coz I'm no coder, by any means.

Only hassle, there, is that you're not using the SMF default theme. So, if I bugger about with the code, it may look fine on the default theme. But, it might break the custom one.

Does that theme have it's own Display.template.php file?

Shambles

This support topic's going all over the place. Why are so many disparate queries accruing?  :o

MrPhil

Agreed. It should be locked if the original 4 questions are answered. @fox1987, it's better to start a new thread for each question you ask, so that people can see the topic subject and know whether it's worth their while to look at it. "4 questions and counting" 1) says nothing about what it's about, 2) doesn't inform readers that there are new questions, so they may skip over it once the first 4 are answered, and 3) makes it hard to find a specific question and answer amongst all the other stuff.

fox1987

if you rather want that i open 20 topic ok  :o
when someone know how to use search, topic tittle is irelevant

thank you for support

Shambles

Quote from: fox1987 on September 18, 2012, 01:01:35 PM
if you rather want that i open 20 topic ok  :o

Better that, than 20 questions in one mistitled topic :P


Quote
when someone know how to use search, topic tittle is irelevant

And for those not using search, the topic title is very relevant ;)

Advertisement: