Home Private Messages Search
CPG Dragonfly™ CMS Dedicated Server & Bandwidth Sponsored by DedicatedNOW
Toggle Content
 
Forums ⇒ DragonflyCMS ⇒ Themes ⇒ Opinions on modified viewtopic template


Opinions on modified viewtopic template
Announce themes that you have created, or ask questions about how to create/modify a theme in 9.x. Includes the Requests sub-forum.
Go to page Previous  1, 2, 3, 4
Post new topic    Reply to topic    Printer Friendly Page     Forum Index ⇒  Themes

View previous topic :: View next topic  
Author Message
djdevon3
Gold Supporter
Gold Supporter

Offline Offline
Joined: Aug 05, 2004
Posts: 4363

PostPosted: Fri May 25, 2007 12:16 pm
Post subject: Re: Opinions on modified viewtopic template

Of course it's possible. I just did a client site with absolutely no blocks. Shocked That's the whole reason why I've been tracking mods in my trickin forum for things like header pm notification, header login/logout, and ThemeCP. Cool

Getting sidetracked is just part of being a coder. There's never enough time in the day.


djdevon3's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS)
Linux/1.3.33/4.4/4.3.11
Back to top
View user's profile Visit poster's website Photo Gallery
earth
Heavy poster
Heavy poster

Offline Offline
Joined: Mar 01, 2006
Posts: 268

PostPosted: Mon Jan 19, 2009 4:50 pm
Post subject: Re: Opinions on modified viewtopic template

what about moving all the other stuff, like groups, join date, karma +/- option, etc., to the menu,as I fooled around some and could not get them in it!

_________________
dfaddons.com

earth's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS)
OS/Apache/Mysql/php/9.2.X/
Back to top
View user's profile Visit poster's website Photo Gallery
earth
Heavy poster
Heavy poster

Offline Offline
Joined: Mar 01, 2006
Posts: 268

PostPosted: Tue Jan 27, 2009 7:12 pm
Post subject: Re: Opinions on modified viewtopic template

OK, here is a new modified version of themes/default/template/forumspro/post_list.html

Is not completed, moved all details into drop down menu, including post edit, quote, ignore, report, into simple drop down, work in progress, with this one being the cleanest thus far, as far a forum viewing without any clutter, removed the top of page as well, hope everyone enjoys!

Code::
<script type="text/javascript" src="includes/javascript/anylink.js">
</script>
<table class="forumline" width="100%" cellspacing="1" cellpadding="3" border="0">
	<tr>
		<td class="catHead" colspan="2" align="right">
			<a href="{U_TOPIC_VIEW_PREVIOUS}" title="{L_TOPIC_VIEW_PREVIOUS}" class="nav">{L_TOPIC_VIEW_PREVIOUS}</a> :: <a href="{U_TOPIC_VIEW_NEXT}" title="{L_TOPIC_VIEW_NEXT}" class="nav">{L_TOPIC_VIEW_NEXT}</a>
		</td>
	</tr>
	
	<!-- IF B_HAS_POLL -->
	<tr>
		<td class="row2" colspan="2"><br clear="all" />
			<!-- INCLUDE forumspro/poll.html -->
		</td>
	</tr>
	<!-- ENDIF -->

	<tr>
		<th class="thLeft" style="width:150px;white-space:nowrap;">
			{L_AUTHOR}
		</th>
		<th class="thRight">
			{L_MESSAGE}
		</th>
	</tr>
	
	<!-- IF S_THANKS_COUNT -->
	<tr>
		<td class="row1">
			{L_USERS_GIVE_THANKS}
		</td>
		<td class="row1">
			<!-- BEGIN thanks -->
			<a href="{thanks.U_USER}" title="{thanks.S_USERNAME}">{thanks.S_USERNAME}</a> - {thanks.S_THANKS_TIME}<!-- IF thanks.B_MORE -->, <!-- ENDIF -->
			<!-- END thanks -->
		</td>
	</tr>
	<!-- ENDIF -->

	<!-- BEGIN post -->
	<tr>
		<td valign="top" class="row1">
<span class="name">
				<strong><img src="{post.S_POSTER_AVATAR}"/>
				<br />
					<a href="" onClick="return clickreturnvalue()" onMouseover="dropdownmenu(this, event, 'anylinkmenu{post.S_POST_ID}')">{post.S_POSTER_NAME}</a>
<div id="anylinkmenu{post.S_POST_ID}" class="anylinkcss">
<!-- BEGIN user_details -->
				<a href="{post.user_details.U_LINK}" <!-- IF post.user_details.B_TARGET -->target="_blank" <!-- ENDIF -->>
				{post.user_details.L_TITLE}</a>
