Sep
8
在Windows Update 手動更新時發生
403 - Forbidden: Access is denied.
http://support.micro...49377/zh-tw#fixit4me
============ 2011/09/20 更新 =================
開啟自動更新就可以了 ...
403 - Forbidden: Access is denied.
http://support.micro...49377/zh-tw#fixit4me
============ 2011/09/20 更新 =================
開啟自動更新就可以了 ...
Jul
8
http://forum.icst.org.tw/phpbb/viewtopic.php?f=15&t=15025
引用
會出現這個問題都是小弟我手賤去調到了其中一個群組原則設定,導致對該印表機有使用權限的使用者也無法將其加入,我不小心調到了"裝置:防止使用者安裝印表機驅動程式"的設定,此設定的位置在電腦設定→Windows設定→安全性設定→本機原則→安全性選項中,該原則的說明如下:(當初我就是看到了"啟用後只有administrator及power user能安裝網路印表機及驅動程式"的說明才啟用的,沒想到公司power user的使用者還是無法加入印表機,後來將此原則停用後使用者就可以安裝印表機了)
裝置:防止使用者安裝印表機驅動程式
電腦如要列印至網路印表機,必須在本機電腦上安裝網路印表機的驅動程式。此安全設定會決定,哪些使用者能夠在新增網路印表機時,同時安裝印表機驅動程式。如果您啟用此設定,只有 Administrators 和 Power Users 能在新增網路印表機時,同時安裝印表機驅動程式。如果您停用此設定,任何使用者都能在安裝網路印表機時,同時安裝印表機驅動程式。
預設值:
在伺服器上為啟用狀態。
在工作站上為停用狀態。
裝置:防止使用者安裝印表機驅動程式
電腦如要列印至網路印表機,必須在本機電腦上安裝網路印表機的驅動程式。此安全設定會決定,哪些使用者能夠在新增網路印表機時,同時安裝印表機驅動程式。如果您啟用此設定,只有 Administrators 和 Power Users 能在新增網路印表機時,同時安裝印表機驅動程式。如果您停用此設定,任何使用者都能在安裝網路印表機時,同時安裝印表機驅動程式。
預設值:
在伺服器上為啟用狀態。
在工作站上為停用狀態。
Apr
18
<<轉胋>>
1160 手動歸零方法
EPSON Stylus Color 440, 640, 740, 460, 660, 670, 760, 860, 880, 1160
1關閉印表機;2同時按住LOAD/EJECT (進紙鍵)和CLEANING (清洗鍵) 不放;3再按下POWER (電源開關) 不動,直到缺墨燈或缺紙燈開始閃爍;4釋放所有按鍵;5在 2-3 秒內 再次按住CLEANING (清洗鍵) 直到所有燈閃爍後釋放;6關閉印表機。
EPSON Stylus Photo 890, 1280, 1290
同時按住Maintenance(清洗鍵)和Roll Paper(進紙鍵);再按下POWER(電源開關);電源燈開始閃爍;釋放所有按鍵;在2-3秒內再次按下Roll Paper(進紙鍵)並保持10-12秒,直到所有的燈閃爍。
1160 手動歸零方法
EPSON Stylus Color 440, 640, 740, 460, 660, 670, 760, 860, 880, 1160
1關閉印表機;2同時按住LOAD/EJECT (進紙鍵)和CLEANING (清洗鍵) 不放;3再按下POWER (電源開關) 不動,直到缺墨燈或缺紙燈開始閃爍;4釋放所有按鍵;5在 2-3 秒內 再次按住CLEANING (清洗鍵) 直到所有燈閃爍後釋放;6關閉印表機。
EPSON Stylus Photo 890, 1280, 1290
同時按住Maintenance(清洗鍵)和Roll Paper(進紙鍵);再按下POWER(電源開關);電源燈開始閃爍;釋放所有按鍵;在2-3秒內再次按下Roll Paper(進紙鍵)並保持10-12秒,直到所有的燈閃爍。
Jan
26
修改詢問頁面
components\com_virtuemart\themes\default\templates\pages\shop.ask.tpl.php
第34行
原始程式碼
修正程式碼
administrator/components/com_virtuemart/classes/ps_product.php
第2190行
原始程式碼
修正程式碼
使用版本
Joomla 1.5.22
VirtueMart 1.1.6
components\com_virtuemart\themes\default\templates\pages\shop.ask.tpl.php
第34行
原始程式碼
<textarea rows="10" cols="60" name="text" id="contact_text" class="inputbox"><?php echo utf8_decode($subject) ?></textarea><br />
修正程式碼
<textarea rows="10" cols="60" name="text" id="contact_text" class="inputbox"><?php echo urldecode($subject) ?></textarea><br />
administrator/components/com_virtuemart/classes/ps_product.php
第2190行
原始程式碼
$product_name = htmlentities( $this->get_field($product_id, 'product_name'), ENT_QUOTES );
修正程式碼
$product_name = htmlentities( $this->get_field($product_id, 'product_name'), ENT_QUOTES, 'utf-8' );
使用版本
Joomla 1.5.22
VirtueMart 1.1.6
Jan
25
Here is the solution
1. Go to your site's file manager
2. Go to Component > com_virtuemart > themes > default > templates > common
3. Open shopIndex.tpl.php in edit mode
4. Locate the following code:
5. Delete it.
資料來源
http://forum.virtuem...ex.php?topic=75103.0
1. Go to your site's file manager
2. Go to Component > com_virtuemart > themes > default > templates > common
3. Open shopIndex.tpl.php in edit mode
4. Locate the following code:
<?php if( isset($paypalLogo)) : ?>
<div class="vmRecent" style="padding: 10px; text-align: center;">
<?php echo $paypalLogo; ?>
</div>
<?php endif; ?>
<div class="vmRecent" style="padding: 10px; text-align: center;">
<?php echo $paypalLogo; ?>
</div>
<?php endif; ?>
5. Delete it.
資料來源
http://forum.virtuem...ex.php?topic=75103.0
Jan
4
找不到合適的網頁範本嗎...那乾脆自己DIY做一個可用於下列網站
Joomla templates, Drupal themes, Wordpress themes, DotNetNuke skins, Blogger templates
http://www.artisteer.com/
Joomla templates, Drupal themes, Wordpress themes, DotNetNuke skins, Blogger templates
http://www.artisteer.com/