vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 4.x Styles (https://vborg.vbsupport.ru/forumdisplay.php?f=247)
-   -   Forum Style - e-Default Style - Separate Title/Views/Replies/Posts [Tables] (https://vborg.vbsupport.ru/showthread.php?t=246083)

eSekar 07-06-2010 10:00 PM

Forum Style - e-Default Style - Separate Title/Views/Replies/Posts [Tables]
 
1 Attachment(s)
Mark as Installed if you use this http://www.amperedesignco.com/images/right_arrow.jpg

This is based on vBulletin 4 Default Template.

EN VersionRTL Version [Arabic]Demo User : vB.OrG
Demo Pass : testing


I added tables to the style & modified a lot of template files to make it show separated thread information like many vb.org users has requested.

This has taken more than 4 hours of work in total, please mark as installed if you use it.

I will explain how to install the template in 2 different ways.

USE A OR B Depending on your needs, DO NOT FOLLOW BOTH WAYS

_____________________

A. Simple, Automatic clean installation [ As A New Style ]

[ USE THIS METHOD IF YOU WANT A DEFAULT NEW TEMPLATE, YOU CAN CUSTOMIZE IT LATER ]

For this method you only need to download: e-Default_Style_v1.1.xml
  1. Login to your Admin CP
  2. Styles & Templates > Download / Upload Styles
    • Under : Import Style XML File
    • Click Browse & select e-Default_Style.xml [Download From Attachments]
    • Merge Into Style: (Create New Style) [IMPORTANT]
    • Ignore Style Version [ Select YES ]
    • Parent Style: No Parent Style [IMPORTANT]
    • Leave Everything Else As is..
  3. Click Import
Method A Done, now go to your Forum home page & choose the eDefault Style from the drop down & That's all.

_____________________

B.
Manual Edits [ Advanced Modifications ]
[ USE THIS METHOD IF YOU WANT TO APPLY THOSE MODIFICATIONS ON YOUR CURRENT STYLE ]
[ BE CAREFUL EDITING A NON-DEFAULT TEMPLATE FILE, A.K.A "MODIFIED" ]

[
BACKUP - BACKUP - BACKUP - BACKUP - BACKUP - BACKUP - BACKUP - BACKUP - ]

For this method you only need to download: e-Default_Style_Advanced_v1.1.zip
  1. Login to your Admin CP
  2. Find All Templates In The Downloaded Zip Folder & Replace The Contents Inside Them With The Ones You Find In The Zipped Folder.
  3. Add The CSS Codes in additional.css into you current additional.css
  4. You're Done !!
NOTE: If the attached templates are already modified I suggest you use a code compare program & find the edits needed to be applied.

Method B Done.
_____________________
This template is tested on a Fluid style, however it should work perfectly with both Fluid & Fixed Styles.



_________
HISTORY

_________
July 8, 2010 v1.1
UPDATE : Attachments are now updated to the latest version.

Changes :
  • RTL Support [ FOR RTL FORUMS DOWNLOAD FILES NAMES BEGINS WITH RTL_ ]
  • Replaced All Text With Original VB Language Phrases
  • minor bug fixes
RTL FILES ARE ONLY FOR NON ENGLISH FORUMS THAT USES RTL LANGUAGE [ARABIC]
_________

eSekar 07-07-2010 04:34 PM

Reserved for future updates.

abualk 07-07-2010 05:55 PM

WoW, great work, and that's what we we looking for from the developers. Thank you very much.

Here I hava some small questions :

- Threads & Posts expressions did't take the forum language as that on the FORUMDISPLAY, it is not a problem but just a small note
- How do I remove the date of starting of the thread?
- How do I move the date of the post to be on the left under the poster's name?

The link of the screenshot for explanations:
http://img42.imageshack.us/img42/928/texplanation.jpg

- Also, I want this to be combatiple with those using RTL languages as shown on the screenshot :
http://img686.imageshack.us/img686/9...planation2.jpg


Thank you again.

eSekar 07-07-2010 07:00 PM

Quote:

Originally Posted by abualk (Post 2065979)
WoW, great work, and that's what we we looking for from the developers. Thank you very much.

Here I hava some small questions :

- Threads & Posts expressions did't take the forum language as that on the FORUMDISPLAY, it is not a problem but just a small note:)

I'm glad you liked it, I made it in hurry after seeing some members asking for it & Yes, it's not, but you can create the phrases in any language you want and add the phrase variable instead of the words I added in the templates.

Quote:

Originally Posted by abualk (Post 2065979)
- How do I remove the date of starting of the thread?
- How do I move the date of the post to be on the left under the poster's name?

Search in the template for those 2 lines & change the text-align left or right as you wish:
PHP Code:

.forumbit_post .forumlastpost .lastpostdate 

PHP Code:

.forumbit_post .forumlastpost 

Quote:

Originally Posted by abualk (Post 2065979)
- Also, I want this to be combatiple with those using RTL languages as shown on the screenshot :
http://img686.imageshack.us/img686/9...planation2.jpg

Thank you again.

Honestly, (Even tho my Forum is Arabic [RTL]) I made this Style for English-Language forums and it won't look well for RTL pages, however with small edits you can make it work, almost all custom text aligns are in the additional.css

RTL issues + Language phrases is the reason I put this Style as "Still In Beta"
Hopefully I'll update it later on when I have time to make it Perfect for English or RTL Forums.

Cheers.

abualk 07-07-2010 08:47 PM

Quote:

RTL issues + Language phrases is the reason I put this Style as "Still In Beta"
Hopefully I'll update it later on when I have time to make it Perfect for English or RTL Forums.
I tried to serach about the vars you gaves and change the align but nothing changed, so I am waiting for your help. Because it will be difficult for me to check everthing but for you, as the developer, it will be much easier.

I will summaries what I want :
- Making the last post part on forumhome combatiple with RTL.
- Moving the date of the last post to be on left exactly under the poster's name "on forumdisplay" .
- To know from where to change the color of the box containing "last post & posts count" on forumhome.
I hope that these three points are not very disruptive, and I apologized for the inconvenience.

eSekar 07-08-2010 03:09 AM

Quote:

Originally Posted by abualk (Post 2066065)
I tried to serach about the vars you gaves and change the align but nothing changed, so I am waiting for your help. Because it will be difficult for me to check everthing but for you, as the developer, it will be much easier.

I will summaries what I want :
- Making the last post part on forumhome combatiple with RTL.
- Moving the date of the last post to be on left exactly under the poster's name "on forumdisplay" .
- To know from where to change the color of the box containing "last post & posts count" on forumhome.
I hope that these three points are not very disruptive, and I apologized for the inconvenience.

I will make a new Style & Customize it for "RTL" Language (Like Arabic..) & I'll keep in mind your above notes.

I'll do my best to work on it today

abualk 07-08-2010 09:06 AM

Thank you, I appreciate your help.

Quote:

This template is tested on a Fluid style, however it should work perfectly with both Fluid & Fixed Styles.
I tested it on a Fixd style and it worked greatly as well as on a Fluid style.

eSekar 07-08-2010 02:51 PM

Style is now updated, please use the new attached file.

abualk, Regarding THIS Request, sorry I didn't remove the Author name from below the Thread title, cause I don't think anybody would like that.

However, you may remove it yourself if needed
In threadbit Template, Find & Remove the following code:
PHP Code:

{vb:rawphrase started_by_x_y_z_a, {vb:link member, {vb:raw thread}, null'postuserid''postusername'}, {vb:raw thread.postusername}, {vb:raw thread.startdate}, {vb:raw thread.starttime}} 


abualk 07-08-2010 10:01 PM

Everything works great, thanks.

But, the last thing, I want to know how to change this color:
http://img101.imageshack.us/img101/4623/testfo.jpg

eSekar 07-08-2010 10:28 PM

Quote:

Originally Posted by abualk (Post 2066550)
Everything works great, thanks.

But, the last thing, I want to know how to change this color:
http://img101.imageshack.us/img101/4623/testfo.jpg

You welcome,

Regarding the background color in your attached image, in additional.css :
PHP Code:

background-color:#efefef; 

It's repeated in there for many places, change them all to the same color (any color you want)

orok 07-11-2010 03:48 AM

Hello,
I think it will better to be like Product not style ..
Thank you

kkk333 07-18-2010 12:04 PM

Hello
thank you very much for this modification

I have download it
could u help me to seprate thread starter in new column

Thank you

eSekar 07-18-2010 02:46 PM

Hello kkk333, in which page do you want to separate the thread starter ?
I'll work on it for you as soon as I can.

kkk333 07-22-2010 06:34 PM

Quote:

Originally Posted by eSekar (Post 2071117)
Hello kkk333, in which page do you want to separate the thread starter ?
I'll work on it for you as soon as I can.

Hi eSekar

in forumdisplay
by this order :
thread , thread starter , Replies , Views , last post

thanks

Fifth Dimension 07-23-2010 03:31 AM

This is a great style.....just wondering though -- is there an easy to get the "Thread Title, Username, and Last Post time" to align to the left in "forumhome" and also the same in 'threadbit."

Right now, Thread Title and Username are to the left, but the timestamp on the last post in the thread display is to the right.

Would like to line them up...Thanks.

eSekar 07-23-2010 04:25 PM

Quote:

Originally Posted by kkk333 (Post 2073029)
Hi eSekar

in forumdisplay
by this order :
thread , thread starter , Replies , Views , last post

thanks

So in forumdisplay you want an "extra" column to show the thread starter, just after the thread title, is this correct ?

Quote:

Originally Posted by Fifth Dimension (Post 2073206)
This is a great style.....just wondering though -- is there an easy to get the "Thread Title, Username, and Last Post time" to align to the left in "forumhome" and also the same in 'threadbit."

Right now, Thread Title and Username are to the left, but the timestamp on the last post in the thread display is to the right.

Would like to line them up...Thanks.

Hi, Thread Title & username are already aligned left as you mentioned so I'm guessing you only need to align the timestamp, if that's the case please go to your additional.css and do the following:

Find:
PHP Code:

#eSekartable td.eSekarF4 {
background-color#efefef;
text-alignright;
border-bottom-width1px;
border-bottom-stylesolid;
border-bottom-color#333333;
width24%;


Change to:
PHP Code:

#eSekartable td.eSekarF4 {
background-color#efefef;
text-alignleft;
border-bottom-width1px;
border-bottom-stylesolid;
border-bottom-color#333333;
width24%;


Additionally, you'll find a lot of alignments that can be changed in that CSS file to meet ur needs.

G`Luck.

kkk333 07-23-2010 09:37 PM

Quote:

Originally Posted by eSekar (Post 2073430)
So in forumdisplay you want an "extra" column to show the thread starter, just after the thread title, is this correct ?
.

yes
thanks

kkk333 08-08-2010 11:04 AM

Quote:

Originally Posted by kkk333 (Post 2073572)
yes
thanks

Hi eSekar
any update :)
thanks

dijlh 12-10-2010 04:01 PM

there is an issue with forum display any updates for vb 4.1.0 ?

Gosef 01-09-2011 07:01 AM

works great, thanks.

RockyG 02-01-2011 09:33 PM

Hi,

First let me say thank you! This is the style I like, I dont care much for the vbulletin default in vb4. I am used to this format on a forum I visit daily, and just like it.

However I am having trouble understanding one of the steps. I opted for method 2 as I have made some changes to the default style, nothing big, but just stuff from the admin area (my site is: luciditylounge.com).

The step I am having trouble understanding is this:

Quote:

Find All Templates In The Downloaded Zip Folder & Replace The Contents Inside Them With The Ones You Find In The Zipped Folder.
I am just unsure of what I should do. The way I am reading it is to take the templates from the zipped folder, and then replace them with the ones in the zipped folder?

Could you clarify a bit on what you mean? I am not very good with code and stuff like this, so simple things that are known by most I dont!

I got the css stuff down, I added it to my additional.css file, there was nothing in it though, so your code is the only stuff in there.

Thanks

RockyG 02-10-2011 08:18 PM

Any ideas on this one?

Anyone?
Quote:

Originally Posted by RockyG (Post 2157548)
Hi,

First let me say thank you! This is the style I like, I dont care much for the vbulletin default in vb4. I am used to this format on a forum I visit daily, and just like it.

However I am having trouble understanding one of the steps. I opted for method 2 as I have made some changes to the default style, nothing big, but just stuff from the admin area (my site is: luciditylounge.com).

The step I am having trouble understanding is this:



I am just unsure of what I should do. The way I am reading it is to take the templates from the zipped folder, and then replace them with the ones in the zipped folder?

Could you clarify a bit on what you mean? I am not very good with code and stuff like this, so simple things that are known by most I dont!

I got the css stuff down, I added it to my additional.css file, there was nothing in it though, so your code is the only stuff in there.

Thanks


vimarc 02-21-2017 09:16 AM

hi can you do me changes in template

snappyfizz.com/forum

template from skinonion


All times are GMT. The time now is 07:14 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01379 seconds
  • Memory Usage 1,834KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (6)bbcode_php_printable
  • (14)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (23)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete