php forum
php mysql forum
php mysql smarty
 
Topic Options
#274218 - 05/27/04 09:41 AM JCPro Templates 2.0 ubbt v6.5 b1
J.C. Offline
Addict

Registered: 08/11/00
Posts: 1551

   JCPro Templates 2.0 ubbt v6.5 b1 to Del.icio.us Add to del.icio.us
  Digg JCPro Templates 2.0 ubbt v6.5 b1 Digg it
Name: JCPro Templates 2.0 ubbt v.6.5 b1<br /><br />Requirements: A licensed copy of ubb.threads ™ version 6.5 b1<br /><br />Links: Download<br /><br />Description: Customized templates used on my site.<br /><br />Features: <br />1) Reduced clutter and wasted space.<br />2) Custom CSS solutions to remove unwanted sections/functions. PM's, Signatures, Ratings, Permission text, edit, reply, quote buttons (They do not show when not logged in).<br />3) New graphics, & icons.<br />4) Split Categories<br />5) Split Posts<br />6) MyHome.tmpl now works with fixed width.<br />7) Increased compatibility with XHTML. Added align="" and valign="" to all cells etc. Removes problems with stricter browsers. Where content of cells showed as centered when no positioning was specified. also added TH and /TH where applicable.<br />8) Alternating post colors (uses lighttable and darktable like classic does).<br />9) Forum Descriptions.<br /><br />Demo: www.ubbdesign.com/forums/ubbthreads.php<br /><br />Install: See included ReadMe.txt file. <br /><br />Note: This is NOT for re-sale. Credits must remain intact. This is intended for private, non commercial use only. The link to my site in the footer must remain also.
_________________________
- Groupee Moderator
- Custom Web Development
http://www.JCSWebDev.com

Top
#274219 - 05/27/04 02:40 PM Re: JCPro Templates 2.0 ubbt v6.5 b1 [Re: chrisX]
donJulio Offline
Code Monkey

Registered: 06/17/02
Posts: 682
Loc: CA, USA
Thanks! <img src="http://www.ubbdev.com/forum/images/graemlins/smile.gif" alt="" />
_________________________
Too many men. There's too many people making too many problems, and not much love to go around. Can't you see this is the Land of Confusion? <img src="http://www.ubbdev.com/forum/images/graemlins/confused.gif" alt="" />

Top
#274220 - 05/27/04 03:55 PM Re: JCPro Templates 2.0 ubbt v6.5 b1 [Re: luan]
DLWebmaestro Offline
Member

Registered: 08/08/00
Posts: 1753
Loc: California, MD
<img src="http://www.ubbdev.com/forum/images/graemlins/yay.gif" alt="" />
_________________________
Webmaster
Drumlines.org

Drumlines.org UBBThreads

Top
#274221 - 05/27/04 04:24 PM Re: JCPro Templates 2.0 ubbt v6.5 b1 [Re: eslmix]
DLWebmaestro Offline
Member

Registered: 08/08/00
Posts: 1753
Loc: California, MD
Is anyone else experiencing this? Stock 6.5b1


Attachments
114154-zoinks.gif (93 downloads)

_________________________
Webmaster
Drumlines.org

Drumlines.org UBBThreads

Top
#274222 - 05/27/04 05:26 PM Re: JCPro Templates 2.0 ubbt v6.5 b1 [Re: eslmix]
J.C. Offline
Addict

Registered: 08/11/00
Posts: 1551
Offhand it looks like you have some stray html somewhere.
_________________________
- Groupee Moderator
- Custom Web Development
http://www.JCSWebDev.com

Top
#274223 - 05/27/04 07:46 PM Re: JCPro Templates 2.0 ubbt v6.5 b1 [Re: chrisX]
DLWebmaestro Offline
Member

Registered: 08/08/00
Posts: 1753
Loc: California, MD
But all the HTML for the page would be in ubbthreads.tmpl, right?
_________________________
Webmaster
Drumlines.org

Drumlines.org UBBThreads

Top
#274224 - 05/27/04 08:13 PM Re: JCPro Templates 2.0 ubbt v6.5 b1 [Re: eslmix]
J.C. Offline
Addict

Registered: 08/11/00
Posts: 1551
Hard to say, it looks like you're not using my menubar, correct? Works fine on my test board. <br /> <br />http://www.ubbdesign.com/downloads/test_board/ubbthreads.php?Cat=0 <br />
_________________________
- Groupee Moderator
- Custom Web Development
http://www.JCSWebDev.com

Top
#274225 - 05/27/04 09:08 PM Re: JCPro Templates 2.0 ubbt v6.5 b1 [Re: chrisX]
DLWebmaestro Offline
Member

Registered: 08/08/00
Posts: 1753
Loc: California, MD
It seems your template is not compatible with forum images - that is what is breaking it.
_________________________
Webmaster
Drumlines.org

Drumlines.org UBBThreads

