vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 2.x Full Releases (https://vborg.vbsupport.ru/forumdisplay.php?f=4)
-   -   WebTemplates v.0.1 (Old Version) (https://vborg.vbsupport.ru/showthread.php?t=36419)

Koutaru 05-04-2003 07:22 PM

The first option worked Oo; -- Thanks so much Logican :D

PurpleCow 05-11-2003 11:07 AM

Logician - Does this webtemplates hack work with vB230 stable version ??

Thanks much

glo 05-11-2003 12:44 PM

Logician, can the webtemplates also be configured so they are permission based in accordance to the vB permisions?

Craigr 05-11-2003 04:04 PM

HostBubble: Yes it works on vb 2.3.0

glo: Yes you can change the permissions according to vB permissions. Have look at my page: http://www.steven-seagal.net/movies.php

If you are not logged in you will see a login box, if you are logged in you will see your username as well as some stats.

If you want me to post how i did it i will.

Craig

ap0c 05-11-2003 04:12 PM

Quote:

Today at 01:04 PM Craigr said this in Post #254
HostBubble: Yes it works on vb 2.3.0



If you are not logged in you will see a login box, if you are logged in you will see your username as well as some stats.

If you want me to post how i did it i will.

Craig

post away :D

Craigr 05-11-2003 04:22 PM

Here you go:

Code:

<!--BOTTOM SECTION-->
<table width="90%" align="center" bgcolor="#efefef" STYLE="border-width: 1px; border-color: #000000; border-style: dashed;">
<tr>
<td>
<smallfont>
[[($user_usergroupid==2)]]
You are logged in as: <font color="red">$user_username</font>, you last visited on $user_lastvisitdate.<br>
You have contributed $user_posts posts to the forum. You have viewed $user_views threads. [<a href="member.php?s=&action=logout">Logout</a>]<br>-----<br>
[[/($user_usergroupid==2)]]

[[($user_usergroupid==6)]]
You are logged in as: <font color="red">$user_username</font>, you last visited on $user_lastvisitdate.<br>
You have contributed $user_posts posts to the forum. You have viewed $user_views threads. [<a href="member.php?s=&action=logout">Logout</a>]<br>-----<br>
[[/($user_usergroupid==6)]]

[[($user_usergroupid==1)]]
You are not registered, you last visited on $user_lastvisitdate. [<a href="register.php?s=$session[sessionhash]&action=signup">Register</a>] or login below:<br>
<form action="member.php" method="post">
<input name="username" type="text" size="7">
<input name="password" type="password" size="7">
<input name="submit" type="submit" value="Login!">
<input type="hidden" name="s" value="$session[sessionhash]">
<input type="hidden" name="action" value="login">
</form>Registration allows you to post and reply to topics in the forum, as well as upload photographs<br>to the gallery, add links to the links directory and take quizes as well as other great activities.<br>-----<br>
[[/($user_usergroupid==1)]]

This page was last viewed by <font color="red">$lastvisitorname</font> on $lastvisittime.
</smallfont>
</td>
</tr>
</table>
$footer
<!--END BOTTOM SECTION-->

Note i added some extra information to show.php

Craig

ap0c 05-11-2003 04:59 PM

nice! thanks

Logician 05-11-2003 05:14 PM

Craig: If you add usergroup 1 to your "cant see" list, they are automatically given the login page, so you don't need to create a conditional for them..
[cantsee]1[/cantsee]

Craigr 05-11-2003 08:03 PM

Quote:

Today at 07:14 PM Logician said this in Post #258
Craig: If you add usergroup 1 to your "cant see" list, they are automatically given the login page, so you don't need to create a conditional for them..
[cantsee]1[/cantsee]

I want guest to be able to read the articles. Would this not stop them from doing so?

The code i posted was for a welcome panel type box.

Thanks
Craig

Logician 05-11-2003 08:18 PM

if you add the usergroupid into cantsee list, they can not access that webtemplate. So if your articles are in that webtemplate, they can not see them. So you can use your method if this is the case..


All times are GMT. The time now is 10:43 AM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01383 seconds
  • Memory Usage 1,741KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)bbcode_code_printable
  • (2)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete