![]() |
nevermind i think i goes it.
i found this code @ http://www.w3schools.com/tags/att_iframe_height.asp Code:
|
If my original page (passing variables by URL) is:
http://www.domain.com/page.php?var1=value&var2=value2 what will the WebTemplates URL be? |
Quote:
|
Logician, you must have missed my post on the last page.
Quote:
|
I modified the 'Themes' myself to make the validate at http://validator.w3.org/
Here's mine. The only changes are those required to make them validate - layout etc should be identical Default Basic Theme HTML Code:
$stylevar[htmldoctype] Standard Error Theme HTML Code:
$stylevar[htmldoctype] HTML Code:
$stylevar[htmldoctype] HTML Code:
$stylevar[htmldoctype] |
Quote:
|
"No one becomes perfect, but some become great."
|
Thanks so much for your honesty Logician, that's why I like you :)
dartho, I replaced my template content with yours above, and it worked great, except that I'm still having a table issue. Another problem is Logician's footer info. Quote:
|
Hi Logician
This is a truly excellent mod! I have very quickly built a newly redesigned site that I was going to do in Xoops. This new solution is better is so many ways. I have 2 questions for you about issues Im still struggling with. This new site I have is a subsite of the main forums, but uses a custom look and feel (done entirely though WebTemplates). So for example the forum nav bar is not visible, nor the footer bar, and the site uses a different colour theme. Questions: - How can I integrate the forum registration page into my new WebTemplates site? - How can I integrate the forum login page into the site ? (ive tried using the Deluxe login on non VB pages: https://vborg.vbsupport.ru/showthrea...ghlight=deluxe but have not been sucessful) Of course I want to do these things within the look and feel of the WebTemplates site - I dont want to colors, headers/footers etc of the standard forum pages. Any ideas? |
Quote:
Quote:
|
Logician
Thanks for your prompt reply, its really appreciated. ill look into the registration page. Re: login form - thanks - I embarrassingly missed that in the doc. Also, Im not sure if your aware of the Easy Forms mod (https://vborg.vbsupport.ru/showthread.php?t=201097) ? Have you had any experience with showing these forms in a WT site? |
Quote:
|
Excellent suggestion thanks Logician - have it working well....just a couple of challenges left to overcome
- how to put a logout link in the userinfo panel inserted by $WT_Login - need the Easy Forms mod to be able to choose a style per form - then I could create a style with the correct colours, no header etc (at the moment im wrapping the vB header, footer and navbar templates with a conditional to detect this page) - registration form redirect back to this site (but only when called from this site) |
Quote:
|
Logician... if you have time could you reccomend how to remove the navbar links in webtemplates.... could I just edit the installer files or am I thinking to simple?
Reason: I moved my navbar from navbar template to header template for aesthetic reasons and to place 32 x 32 icons in front of each (it looks nice :D) but it still tends to add in the extra options like Blogs etc in the header template even though in my forums they are not there but only in a webstemplate? I cannot code in the images unless I go into all those mods and try to remove it from each when I would simply like to remove the display of the navbar links in webtemplates. If it's a simple fix please post, if it's not and your busy just point me in the right direction perhaps? Thanks!! 3.8.1 S-MAN |
Quote:
|
Quote:
|
Just a thought. I would go into the webtemplates and then the themes at the bottom. Just click on edit on the one you use and take out $navbar
|
Quote:
Quote:
I already did that but the style I use has other stuff I would love to have in the navbar... I reworked the code to include the icons and removed a lot of links that were there to streamline it as the style did not look right w/ the nav menu going to the right about half a mile :erm: but if push comes to shove I'll simply redo the whole navbar in another template i.e. the parts I need and make the navbar template itself nearly empty and do what you suggested! There's always more than one way to skin a cat (just a phrase I have 2 & luv em') but I was hoping Logician would have a simpler solution but what you posted is the simplest way and I need to work around it as I decided to slice & dice my navbar. Thanks to you both but especially you Logician... this is one of my favorite and most useful vb mods! Every site I help out on or admin on has installed it so far and that's 4 and soon to be 5. S-MAN |
where it says
example : 32 times visited Can we amend this to This page has been visited 32 times |
**installing***
|
Quote:
http://mastering.subvertbeats.com/ This is my WebTemplates_LoginCode vB template: Code:
<table><tr> |
changing the above code to:
Code:
<table><tr> |
Outstanding work Logician...:up:
|
sweeeet!
i love it!! |
This add-on is one of the largest hidden treasures of this community. I'm sure that if everyone knew what all this mod can do, just about everyone would be using it. I use it for all of the extra pages on my site.
Nominated for MOTM - again! :rolleyes: |
I have searched but not found anything about attachments.
I know how to show a template that get the last post from forum X but how about including attachments like images Someone that could help me getting the right SQL-query. Thanks /Fredrik |
this is really a nice mod.
i tried to merge it with autoindex but i got problems.. here is the code i use: PHP Code:
it works perfect but.. https://vborg.vbsupport.ru/external/2009/04/58.jpg every time i click the each folder my URL change from view.php?pg=phptest2 to view.php?=dir=x then it redirects to invalid page... any solution? Reason why am merging this hack with autoindex to VB is that autoindex has the ability to control speed download and anti-leeching sequence.. thou this is really a great hack i nomionate this hack MOTM great job Logician br gsmph |
You may be best off running the autoindex page in an iframe within your web template?
|
Quote:
for EX: http://www.forum.com/vb/view.php?pg=autoindex will open on VB page right.. after that they can access the download section by accessing http://www.forum.com/vb/autoindex.php direct without login in they can access it. sorry for my bad english.. i hope you understand.. br gsmph:erm: |
Can someone please help me!?
I have created a homepage using this mod. But now how do I make the homepage act as my my defauly homepage when someone goes to mysite.com. My VB is installed in the root... I tried domain forwarding and that didn't work. There must be a simple way to do this? |
Hi, I need my front page to be at www.mtgdarkness.com and my forums to be at http://forums.mtgdarkness.com; can this CMS manage that? If so, how can I set that up?
|
@drew82 and MTGDarkness
PHP Code:
ps. ofcourse edit the red text except the "location: :D br gsmph |
But that will just redirect, won't it?
|
yeah that worked, but now when I click my forum link it just reroutes it to my homepage
I still want to be able to view my forum overview? can anyone help? |
Quote:
<meta HTTP-EQUIV="REFRESH" content="0; url=http://www.yoursite.com/the rest of the url from WebTemplates etc"> Then save and that should redirect you, gsmph gave a more forum friendly php way of doing it but the lesser works just as good. Edit the content="0 to 1 or 2 for seconds IF you want the redirect to take place after 1 or 2 seconds and so on... maybe change your original index into a loading or intro page... perhaps add a splash page etc. S-MAN |
that does the same exact thing
let me try to explain this another way I want my custom homepage to come up when you go to mysite.com, but I still want access to the forum page does anyone know how to do this |
Well then you need to have your redirect via your hosting/cpanel/ whatever verified, it should work w/ the specified URL.
|
Quote:
So here's what I have so far... (So we ALL can be clear & help you) 1. You created a custom page via WebTemplates 2. You want that custom page to be your new homepage 3. The custom page (I suspect you did it w/ a theme if not and it is in fact an Independent template then simply copy the contents and replace the contents in your original index file and no need for redirect) is not being redirected properly even when you apply a redirect via your hosting panel/cpanel etc. Is that correct? |
i don't want to replace the default homepage with my new custom homepage
after I made a custom homepage called *home I added it to my menu as well as added a menu item called *forums but I want my landing page *home, but I want to keep access to the forums main page so my members can click *forums and see the overview I though I can do this by redirecting my domain to www.mysite.com/view.php?pg=home but this solution is not working |
All times are GMT. The time now is 11:12 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 | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|