phpBB3风格的模板文件列表

英文原文:Knowledge Base - phpBB3 Styles' files list作者:TheIlluminative译者:greatboy描述:一个关于 phpBB3 样式风格里使用的所有文件列表。phpBB3 样式的文件列表就像 phpBB2, phpBB3 包含了一个页眉,主体和页角,其中 overall_header.html 与 simple_header.html 控制页眉,overall_footer.html 和 simple_footer.html 控制页角,其余的则通过其他模板文件来定义(我将在后文解释),普通的页面使用 overall_header.html 和 overall_footer.html (当然还包括 index, viewforum, viewtopic 等等),进一步说,主题查看使用 simple_header.html 和 simple_footer.html,现在更具有吸引力的事情是页眉和页角完全由他们自己的模板文件来决定,而不是 PHP 文件,你可以使用任一文件成为你的页眉,甚至是设计完全新的页眉。phpBB3 释放版本包括了两种风格,prosilver 和 subsilver2,每一个单一的风格都有不同的设计和编码: subsilver2 由表格组成,就像 phpBB2 的老式 subsilver,CSS 被用来定义颜色,背景等等。 prosilver 完全依赖于CSS,他是用 DIVs 和 Lists 设计的。文件拓展名已经由 phpBB2 的 TPL 改变为现在 phpBB3 使用的 HTML。这样做是为了使一些人更容易的写语法高亮,简化他们的工作,等等。Styles 文件夹包含了一个 style.cfg 的文件和三个文件夹。style.cfg 包含了风格的信息(风格的名字,作者,版本..等等),这些文件夹则是: imageset-包含了该风格使用的图片和一个定义风格图片的 imageset.cfg文件。 template-包含了主要的 HTML 文件,负责风格的设计,页面,在哪显示等等。还有一个包含模板信息的 template.cfg 文件。 theme-包含了用来定义事物如何显示的 CSS 文件,颜色,背景,链接等等。和一个包含主题信息的 theme.cfg 文件。这里有一个列表,他包含您能在 styles 目录(“prosilver“ 或者“subsilver2“)找到的所有文件的说明和每个文件包含的函数的作用:phpBB3 有两种不同的风格,不同的样式。我会先列出两种风格中相同的文件,它们有一样的函数,然后我会列出每个风格相对其他风格的不同的文件。theme 文件夹 stylesheet.css-该文件负责 CSS 编码设计和所有伪类的使用。prosilver 相对 subsilver2 的不同的文件: bidi.css-负责使用 RTL 调整论坛,像 Arabic 和 Hebrew。 buttons.css-负责论坛按钮的显示(最新文章,发表回复等等)。 colours.css-该文件负责论坛的颜色,文字,背景等等。 common.css-普通的样式像页首,主体,页尾等等。 content.css-内容和内部页面样式,像 viewforum_body.html, viewtopic_body.html 等等。 cp.css-用户控制面板样式,标签,PMs 页面等等。 forums.css-窗口样式,例子:登入框,发布页,文字域等等。 large.css-当使用 'A' 按钮时,显示大字体。 links.css-链接样式,颜色,背景,hovers等等。(颜色使用继承自 colours.css,这是用来格式它们的,文字大小,样式等等)。 medium.css-当使用 'A' 按钮时,显示中等大小的文字。 normal.css-当 'A' 按钮回到开始状态时,显示正常大小的文字。 print.css-当使用 '打印' 按钮时,负责将主题格式化为打印状态。 tweaks.css-针对浏览器的特殊调整,如 ie。所有的这些文件将通过使用 'import' 语句组合到 stylesheet.css 文件中来:代码: 全选 @import url("filename.css");theme 文件夹还包含了一个 images 文件夹,它包含了风格使用的图片,背景,图标 .. 等等。Template folder attachment.html-该文件在发表帖子和 PMs 显示附件。 bbcode.html-BBcode 按钮文件,包含了按钮和他们的工作。 confirm_body.html-确认页面。出现在需要确定一些事的场所(像删除一个主题的时候)。 custom_profile_fields.html-自定义配置页面,出现在编辑配置文件,当在注册页面中指定。 editor.js-编辑 javascript 文件,被使用在书写一篇文章,回复,PM并应用 BBcode 按钮和其他的写作对象。 faq_body.html-常见问题解答页面和 BBcode 帮助页面。 forumlist_body.html-该文件显示论坛首页,以及查看子论坛的类别。 jumpbox.html-显示快速跳转页面。 login_body.html-登入页面,使用在登入论坛,或者确定密码进入 ACP(管理员控制面板)时。 mcp_approve.html-主题和文章批准页面,当有主题或文章在队列时,该文件负责显示它们。 mcp_ban.html-封禁页面,当版主同意封禁用户时显示。 mcp_footer.html-MCP(版主控制面板)页角,包含分页,主题,文章等等。 mcp_forum.html-在 MCP 的论坛管理。 mcp_front.html-MCP 头版,包含最近的行为:最后5个报告,最后5个日志等等。 mcp_header.html-MCP 页眉,包含标签和区块,正在放缓的对象标题等等。 mcp_logs.html-版主日志页面,一个版主可以查看他和其他版主行为的页面。 mcp_message.html-该信息出现在版主做完一个动作之后,举个例子改变一个主题的类型。 mcp_move.html-版主移动主题页面,您可以选择主题移动的目的地和批准该移动。 mcp_note_front.html-会员警告头版,你从这里选择用户,关于他的警告就会出现。 mcp_notes_user.html-用户警告出现的页面,在这里你可以阅读用户警告并在上面写您自己的警告。 mcp_post.html-MCP 的文章审阅页面,为版主显示选项来锁定文章的编辑,改变作者等等。 mcp_queue.html-该页面在审阅队列显示主题和文章。 mcp_reports.html-该页面显示 MCP 的报告。 mcp_topic.html-MCP 的主题审阅页面,在这里你可以编辑,锁定,改变黏性等等。 mcp_viewlogs.html-显示一个特殊的主题日志的页面。 mcp_warn_front.html-警告页面,你可以看到大部分被警告的用户,最近的5个警告和选择一个警告的用户在这里。 mcp_warn_list.html-一个显示所有被警告的会员的列表的页面。 mcp_warn_post.html-警告用户的一个特殊文章的页面,当你在一篇文章中点击警告,它将会出现。 mcp_warn_user.html-警告一个用户的页面,当你从警告头版中寻找一个用户并在他的个人资料点击警告时出现。 mcp_whois.html-当你点击他是谁时显示一个 IP 信息的页面。 memberlist_body.html-会员列表页面,在页眉点击 '用户列表' 是看到该页面。 memberlist_email.html-发送一个 email 页面,在用户资料点击 '发送邮件 用户名' 或者 email 主题会看到这个页面(在 email 设置中“用户通过论坛发送email“ 必须启用)。 memberlist_im.html-弹出一个页面发送即时消息,在用户资料点击即时通信可以看到该页面。 memberlist_leaders.html-管理员和版主列表页面,在页角点击 '管理团队' 会看到它。 memberlist_search.html-寻找用户页面,在会员列表点击 '查找用户' 会看到它。 memberlist_view.html-用户资料显示页面,点击用户名会看到该页面。 message_body.html-一个普通信息,当你进行一个动作,比如添加主题,会有一个信息说 '文章已成功发表' 等等,该页面负责这些。 overall_footer.html-论坛的页角,使用在主要的页面,如主页,查看论坛,搜索...等等。并包含版权,翻译信息..等等。 overall_header.html-论坛的页眉,使用在主要的页面包含logo,链接...等等。 posting_attach_body.html-附件块,显示在发表页面。 posting_body.html-发表页面,使用在编写主题,文章,PMs...等等。 posting_buttons.html-该页面负责显示 BBcode 按钮,使用在发表主题,PM...等等。 posting_poll_body.html-该页面显示一个 '添加投票' 区块,当编写一个主题时出现。 posting_preview.html-显示一个主题,文章或信息页面的预览,当你编写一个主题,文章或信息时点击 '预览' 按钮,该页面将会出现。 posting_review.html-该页面出现在当你编写回复,并且在你编写期间有另一主题回复,该页面将会显示并告诉你已经有了一个回复,并让你查看,如果你看到后决定是否改变您的回复内容。 posting_smilies.html-表情页面,出现在编写主题,回复或者信息时。 posting_topic_review.html-主题重新查看页面,出现在回复主题重新查看主题时。 search_body.html-搜索头版,在页眉点击 '搜索' 按钮将会看到该页面。 search_results.html-搜索结果页面,搜索任何条款,该页面将会显示。 simple_footer.html-弹出窗口的页角,主题重新查看页面等等。 simple_header.html-弹出窗口的页眉,主题重新查看的页面等等。 template.cfg-该文件包含模板信息,用来定义论坛的模板。 ucp_agreement.html-同意页面,当点击页眉的用户注册将会看到它。 ucp_attachments.html-在论坛中一个显示所有用户的附件的页面,但在UCP(用户管理页面)点击 '管理附件' 可以看到该页面。 ucp_footer.html-UCP的页角。 ucp_groups_manage.html-管理小组页面,如果你是一个用户组的管理员,该页面负责管理。 ucp_groups_membership.html-小组成员资格页面,点击 '用户组' 可以看到该页面。 ucp_header.html-UCP的页眉,包含区块,链接等等。 ucp_main_bookmarks.html-书签页面,显示书签并允许你管理它们,当你点击 '管理书签' 可以看到该页面。 ucp_main_drafts.html-管理草案页面,当在 UCP 点击 '管理草案' 能找到他。 ucp_main_front.html-UCP 头版,在页眉点击 '用户管理面板' 可以看到该页面。 ucp_main_subscribed.html-显示你的订阅的页面,这里你查看并管理你的订阅,在 UCP 点击 '管理订阅' 可以看到它。 ucp_pm_history.html-历史信息,当用户回复信息时显示你的信息历史。 ucp_pm_message_footer.html-私人信息页角,当查看一个信息时会看到。 ucp_pm_options.html-私人信息设置,在 '私人信息' 页面点击 '规则,文件夹和设置' 可以看到该页面。 ucp_pm_popup.html-新邮件弹出窗口,当你有新消息并且你在 '论坛参数' 启用了 '有私人消息时弹出窗口' 选项。 ucp_pm_viewfolder.html-查看文件夹页面,在文件夹显示信息,例如,输入框,输出框,发送信息...等等。在论坛点击可看到该页面。 ucp_pm_viewmessage.html-查看信息页面,点击一个信息并阅读可以看到它。 ucp_prefs_personal.html-全局设置页面,在 UCP 点击 '论坛参数' 然后点击 '编辑全局设置' 可以看到该页面。 ucp_prefs_post.html-发表默认设置页面,在 UCP 点击 '论坛参数' 然后点击 '编辑默认发表' 可以看到该页面。 ucp_prefs_view.html-显示设置页面,在 UCP 点击 '论坛参数' 然后点击 '编辑显示选项' 可以看到它。 ucp_profile_avatar.html-头像设置页面,在 UCP 点击 '个人资料' 然后点击 '编辑头像' 可以看到它。 ucp_profile_profile_info.html-个人资料页面,在 UCP 点击 '个人资料' 然后点击 '编辑个人资料' 可以看到该页面。 ucp_profile_reg._details.html-帐号设置页面,e-mail,密码等等。在 UCP 点击 '个人资料' 然后点击 '编辑帐号设置' 可以看到它。 ucp_profile_signature.html-签名设置页面,在 UCP 点击 '个人资料' 然后点击 '编辑签名' 可以看到它。 ucp_register.html-注册新用户页面,在页眉点击 '注册' 可以看到它。 ucp_remind.html-密码找回页面,在登入页面点击 '我忘记了密码' 可以看到它。 ucp_resend.html-再次发送激活代码,如果你没有受到激活 email。点击 '发送激活 e-mail' 可以看到它。 ucp_zebra_foes.html-黑名单管理页面,显示你的黑名单并允许你添加,管理他们,在 UCP 点击 '好友和黑名单' 然后点击 '管理黑名单' 可以看到它。 ucp_zebra_friends.html-好友管理页面。 viewforum_body.html-显示论坛页面,在主页点击论坛的标题可以看到它。 viewonline_body.html-显示谁在线的页面,在主页点击 '谁在线' 可以看到它。 viewonline_whois.html-当在 viewonline.php 页面点击 '他是谁' 时显示他的 IP 信息的页面。 viewtopic_body.html-显示主题和文章的页面,点击一个主题标题可以看到它。 viewtopic_print.html-打印预览页面,查看主题时点击在页眉的打印按钮可以看到它。每个风格与相对不同的文件。prosilver drafts.html-加载一个草稿页面,当发表点击 '加载' 可以看到该页面。 forum_fn.js-论坛功能的 JavaScript 文件,控制弹出窗口,跳转页面等等。 posting_editor.html-prosilver 的主要发表页面。 posting_layout.html-发表页面,包含编辑框,表情和投票,附件等等。 posting_pm_layout.html-编写信息的主要页面,和 posting_layout.html 一样,只不过是私人信息。这宣称与 'posting_body.html' 本身无关。分别把他们包含在这个文件里。(This declares that 'posting_body.html' has nothing itself, but is divided into the files shown up, then these files are included into it to from the file.) styleswitcher.js-该 javaScript 文件包含用户的 Cookies, '改变字体' 功能,积极样式表设置...等等。 ucp_avatar_options.html-用户头像设置。该文件和发表页面一样, 'ucp_profile_avatar.html' 同样包含了该文件来显示头像设置。subsilver2 breadcrumbs.html-该页面显示导航路径,和时间设置。 mcp_jumpbox.html-MCP 的跳转页面(该文件已不在使用了)。 memberlist_group.html-该页面显示群组信息,点击 '群组名字' 可以看到该页面。 pagination.html-该文件显示论坛,主题等等的分页,如果多于一页的话。 posting_progress_bar.html-加载页面,当上传一个附件会出现一个弹出窗口显示加载进度,这是它要显示的。 searchbox.html-论坛,主题等等的搜索框。为了包含一个文件,可以通过使用 'INCLUDE' 功能达到该目的,像这样:代码: 全选 我认为这就是所有的了 :grin:
##################################################################################### ## ## MOD Title: AUCTION MOD 1.3m ## MOD Author: FR (www.phpbb-auction.com) ## MOD Description: - ## MOD Version: 1.3m ## ## Installation Level: (Middle) ## Installation Time: till your done ## ## Requirements: A running phpBB 2.0.x (lastest version recommended) ## GD 1.8.x - 2.0 or higher (require for auto-thumbnail ## HTTP File Upload Enabled ## ## Tested with: __________ ## ## Files To Edit: viewonline.php ## viewtopic.php ## admin/index.php ## includes/usercp_viewprofile.php ## includes/page_header.php ## language/lang_english/lang_admin.php ## language/lang_english/lang_main.php ## templates/subSilver/subSilver.cfg ## templates/subSilver/overall_header.tpl ## templates/subSilver/viewtopic_body.tpl ## templates/subSilver/profile_view_body.tpl ## ## Included Files: to much to mention ## ##################################################################################### ## ## Before Adding This MOD To Your Forum, You Should Back Up All Files ## Related To This MOD ## ##################################################################################### ## ## For Security Purposes, you should check www.phpbb-auction.com for news and patches ## ##################################################################################### ## ## Author Notes: ## ## ##################################################################################### ## ## This hack is released under the GPL License. ## This hack can be freely used, but not distributed, without permission. ## Intellectual Property is retained by the author listed above. ## ##################################################################################### # # If you have the phpbb-auction 1.2m installed you should use the update.txt # document. # # #-----[ COPY ]------------------------------------------------------- # # Upload all files in directory "phpbb_root" with their structure to your # phpBB root directory # # Remember to upload all the language files and template files to all your # language packs and template directories # # If you use FTP please remember to use ASCII mode for text files (*.php, *.tpl) # and BINARY mode for image files (*.jpg, *.gif) # Fortunately good FTP clients today can auto-detect the mode for your files # #-----[ ACTION ]-------------------------------------- # Require for Unix-like host (you can use your FTP client to do this) # # CHMOD 777 auction/upload/ # CHMOD 777 auction/upload/cache/ # CHMOD 777 auction/upload/main/ # CHMOD 777 auction/upload/main/watermark/ # CHMOD 777 auction/upload/mini/ # CHMOD 777 auction/upload/tmp/ # CHMOD 777 auction/upload/wmk/ # CHMOD 777 auction/upload/watermark/ # CHMOD 777 auction/upload/wmk/main_watermark.png # CHMOD 777 auction/upload/wmk/big_watermark.png # #-----[ ACTION ]-------------------------------------- # # Run the install_db.php and delete (!!!) the file afterwards //////////////////////////////////////////////////////////////////////////////// 3 - Perform the following filechanges //////////////////////////////////////////////////////////////////////////////// # #-----[ OPEN ]------------------------------------------ # viewonline.php # #-----[ FIND ]------------------------------------------ # include($phpbb_root_path . 'includes/page_header.'.$phpEx); # #-----[ AFTER, ADD ]------------------------------------------ # include($phpbb_root_path . 'auction/auction_common.'.$phpEx); # #-----[ FIND ]------------------------------------------ # case PAGE_FAQ: $location = $lang['Viewing_FAQ']; $location_url = "faq.$phpEx"; break; # #-----[ AFTER, ADD ]------------------------------------------ # case AUCTION_ROOM: $location = $lang['Auction']; $location_url = "auction.$phpEx"; break; case AUCTION_OFFER: $location = $lang['Auction']; $location_url = "auction.$phpEx"; break; case AUCTION_RATING: $location = $lang['Auction']; $location_url = "auction.$phpEx"; break; case AUCTION_FAQ: $location = $lang['Auction']; $location_url = "auction.$phpEx"; break; case AUCTION_MYAUCTION: $location = $lang['Auction']; $location_url = "auction.$phpEx"; break; case AUCTION_OFFER_VIEW: $location = $lang['Auction']; $location_url = "auction.$phpEx"; break; case AUCTION_SITEMAP: $location = $lang['Auction']; $location_url = "auction.$phpEx"; break; case AUCTION_PIC_MANAGER: $location = $lang['Auction']; $location_url = "auction.$phpEx"; break; # #-----[ OPEN ]------------------------------------------ # admin/index.php # #-----[ FIND ]------------------------------------------ # require('./pagestart.' . $phpEx); # #-----[ AFTER, ADD ]------------------------------------------ # include($phpbb_root_path . 'auction/auction_common.'.$phpEx); # #-----[ FIND ]------------------------------------------ # # 2 times case PAGE_FAQ: $location = $lang['Viewing_FAQ']; $location_url = "index.$phpEx?pane=right"; break; # #-----[ AFTER, ADD ]------------------------------------------ # # 2 times case AUCTION_ROOM: $location = $lang['Auction']; $location_url = "auction.$phpEx?pane=right"; break; case AUCTION_OFFER: $location = $lang['Auction']; $location_url = "auction.$phpEx?pane=right"; break; case AUCTION_RATING: $location = $lang['Auction']; $location_url = "auction.$phpEx?pane=right"; break; case AUCTION_FAQ: $location = $lang['Auction']; $location_url = "auction.$phpEx?pane=right"; break; case AUCTION_MYAUCTION: $location = $lang['Auction']; $location_url = "auction.$phpEx?pane=right"; break; case AUCTION_OFFER_VIEW: $location = $lang['Auction']; $location_url = "auction.$phpEx?pane=right"; break; case AUCTION_SITEMAP: $location = $lang['Auction']; $location_url = "auction.$phpEx?pane=right"; break; case AUCTION_PIC_MANAGER: $location = $lang['Auction']; $location_url = "auction.$phpEx?pane=right"; break; # #-----[ OPEN ]------------------------------------------ # /language/lang_english/lang_admin.php # #-----[ FIND ]------------------------------------------ # $lang['Styles'] = 'Styles Admin'; # #-----[ AFTER, ADD ]------------------------------------------ # $lang['Auction'] = 'Auction'; $lang['a1_configuration'] = 'Configuration'; $lang['a2_roommangement'] = 'Manage Rooms'; $lang['a4_coupons'] = 'Manage Coupons'; $lang['a3_offer'] = 'Manage Offers'; $lang['a5_ipn_log'] = 'Manage IPN Log'; $lang['a6_picture_Configuration'] = 'Manage Images'; $lang['a7_permission'] = 'Manage Permissions'; $lang['a8_account'] = 'Manage Account'; # #-----[ OPEN ]------------------------------------------ # /templates/subSilver/subSilver.cfg # #-----[ FIND ]------------------------------------------ # $current_template_images = $current_template_path . "/images"; # #-----[ AFTER, ADD ]------------------------------------------ # $images['auction_locked']="$current_template_images/auction_locked.gif"; $images['auction_open']="$current_template_images/auction_open.gif"; $images['icon_auction_delete']="$current_template_images/auction_delete.gif"; $images['icon_auction_move']="$current_template_images/auction_move.gif"; $images['icon_auction_pic']="$current_template_images/auction_pic.gif"; $images['icon_auction_no_pic']="$current_template_images/auction_nopic.gif"; $images['icon_auction_down']="$current_template_images/auction_down.gif"; $images['icon_auction_up']="$current_template_images/auction_up.gif"; $images['icon_auction_feature']="$current_template_images/auction_feature.gif"; $images['icon_rating1']="$current_template_images/rating/1.gif"; $images['icon_rating2']="$current_template_images/rating/2.gif"; $images['icon_rating3']="$current_template_images/rating/3.gif"; $images['icon_rating4']="$current_template_images/rating/4.gif"; $images['icon_auction_watch']="$current_template_images/auction_add.gif"; $images['icon_auction_user_rating'] = "$current_template_images/{LANG}/icon_auction_user_rating.gif"; $images['newoffer'] = "$current_template_images/{LANG}/newoffer.gif"; $images['direct_sell'] = "$current_template_images/{LANG}/auction_buy_now.gif"; $images['vote_left'] = "$current_template_images/vote_lcap.gif"; $images['vote_right'] = "$current_template_images/vote_rcap.gif"; $images['auction_vote_right'] = "$current_template_images/auction_voting_barb.gif"; $images['auction_vote'] = "$current_template_images/auction_voting_bar.gif"; # #-----[ OPEN ]------------------------------------------ # /language/lang_english/lang_main.php # #-----[ FIND ]------------------------------------------ # $lang['datetime']['Dec'] = 'Dec'; # #-----[ AFTER, ADD ]------------------------------------------ # // Auction $lang['Auction'] = 'Auction'; # #-----[ OPEN ]------------------------------------------ # /templates/subSilver/overall_header.tpl # #-----[ FIND ]------------------------------------------ # <a href="{U_GROUP_CP}" class="mainmenu"><img src="templates/subSilver/images/icon_mini_groups.gif" width="12" height="13" border="0" alt="{L_USERGROUPS}" hspace="3" />{L_USERGROUPS}</a> # #-----[ AFTER, ADD ]------------------------------------------ #   <a href="{U_AUCTION}" class="mainmenu"><img src="templates/subSilver/images/icon_mini_auction.gif" width="12" height="13" border="0" alt="{L_AUCTION}" hspace="3" />{L_AUCTION}</a> # #-----[ OPEN ]------------------------------------------ # includes/page_header.php # #-----[ FIND ]------------------------------------------ # 'L_FAQ' => $lang['FAQ'], # #-----[ AFTER, ADD ]------------------------------------------ # 'L_AUCTION' => $lang['Auction'], # #-----[ FIND ]------------------------------------------ # 'U_FAQ' => append_sid('faq.'.$phpEx), # #-----[ AFTER, ADD ]------------------------------------------ # 'U_AUCTION' => append_sid('auction.'.$phpEx), # #-----[ OPEN ]------------------------------------------ # viewtopic.php # #-----[ FIND ]------------------------------------------ # include($phpbb_root_path . 'includes/bbcode.'.$phpEx); # #-----[ AFTER, ADD ]------------------------------------------ # // Start Include language file $language = $board_config['default_lang']; if( !file_exists($phpbb_root_path . 'language/lang_' . $language . '/lang_auction.'.$phpEx) ) { $language = 'english'; } include($phpbb_root_path . 'language/lang_' . $language . '/lang_auction.' . $phpEx); // end include language file # #-----[ FIND ]------------------------------------------ # 'L_MINI_POST_ALT' => $mini_post_alt, # #-----[ AFTER, ADD ]------------------------------------------ # 'AUCTION_USER_RATING' => "<a href=" . append_sid("auction_rating.php?mode=view&" . POST_USERS_URL . "=" .$poster_id ) . "><img src=" . $images['icon_auction_user_rating'] . " alt='Feedback Rating' border='0' /></a>", 'L_VIEW_AUCTION_USER_RATING' => $lang['auction_user_rating'], # #-----[ OPEN ]------------------------------------------ # includes/usercp_viewprofile.php # #-----[ FIND ]------------------------------------------ # if ( !defined('IN_PHPBB') ) { die("Hacking attempt"); exit; } # #-----[ AFTER, ADD ]------------------------------------------ # // Start Include language file $language = $board_config['default_lang']; if( !file_exists($phpbb_root_path . 'language/lang_' . $language . '/lang_auction.'.$phpEx) ) { $language = 'english'; } include($phpbb_root_path . 'language/lang_' . $language . '/lang_auction.' . $phpEx); // end include language file # #-----[ FIND ]------------------------------------------ # 'AVATAR_IMG' => $avatar_img, # #-----[ AFTER, ADD ]------------------------------------------ # 'AUCTION_USER_RATING' => "<a href=\"" . append_sid("auction_rating.php?mode=view&" . POST_USERS_URL . "=" . $profiledata['user_id'] ) . "\"><img src=\"" . $images['icon_auction_user_rating'] . "\" alt=\"" . $lang['auction_user_rating'] . "\" title=\"" . $lang['auction_user_rating'] . "\" border=\"0\" /></a>", 'L_VIEW_AUCTION_USER_RATING' => $lang['auction_user_rating'], # #-----[ OPEN ]------------------------------------------ # /templates/subSilver/viewtopic_body.tpl # #-----[ FIND ]------------------------------------------ # {postrow.MSN_IMG} # #-----[ AFTER,ADD ]------------------------------------------ # // Goes in same line before {postrow.MSN_IMG} {postrow.AUCTION_USER_RATING} # #-----[ OPEN ]------------------------------------------ # /templates/subSilver/profile_view_body.tpl # #-----[ FIND ]------------------------------------------ # <tr> <td valign="middle" nowrap="nowrap" align="right"><span class="gen">{L_AIM}:</span></td> <td class="row1" valign="middle"><span class="gen">{AIM_IMG}</span></td> </tr> # #-----[ AFTER, ADD ]------------------------------------------ # <tr> <td valign="middle" nowrap="nowrap" align="right"><span class="gen">{L_VIEW_AUCTION_USER_RATING}:</span></td> <td class="row1" valign="middle"><span class="gen">{AUCTION_USER_RATING}</span></td> </tr> # #-----[ SAVE/CLOSE ALL FILES ]------------------------------------------ # ##################################################################################### ## Further Information ## ## Thats it! You are through. If you have any questions dont hesitate to use the ## Support Forums on www.phpbb-auction.com. If you want to use the payment methods ## you should read the documentation for it on the projects website. ## Greetings and have fun with phpbb-Auction ## FR ## EoM #####################################################################################
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值