php forum
php mysql forum
php mysql smarty
 
Page 2 of 4 < 1 2 3 4 >
Topic Options
#234040 - 01/28/03 01:40 PM Re: [6.2] 5x3 array table wrappers mod [Re: jacksonm99]
DLWebmaestro Offline
Member

Registered: 08/08/00
Posts: 1753
Loc: California, MD
Whoa there pardner. <img src="/forum/images/graemlins/smile.gif" alt="" /> I never said it was a problem with your file. I just thought you meant there was a problem in my $tbopen when you said, "...table tag somewhere that's killing off the html in the $tbopen variable." I guess I misread that. <img src="/forum/images/graemlins/smile.gif" alt="" /> <br /> <br />And I don't know if I uploaded your copy of ubbthreads.tmpl from the old post. I have to fire up the ol' Beyond Compare later. <br /> <br />And I didn't know you wanted me to post my script. I'm new here, and if that's protocol, I wasn't aware and I'm sorry. I just thought the Infopop police didn't want entire scripts posted to the public. <img src="/forum/images/graemlins/wink.gif" alt="" /> But I'll attach it to this post. <br /> <br />Not trying to bad-mouth your hack. I do appreciate all the work you have put into it. Kudos! And let's all just get along. <img src="/forum/images/graemlins/smile.gif" alt="" /> <br /> <br />P.S. I attached the file as a .txt and it turned out partially ran, so I'm just going to quote it below. <br /> <br />[] <br /><? //UBBTREMARK <br /> <br />echo <<<UBBTPRINT <br /> <br />$only_favs <br /> <br />$BirthdayGreeting <br /> <br />$tbopen <br /> <br />UBBTPRINT; <br /> <br /> <br /> <br />for($c=0;$c<$catsize;$c++) { //UBBTREMARK <br /> <br />echo <<<UBBTPRINT <br /> <br /><!-- CATEGORY LOOP START --> <br /> <br /><tr> <br /> <br /><td colspan="5" class="cleartable"><img src="{$config['images']}/blank.gif" width="1" height="1" alt="*" /></td> <br /> <br /></tr> <br /> <br /><tr> <br /> <br /><td align="center" valign="top" class="tdheader"> <br /> <br /><table border="0" cellpadding="0" cellspacing="0"><tr><td class="{$catrow[$c]['NewMarker']}"> <br /> <br />{$catrow[$c]['ToggleLink']} <br /> <br /></td></tr></table> <br /> <br /></td> <br /> <br /><td class="tdheader"> <br /> <br /><img $imagestyle src="{$config['images']}/about.gif" alt="{$catrow[$c]['CatDesc']}{$catrow[$c]['NotShown']}" title="{$catrow[$c]['CatDesc']}{$catrow[$c]['NotShown']}" /> <br /> <br />{$catrow[$c]['CatTitle']} <br /> <br /></td> <br /> <br /><td class="tdheader" align="center" width="9%"> <br /> <br />{$ubbt_lang['THREAD_TEXT']} <br /> <br /></td> <br /> <br /><td class="tdheader" align="center" width="9%"> <br /> <br />{$ubbt_lang['POSTS_TEXT']} <br /> <br /></td> <br /> <br /><td class="tdheader" align="center" width="40%"> <br /> <br />{$ubbt_lang['LAST_POST']} <br /> <br /></td> <br /> <br /></tr> <br /> <br /> <br /> <br /><!-- BEGIN FORUM CODE LOOP _ DO NOT ALTER COMMENTS --> <br /> <br />UBBTPRINT; <br /> <br />for($f=0;$f<$forumsize[$c];$f++) { //UBBTREMARK <br /> <br />echo <<<UBBTPRINT <br /> <br /><tr> <br /> <br /><td valign="top" class="darktable"> <br /> <br /><img src="{$config['images']}/{$forum[$c][$f]['boardfolder']}" alt="" /> <br /> <br /></td> <br /> <br /><td class="darktable"> <br /> <br /><font class="forumtitle"> <br /> <br /><a href="{$config['phpurl']}/postlist.php?Cat=$Cat&amp;Board={$forum[$c][$f]['Keyword']}"> <br /> <br />{$forum[$c][$f]['Title']} <br /> <br /></a> <br /> <br /></font> <br /> <br /><br /> <br /> <br /><table cellpadding="0" cellspacing="0"> <br /> <br /><tr> <br /> <br /><td> <br /> <br />  <br /> <br /></td> <br /> <br /><td class="forumdescript"> <br /> <br />{$forum[$c][$f]['Description']} <br /> <br /></td> <br /> <br /></tr> <br /> <br /></table> <br /> <br />{$forum[$c][$f]['modlist']} <br /> <br /></td> <br /> <br /><td align="center" class="threadtotal" nowrap="nowrap"> <br /> <br />{$forum[$c][$f]['Threads']} <br /> <br />{$forum[$c][$f]['showthreads']} <br /> <br /></td> <br /> <br /><td align="center" class="posttotal" nowrap="nowrap"> <br /> <br />{$forum[$c][$f]['Total']} <br /> <br />{$forum[$c][$f]['showposts']} <br /> <br />{$forum[$c][$f]['showna']} <br /> <br /></td> <br /> <br /><td class="posttime" nowrap="nowrap"> <br /> <br />{$forum[$c][$f]['lastpost']} <br /> <br /><br /> <br /> <br />      <br /> <br />{$forum[$c][$f]['lastposter']} <br /> <br />- {$forum[$c][$f]['time']} <br /> <br /></td> <br /> <br /></tr> <br /> <br />UBBTPRINT; <br /> <br />} //UBBTREMARK <br /> <br />} //UBBTREMARK <br /> <br />echo <<<UBBTPRINT <br /> <br /><!-- END CATEGORY LOOP --> <br /> <br /><!-- END OF FORUM LOOP --> <br /> <br /></table> <br /> <br /></td> <br /> <br /></tr> <br /> <br /></table> <br /> <br /> <br /> <br /><br /> <br /> <br /> <br /> <br /><!-- WHOS ONLINE BOX MODIFICATION START --> <br /> <br />$tbopen <br /> <br /><tr> <br /> <br /><td class="tdheader"> <br /> <br /> <br /> <br />Who's Online <br /> <br /> <br /> <br /></td> <br /> <br /></tr> <br /> <br /><tr> <br /> <br /><td class="lighttable"> <br /> <br /> <br /> <br />{$whosOnline} <br /> <br /> <br /> <br /></td> <br /> <br /></tr> <br /> <br />$tbclose <br /> <br /><br /> <br /> <br /><!-- WHOS ONLINE BOX MODIFICATION END --> <br /> <br /> <br /> <br />$tbopen <br /> <br /><tr> <br /> <br /><td colspan="3" class="tdheader"> <br /> <br /><b>{$ubbt_lang['B_INFO']}</b> <br /> <br /></td> <br /> <br /></tr> <br /> <br /><tr> <br /> <br /><td width="45%" valign="top" class="lighttable"> <br /> <br /><span class="small"> <br /> <br />$welcomemessage <br /> <br /><br /> <br /> <br />$toggleshowstart <br /> <br />$currentshow <br /> <br />$toggleshowstop <br /> <br /><br /> <br /> <br />$registered {$ubbt_lang['REGED_USERS']} <br /> <br /><br /> <br /> <br />{$ubbt_lang['NEW_MEM']} <br /> <br /><a href="{$config['phpurl']}/showprofile.php?User=$encnewusername&amp;What=ubbthreads&amp;Cat=$Cat"> <br /> <br />$newusername <br /> <br /></a> <br /> <br /><br /> <br /> <br />{$ubbt_lang['C_ONLINE']} $r {$ubbt_lang['C_ONLINE2']} $a {$ubbt_lang['C_ONLINE3']} <br /> <br /><br /> <br /> <br />$edittimelinkstart{$ubbt_lang['OFFSET_TIME']}$edittimelinkstop <br /> <br /> $time <br /> <br /></span> <br /> <br /></td> <br /> <br /><td width="30%" valign="top" class="lighttable"> <br /> <br /><span class="small"> <br /> <br /><b>{$ubbt_lang['VIEW_PAST']}</b> <br /> <br /><br /> <br /> <br /> <br /> <br /> <br /> <br /> <br /> <br /><a href="{$config['phpurl']}/dosearch.php?Cat=$Cat&amp;Forum=All_Forums&amp;Words=&amp;Match=Entire+Phrase&amp;Old=1day&amp;Limit=25"> <br /> <br />{$ubbt_lang['PAST24']} <br /> <br /></a> <br /> <br /><br /> <br /> <br /> <br /> <br /> <br /> <br /> <br /> <br /><a href="{$config['phpurl']}/dosearch.php?Cat=$Cat&amp;Forum=All_Forums&amp;Words=&amp;Match=Entire+Phrase&amp;Old=2days&amp;Limit=25"> <br /> <br />{$ubbt_lang['PAST48']} <br /> <br /></a> <br /> <br /><br /> <br /> <br /> <br /> <br /> <br /> <br /> <br /> <br /><a href="{$config['phpurl']}/dosearch.php?Cat=$Cat&amp;Forum=All_Forums&amp;Words=&amp;Match=Entire+Phrase&amp;Old=1week&amp;Limit=25"> <br /> <br />{$ubbt_lang['PAST7']} <br /> <br /></a> <br /> <br /></span> <br /> <br /></td> <br /> <br /><td valign="top" class="lighttable"> <br /> <br /><b>{$ubbt_lang['LEGEND']}</b> <br /> <br /><table border="0" cellpadding="0" cellspacing="2"> <br /> <br /><tr> <br /> <br /><td> <br /> <br /><img src="{$config['images']}/newposts.gif" alt="*" /> <br /> <br /></td> <br /> <br /><td class="small"> <br /> <br /> {$ubbt_lang['L_NEW']} <br /> <br /></td> <br /> <br /></tr> <br /> <br /><tr> <br /> <br /><td> <br /> <br /><img src="{$config['images']}/nonewposts.gif" alt="*" /> <br /> <br /></td> <br /> <br /><td class="small"> <br /> <br /> {$ubbt_lang['L_NONEW']} <br /> <br /></td> <br /> <br /></tr> <br /> <br /><tr> <br /> <br /><td align="center"> <br /> <br /><img class="newpostsincat" src="{$config['images']}/catexpand.gif" alt="{$ubbt_lang['CATLEGEND']}" /> <br /> <br /></td> <br /> <br /><td class="small"> <br /> <br /> {$ubbt_lang['L_NEW']} <br /> <br /></td> <br /> <br /></tr> <br /> <br /><tr> <br /> <br /><td align="center"> <br /> <br /><img src="{$config['images']}/catexpand.gif" alt="{$ubbt_lang['CATLEGEND']}" /> <br /> <br /></td> <br /> <br /><td class="small"> <br /> <br /> {$ubbt_lang['L_NONEW']} <br /> <br /></td> <br /> <br /></tr> <br /> <br /></table> <br /> <br /><!--Start of Birthday Mod - by JoshPet--> <br /> <br /><tr class="lighttable"> <br /> <br /><td class="small" valign="top" colspan="3"> <br /> <br /><b>$TodayIntro</b> $todaybday <br /> <br /><b>$MonthIntro</b> $thismonthbday <br /> <br />$BirthdayWarning <br /> <br /></td> <br /> <br /></tr> <br /> <br /><!--Birthday Mod End--> <br /> <br /></td> <br /> <br /></tr> <br /> <br />$tbclose <br /> <br /> <br /> <br /><br /> <br /> <br /> <br /> <br />UBBTPRINT; <br /> <br />/* UBBTREMARK */ ?> <br />[/]
_________________________
Webmaster
Drumlines.org