<!-- IF post.user_details.B_IMAGE_2 -->
				<a href="{post.user_details.U_LINK_2}"  <!-- IF post.user_details.B_TARGET_2 -->target="_blank" <!-- ENDIF -->>{post.user_details.L_TITLE_2}</a><!-- ENDIF -->
				<!-- END user_details -->
				<br />	
				<!-- IF POSTER_RANKS_ENABLE -->
				<!-- IF post.S_POSTER_RANK_TITLE -->
				{post.S_POSTER_RANK_TITLE}
				<br />
				<!-- ENDIF -->
				<!-- IF post.S_POSTER_RANK_IMAGE -->
				<img src="{post.S_POSTER_RANK_IMAGE}" alt="{post.S_POSTER_RANK_TITLE_HTML}" title="{post.S_POSTER_RANK_TITLE_HTML}" />
				<!-- ENDIF -->
				<!-- ENDIF -->
				<!-- IF B_SHOW_AVATARS -->
				<!-- ENDIF -->
				<!-- IF post.B_WHOS_ONLINE_NOT_HIDDEN -->
				<!-- IF post.B_WHOS_ONLINE_ONLINE -->
				<!-- ENDIF -->
				{L_USER_JOINED}
				<br />
				{post.S_POSTER_JOINED_DATE}
				{L_USER_POSTS}: {post.S_POSTER_POSTS}
				<br />	
				<!-- IF post.S_POSTER_FROM -->
				{L_USER_LOCATION}: {post.S_POSTER_FROM}
				<br />				
				<!-- ENDIF -->
				<!-- IF POSTER_GROUPS_ENABLE -->
				<!-- BEGIN group -->
				<a href="{post.group.U_GROUP}" title="{post.group.S_GROUP_NAME_HTML}">{post.group.S_GROUP_NAME}</a>
				<!-- END group -->
				<!-- ENDIF -->
				<!-- IF KARMA_ENABLE -->
				<img src="{I_USER_ONLINE}" alt="{L_USER_ONLINE}" title="{L_USER_ONLINE}" />
				<!-- ELSE -->
				<img src="{I_USER_OFFLINE}" alt="{L_USER_OFFLINE}" title="{L_USER_OFFLINE}" />
				<!-- ENDIF -->
				<br />
				{L_KARMA}: {post.S_POSTER_KARMA}
				<a href="{post.U_POSTER_KARMA_APPLAUD}" title="{L_APPLAUD}"><img src="themes/default/images/plus.gif"/><a href="{post.U_POSTER_KARMA_SMITE}" title="{L_SMITE}"><img src="themes/default/images/minus.gif"/></a>
				<!-- IF post.POSTER_KARMA_POSITIVE -->
					<style="color: green">
				<!-- ELSEIF post.POSTER_KARMA_NEGATIVE -->
					<style="color: red">
				<!-- ELSE -->
					<style="color: black">
				<!-- ENDIF -->
				<!-- IF S_IS_USER -->

				<!-- ENDIF -->
         		<!-- ENDIF -->
		</td>
		<td class="row1" valign="top">
			<table width="100%" border="0" cellspacing="0" cellpadding="0">
				<tr>
					<td>
						<!-- IF post.B_IS_NEW -->
						<a href="{post.U_POST}" title="{L_POST_NEW}"><img src="{I_ICON_MINIPOST_NEW}" width="12" height="9" alt="{L_POST_NEW}" title="{L_POST_NEW}" style="border:0px;" /></a>
						<!-- ELSE -->
						<a href="{post.U_POST}" title="{L_POST_OLD}"><img src="{I_ICON_MINIPOST}" width="12" height="9" alt="{L_POST_OLD}" title="{L_POST_OLD}" style="border:0px;" /></a>
						<!-- ENDIF -->
						<span class="postdetails">
							{L_POST_SUBJECT}: {post.S_POST_SUBJECT}
							<br />
							{L_POSTED}: {post.S_POST_DATE}
						</span>
					</td>
					<td valign="top" align="right" style="white-space:nowrap;">
					<span class="name">
					<a href="" onClick="return clickreturnvalue()" onMouseover="dropdownmenu(this, event, 'anylinkmenu{postdetails}')">OPTIONS</a>
