inherit
167641
0
Apr 22, 2020 14:34:12 GMT -8
Kent Laiton
193
June 2011
bxrxw
|
Post by Kent Laiton on Nov 23, 2012 8:13:20 GMT -8
Hello, I have a couple of things I'd like to request to use for v5. My forum uses quite a lot of coding and I've been working for days with another member of my forum to make it look good, but I think I need to ask for a bit more help now. There might be more I forgot to include on this list. V4 Forum: ClickV5 Forum: ClickI hope everything I wrote down is clear enough to understand. Mini Profile Costum RPG CodeI'm using the following code: <script type="text/javascript"> <!-- /* RPG Destiny v1.5 with Edittable Money/Stats by california ©2005 SoCal Codes, http://socal.proboards26.com */
rpgStats = [ // Customize Stats
['Level','.20'], ['Magic','3.5'], ['Spirit Emeralds','5']
// End Customization ]
document.write('<script type="text/javascript" src="http://www.iycatacombs.com/socal/resources/scripts/destiny_1.5.js"></scr'+'ipt>');
// --> </script> And I'd like to have it work on V5. I heard you can costumize it on mini-profile layouts but I don't know how. Our members collect Spirit Emeralds on the site and it would be bad if we would lose that or have to fill in everything again through another money code. Category Images BiggerI'm using the Multicolored Categories code but the images are 30 px in length but to show the full images I need them to be bigger. The way they look now... I don't really like how small they are. For this I had been thinking of a switch text to image code or anything to make the images appear on their full size. Changing Colors of Select Boxes and Drop Down Menus in Threads/PMs ListEverything in the red borders I want the colors to be changed. To make things clear, I want to change the borders of the select boxes to the same dark green as the background has, and the drop down backgrounds to the same green as the Search background. I've tried everything I could in the Style Sheet but I can't find anywhere to change these colors. BBCode and Style TagsI know it has been requested a lot before, but if possible it would be great if we could have a code which we can keep using the old table templates with so we don't have to change everything later on. Avatar/Display Name/PMs appear in Side TableSimply, I would like the 'Your Profile' Side Table on my v4 forum to appear good on v5 as well. (except for the Switch Account thing since that won't work) If I paste the coding of the Side Table on v5 nothing will appear.
|
|
inherit
167641
0
Apr 22, 2020 14:34:12 GMT -8
Kent Laiton
193
June 2011
bxrxw
|
Post by Kent Laiton on Nov 25, 2012 1:34:14 GMT -8
Bump.
|
|
inherit
170346
0
Mar 1, 2016 12:53:37 GMT -8
Shorty
Yeah, I'm that cool. Lol! No I'm not.
3,018
August 2011
shortyverrett94
|
Post by Shorty on Nov 26, 2012 0:56:16 GMT -8
My Forum This goes with the ultimate info center. Go to my forum, and scroll down to the info center. Is that good enough? I just did that with a template modification. If that's good enough for you, then I can tell you how to do it. The table that shows the site updates, I recommend posting here As for stuff being far more aligned right. It's all equal. Just once you get past the side tables then theres more space to left because thats where the side tables were. ( unless this isnt what you are talking about and I'm just looking at the wrong thing, if I am then please explain further, or possibly screen cap an example) As for the other stuff, idk. Sorry.
|
|
inherit
167641
0
Apr 22, 2020 14:34:12 GMT -8
Kent Laiton
193
June 2011
bxrxw
|
Post by Kent Laiton on Nov 26, 2012 1:26:32 GMT -8
Yeah that looks good. :] I'd like to see the coding of it.
I'm surprised I haven't noticed that post before, thanks for pointing it out. About the last thing, I realize maybe I'm just a bit too much of a perfectionist. I just want a bit more space of green next to the categories and such, but it's just a small detail I doubt everyone would notice. So for now I'll scrap it off of the list. But thanks for all the other things, I really appreciate it.
|
|
inherit
170346
0
Mar 1, 2016 12:53:37 GMT -8
Shorty
Yeah, I'm that cool. Lol! No I'm not.
3,018
August 2011
shortyverrett94
|
Post by Shorty on Nov 26, 2012 1:44:58 GMT -8
For the info center go to Admin Home > Themes > Layout Templates > Home
On that template, find this. Should be on lines 25-98
{if $[show_stats]} <div class="container stats"> <div class="title-bar"><h2>Forum Information & Statistics</h2></div> <div class="content"> <table> <tbody> <tr> <td> <table> <tr> <td class="icon">$[image.stats]</td> <td class="info"> <table> <tbody> <tr><th>Threads and Posts</th></tr> <tr><td>Total Threads: $[total_threads] Total Posts: $[total_posts]</td></tr> {if $[last_updated_thread]}<tr><td>Last Updated: $[last_updated_thread.recent_link] by $[last_updated_thread.last_post.created_by_user] ($[last_updated_thread.last_post.date])</td></tr>{/if} <tr><td>$[recent_threads_link] - $[recent_posts_link] - $[rss_feed_link]{if $[mark_boards_read_link]} - $[mark_boards_read_link]{/if}</td></tr> </tbody> </table> </td> </tr> </table> </td> <td> <table> <tr> <td class="icon">$[image.members]</td> <td class="info"> <table> <tbody> <tr><th>Members</th></tr> <tr><td>Total Members: $[total_members]</td></tr> <tr><td>Newest Member: $[newest_user]</td></tr> <tr><td>Most Users Online: $[most_users_online] <span class="small">($[most_users_online_date])</span></td></tr> <tr><td>$[birthdays_today_link]</td></tr> </tbody> </table> </td> </tr> </table> </td> </tr> <tr class="last"> <td colspan="2"> <table> <tr> <td class="icon">$[image.online]</td> <td class="info last"> <table> <tbody> <tr><th>Users Online</th></tr> <tr><td>$[total_staff_online] Staff, $[total_members_online] Member{if $[total_members_online] != 1}s{/if}, $[total_guests_online] Guest{if $[total_guests_online] != 1}s{/if}.</td></tr> <tr><td> {foreach $[online_user]} $[online_user]{if $[online_user.invisible]} <span class="small">(invisible)</span>{/if}$[online_user.comma] {/foreach} {if $[total_online_not_shown]} , and <a class="$[view_active_members_link.class]" href="$[view_active_members_link.href]">$[total_online_not_shown] more...</a> {/if} </td></tr> <tr><td>$[view_todays_active_members_link]</td></tr> </tbody> </table> </td> </tr> </table> </td> </tr> </tbody> </table> </div> </div> {/if}
Replace that with this
{if $[show_stats]} <div class="container stats"> <div class="title-bar"><h2>Forum Statistics</h2></div> <div class="content"> <div id="holder"> <div id="leftbox"> <div id="padding"> <div id="area"> Posts: $[total_posts]<br /> Threads: $[total_threads]<br /> Members: $[total_members]<br /> </div> </div> </div> <div id="rightbox"> <div id="padding"> <div id="area"> {if $[last_updated_thread]}The last post was $[last_updated_thread.recent_link] by $[last_updated_thread.last_post.created_by_user] ($[last_updated_thread.last_post.date]).{/if}<br /> View all $[recent_threads_link]. View all $[recent_posts_link]<br /> The newest member to the $[forum.name] is $[newest_user].<br /> Birthdays: $[birthdays_today_link]<br /> $[view_todays_active_members_link] </div> </div> </div> </div> <div style="margin:5px 0px 5px 15px;"><h2><font size="3" face="Verdana">Users Online</font></h2></div> <div id="holder"> <div id="leftbox"> <div id="padding"> <div id="area"> Staff: $[total_staff_online]<br /> Members: $[total_members_online]<br /> Guests: $[total_guests_online] </div> </div> </div> <div id="rightbox"> <div id="padding"> <div id="area"> There are $[total_online] users online. The most users online was $[most_users_online] on $[most_users_online_date]. </div> <div id="onlinearea"> {foreach $[online_user]} $[online_user]{if $[online_user.invisible]} <span class="small">(invisible)</span>{/if}$[online_user.comma] {/foreach} {if $[total_online_not_shown]} , and <a class="$[view_active_members_link.class]" href="$[view_active_members_link.href]"> more...</a> {/if} </div> </div> </div> </div> </div> {/if}
To add more space to each side of the forum(so you can see more green background on the sides)
Go to Admin Home > Themes > Colors & Styles > Style Sheet
Then scroll the bottom and you should have some CSS that goes something like:
#wrapper { padding: blah; margin: blah; }
If you see that, can you post that bit of CSS here so i can show you what to edit?
|
|
inherit
167641
0
Apr 22, 2020 14:34:12 GMT -8
Kent Laiton
193
June 2011
bxrxw
|
Post by Kent Laiton on Nov 26, 2012 8:17:52 GMT -8
Wow I manage to make the info center look almost the same as on v4, thanks a bunch! There's however a problem which I had faced before but I can't remember exactly how I had fixed it, but as you can see on the v5 forum a part of the forum itself goes under the side tables. I found out if you delete <div class="content"> it goes back to normal but then the background color is gone, lol. But I'm trying to fix this problem as I'm typing.
Here's the wrapper:
/* border around forum */ #wrapper {background-color: #2f4d2f; padding: 1em; border: 1px solid #336633; margin-top: 1.2em; margin-bottom: 1.2em;}
|
|
inherit
170346
0
Mar 1, 2016 12:53:37 GMT -8
Shorty
Yeah, I'm that cool. Lol! No I'm not.
3,018
August 2011
shortyverrett94
|
Post by Shorty on Nov 26, 2012 8:25:12 GMT -8
Oh woops. Did you add in your CSS from your original ultimate info center. I forgot to mention that. Sorry.
|
|
inherit
167641
0
Apr 22, 2020 14:34:12 GMT -8
Kent Laiton
193
June 2011
bxrxw
|
Post by Kent Laiton on Nov 26, 2012 8:27:13 GMT -8
Nope, that code didn't work at all. I had copied your code and changed the things to make it look like how it appears on v4 of my forum. If it helps I can paste it.
|
|
inherit
170346
0
Mar 1, 2016 12:53:37 GMT -8
Shorty
Yeah, I'm that cool. Lol! No I'm not.
3,018
August 2011
shortyverrett94
|
Post by Shorty on Nov 26, 2012 8:46:15 GMT -8
Nah its fine. If you have looking how you want then, we're good.
|
|
inherit
167641
0
Apr 22, 2020 14:34:12 GMT -8
Kent Laiton
193
June 2011
bxrxw
|
Post by Kent Laiton on Nov 26, 2012 8:51:40 GMT -8
Okay... but I still can't really fix the problem with the forum appearing under the sidebars. Maybe it can be fixed if I change those things in the wrapper? Though I doubt it.
|
|
inherit
167641
0
Apr 22, 2020 14:34:12 GMT -8
Kent Laiton
193
June 2011
bxrxw
|
Post by Kent Laiton on Nov 28, 2012 8:07:17 GMT -8
Bumping this thread since I still have problems. My motivation to keep working is fading a bit but I really want to have everything done before the final release of v5.
|
|
inherit
167641
0
Apr 22, 2020 14:34:12 GMT -8
Kent Laiton
193
June 2011
bxrxw
|
Post by Kent Laiton on Nov 30, 2012 9:25:59 GMT -8
Bump. Need help on the things in the first post.
|
|
inherit
167641
0
Apr 22, 2020 14:34:12 GMT -8
Kent Laiton
193
June 2011
bxrxw
|
Post by Kent Laiton on Dec 1, 2012 3:35:24 GMT -8
Bump.
|
|
inherit
167641
0
Apr 22, 2020 14:34:12 GMT -8
Kent Laiton
193
June 2011
bxrxw
|
Post by Kent Laiton on Dec 2, 2012 23:44:57 GMT -8
Bump.
|
|
inherit
167641
0
Apr 22, 2020 14:34:12 GMT -8
Kent Laiton
193
June 2011
bxrxw
|
Post by Kent Laiton on Dec 6, 2012 8:28:57 GMT -8
Bump.
|
|