![]() |
Also, I just disabled the archive links for vbSEO for now and that solved that problem.
|
Quote:
as far as adding text, make sure you \ out and ' in your text.. |
couple of request for this - now its' here for those who need it, wish to use it .
these are just edits - thanks to the author of the mod ;) edits for AJAX Tabs Content Script v2 - vBulletin.org Forum i use this for admin only right now -- so no demo , just images of what i see . i am NOT a coder by no means - just figured it out for myself and .. . am certainly no writer either .. . in the template(s) provided from this mod : adding more information to the new posts: this uses all of the information i needed - to remove unneeded fields both the sections must be edited. the first from <td to </td for the top section (lables) and the second section (what it displays for each one), the entire line : echo '<td to /td>'; find: Code:
echo '<table cellspacing="2" cellpadding="0" width=100%><tr> <td class="thead">Title - Date</td></tr>'; Code:
echo '<table class="tborder" cellspacing="1" cellpadding="1" width="100%"><tr align="center"><td class="thead" width="48%" align="left">Title / Started by</td><td class="thead" width="28%">LastPost</td><td class="thead" width="4%">Replies</td><td class="thead" width="4%" nowrap="nowrap"> Views </td><td class="thead" width="20%" align="left">Forum</td></tr>'; Code:
// echo BR; Code:
// echo BR; dont' forget to change the path to your forum : is at /forums now. to trim the thread titles to a desired length: find : near the top : Code:
// ####################################################################### Code:
// ####################################################################### Code:
// Trim title Code:
// Trim title $portal_threads_maxchars is for how many charters are displayed. $portal_threads_maxwordchars is for how long words are. change the 33 and 15 to your needs. an attempt thread marking for new: this works DIFFERENTLY than expected - how it should! if it was in templates it may work correctly - for me it works untill i learn how to change things. posts will show new untill you mark the forums read manualy - there may be other conditions, its' a start. NO i can NOT change how this is working now or how it functions!!! am using what i thought may work and .. . it dont'. find: Code:
echo '<td class="alt1 smallfont">» <a href="/forums/showthread.php?t=' . $thread[threadid] . '"title="' . $thread[preview] . '">' . $thread[title] . '</a><div style="font-size:10px"> ' . $thread[postusername] . '</div></td>'; Code:
if ($show['gotonewpost']) |
OMG this is probabily the greates thing i've seen :O
I'll check it out propely when I have the time, but if it works as promised (and looks like it does) then it will be a great great GREAT improvement for my forums :) so many options and possibilities to explore :O |
Quote:
Please remember, if you are interested in enhancing or writing content addons, feel free to do so.. |
For whoever want to see what Ken just provided above, in LIVE, please visit here http://www.vshares.net
|
Kenneth,
Go over to vBadvanced to check out how to REALLY integrate Thread Read Marking. :) I got it working fine for real, no having to mark forums read manually. I also integrated forum permissions just fine, with the help of Brian over at vBadvanced. I just use the code built into vBa to apply perms. |
i use a GARs vBA CMPS module to show the 5-10 latest stories from my GARs article forum on the front page. it would be great to use this script to have the different article categories tabbed for visitors to switch through. i dont know php well enough to put that together myself though
having the ability to directly link to the php module files would be great too, even though i realize that is probably much more difficult to code i was hoping to just be able to put something like include('/home/blah/whatever.php'); in the tab files would work, but unfortunately it doesn't seem like you can do that and you actually have to put together the code. im not that great at doing that, so i hope someone creates a GARs one. very nice script anyway |
Damn this thing is great :) been playing with it for he last day or so. It's so damn great in every aspect :)
I got one problem, I don't seem to be able to use $thread[preview] code :( I use it but returns and empty result where it should give a preview of the threads content :( <a href=... title="' . $thread[preview] . '" if anyone can help me wioth that it would be great ^^ Note: I'm using kenmeth's enhancement |
First of all, Thank you bobster65 for this mod.. :)
My issue is kind a strange one..For that reason I want to give more detail about it.. 1.I had downloaded your recentthread file and specify the forums where it will calls last threads from.. This file: https://vborg.vbsupport.ru/showpost....5&postcount=29 2.Setup templates for ajax.. At the end, It is working on firefox browser but not internet explorer..On IE, it just keeps saying "content is loading".. Same ajax system that not calling those php files but html files working on IE (tabs with images on the top-right side)..These means ajax is working properly to my poor coding knowledge..:) On other hand, when I type link URL of that php file to IE addres bar, it loads..Then I decide I know nothing about coding..:D For those reasons, I am completely lost here.. Please help me out.. :) http://www.turkforum.net/pasali.php?pageid=turkforum + I had mentioned same issue on previous version thread but I had no luck.. |
All times are GMT. The time now is 07:14 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:
|