<div id="anylinkmenu{postdetails}" class="anylinkcss">
						<!-- IF post.U_IGNORE -->
						<a href="{post.U_IGNORE}" title="{L_IGNORE}"><img src="{I_USER_IGNORE}" alt="{L_IGNORE}" title="{L_IGNORE}" style="border:0px;" /></a>
						<!-- ENDIF -->
						<!-- IF post.U_IGNORE_STOP -->
						<a href="{post.U_IGNORE_STOP}" title="{L_IGNORE_STOP}"><img src="{I_USER_IGNORE}" alt="{L_IGNORE_STOP}" title="{L_IGNORE_STOP}" style="border:0px;" /></a>
						<!-- ENDIF -->
						<a href="{post.U_QUOTE}" title="{L_POST_QUOTE}"><img src="{I_USER_QUOTE}" alt="{L_POST_QUOTE}" title="{L_POST_QUOTE}" style="border:0px;" /></a>
						<!-- IF post.U_EDIT -->
						<a href="{post.U_EDIT}" title="{L_POST_EDIT}"><img src="{I_USER_EDIT}" alt="{L_POST_EDIT}" title="{L_POST_EDIT}" style="border:0px;" /></a>
						<!-- ENDIF -->
						<!-- IF post.U_DELETE -->
						<a href="{post.U_DELETE}" title="{L_POST_DELETE}"><img src="{I_ADMIN_DELETE_POST}" alt="{L_POST_DELETE}" title="{L_POST_DELETE}" style="border:0px;" /></a>
						<!-- ENDIF -->
						<!-- IF post.U_IP -->
						<a href="{post.U_IP}" title="{L_POST_IP}"><img src="{I_ADMIN_IP}" alt="{L_POST_IP}" title="{L_POST_IP}" style="border:0px;" /></a>
						<!-- ENDIF -->
						<!-- IF post.U_REPORT -->
						<a href="{post.U_REPORT}" title="{L_POST_REPORT}"><img src="{I_ADMIN_REPORT}" alt="{L_POST_REPORT}" title="{L_POST_REPORT}" style="border:0px;" /></a>
						<!-- ENDIF -->
					</td>
				</tr>
				<tr>
					<td colspan="2">
						<hr />
						<!-- IF post.B_IGNORE -->
						<div class="postbody" style="overflow: auto; width: 100%;">
							{L_POST_IGNORED}
							<br />
							<a href="{post.U_IGNORE_BYPASS}" title="{L_IGNORE_BYPASS}">{L_IGNORE_BYPASS}</a>
						</div>
						<!-- ELSE -->
						<div class="postbody" style="overflow: auto; width: 100%;">
							{post.S_POST_MESSAGE}
						</div>
						<!-- IF post.B_HAS_ATTACHMENT -->
						<br />
						<br />
						<!-- BEGIN attachment -->
						<div align="center">
							<hr width="95%" />
						</div>
						<!-- IF post.attachment.B_DENIED -->
						<table width="95%" border="1" cellpadding="2" cellspacing="0" class="attachtable" align="center">
							<tr>
								<td width="100%" colspan="2" class="attachheader" align="center">
									<strong>
										<span class="gen">
											{post.attachment.L_DENIED}
										</span>
									</strong>
								</td>
							</tr>
						</table>
						<!-- ELSE -->
						<table width="95%" border="1" cellpadding="2" cellspacing="0" class="attachtable" align="center">
							<tr>
								<td width="100%" colspan="2" class="attachheader" align="center">
									<strong>
										<span class="gen">
											<!-- IF post.attachment.B_DEF_CAT -->
											<!-- IF post.attachment.S_UPLOAD_IMAGE -->
											<img src="{post.attachment.S_UPLOAD_IMAGE}" alt="{post.attachment.S_DOWNLOAD_NAME_HTML}" title="{post.attachment.S_DOWNLOAD_NAME_HTML}" />
											<!-- ELSE -->
											<img src="{I_ICON_DISK}" alt="{post.attachment.S_DOWNLOAD_NAME_HTML}" title="{post.attachment.S_DOWNLOAD_NAME_HTML}" />
											<!-- ENDIF -->
											<a href="{post.attachment.U_DOWNLOAD}" title="{post.attachment.S_DOWNLOAD_NAME_HTML}" <!-- IF post.attachment.B_TARGET -->target="_blank" <!-- ENDIF --> class="gen">{post.attachment.S_DOWNLOAD_NAME}</a>
											<!-- ELSE -->
											{post.attachment.S_DOWNLOAD_NAME}
											<!-- ENDIF -->
										</span>
									</strong>
								</td>
							</tr>
							<tr>
								<td width="15%" class="attachrow">
									<span class="genmed">
										&nbsp;{L_DESCRIPTION}:
									</span>
								</td>
								<td width="75%" class="attachrow">
									<span class="genmed">
										&nbsp;{post.attachment.S_COMMENT}
									</span>
								</td>
							</tr>
							<!-- IF post.attachment.B_DEF_CAT -->
							<tr>
								<td width="15%" class="attachrow">
									<span class="genmed">
										&nbsp;{L_FILENAME}:
									</span>
								</td>
								<td width="75%" class="attachrow">
									<span class="genmed">
										&nbsp;{post.attachment.S_DOWNLOAD_NAME}
									</span>
								</td>
							</tr>
							<!-- ENDIF -->
							<tr>
								<td width="15%" class="attachrow">
									<span class="genmed">
										&nbsp;{L_FILESIZE}:
									</span>
								</td>
								<td width="75%" class="attachrow">
									<span class="genmed">
										&nbsp;{post.attachment.S_FILESIZE}
									</span>
								</td>
							</tr>
							<tr>
								<td width="15%" class="attachrow">
									<span class="genmed">
										&nbsp;{post.attachment.L_DOWNLOADED_VIEWED}:
									</span>
								</td>
								<td width="75%" class="attachrow">
									<span class="genmed">
										&nbsp;{post.attachment.S_DOWNLOAD_COUNT} {L_TIMES}
									</span>
								</td>
							</tr>
							<tr>
								<!-- IF post.attachment.B_IMAGE_CAT -->
								<td colspan="2" align="center">
									<br />
									<img src="{post.attachment.U_DOWNLOAD}" alt="{post.attachment.S_DOWNLOAD_NAME_HTML}" title="{post.attachment.S_DOWNLOAD_NAME_HTML}" />
									<br />
									<br />
								</td>
								<!-- ELSEIF post.attachment.B_THUMB_CAT -->
								<td colspan="2" align="center">
									<br />
									<a href="{post.attachment.U_DOWNLOAD}" title="{post.attachment.S_DOWNLOAD_NAME_HTML}" target="_blank"><img src="{post.attachment.U_IMG_THUMB_SRC}" alt="{post.attachment.S_DOWNLOAD_NAME_HTML}" title="{post.attachment.S_DOWNLOAD_NAME_HTML}" style="border:0px;" /></a>
									<br />
									<br />
								</td>
								<!-- ELSEIF post.attachment.B_STREAM_CAT -->
								<td colspan="2" align="center">
									<br />
									<object id="wmp" classid="CLSID:22d6f312-b0f6-11d0-94ab-0080c74c7e95" codebase="http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=6,0,0,0" standby="Loading Microsoft Windows Media Player components..." type="application/x-oleobject">
									<param name="FileName" value="{post.attachment.U_DOWNLOAD}">
									<param name="ShowControls" value="1">
									<param name="ShowDisplay" value="0">
									<param name="ShowStatusBar" value="1">
									<param name="AutoSize" value="1">
									<param name="AutoStart" value="0">
									<param name="Visible" value="1">
									<param name="AnimationStart" value="0">
									<param name="Loop" value="0">
									<embed type="application/x-mplayer2" pluginspage="http://www.microsoft.com/windows95/downloads/contents/wurecommended/s_wufeatured/mediaplayer/default.asp" src="{post.attachment.U_DOWNLOAD}" name=MediaPlayer2 showcontrols=1 showdisplay=0 showstatusbar=1 autosize=1 autostart=0 visible=1 animationatstart=0 loop=0></embed>
									</object>
									<br />
									<br />
								</td>
								<!-- ELSEIF post.attachment.B_SWF_CAT -->
								<td colspan="2" align="center">
									<br />
									<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0" width="{post.attachment.S_WIDTH}" height="{post.attachment.S_HEIGHT}">
									<param name="movie" value="{post.attachment.U_DOWNLOAD}">
									<param name="loop" value="1">
									<param name="quality" value="high">
									<param name="scale" value="noborder">
									<param name="wmode" value="transparent">
									<param name="bgcolor" value="#000000">
									<embed src="{post.attachment.U_DOWNLOAD}" loop="1" quality="high" scale="noborder" wmode="transparent" bgcolor="#000000"  width="{post.attachment.S_WIDTH}" height="{post.attachment.S_HEIGHT}" type="application/x-shockwave-flash" pluginspace="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash"></embed>
									</object>
									<br />
									<br />
								</td>
								<!-- ENDIF -->
							</tr>
						</table>
						<!-- ENDIF -->
						<!-- END attachment -->
						<!-- ENDIF -->
						<!-- IF B_SHOW_SIGNATURES -->
						<br />
						<span class="postbody">
							{post.S_POSTER_SIGNATURE}
						</span>
						<!-- ENDIF -->
						<!-- IF post.B_IS_EDITED -->
						<br />
						<span class="gensmall">
							{post.S_POST_LAST_EDITED_BY}
						</span>
						<!-- ENDIF -->
						<!-- ENDIF -->
					</td>
				</tr>
			</table>
		</td>
	</tr>
	<tr>
		<td class="row1" style="width:100px;" align="left" valign="middle">
		</td>
		<td class="row1" valign="bottom" style="width:100%; height:0px; white-space:nowrap;">
		</td>
	</tr>
	<tr>
		<td class="spaceRow" colspan="2" style="height:0px;"><img src="images/spacer.gif" alt="" width="1" height="0" /></td>
	</tr>
	<!-- END post -->
	<tr align="center"><td class="catBottom" colspan="2" style="height:28px;">{S_POSTS_FOOTER}</td></tr>
