|
|
Chez |
| September 11, 2009, 6:00pm |
|
|
Posts: 51
Posts Per Day: 0.04
Time Online: 3 hours 2 minutes
|
Where do I edit the following...which I copied from viewing the source code.
|
Code
<th class="catbg smalltext" colspan="2"><strong>Forum</strong></th>
<th class="catbg smalltext center" style="width: 75px;"><strong>Topics</strong></th>
<th class="catbg smalltext center" style="width: 75px;"><strong>Posts</strong></th>
<th class="catbg smalltext center" style="width: 225px;"><strong>Last Post</strong></th>
|
|
I need to change "smalltext" to "smalltext2". On our template..I have two sections that both use "smalltext" , but on trying to change the theme..I either have to make both sections the same color (which I dont want) or change the above so I can make the text stand out..but I can find where to change that. I know how to change the css..but I need to know where to edit the command that directs it to the css. Hope that all makes sense..I know what I am doing most of the time..just sometimes the correct terminology fails me.  |
|
| Revision History (1 edits) |
| 1850 - September 12, 2009, 2:34am | | |
|
|
|
|
|
Chez1 |
| September 12, 2009, 12:03am |
|
E-Blah Member  
Posts: 12
Posts Per Day: 0.01
Time Online: 1 hours 23 minutes
|
I dont know why my account was deleted after I wrote the above post..had to re-register.
????? |
|
|
|
|
|
| Martin |
| September 12, 2009, 2:35am |
|
Guest User |
BoardIndex.pl
|
Code
<tr>
<th class="catbg smalltext" colspan="2"><strong>$boardindex[2]</strong></th>
<th class="catbg smalltext center" style="width: 75px;"><strong>$boardindex[3]</strong></th>
<th class="catbg smalltext center" style="width: 75px;"><strong>$boardindex[4]</strong></th>
<th class="catbg smalltext center" style="width: 225px;"><strong>$boardindex[5]</strong></th>
</tr>
|
|
|
|
Logged |
|
|
|
|
Chez1 |
| September 12, 2009, 6:37pm |
|
E-Blah Member  
Posts: 12
Posts Per Day: 0.01
Time Online: 1 hours 23 minutes
|
Thank you so much Martin. All I needed was that info and it opened the door to other bits I was searching for.
Any idea why my original account was deleted? I've been a member here for five years and would prefer my old account if it could be restored. |
|
|
|
|
|
| Martin |
| September 13, 2009, 12:29am |
|
Guest User |
I have no idea why your original account was deleted if it has been. What was your original username ? |
|
Logged |
|
|
|
|
rsalvarez |
| September 13, 2009, 1:28am |
|
E-Blah Member 
Posts: 1
Posts Per Day: 0.00
Time Online: 37 minutes
|
Same question i just start and want add a logo on top i think is on the html area on the X2 template , please confirm an ad an example ( i think like the one before this post), i change the colors on the css template editor please check and tell me how to thanks http://www.paralamoto.com/forum/Blah.pl? |
|
|
|
|
|
Chez1 |
| September 13, 2009, 2:32am |
|
E-Blah Member  
Posts: 12
Posts Per Day: 0.01
Time Online: 1 hours 23 minutes
|
My original username was just Chez
This has happened on our forum at times..if the server goes out for a minute while a player is online..it corrupts their .dat account. It doesn't happen often, but I usually just restore the .dat file and all is well again. |
|
|
|
|
|
| Martin |
| September 13, 2009, 2:37am |
|
Guest User |
I don't have access to the server, you need to pm Justin. |
|
Logged |
|
|
|
|
Chez1 |
| September 13, 2009, 3:05am |
|
E-Blah Member  
Posts: 12
Posts Per Day: 0.01
Time Online: 1 hours 23 minutes
|
|
|
|
|
|
christoph2 |
| November 29, 2009, 6:14pm |
|
E-Blah Member 
Posts: 2
Posts Per Day: 0.00
Time Online: 1 hours 2 minutes
|
Hello Martin... You seem to be the primary for help...I see you everywhere. I'm sure this is being answered everywhere, as well...i have found a few threads, but not one of them has helped me...At least not that I can understand. I want to replace the E-Blah text tile "Christoph's The Art of Seeing" with a graphic, as so many have done... I have looked at countless forum conversations and "view source" codes...but heck if i can figure it out...The E-Blah logo position is what i want to do... On the left of the page: 1. in what folder do i find the page to edit...? 2. where do i place what code to put my own image there...? 3. in what folder do i put the image so that the code can find it...? Ok...I used to be smart...I'm now 61 years old...and still battling the internet...so there is hope for me and cut me some slack  . This will not beat me...LOL http://www.christophphotography.com/cgi-bin/forum/Blah.pl?Thanks in advance...Christoph |
|
|
|
|
|
| Martin |
| November 30, 2009, 10:36am |
|
Guest User |
You need to upload your image to /blahdocs/images then edit Template.html Look for:
and add this after:
|
Code
<div align="left" id="logo"><img src="<blah v="$images">/eblahlogo.png" alt="Logo" title="Logo" /></div> |
|
changing eblahlogo.png to your image name. |
|
Logged |
|
|
|
|
christoph2 |
| November 30, 2009, 6:05pm |
|
E-Blah Member 
Posts: 2
Posts Per Day: 0.00
Time Online: 1 hours 2 minutes
|
Thank you so much Martin...! Your instructions were superb...!
Did i read it correctly in one of the forums that you recommended Gallery2 for one of the website photography programs, and that you also will configure and install it...? It requires the server site to be able to handle PHP, and the program requires a MYSequel database (as I'm sure you know).
My server site is 1and1. If you do this type of work...do you have an established cost / price to me...?
Thank you again for all your help...! Christoph |
|
|
|
|
|
| Martin |
| December 1, 2009, 11:03am |
|
Guest User |
|
Logged |
|
|
|
|
|