Top
#274226 - 05/27/04 09:40 PM Re: JCPro Templates 2.0 ubbt v6.5 b1 [Re: eslmix]
J.C. Offline
Addict

Registered: 08/11/00
Posts: 1551
Hmmmm, okay will go check that part out. Admittedly I don't use em.
_________________________
- Groupee Moderator
- Custom Web Development
http://www.JCSWebDev.com

Top
#274227 - 05/27/04 09:47 PM Re: JCPro Templates 2.0 ubbt v6.5 b1 [Re: chrisX]
J.C. Offline
Addict

Registered: 08/11/00
Posts: 1551
Okay I need to add this to the text:<br /><br />In ubbthreads.php replace:<br /><br /> $forum[$x][$y]['forumimage'] = "";<br /> if ($forumimage) {<br /> $forum[$x][$y]['forumimage'] = "<td rowspan=\"3\"><a href=\"{$config['phpurl']}/postlist.php{$var_start}Cat{$var_eq}$Cat{$var_sep}Board{$var_eq}$Keyword\"><img src=\"$forumimage\" alt=\"*\" hspace=\"3\" border=\"0\" /></a></td>";<br /> }<br /><br />with:<br /><br /> $forum[$x][$y]['forumimage'] = "";<br /> if ($forumimage) {<br /> $forum[$x][$y]['forumimage'] = "<a href=\"{$config['phpurl']}/postlist.php{$var_start}Cat{$var_eq}$Cat{$var_sep}Board{$var_eq}$Keyword\"><img src=\"$forumimage\" alt=\"*\" hspace=\"3\" border=\"0\" align=\"left\" /></a>";<br /> }<br /><br /><br />And use the new template for ubbthreads.tmpl. Give me a few to update the zip.
_________________________
- Groupee Moderator
- Custom Web Development
http://www.JCSWebDev.com

Top
#274228 - 05/27/04 09:51 PM Re: JCPro Templates 2.0 ubbt v6.5 b1 [Re: chrisX]
J.C. Offline
Addict

Registered: 08/11/00
Posts: 1551
Zip updated and uploaded.
_________________________
- Groupee Moderator
- Custom Web Development
http://www.JCSWebDev.com

Top
#274229 - 09/21/04 09:41 PM Re: JCPro Templates 2.0 ubbt v6.5 b1 [Re: chrisX]
J.C. Offline
Addict

Registered: 08/11/00
Posts: 1551
Redoing mine for 6.5 release. Should be ready in a few days. You can see the progress on my forums.
_________________________
- Groupee Moderator
- Custom Web Development
http://www.JCSWebDev.com

Top
#274230 - 09/23/04 09:06 PM Re: JCPro Templates 2.0 ubbt v6.5 b1 [Re: chrisX]
Dr. Teeth Offline
Lurker

Registered: 09/23/04
Posts: 4
Fantastic!<br /><br />Question -- what exactly on your forums is included? The IIP-similar entrance page, as well? The announcement enlargement? The graphics? Everything as is?

Top
#274231 - 09/24/04 01:39 PM Re: JCPro Templates 2.0 ubbt v6.5 b1 [Re: hothands]
J.C. Offline
Addict

Registered: 08/11/00
Posts: 1551
_________________________
- Groupee Moderator
- Custom Web Development
http://www.JCSWebDev.com

Top


Top Posters Last 30 Days
AllenAyres 18
Gizmo 12
sirdude 6
GEN 3
tackaberry 2
Philipp 2
willing 2
Who's Online
0 Registered (), 39 Guests and 6 Spiders online.
Key: Admin, Global Mod, Mod
Shout Box

Latest Posts
Team UBBDev Rides Again!
by Gizmo
08/28/08 11:45 PM
Multiple Identity Detector
by MattUK
08/28/08 04:10 PM
[7.3.x] ubb.links
by AllenAyres
08/26/08 09:57 AM
Installing FlashChat with 7.3
by Gizmo
08/23/08 05:36 AM
[7.2.1] - Naked shoutbox
by Iann128
08/22/08 07:27 PM
Nice Ajax Chat
by M4D
08/21/08 10:02 PM
51-card NVIDIA folding rig cranks out 265,200 ppd
by AllenAyres
08/13/08 10:10 PM
New Mods
Installing FlashChat with 7.3
by Paug
08/23/08 12:14 AM
[7.x] AddThis - Social Networking
by Gizmo
08/01/08 01:30 AM
[7.3.x] ubb.links
by AllenAyres
06/20/08 11:50 PM
[7.3] Dissallow quotes more then 3 levels deep
by blaaskaak
06/09/08 09:01 AM
[7.2.1] - Naked shoutbox
by sirdude
08/17/07 10:36 PM
Newest Members
welcomeback1, Paug, Tim Keating, anscers, Murphdog
13324 Registered Users

 

 

 
fusionbb message board php hacks