</table>


earth's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS)
OS/Apache/Mysql/php/9.2.X/
Back to top
View user's profile Visit poster's website Photo Gallery
earth
Heavy poster
Heavy poster

Offline Offline
Joined: Mar 01, 2006
Posts: 268

PostPosted: Tue Jan 27, 2009 7:13 pm
Post subject: Re: Opinions on modified viewtopic template

oh, forgot to mention, made the +/- karma option, to images!

_________________
dfaddons.com

earth's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS)
OS/Apache/Mysql/php/9.2.X/
Back to top
View user's profile Visit poster's website Photo Gallery
caramel1982
Newbie
Newbie

Offline Offline
Joined: May 22, 2009
Posts: 1
Location: LA, USA
PostPosted: Fri May 22, 2009 2:10 pm
Post subject: Re: Opinions on modified viewtopic template

wow. Thank you so much for your post earth. Great job.

Simulation pret immobilier


caramel1982's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS)
XP/2/4/5/
Back to top
View user's profile Visit poster's website
truecolor
Newbie
Newbie

Offline Offline
Joined: Jun 03, 2009
Posts: 1
Location: truecolor
PostPosted: Wed Jun 03, 2009 7:34 am
Post subject: Re: Opinions on modified viewtopic template

simulation credit auto
Thanks so much for your detailed response. Very useful Big grin


truecolor please enter your server specs in your user profile! Crying or Very sad
Back to top
View user's profile
earth
Heavy poster
Heavy poster

Offline Offline
Joined: Mar 01, 2006
Posts: 268

PostPosted: Sat Jun 26, 2010 9:00 pm
Post subject: Re: Opinions on modified viewtopic template

Cleaned this one up a little more and made a few more adjustments, thanks to everyone for the help, as who wants to see all that crap anyways, so take a peek at one of the lean versions been working on!

Still have not added a few things, like find posts, and removed location and join date, as some sliders with sub cats would be what really could serve best, as that way could include lot more items and not over run the page length!


Code::
<script type="text/javascript" src="includes/javascript/anylink.js">

</script>

<table class="forumline" width="100%" cellspacing="1" cellpadding="3" border="0">

	<tr>

		<td class="catHead" colspan="2" align="right">

			<a href="{U_TOPIC_VIEW_PREVIOUS}" title="{L_TOPIC_VIEW_PREVIOUS}" class="nav">{L_TOPIC_VIEW_PREVIOUS}</a> :: <a href="{U_TOPIC_VIEW_NEXT}" title="{L_TOPIC_VIEW_NEXT}" class="nav">{L_TOPIC_VIEW_NEXT}</a>

		</td>

	</tr>

	

	<!-- IF B_HAS_POLL -->

	<tr>

		<td class="row2" colspan="2"><br clear="all" />

			<!-- INCLUDE forumspro/poll.html -->

		</td>

	</tr>

	<!-- ENDIF -->



	<tr>

		<th class="thLeft" style="width:150px;white-space:nowrap;">

			{L_AUTHOR}

		</th>

		<th class="thRight">

			{L_MESSAGE}

		</th>

	</tr>

	

	<!-- IF S_THANKS_COUNT -->

	<tr>

		<td class="row1">

			{L_USERS_GIVE_THANKS}

		</td>

		<td class="row1">

			<!-- BEGIN thanks -->

			<a href="{thanks.U_USER}" title="{thanks.S_USERNAME}">{thanks.S_USERNAME}</a> - {thanks.S_THANKS_TIME}<!-- IF thanks.B_MORE -->, <!-- ENDIF -->

			<!-- END thanks -->

		</td>

	</tr>

	<!-- ENDIF -->



	<!-- BEGIN post -->

	<tr>

		<td valign="top" class="row1">

<span class="name">

				<strong><img src="{post.S_POSTER_AVATAR}"/>

				<br />

					<a href="" onClick="return clickreturnvalue()" onMouseover="dropdownmenu(this, event, 'anylinkmenu{post.S_POST_ID}')">{post.S_POSTER_NAME}</a>

<div id="anylinkmenu{post.S_POST_ID}" class="anylinkcss">

<!-- BEGIN user_details -->

				<a href="{post.user_details.U_LINK}" title="{post.user_details.L_TITLE}" <!-- IF post.user_details.B_TARGET -->target="_blank" <!-- ENDIF -->><img src="{S_THEME_PATH}/images/forumspro/{S_LANGUAGE}/user/{post.user_details.U_IMAGE}.gif" alt="{post.user_details.L_TITLE}" title="{post.user_details.L_TITLE}" border="0" /></a>