Drumlines.org UBBThreads

Top
#234041 - 01/28/03 01:44 PM Re: [6.2] 5x3 array table wrappers mod [Re: eslmix]
JoshPet Offline
I type Like navaho

Registered: 11/29/01
Posts: 11330
Loc: Charlotte, NC
You can post templates and bits of scripts.<br /><br />We can't post any whole or modified infopop scripts as they are copyrighted, but my understanding is that we can post template files. <img src="/forum/images/graemlins/wink.gif" alt="" /> <br /><br />Welcome. <br /><br />There was a goofy ubbthreads.tmpl file that came with 6.2 (myhome.tmpl too). Those have been fixed in 6.2.1. But they created havoc with tablewrappers. <img src="/forum/images/graemlins/wink.gif" alt="" />
_________________________
Joshua Pettit
www.JoshuaPettit.com
My abilities are for hire.

Top
#234042 - 01/28/03 02:27 PM Re: [6.2] 5x3 array table wrappers mod [Re: eslmix]
Dalantech Offline
Junior Member

Registered: 02/11/01
Posts: 2392
Loc: Naples, Italy
Sorry, I reread my reply to you and realized that it came out kinda harsh (and that was not my intention).<br /><br />Now let's fix your script <img src="/forum/images/graemlins/smile.gif" alt="" /><br /><br />Look for<br /><br />
Code:
 <br />&lt;!-- END CATEGORY LOOP --&gt; <br />&lt;!-- END OF FORUM LOOP --&gt; <br />&lt;/table&gt; <br />&lt;/td&gt; <br />&lt;/tr&gt; <br />&lt;/table&gt; <br /> 
