Show Your Rig Mod

Started by durangod, December 10, 2023, 09:06:08 PM

Previous topic - Next topic

durangod

Back in the day i modified  a "Show Your Rig" mod for phpbb from another mod.  Since i am no longer using phpbb i was wondering if anyone here has seen or heard of such a mod for SMF forums.

Basically what it does it is allows you to list your computer specs and or host environment so we know what the user is working with.  This helps with support issues that may be caused by different environments and speeds up the support process. 

I have been searching the mod database here and have yet to find anything like that. 

Any suggestions?
My name is short for durango dave (i am not a god lol)

Diego Andrés

An alternative would be to create custom profile fields so the users can select options or input their specs in a single or multiple fields.

SMF Tricks - Free & Premium Responsive Themes for SMF.

durangod

Ok great, i will work on that tomorrow... :)
My name is short for durango dave (i am not a god lol)

durangod

Wanted to update this to show the resolve.

I added the custom fields for server environment, then did some css.

I added fields for:
Apache Version,
Panel Type/Version,
OS,
MySQL Version,
Kernel Version,
PHP Version,
Browsers  (there is enough room to list 2 broswer names and versions (75 chars).

The one problem i had is this section on the custom  fields form called Show Enclosed Within Text (Optional):

Even the docs are not clear on this, they could do better explaining this.  The simple explanation is they want you to put your input inside an html code if you can.  The title of the data on the page will not show unless you enter the name here or put it inside some sort of html code.  So since mine are all text i just put it inside a span.  Like so:

this is what i put in that box, you can see that i gave it a css class, they all had the same class

<span class="server_data">Apache Version: {INPUT}</span>

Here is a sample of one of the fields, they are pretty much alike other than names.




Then i did the css..

span.server_data {
    font-size: small;
    color: #145414;
}



and here is what it looks like in board topic view




Hope that helps someone that wants to do this :)



My name is short for durango dave (i am not a god lol)

Advertisement: