Home Forum  Search the forums : 
GFXstyles
Go Back   GFXstyles » Style forums » Styles Support : free :
Styles Support : free : Help for getting your style set up and coded properly, plug in integration
Not for add ons or programs that dont' use the vBulletin template configuration

Reply
 
LinkBack Thread Tools Display Modes
Santai's Avatar
3ts'
Join Date: Mar 2006 Age: 53 Location: USA - tn Posts: 7,679 Santai is a splendid one to beholdSantai is a splendid one to beholdSantai is a splendid one to beholdSantai is a splendid one to beholdSantai is a splendid one to beholdSantai is a splendid one to beholdSantai is a splendid one to behold Send a message via MSN to Santai Send a message via Yahoo to Santai Send a message via Skype™ to Santai Santai is offline
November 26th, 2006, 07:36 PM
Thumbs up Re: vBaddvanced portal modification

no problems .. .

need help with something else -- ask , will always try and find the solution

Kenj
a certain amount of common sense is necessary to survive in this world !
insanity leaves you no restrictions !
// support is available via the forums, post the apparent discrepancy or help needed . \\
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  Reply With Quote top of post top of page
No avatar
Junior Member
Join Date: Nov 2006 Posts: 15 nedemail will become famous soon enough nedemail is offline
December 8th, 2006, 05:07 AM
Default Re: vBaddvanced portal modification

Is there a way to use for the center blocks different images
Last edited by nedemail; December 8th, 2006 at 05:10 AM..
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  Reply With Quote top of post top of page
Santai's Avatar
3ts'
Join Date: Mar 2006 Age: 53 Location: USA - tn Posts: 7,679 Santai is a splendid one to beholdSantai is a splendid one to beholdSantai is a splendid one to beholdSantai is a splendid one to beholdSantai is a splendid one to beholdSantai is a splendid one to beholdSantai is a splendid one to behold Send a message via MSN to Santai Send a message via Yahoo to Santai Send a message via Skype™ to Santai Santai is offline
December 8th, 2006, 06:13 AM
Default Re: vBaddvanced portal modification

yes - did this a whyle back , but should still work .. .

need to set up and array for it to process the side blocks one way and the center blocks differently .

use the array for the side blocks - follow the format for changing numbers .

- the module(s) number can be found by looking at the source code or html for the page .
in ie "view -> source" most browsers have this option someplace.
an easy way and to make sure you are adding the right module number is when the source is viewed, search for the "name (current title for the news).
right above and below you will see "collapse('module_" or "collapseobj_module_" with the number .

Code:
Guests are not allowed to view code. To enable the
viewing of code, please click 'here' to register.

the code for the blocks listed in the array .
Code:
Guests are not allowed to view code. To enable the
viewing of code, please click 'here' to register.

the code for the remaining blocks .
Code:
Guests are not allowed to view code. To enable the
viewing of code, please click 'here' to register.

unless your good with code use a compleat copy of the template for each block in the correct place .

Kenj
a certain amount of common sense is necessary to survive in this world !
insanity leaves you no restrictions !
// support is available via the forums, post the apparent discrepancy or help needed . \\
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  Reply With Quote top of post top of page
No avatar
Junior Member
Join Date: Nov 2006 Posts: 15 nedemail will become famous soon enough nedemail is offline
December 8th, 2006, 06:30 AM
Default Re: vBaddvanced portal modification

thnx santai
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  Reply With Quote top of post top of page
Santai's Avatar
3ts'
Join Date: Mar 2006 Age: 53 Location: USA - tn Posts: 7,679 Santai is a splendid one to beholdSantai is a splendid one to beholdSantai is a splendid one to beholdSantai is a splendid one to beholdSantai is a splendid one to beholdSantai is a splendid one to beholdSantai is a splendid one to behold Send a message via MSN to Santai Send a message via Yahoo to Santai Send a message via Skype™ to Santai Santai is offline
December 8th, 2006, 06:39 AM
Default Re: vBaddvanced portal modification

no problems -- should probaly wright it up better , but 4 things going at once right now

Kenj
a certain amount of common sense is necessary to survive in this world !
insanity leaves you no restrictions !
// support is available via the forums, post the apparent discrepancy or help needed . \\
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  Reply With Quote top of post top of page
No avatar
Junior Member
Join Date: Nov 2006 Posts: 15 nedemail will become famous soon enough nedemail is offline
December 8th, 2006, 09:47 AM
Default Re: vBaddvanced portal modification

should I put that at the bottom of the adv_portal_module_shell and than define the new images
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  Reply With Quote top of post top of page
Santai's Avatar
3ts'
Join Date: Mar 2006 Age: 53 Location: USA - tn Posts: 7,679 Santai is a splendid one to beholdSantai is a splendid one to beholdSantai is a splendid one to beholdSantai is a splendid one to beholdSantai is a splendid one to beholdSantai is a splendid one to beholdSantai is a splendid one to behold Send a message via MSN to Santai Send a message via Yahoo to Santai Send a message via Skype™ to Santai Santai is offline
December 8th, 2006, 11:14 AM
Default Re: vBaddvanced portal modification

what you do is edit the default template and make the sides .

take the same template you used for the sides and edited and do the middle .

so now you have 2 compleat but different templates .

then its arranged :

<if .. . your code that tells it is a side - dont' mater if its right or left , as long as its a side >

" one compleat template goes here " from begining to end , the sides as they are a constant .

<else /

the other compleat template here - the center ones as the one will change when adding or changing and announcement or .. .

--------------------------

in english :

<if : what is doing is if it meets the condition , which should be the mod id for a side do this .

<else / : if its not one of the mods in the above condition do this instead .

</if : no more to look for - end .

------------------------

if you move or change the placement of the blocks , you must edit this file also .

-------------

with the right use if the conditionals , you could have a different look for each block .. .

Kenj
a certain amount of common sense is necessary to survive in this world !
insanity leaves you no restrictions !
// support is available via the forums, post the apparent discrepancy or help needed . \\
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  Reply With Quote top of post top of page
No avatar
Junior Member
Join Date: Nov 2006 Posts: 15 nedemail will become famous soon enough nedemail is offline
February 6th, 2007, 05:08 PM
Default Re: vBaddvanced portal modification

Santai, I'm working on a new theme - called snake.
I have a bit of a problem.
In the blocks, the blocktitle is a bit to the bottom.
How can I get them in the middle

http://d720187.u36.existhost.com/for...php?styleid=18
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  Reply With Quote top of post top of page
Santai's Avatar
3ts'
Join Date: Mar 2006 Age: 53 Location: USA - tn Posts: 7,679 Santai is a splendid one to beholdSantai is a splendid one to beholdSantai is a splendid one to beholdSantai is a splendid one to beholdSantai is a splendid one to beholdSantai is a splendid one to beholdSantai is a splendid one to behold Send a message via MSN to Santai Send a message via Yahoo to Santai Send a message via Skype™ to Santai Santai is offline
February 7th, 2007, 02:58 AM
Default Re: vBaddvanced portal modification

add / change the padding till it moves to where you would like it to be :

currently there are 2 definitions for the block that are the same , just different settings , one can be removed :

using one of the 2 change the padding-top:12px; .
lower the number , if its still too low in the block, change it to padding-bottom:#; untill it moves to where you need it .

Code:
Guests are not allowed to view code. To enable the
viewing of code, please click 'here' to register.

Quote:
Originally Posted by nedemail View Post
Santai, I'm working on a new theme - called snake.
I have a bit of a problem.
In the blocks, the blocktitle is a bit to the bottom.
How can I get them in the middle

http://d720187.u36.existhost.com/for...php?styleid=18

Kenj
a certain amount of common sense is necessary to survive in this world !
insanity leaves you no restrictions !
// support is available via the forums, post the apparent discrepancy or help needed . \\
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  Reply With Quote top of post top of page
Reply

Bookmarks


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
More input for portal fozo Chit-chat 19 October 11th, 2007 07:01 AM


All times are GMT -5. The time now is 10:21 PM.
style developed @ GFXstyles
Content Relevant URLs by vBSEO 3.2.0
Copyright © 2006-2008 gfxstyles.com