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
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 (82 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 83
Gizmo 29
sirdude 24
Zarzal 22
blaaskaak 13
willing 7
swebs 6
Who's Online
2 Registered (blaaskaak, sirdude), 39 Guests and 7 Spiders online.
Key: Admin, Global Mod, Mod
Shout Box

Latest Posts
Nice Ajax Chat
by sirdude
07/05/08 04:29 PM
[7.x] UBB.Post Templates v0.1
by sirdude
07/05/08 12:48 PM
Team UBBDev Rides Again!
by AllenAyres
07/04/08 10:56 PM
[7.3.x] ubb.links
by AllenAyres
07/03/08 06:15 PM
Changing currency for subscriptions?
by AllenAyres
07/03/08 01:15 PM
Protect users emails
by AllenAyres
07/03/08 11:36 AM
VPS and Newbies
by Gizmo
07/02/08 09:08 PM
New Mods
Protect users emails
by Basil Fawlty
06/29/08 08:44 AM
[7.3.x] Scheduled board close for backup
by blaaskaak
06/26/08 04:01 AM
[7.3+] CustomTag - Audo Embedding
by Gizmo
06/24/08 07:52 PM
[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
Newest Members
ryzilla, M4D, Jer, Kanigo2, Bubba
13302 Registered Users

 

 

 
fusionbb message board php hacks