<br /><br />It should be<br /><br />
Code:
 <br />&lt;!-- END CATEGORY LOOP --&gt; <br />&lt;!-- END OF FORUM LOOP --&gt; <br />$tbclose 
<br /><br />That should fix it for you <img src="/forum/images/graemlins/smile.gif" alt="" />
_________________________
Da LAN Tech

Threads Dev Moderator

Top
#234043 - 01/28/03 02:41 PM Re: [6.2] 5x3 array table wrappers mod [Re: jacksonm99]
DLWebmaestro Offline
Member

Registered: 08/08/00
Posts: 1753
Loc: California, MD
That did the trick! Thanks much. <img src="/forum/images/graemlins/smile.gif" alt="" />
_________________________
Webmaster
Drumlines.org

Drumlines.org UBBThreads

Top
#234044 - 01/28/03 11:54 PM Re: [6.2] 5x3 array table wrappers mod [Re: eslmix]
Dalantech Offline
Junior Member

Registered: 02/11/01
Posts: 2392
Loc: Naples, Italy
No problem , and sorry about the earlier post. I really didn't mean to come accross so abrasive <img src="/forum/images/graemlins/frown.gif" alt="" />
_________________________
Da LAN Tech

Threads Dev Moderator

Top
#234045 - 01/30/03 01:17 AM Re: [6.2] 5x3 array table wrappers mod [Re: jacksonm99]
AllenAyres Administrator Offline
I type Like navaho

Registered: 03/10/00
Posts: 25452
Loc: Texas
nice work with this <img src="/forum/images/graemlins/laugh.gif" alt="" />
_________________________
- Allen wavey
- What Drives You?

Top
#234046 - 01/30/03 02:07 AM Re: [6.2] 5x3 array table wrappers mod [Re: SurfMinister]
Dalantech Offline
Junior Member

Registered: 02/11/01
Posts: 2392
Loc: Naples, Italy
Coming from someone like you that's high praise, thanks! <img src="/forum/images/graemlins/cool.gif" alt="" />
_________________________
Da LAN Tech

Threads Dev Moderator

Top
#234047 - 01/31/03 10:54 AM Version 1.1 update [Re: jacksonm99]
Dalantech Offline
Junior Member

Registered: 02/11/01
Posts: 2392
Loc: Naples, Italy
There was a missing closing table cell tag in the tbclose.tmpl file that, odly enough, only showed up under IE 5.2.2 on the Mac! The zip in the initial post has been updated. If you want to fix your tbclose.tmpl file look for<br /><br />
Code:
 <br />&lt;/table&gt;<br />&lt;/td&gt;<br />&lt;/tr&gt;<br />&lt;/table&gt;<br />&lt;td class="right"&gt; 
<br /><br />and replace that with<br /><br />
Code:
 <br />&lt;/table&gt;<br />&lt;/td&gt;<br />&lt;/tr&gt;<br />&lt;/table&gt;<br />&lt;/td&gt;<br />&lt;td class="right"&gt; 
<br /><br />Sorry for the inconvenience:(
_________________________
Da LAN Tech

Threads Dev Moderator

Top
#234048 - 02/21/03 11:45 AM Re: Version 1.1 update [Re: jacksonm99]
PhotoPost Offline
Hacker

Registered: 02/03/02
Posts: 989
Ah; just found this. I dont suppose someone could explain to be how export the PNG file (in Fireworks) once I've made my changes?


Edited by extremebikini (02/21/03 11:55 AM)
_________________________
[]http://www.danasoft.com/vipersig.jpg[/]
Viper Alley - http://www.viperalley.com
Extreme Fitness - http://www.extremefitness.com[/b]

Top
#234049 - 02/21/03 12:26 PM Re: Version 1.1 update [Re: gailg]
Dalantech Offline
Junior Member

Registered: 02/11/01
Posts: 2392
Loc: Naples, Italy
Do you mean "how do I cut graphics in Fireworks?" ?
_________________________
Da LAN Tech

Threads Dev Moderator

Top
#234050 - 02/21/03 04:23 PM Re: Version 1.1 update [Re: jacksonm99]
omegatron Offline
Member

Registered: 04/05/01
Posts: 3440
Loc: abingdon,md
Michael Under file menu there should be an option to export as a gif. If you just save it then it is PNG by default
_________________________
Chuck S

DIVE IN AND VISIT ME:

Omegatron\'s Reefs

Administrator at ReefTalk

Top
#234051 - 02/21/03 07:09 PM Re: [6.2] 5x3 array table wrappers mod [Re: eslmix]
smilesforu Offline
Junior Member

Registered: 01/31/02
Posts: 676
Door knob here... I get spacer.gif with missing images around my tables.. I know I am missing something here. Should I change the spacer.gif to the appropiate images for the theme? But if I do this doesn't that keep the same images for all the style sheets since they all use the same open close template?

Top
#234052 - 02/21/03 07:20 PM Re: [6.2] 5x3 array table wrappers mod [Re: Kelly]
smilesforu Offline
Junior Member

Registered: 01/31/02
Posts: 676
Got it duh.... wrong url path forgot to add ubbthreads <img src="/forum/images/graemlins/frown.gif" alt="" />

Top
#234053 - 03/09/03 11:59 AM Re: [6.2] 5x3 array table wrappers mod [Re: Kelly]
ChAoS_dup1 Offline
Code Monkey

Registered: 11/15/02
Posts: 576
Loc: Great Northwest
Hmm..I am not sure what original CSS I modified to get my current EFS look.Dalantech do you have any suggestions on which one of your CSS sheets I should append to mine? Eventually I will have to modify the .png file to get my own color scheme but I want to get a feel for the look first. <br /> <br />[edit]Hmm well I started with using the greenday.css values and It doesnt quite seem to work like it should...[/edit}


Edited by ChAoS (03/09/03 12:27 PM)
_________________________
ChAoS
Emerald Forest Gaming Servers
Official STFU Thread


Top
#234054 - 03/09/03 01:17 PM Re: [6.2] 5x3 array table wrappers mod [Re: barbiro]
Dalantech Offline
Junior Member

Registered: 02/11/01
Posts: 2392
Loc: Naples, Italy
You could use any one of the addtional style sheets classes that are included in the mod. Just make sure you upload all the graphics, templates, and you edit one of the CSS sheets to include the new classes. Don't forget to change the path info in the templates and CSS!
_________________________
Da LAN Tech

Threads Dev Moderator

Top
#234055 - 03/09/03 10:05 PM Re: [6.2] 5x3 array table wrappers mod [Re: jacksonm99]
ChAoS_dup1 Offline
Code Monkey

Registered: 11/15/02
Posts: 576
Loc: Great Northwest
I used greenday.css and it seems to have changed my IIP index page layout.How do I make the pal boxes smaller again? Also I am fairly new to Fireworks also..I managed to edit your .png file to get my own color scheme but do you think maybe you could point me in the right direction on making the individual .gif files for my wrappers? I'm trying to avoid the tutorial <img src="/forum/images/graemlins/tongue.gif" alt="" /> How do I make the gifs from the png?


Edited by ChAoS (03/09/03 11:09 PM)
_________________________
ChAoS
Emerald Forest Gaming Servers
Official STFU Thread


Top
#234056 - 03/09/03 11:16 PM Re: [6.2] 5x3 array table wrappers mod [Re: barbiro]
Dalantech Offline
Junior Member

Registered: 02/11/01
Posts: 2392
Loc: Naples, Italy
The table wrapper will only "shrink" down to 180 pixels wide. If the pal boxes look a little wider then it's normal. Kinda tough to get an decent effects with less than 90 pixels on each side.<br /><br />As for cutting gif files: Set the grid to 10 x 10 pixels and enable "snap to grid". Then use the mask tool to highlight the areas that you want to cut into gifs. Make sure you set alpha transperancy before you cut the corners <img src="/forum/images/graemlins/smile.gif" alt="" />
_________________________
Da LAN Tech

Threads Dev Moderator

Top
#234057 - 03/09/03 11:27 PM Re: [6.2] 5x3 array table wrappers mod [Re: jacksonm99]
ChAoS_dup1 Offline
Code Monkey

Registered: 11/15/02
Posts: 576
Loc: Great Northwest
only my left side PAL boxes are wider than they were before.The right side is the same.
_________________________
ChAoS
Emerald Forest Gaming Servers
Official STFU Thread


Top
#234058 - 03/09/03 11:30 PM Re: [6.2] 5x3 array table wrappers mod [Re: barbiro]
Dalantech Offline
Junior Member

Registered: 02/11/01
Posts: 2392
Loc: Naples, Italy
The right side may have been large enough so that the table wrappers don't have an effect.
_________________________
Da LAN Tech

Threads Dev Moderator

Top
#234059 - 03/09/03 11:43 PM Re: [6.2] 5x3 array table wrappers mod [Re: jacksonm99]
ChAoS_dup1 Offline
Code Monkey

Registered: 11/15/02
Posts: 576
Loc: Great Northwest
lol ok...I hate to be a bother but if you look at my signature link can you tell me why the right side PAL boxes are the correct size and the left side pal boxes changed? They were identical sizes before


Edited by ChAoS (03/09/03 11:44 PM)
_________________________
ChAoS
Emerald Forest Gaming Servers
Official STFU Thread


Top
Page 2 of 4 < 1 2 3 4 >


Who's Online
0 registered (), 24 Guests and 9 Spiders online.
Key: Admin, Global Mod, Mod
Shout Box

Latest Posts
Spell Check [beta]
by Bill B
48 minutes 24 seconds ago
PhotoPost BB Code Popup
by AllenAyres
Today at 09:41 AM
Problems reading a lot of old posts here
by AllenAyres
Today at 09:35 AM
Forum 'Trader Ratings'.
by AllenAyres
Today at 09:33 AM
Customization needed
by Gizmo
11/12/08 12:28 PM
Team UBBDev Rides Again!
by AllenAyres
11/11/08 02:16 PM
Active Topics.
by AllenAyres
11/11/08 02:13 PM
New Mods
User Authentication Class
by
01/19/07 02:59 PM
Multiple Identity Detector
by
12/30/06 06:39 PM
PhotoPost BB Code Popup
by
11/06/06 05:43 PM
Spell Check [beta]
by
10/17/06 09:24 PM
Newest Members
David DelMonte, nick1, Begbie, cenk, MATTO
13363 Registered Users