<!-- IF post.user_details.B_IMAGE_2 -->

				<img src="{post.user_details.U_LINK_2}"  <!-- IF post.user_details.B_TARGET_2 -->target="_blank" <!-- ENDIF -->>{post.user_details.L_TITLE_2}</a><!-- ENDIF -->

				<!-- END user_details -->

				<!-- IF POSTER_RANKS_ENABLE -->

				<!-- IF post.S_POSTER_RANK_TITLE -->

				<!-- ENDIF -->

				<!-- IF post.S_POSTER_RANK_IMAGE -->

				<img src="{post.S_POSTER_RANK_IMAGE}" alt="{post.S_POSTER_RANK_TITLE_HTML}" title="{post.S_POSTER_RANK_TITLE_HTML}" />

				<!-- ENDIF -->

				<!-- ENDIF -->

				<!-- IF B_SHOW_AVATARS -->

				<!-- ENDIF -->

				<!-- IF post.B_WHOS_ONLINE_NOT_HIDDEN -->

				<!-- IF post.B_WHOS_ONLINE_ONLINE -->

				<!-- ENDIF -->
				{L_USER_POSTS}:{post.S_POSTER_POSTS}
				<!-- IF post.S_POSTER_FROM -->
				<!-- ENDIF -->

				<!-- IF POSTER_GROUPS_ENABLE -->

				<!-- BEGIN group -->

				<a href="{post.group.U_GROUP}" title="{post.group.S_GROUP_NAME_HTML}">{post.group.S_GROUP_NAME}</a>

				<!-- END group -->

				<!-- ENDIF -->

				<!-- IF KARMA_ENABLE -->

				<img src="{I_USER_ONLINE}" alt="{L_USER_ONLINE}" title="{L_USER_ONLINE}" />

				<!-- ELSE -->

				<img src="{I_USER_OFFLINE}" alt="{L_USER_OFFLINE}" title="{L_USER_OFFLINE}" />

				<!-- ENDIF -->
										<!-- IF post.U_IGNORE -->

						<a href="{post.U_IGNORE}" title="{L_IGNORE}"><img src="{I_USER_IGNORE}" alt="{L_IGNORE}" title="{L_IGNORE}" style="border:0px;" /></a>

						<!-- ENDIF -->

						<!-- IF post.U_IGNORE_STOP -->

						<a href="{post.U_IGNORE_STOP}" title="{L_IGNORE_STOP}"><img src="{I_USER_IGNORE}" alt="{L_IGNORE_STOP}" title="{L_IGNORE_STOP}" style="border:0px;" /></a>

						<!-- ENDIF -->

						<a href="{post.U_QUOTE}" title="{L_POST_QUOTE}"><img src="{I_USER_QUOTE}" alt="{L_POST_QUOTE}" title="{L_POST_QUOTE}" style="border:0px;" /></a>

						<!-- IF post.U_EDIT -->

						<a href="{post.U_EDIT}" title="{L_POST_EDIT}"><img src="{I_USER_EDIT}" alt="{L_POST_EDIT}" title="{L_POST_EDIT}" style="border:0px;" /></a>

						<!-- ENDIF -->

						<!-- IF post.U_DELETE -->

						<a href="{post.U_DELETE}" title="{L_POST_DELETE}"><img src="{I_ADMIN_DELETE_POST}" alt="{L_POST_DELETE}" title="{L_POST_DELETE}" style="border:0px;" /></a>

						<!-- ENDIF -->

						<!-- IF post.U_IP -->

						<a href="{post.U_IP}" title="{L_POST_IP}"><img src="{I_ADMIN_IP}" alt="{L_POST_IP}" title="{L_POST_IP}" style="border:0px;" /></a>

						<!-- ENDIF -->

						<!-- IF post.U_REPORT -->

						<a href="{post.U_REPORT}" title="{L_POST_REPORT}"><img src="{I_ADMIN_REPORT}" alt="{L_POST_REPORT}" title="{L_POST_REPORT}" style="border:0px;" /></a>

						<!-- ENDIF -->

						{L_KARMA}: {post.S_POSTER_KARMA}

				<a href="{post.U_POSTER_KARMA_APPLAUD}" title="{L_APPLAUD}"><img src="themes/default/images/plus.gif"/><a href="{post.U_POSTER_KARMA_SMITE}" title="{L_SMITE}"><img src="themes/default/images/minus.gif"/></a>

				<!-- IF post.POSTER_KARMA_POSITIVE -->

					<style="color: green">

				<!-- ELSEIF post.POSTER_KARMA_NEGATIVE -->

					<style="color: red">

				<!-- ELSE -->

					<style="color: black">

				<!-- ENDIF -->

				<!-- IF S_IS_USER -->



				<!-- ENDIF -->

         		<!-- ENDIF -->

		</td>

		<td class="row1" valign="top">

			<table width="100%" border="0" cellspacing="0" cellpadding="0">

				<tr>

					<td>

						<!-- IF post.B_IS_NEW -->

						<a href="{post.U_POST}" title="{L_POST_NEW}"><img src="{I_ICON_MINIPOST_NEW}" width="12" height="9" alt="{L_POST_NEW}" title="{L_POST_NEW}" style="border:0px;" /></a>

						<!-- ELSE -->

						<a href="{post.U_POST}" title="{L_POST_OLD}"><img src="{I_ICON_MINIPOST}" width="12" height="9" alt="{L_POST_OLD}" title="{L_POST_OLD}" style="border:0px;" /></a>

						<!-- ENDIF -->

						<span class="postdetails">

							{L_POST_SUBJECT}: {post.S_POST_SUBJECT}

							<br />

							{L_POSTED}: {post.S_POST_DATE}

						</span>

					</td>
					</td>

				</tr>

				<tr>

					<td colspan="2">

						<hr />

						<!-- IF post.B_IGNORE -->

						<div class="postbody" style="overflow: auto; width: 100%;">

							{L_POST_IGNORED}

							<br />

							<a href="{post.U_IGNORE_BYPASS}" title="{L_IGNORE_BYPASS}">{L_IGNORE_BYPASS}</a>

						</div>

						<!-- ELSE -->

						<div class="postbody" style="overflow: auto; width: 100%;">

							{post.S_POST_MESSAGE}

						</div>

						<!-- IF post.B_HAS_ATTACHMENT -->

						<br />

						<br />

						<!-- BEGIN attachment -->

						<div align="center">

							<hr width="95%" />

						</div>

						<!-- IF post.attachment.B_DENIED -->

						<table width="95%" border="1" cellpadding="2" cellspacing="0" class="attachtable" align="center">

							<tr>

								<td width="100%" colspan="2" class="attachheader" align="center">

									<strong>

										<span class="gen">

											{post.attachment.L_DENIED}

										</span>

									</strong>

								</td>

							</tr>

						</table>

						<!-- ELSE -->

						<table width="95%" border="1" cellpadding="2" cellspacing="0" class="attachtable" align="center">

							<tr>

								<td width="100%" colspan="2" class="attachheader" align="center">

									<strong>

										<span class="gen">

											<!-- IF post.attachment.B_DEF_CAT -->

											<!-- IF post.attachment.S_UPLOAD_IMAGE -->

											<img src="{post.attachment.S_UPLOAD_IMAGE}" alt="{post.attachment.S_DOWNLOAD_NAME_HTML}" title="{post.attachment.S_DOWNLOAD_NAME_HTML}" />

											<!-- ELSE -->

											<img src="{I_ICON_DISK}" alt="{post.attachment.S_DOWNLOAD_NAME_HTML}" title="{post.attachment.S_DOWNLOAD_NAME_HTML}" />

											<!-- ENDIF -->

											<a href="{post.attachment.U_DOWNLOAD}" title="{post.attachment.S_DOWNLOAD_NAME_HTML}" <!-- IF post.attachment.B_TARGET -->target="_blank" <!-- ENDIF --> class="gen">{post.attachment.S_DOWNLOAD_NAME}</a>

											<!-- ELSE -->

											{post.attachment.S_DOWNLOAD_NAME}

											<!-- ENDIF -->

										</span>

									</strong>

								</td>

							</tr>

							<tr>

								<td width="15%" class="attachrow">

									<span class="genmed">

										&nbsp;{L_DESCRIPTION}:

									</span>

								</td>

								<td width="75%" class="attachrow">

									<span class="genmed">

										&nbsp;{post.attachment.S_COMMENT}

									</span>

								</td>

							</tr>

							<!-- IF post.attachment.B_DEF_CAT -->

							<tr>

								<td width="15%" class="attachrow">

									<span class="genmed">

										&nbsp;{L_FILENAME}:

									</span>

								</td>

								<td width="75%" class="attachrow">

									<span class="genmed">

										&nbsp;{post.attachment.S_DOWNLOAD_NAME}

									</span>

								</td>

							</tr>

							<!-- ENDIF -->

							<tr>

								<td width="15%" class="attachrow">

									<span class="genmed">

										&nbsp;{L_FILESIZE}:

									</span>

								</td>

								<td width="75%" class="attachrow">

									<span class="genmed">

										&nbsp;{post.attachment.S_FILESIZE}

									</span>

								</td>

							</tr>

							<tr>

								<td width="15%" class="attachrow">

									<span class="genmed">

										&nbsp;{post.attachment.L_DOWNLOADED_VIEWED}:

									</span>

								</td>

								<td width="75%" class="attachrow">

									<span class="genmed">

										&nbsp;{post.attachment.S_DOWNLOAD_COUNT} {L_TIMES}

									</span>

								</td>

							</tr>

							<tr>

								<!-- IF post.attachment.B_IMAGE_CAT -->

								<td colspan="2" align="center">

									<br />

									<img src="{post.attachment.U_DOWNLOAD}" alt="{post.attachment.S_DOWNLOAD_NAME_HTML}" title="{post.attachment.S_DOWNLOAD_NAME_HTML}" />

									<br />

									<br />

								</td>

								<!-- ELSEIF post.attachment.B_THUMB_CAT -->

								<td colspan="2" align="center">

									<br />

									<a href="{post.attachment.U_DOWNLOAD}" title="{post.attachment.S_DOWNLOAD_NAME_HTML}" target="_blank"><img src="{post.attachment.U_IMG_THUMB_SRC}" alt="{post.attachment.S_DOWNLOAD_NAME_HTML}" title="{post.attachment.S_DOWNLOAD_NAME_HTML}" style="border:0px;" /></a>

									<br />

									<br />

								</td>

								<!-- ELSEIF post.attachment.B_STREAM_CAT -->

								<td colspan="2" align="center">

									<br />

									<object id="wmp" classid="CLSID:22d6f312-b0f6-11d0-94ab-0080c74c7e95" codebase="http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=6,0,0,0" standby="Loading Microsoft Windows Media Player components..." type="application/x-oleobject">

									<param name="FileName" value="{post.attachment.U_DOWNLOAD}">

									<param name="ShowControls" value="1">

									<param name="ShowDisplay" value="0">

									<param name="ShowStatusBar" value="1">

									<param name="AutoSize" value="1">

									<param name="AutoStart" value="0">

									<param name="Visible" value="1">

									<param name="AnimationStart" value="0">

									<param name="Loop" value="0">

									<embed type="application/x-mplayer2" pluginspage="http://www.microsoft.com/windows95/downloads/contents/wurecommended/s_wufeatured/mediaplayer/default.asp" src="{post.attachment.U_DOWNLOAD}" name=MediaPlayer2 showcontrols=1 showdisplay=0 showstatusbar=1 autosize=1 autostart=0 visible=1 animationatstart=0 loop=0></embed>

									</object>

									<br />

									<br />

								</td>

								<!-- ELSEIF post.attachment.B_SWF_CAT -->

								<td colspan="2" align="center">

									<br />

									<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0" width="{post.attachment.S_WIDTH}" height="{post.attachment.S_HEIGHT}">

									<param name="movie" value="{post.attachment.U_DOWNLOAD}">

									<param name="loop" value="1">

									<param name="quality" value="high">

									<param name="scale" value="noborder">

									<param name="wmode" value="transparent">

									<param name="bgcolor" value="#000000">

									<embed src="{post.attachment.U_DOWNLOAD}" loop="1" quality="high" scale="noborder" wmode="transparent" bgcolor="#000000"  width="{post.attachment.S_WIDTH}" height="{post.attachment.S_HEIGHT}" type="application/x-shockwave-flash" pluginspace="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash"></embed>

									</object>

									<br />

									<br />

								</td>

								<!-- ENDIF -->

							</tr>

						</table>

						<!-- ENDIF -->

						<!-- END attachment -->

						<!-- ENDIF -->

						<!-- IF B_SHOW_SIGNATURES -->

						<br />

						<span class="postbody">

							{post.S_POSTER_SIGNATURE}

						</span>

						<!-- ENDIF -->

						<!-- IF post.B_IS_EDITED -->

						<br />

						<span class="gensmall">

							{post.S_POST_LAST_EDITED_BY}

						</span>

						<!-- ENDIF -->

						<!-- ENDIF -->

					</td>

				</tr>

			</table>

		</td>

	</tr>

	<tr>

		<td class="row1" style="width:100px;" align="left" valign="middle">

		</td>

		<td class="row1" valign="bottom" style="width:100%; height:0px; white-space:nowrap;">

		</td>

	</tr>

	<tr>

		<td class="spaceRow" colspan="2" style="height:0px;"><img src="images/spacer.gif" alt="" width="1" height="0" /></td>

	</tr>

	<!-- END post -->

	<tr align="center"><td class="catBottom" colspan="2" style="height:28px;">{S_POSTS_FOOTER}</td></tr>

