We promise no intrusive ads, Please help keep the community alive
Consider supporting us by disabling your ad blocker / add to whitelist / purchasing VIP.
Consider supporting us by disabling your ad blocker / add to whitelist / purchasing VIP.
-
Posts
24,487 -
Joined
-
Last visited
-
Days Won
194
Community Answers
-
Eudemon's post in Every TDU2 mod i download sends me to a pop up page was marked as the answer
Then the 3rd party hosting site that provides the downloads already have removed it, what you clicked are ads they sell on the site which leads to malware
you only option now is to ask the modder to re-upload the mod
-
Eudemon's post in I need your help please was marked as the answer
if the cpanel has etrac-h as main domain, it won't show the site name
I see you still have all the forum files in etrac-h.com/smf/
here is a step by step guide
login to cpanel file manager ( i don't remember the exact name) navigate to public_html, create a new folder in there called "forums" now go to public_html/smf/, select all files, move to public_html/forums/ go to public_html/forums/ upload the repair_settings.php file open your browser, enter etrac-h.com/forums/repair_settings.php -
Eudemon's post in Need some PHP work done was marked as the answer
sorry, i should change my status on smf, i won't be available to offer help for a while
-
Eudemon's post in Support request: Finishing an almost done SMF theme was marked as the answer
what i meant by the pm is you shouldn't use pm for support, unless it is related to password and stuff
anyways
don't for get to make a backup
go to your portamx.css
find
.smalltext {
font-size: 8pt !important;
}
change 8pt to 14px;
go to your boardindex.template.php
find
<p><strong>', $txt['last_post'], '</strong> ', $txt['by'], ' ', $board['last_post']['member']['link'] , '<br />
', $txt['in'], ' ', $board['last_post']['link'], '<br />
<span class="smalltext">', $txt['on'], ' ', $board['last_post']['time'],'</span>
</p>';
change to
<p>', $board['last_post']['member']['link'] , '
', $txt['in'], ' ', $board['last_post']['link'], '<br />
<span class="smalltext">', $txt['on'], ' ', $board['last_post']['time'],'</span>
</p>';
to change the date format, it is little complex, it is not included in the template file
it is built somewhere else, if you rly want to change it i advise you to trace $board['last_post']['time'] to see how data is fetched and built
as for the other edits
it could be file permission issue, i am unable to open your css files and other theme related php files
please zip the theme files and send it to me
-
Eudemon's post in Hi thanks for help on SMF, more help please :L was marked as the answer
for tweaking an existing, you will have to find a theme that's almost the same as the one you want
for writing a brand new theme, sorry i don't take request like that, and it is not in my do-list of smf help available board
and most importantly, i don't have the time (just got a part-time job, and i'm a college student)
-
Eudemon's post in If your still providing services was marked as the answer
that is the member star
first upload the image file to ur theme's image folder
then go to admin panel -> members -> member groups -> click one
on the line that says "Star image filename:" add the image name with extension
-
Eudemon's post in Some theme edits and a portal was marked as the answer
let me know when u have the theme ready, can't rly do anything until u got one
-
Eudemon's post in member groups fucked up was marked as the answer
i thought you said the whole page messed up
it's actually one line, in this case it should be something wrong with the table related to that line in your database
i've logged in to your server's database and modified the code
now should be working
-
Eudemon's post in Help setting up a Wuick-Reply window was marked as the answer
to add a quick reply
go to admin -> Themes and Layout Settings -> member option
under that
click Configure guest and new user options for this theme
find the option " Use quick reply on topic display: " and select show, on by default from drop down
some members might have their own options, to apply to all of them just click
"Remove all members' options and use the defaults"
and to modify buttons in subs, use this code for a new button
'new button' => array(
'title' => 'button name',
'href' => 'the url of the button',
'show' => true,
'sub_buttons' => array(
),
),
to disable a button, find that button and change 'show' => true, to false
-
Eudemon's post in Setting up SMF on 000webhost was marked as the answer
http://repture-gfx.zzl.org/
done
and ur welcome
glad I helped u :D