![]() |
Quote:
|
Bobster,
I would like to know, what is the best way to use pagination code in tab for displaying information in pages within the same tab. Thanks |
Quote:
|
This looks like a great mod and i seem pretty silly asking this as everyone else has done just fine installing it.
Im stuck on step 2 lol, everything else i can do. When it sais modify css file which file am i modifying? The ajaxtabs.css? if so what do i modify as i cant see anything that would need changing. Sorry for being so thick but i really want to get this working. |
Quote:
yes, the file with the extention .css is the one that is being refered to in step #2 ... (ajaxtabs.css) Well, in step 2, the only thing to modify in the .CSS file would be the paths to any images .. right now they are just the imagename .. you will find them after url (imagename.gif) .. you will need to put the full path in those.. ie url (forums/ajaxtabs/imagename.gif) Hope that makes sense? |
Thank you for a quick reply.
Il take another look at it now and see if i can get it working. Thank you very much |
Quote:
|
Hi
I know its not much to go on but has anybody got any idea whats gone wrong http://www.cashloopholes.co.uk/cmps_index.php Iv followed it as best as i can but iv obviously gone wrong somewhere |
Quote:
You will need to increase the height of the DIV (in the template) so that the content does not overlap... you will also need to edit the .css file and change the width settings. You can change all those values from ###px to 100% and then set static heights or widths later.. Its working, its just a matter of making some adjustments.... ALSO: I just seen that you need to edit the content php files and change the URLS to match your site as well...... You are close, its just a matter of some tweaking and things will start to shape up. |
Thank you for your replies they are very much appreciated.
Its getting late now so il have a play with it in the morning and see if i can get it working. Thanks again. |
Quote:
|
how is this supposed to work with vb forums? all the functions are alien to me! and how does it fit in with the templates?
thanks in advance |
Quote:
Im actually surprised that nobody has done this yet.. well, I have, but I mean the community as a whole lol.. 3.7 I see finally has some tabs in the Profile, but still not anywhere else on the forums.. |
ok, so could you provide a step by step instruction list for vb then please!
|
Quote:
|
I followed all the steps, but it's not showing any content... When I click on a tab, I "Requesting Content" but nothing displays... Just a plain white screen. Any ideas???
|
Quote:
|
when i create a separate template, what do i put in it, and how do i link to it from the other main forumdisplay template?
|
bobster,
I am trying to put javascript in php file for expand collapse. I want description field read more, when user click on Read more.. link whole description field should display. I included onclick event in echo statement for link. but nothing happens. I would like to know, weather expand/collapse works in ajax tabs onclick event for link. Thanks |
Quote:
|
Curious, is this what vbulletin.com is using on its member.php pages?
|
Quote:
|
Quote:
|
Quote:
|
Bobster,
As you suggested, I looked at dynamicdrive code and using and I need your help for the error I am getting. When i call onclick event in echo statement in php page. I am getting follwing error Parse error: parse error, unexpected T_STRING, expecting ',' or ';' in C:\Program Files\EasyPHP 2.0b1\www\upload\tabexternal5.php on line 71 The line where I am getting error is echo'<input type="button" onclick="javascript:return toggleMe('para1');" value="Toggle">'; echo '<div id="para1"> Decription here.... </div>'; When I change to double quotes like 'para1' to "para1" and also tried with '.para1.' onclick="javascript:return toggleMe("para1");" value="Toggle">'; - no errors but nothing is happening when I click on toggle button.actually it should expand/collapse. Javascript: <script type="text/javascript"> function toggleMe(a){ var e=document.getElementById(a); if(!e)return true; if(e.style.display=="none"){ e.style.display="block" } else{ e.style.display="none" } return true; } </script> Please help me with this echo statement javascript onclick. Thanks for your reply |
For those of you that have been wanting to display Post Icons and or limit the thread title character limit for the recent threads content file within a tab, check out the attached file.
PLEASE NOTE: all paths in this file are assumed that you have your forums installed in {forums} folder off the root ie /forums/showthread.php so if you have a different set up, just edit those lines to the correct path and everything will work as it should. LINES OF CODE TO EDIT FOR YOUR PERSONAL NEEDS: Line 46: Change 30 to the cut of length you wish. Code:
$mod_options['portal_threads_maxchars'] = '30'; // SET THIS FOR THE MAX NUMBER OF CHARACTERS YOU WANT TO DISPLAY FOR THE THREAD TITLE Line 68: Change this to pull threads from which ever forums you desire.. you can edit/add/or delete .. Code:
AND thread.forumid=15 or thread.forumid=31 or thread.forumid=32 or thread.forumid=33 Line 72: Change the number to display the amount of threads you wish. Code:
LIMIT 15 Lines 156-180: You MAY have to change the paths on all the href's .. Change to match your individual forums setup. |
Quote:
anyway, if you can do that.. just PM me and I will give you my email addy so that you can send the file. |
Layout question. I've got tabs working, I've added my forum CSS to the top of ajaxtabs.css and my testtabs.php page has the same theme as my forum now. First, where would I change the CSS (I'm using "indentmenu") to move the tab menu to the top?
Then, I have another custom PHP file, with a custom template. The PHP file loads a bunch of nested tables, theads, tcats, collapsing trs and tds, into strings, and then the template displays certain strings depending on the usergroup of the person looking at the page. I would like to replace some of the nested collapsing stuff with tabs like these. Should I just move the ajaxtabs template into the custom PHP file where I need tab boxes? Can I place dynamic content (loaded from MySQL) into the tab boxes, rather than loading a file? |
Quote:
Quote:
|
Hi
I tried to add a tab with the newest profile photos. But it shows this error: Parse error: syntax error, unexpected '<' in /home/stonner/public_html/forums/tabexternal4.php on line 42 Could you please help me? I attached my file tabexternal4.php. Thank you very much |
Quote:
|
*Update* added two new sample content files for use with this addon as well as a sample make your own file (Replicate the vBa UserCP Block)
The FILES for these are located in Post 3 of this Thread. NEW 02-07-2008 - tabrecentthreadsexp2.php - This file includes Post ICON Column and the ability to set a specific Thread Title Character cut off amount. NEW 02-07-2008 - tab_blog.php - This content file is for use with vbulletins blog system. It is a BASIC recent blogs layout. The File contains 2 Layout Styles (Wide and Small). Wide is the default. To use small (for skinny Tab Layouts) remark out the 2 Wide Layout Areas and uncomment out the 2 ALT Layout Areas. Both display Title, Name, Data and Views. What to make your own? Check out Post 3 of this thread to see an example of replicating the USER CP BLOCK. |
I apologize, I said I would post up the GARs tab that I completed and I completely forgot. For those of you using GARs for articles on your vBulletin forums, if you would like to display the latest recent GARs articles within an Ajax TAB you can do so with the following .php file:
Code:
<?php I hope this helps anyone using GARs and the Ajax TABs script. You can see this running live at my website (www.ready-up.com). There is currently a small bug in firefox with my nested tabs, just hit the "Home" link on the top of the page if you are using firefox and you should be able to see the tabs working perfectly after that. PM me if you have any questions or problems setting that up. Thanks again bob, wonderful script! :cool: |
Quote:
Each file comes with various configuration settings to meet your needs/requirements.. ie $linkurl Variable (The full URL Path to your vba links directory) $order Variable can be set as follows (1 = newest, 2 = most viewed, 3 = most comments, 4 = highest rated, 5 = random) to give you 5 different ways of displaying your data for your members. $limit Variable can be set to the number of links you would like to display $maxnamechars Variable used to set the max characters of the links name before the rest will be replaced with '...' NOTE: Set this to 0 to disable it. Both files contain the same basic code, just different echo output to control the Layout for the Data. To further customize the layout, look for the echo statements and edit the HTML output.. simple as that :cool: |
https://vborg.vbsupport.ru/external/2008/02/17.jpg
This is an mazing hack I have ever seen, thank you for your time to code. I have a little request, I just want to make a simple tab category for different categories in a forum like the picture shown, say I click on announcement tab it only pulls out the threads about announcement, click on recent NFL news it shows only thoses threads of NFL news. Can somone show me how, the more I read on the post the more I confuse... Thank you in advance... |
Quote:
|
bobster, I just wanted to say thanks for all of your work on this. Your support is nothing less than superb and you deserve a lot of credit. I installed it on my site this morning and it's working great!
|
Quote:
|
hello bobster,
first: a hudge thank you for this work :) I see in dynamic drive page a new js version. We can update in our installs? The new version have a interesting feature [forward/reward] tabs All the best Joao Barroca aka beduino |
Quote:
I'll check things out :up: EDIT: OK, checked it out. Nothing major, just a .(dot) release. All you need to do is upload the new .js and you can use the forward/back feature. When I get time, I will update posts 1-3 with the new available info. Thanks for the heads up bud! |
All times are GMT. The time now is 03:51 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:
|