</table>

_________________
dfaddons.com

earth's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS)
OS/Apache/Mysql/php/9.2.X/
Back to top
View user's profile Visit poster's website Photo Gallery
Yingchun
Newbie
Newbie

Offline Offline
Joined: Jul 27, 2011
Posts: 1
Location: Alaska
PostPosted: Wed Jul 27, 2011 9:46 am
Post subject: Re: Opinions on modified viewtopic template

When one user (testing in this case) fills in all the contact fields in their profile..and the drop down box is populated for that when you roll over their name, when you roll over another user (sulli in this case) then the options are still populated regardless of what that user has selected.


Yingchun's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS)
ewewfew
Back to top
View user's profile Visit poster's website
Display posts from previous:   
Post new topic    Reply to topic    Printer Friendly Page    Forum Index ⇒  Themes
Page 4 of 4
All times are GMT
Go to page Previous  1, 2, 3, 4



Jump to:  


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You cannot download files in this forum


 
   Toggle Content User Info

Welcome Anonymous

Nickname
Password
(Register)

   Toggle Content Last CVS commits
· Fixed .ico Expires header.
· Removed domain name from cookies so subdomains wont access them anymore.
· CSS and JS, case insensitives.
· CSS and JS, send correct HTTP 1.1 headers and fixed issues where themes and...
· Further security class improvements.
· 301 redirects on LEO changes
· Option to force 3xx http status codes
· Validate googlebot.com and google.com crawlers.
· CCBot
· Rss with etag and atom.

閱讀詳細內容...

   Toggle Content Community

Support for DragonflyCMS in a other languages:

Deutsch
Español

   Toggle Content X-links
UltraEdit Browse Happy logo Firefox MySQL PostgreSQL Valid CSS! Valid XHTML 1.0! Unicode Encoded Badge NukeBiz Resources Raven DragonflyCMS Dedicated Now InsideSupport Lampe Berger

You are seeing squares or questionmarks on this page?

All content of this website is copyrighted by the Creative Commons NC-SA
The logos and trademarks used on this site are the property of their respective owners
We are not responsible for comments posted by our users, as they are the property of the poster.
Our server runs on a P3 1.2GHz with 512MB RAM with no accelerators
Support GoPHP5.org
Interactive software released under GNU GPL, Code Credits, Privacy Policy