![]() |
This is the best mod/hack/addon (or whatever we call it) i've seen on vBulletin. Everything depands on what you can imagine. And this mod makes everything much easier for who dont know lot about php or other coding language.
So thank you very much Logician for this great mod. You simply rock.... I also need an idea about something i would like to do. Through "$WQ_last10threadfromforum2" i would like to list all the threads in a certain category. And i've changed the limit to 500. So it lists all the threads in ASC without a problem. But i would like to learn if it is possible to make this page with a letterbar (same as vbulletin memberlist.php) ? So users could find the threads much easier. Or even listing the threads like : threads starts with letter A or B.... would be great. Is that possible ? Anyone can give me an idea about how to do that... Thanks in advance... |
Quote:
|
Logician, i dont know how to thank you for your very kind relation and very quick response... You are my hero....
I really wish that i could send more and i know that its nothing but i've send you a donation through paypal. That was the amount in my paypal account. :) |
Is it possible to remove the first row of the alphabetical table (image2.png) so i can show just the letters seperate as same as on the memberlist.php ? (image4.png)
And is it also possible to add the numeric option which we can then list the threads start with the humbers. I've added "#" but i guess its not working. Thanks again for this wonderful mod. |
Quote:
2- Edit webquery like this: SELECT threadid, title, postusername,postuserid,dateline FROM " . TABLE_PREFIX . "thread WHERE sticky=0 AND visible=1 AND forumid=3 $letterquery ORDER BY dateline DESC LIMIT 500 Query PHPInclude Code (Before) : like this: $myletter1 = substr($myletter, 0, 1); if ($myletter == '_') { $letterquery = "AND (title LIKE '0%' OR title LIKE '1%' OR title LIKE '2%' OR title LIKE '3%' OR title LIKE '4%' OR title LIKE '5%' OR title LIKE '6%' OR title LIKE '7%' OR title LIKE '8%' OR title LIKE '9%') "; } else { $letterquery = "AND title LIKE '$myletter1%'"; } and then use <a href='view.php?pg=alphabeticalthreads&myletter=_'> #</a> for linking numbered threads. |
Would "thank you" be enough for all your helps ?
Now i can use my imagination to create very useful and nice pages with your wonderful mod. Thank you very very much again Logician... |
Quote:
|
|
Hopefully it will win one of these days.
|
With "zero" knowledge of php, i did my best to solve the problems. And actually i did solve most of my problems through google them or search for the possible answers through vb.org
But i still have some problems which i can not solve. Can not find the right variable for the forum title : When i list the threads of forumid=2, i can sort them through the letterbar. In the current letterbar, there are "Title", "Author" and "Date" sections. I did add another section called "Forum" which will show the forum title of the thread which it belongs to. Code:
<td class="$alternate" WIDTH="25%" VALIGN="TOP" NOWRAP><div class="smallfont">$forum[forumtitle]</div></td> I would like to make a "movie list" for my forum. Due to i have lot of categories such as "Dvd Movie Reviews", "HD-Bluray Movie Reviews", "TV Series Reviews" etc.., i tried to make css navigation menu as shown on below image. I used "Site Information Pages Template" for this movie list but it did not work due to a reason i do not even remember right now. I feel like my head will blow soon due to those complicated, puzzling, meaningless php codes. http://www.dwgallery.net/data/503/Image13.png ***Above picture is just an example to give an idea about what i would like to do Is it possible to pull threads from different forums at same time ? Code:
SELECT threadid, title, postusername,postuserid,dateline Code:
forumid=103 or forumid=104 or forumid=105 Code:
forumid=103 AND forumid=104 AND forumid=105 |
Thanks Logician, for a really cool mod. It works like a charm. I am having a minor template issue, though, and can't figure out where it's coming from.
In the navbar template, there's the top row which contains the "navbits_start.gif" folder-looking icon file. Using this webtemplate, while that folder icon sits okay to the lefthand side, the beadcrumbs next to this image file centered inside its TD column rather than sitting justified to the left next to that folder icon. It only happens with our default "Transparencity+" style, as all other selected styles render the navbar within your webtemplates okay. And when I compare word for word, both navbar templates look identical to me (the one which is mysteriously centered and another which is fine), and so it might be in a CSS section perhaps. I wish I knew where to look to find out why the breadcrumbs want to float away to the center. Any pointers appreciated. |
Quote:
PHP Code:
PHP Code:
Quote:
|
Quote:
|
do you allow css coding on webtemplate, i wish to add rounded boxes
|
Quote:
<if condition="THIS_SCRIPT==view"> your css for webtemplates </if> |
thanks but exactly where do i add it, i added on style manager, forum skin, main css but it doesnt work
please be a little more specific have this PHP Code:
i dont want to use image to get the corners so i chose js instead but where will i add this js file? PHP Code:
|
Is there a way for me to create an html frameset page? I want to create a page with top fixed frame and second frame with scrollable.
How can I do that with this hack? Thanks. |
I'm using the '$WQ_testpagination' query to fetch a list of all the posts on my forum, see here http://www.sparklywater.com/posts.html. I have set the 'rows per page' setting to 30 in the 'PHP include' section of the webtemplate, like this:
Code:
$vbulletin->input->clean_array_gpc('r', array( On the third page of my results, there are currently 25 rows / posts listed, so this should be the last page in the results (ie. no fourth page). However, in the pagenav at the bottom-right hand side, the 4th page number is listed and when clicking on page 4, the table simply states "No threads to List" (ie. the 'No Results Row' value). This 4th page is unnecessary because the final rows of results already ended on page 3. Is there any way to fix this? |
Quote:
Quote:
|
logician, would you able to help me with above question?
|
Quote:
|
frameset includes two seperate file and use name/id to communicate with each other, how am I going to do that? Also please kindly guide me how to create either left or right content column. thanks much.
|
Quote:
<frameset rows=25%,75%> <frame src="view.php?pg=child1"> <frame src="view.php?pg=child2"> </frameset> Then use different webtemplates for child1 and child2 sets. Finally visit "parent1" to display alltogether |
can you pplease reply about the css,
|
Quote:
|
Hey thank you first of all this mod rocks. Got a problem tough, when i make a page it just a blank page with the text i entered.
On the how to create file it shows this f) Using a Theme : Default Basic Theme g) Header : Default Vbulletin Header h) Footer : Default Vbulletin Footer F. how ever, on the drop down menu it doesnt show the Defaul Basic theme option. it does on header and footer but not using theme. No Parent Template (This is an independent webtemplate) Thast what it shows instead. i think this might be problem wondering if theres fix, thank you! |
Logician I completely love your mod
Small detail problem - I set up a template page, set it to TEXT Can view, but when I click the link to edit the page as a user I get Not Found The requested URL /fcc/www.mysite.com/xxx/editors.php was not found on this server. Have checked via ftp and editors.php IS there on this filepath. Could the problem be that I do not use the standard directory name for my forum? that is, my url to editors.php is not /forum/editors.php but /xxx/editors.php maybe I need to change this in the code somewhere? I don't have the very recent update installed yet. But the version I have does have the options in admin to allow user edit + when I open the page it does have "Edit This Page" at the bottom. |
Quote:
|
Quote:
However when I try to visit the url in your link, it seems it loads fine. |
Quote:
What do you mean right here? I also followed everything correctly its just that |
Quote:
If yes, give me admin cp access and I can check. |
I found out the problem for some reason i missed this
(There are 2 XML files, please make sure you import the file named "webtemplate_export.xml"!) Do i uplpoad the webtemplate_export.xml where? as a product? EDIT: Im such a dummy did this like at 12 am, and its 7:30 pm today so i just saw that i shouldnt be doing this stuff when im tired LOL thank you so much haha im looking like a newb right now hehe ty Logician! :) |
So did you get it fixed Zatro?
If not, look in the menu under WebTemplates, and you'll see an export/import (or import/export) button. That's where you import the webtemplate_export.xml |
this is a great hack thanks for this and here is the page that I created
http://www.cgflame.net/forum/view.php?pg=cargo |
I thought I had posted here yesterday - reinstalled this mod on a fresh version of IPB 3.74 PL1, and I love this mod, the only question I have is I cannot use the HTML parsing option, or I get a bizarre error, consistently when i actually paste HTML into the box :
Code:
Internal Server Error |
Quote:
|
I've created a very nice and very useful list which saved me from weeks of job with this wonderful mod. So i would like to thank you again for all of your works...
Am not sure whether its possible or not but i would like to try my chance... I have 2 forum categories. And each categories has movie reviews inside. But with different language content. Forum1 is in English and Forum2 is in Turkish language. And sometime, both forums contains same title but with different languages. Instead of preparing different lists for both forums, doing just 1 list but with both forums content will be much more better. But ofcourse, if i am able to do what i plan (think) to do. The problem starts here :) If you dont mind i would like to ask you if it is possible to For example, if the thread pulled from Forum1, it will automatically put an English flag icon (english.gif) and if the thread pulled from Forum2, then there will be Turkish flag icon (turkish.gif). Is it possible to do something like that ? or no need for that ? Regards... |
Quote:
|
i have page in folder which is only one page that give all result on it
how to include it with php code because i use frame code any help plz |
I think this mod is good enough to be sold to vBulletin / vBadvanced, they should make Logician a good deal and then support the product themselves. Logician has been doing a phenomenal job on his own but it would be easier on him if there was a team working on it rather than on his own. What do you think Logician?
|
All times are GMT. The time now is 08:36 PM. |
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:
|