now how do i get around this ???
because somehow the posts dont tie up with the section of the page reference (i.e. the #213) instead of being the original 213 post its now 95 for some reason ???
Here is the line from the block that plucks the last topic id etc out:-
P3ter,
I realize there have been huge problems with forum mods and GT, some problems have left certain site owners very frustrated. I have taken this into account and the next version will alleviate the need to code every piece of the forum. Using "smarter" regular expressions and not just grab-all conversions will help weed out the regular forum code from the forum module and not convert uneeded links. The beta should be out shortly of this next step in GT development codenamed "GT NExtGEn" stay tuned! For now, you can uninstall the Forum-related code, refer back to the default code in the CVS, or try to deal with it. I know it is a big pain, but this is a growing process for many of us, mainly me, and I appreciate everyone's patience. Stay tuned for the "GT NExtGEn" it will be worth the wait, hopefully
BTW, Audioslaved, will this GT-NG distro solve the right-block problem? I mean, in my site, all right blocks are not tapped. I don't want to play around with each block, so I leave them currently as-is.
irving, the GT-NG is an architectual upgrade meant to make GT module-based in order to cut down the resource time of duration constant preg_replaces for huge arrays.
This unfortunately means that blocks are not going to be supported, unless of course the block is correspondant to the module that is loaded. I know this is bad for some, but I plan on setting up a site soon, where developers and members can work together on providing module downloads, pre-converted block downloads. I started a thread some time ago, of what blocks people would like to see included in the distro (meaning tapped), and recieved 0 replies to my knowledge. If you are interested in having your blocks converted, find that thread and put a few in there, preferably with the link you downloaded it from. Others like you and I can convert these, and hopefully GT will catch on to the point where a seperate site will be necessary to archive and provide downloads for GT-related files, tutorials, and downloads.
Im starting to get a handle on all this (reading php&mysql for dummies). Its noon here, but I'm having trouble keeping my eyes open so I probably missed this... I was wondering....
My forums block (which is the default, not the scrolling) has the & amp; (space between & amp; put there by me just now for display purposes) in it, but the googletapped .html files dont. (so they dont go to the actual posts, but the forum index). Which associated file should I look at to make the GT'd html files point to the actual form post?
Audioslaved Elite Nuker
Joined: Jun 14, 2003
Posts: 420
Location: Hawaii and The Fan Forum
Posted:
Sat Nov 15, 2003 2:08 pm
Well, just look at the URL, I am sure it is something like the below with or without the amp;s correctly done.
Code:
modules.php?name=Forums&file=viewtopic&t=$topic
What you will do is convert your long url to the .html equivalent that is used in the .htaccess, so instead of it looking like
The above are just examples but should kinda give you an idea of what I mean, read my tutorial on converting blocks to .html for guidance, it will explain it a little better. I am trying to stress that blocks be converted manually inside the block. There is no reason to have these conversions run on the blocks, there is usually only 2 or 3 URL's in a block anyways. Plus the NExtGEn will not be forgiving to blocks for those who decide to use it.
Try out the tutorial with the forum block and let me know how you end up, if it leaves you confused, just let me know what you did and how far you got, I will walk you through some steps, and the end product will be you having the knowledge to do this without assistance as well as being able to help others and help spread that knowledge.
Hope that works for you Ronin, let me know, alright?
-Bill (Audioslaved)
Bill,
I added all of the above but the first one seems to break the forums. I added all of them and received the bad URL below. If I comment out the others but have this it works. If I just add:
Never mind Bill, my bad, the changes work great. The key is that the new entries need to have the same offset into the 2 arrays in header.php. I thought I was adding the new lines to the start of the forum "sections" but apparently I wasn't.
Simply making them the first items in the arrays fixed everything.
Thanks again for this great mod and your fantastic support.
HI. I read the tutorial. Totally confused right from the start, but its obviously because it is beyond my current understanding of php/mysql/GT. Didn't even try to change anything so I can't give you any steps as I'm on step 0 (smile). I can live with the forum problem for now (noone uses my forums but me anyway). I'll keep reading my php/sql dummy book and im sure it will make sense eventually.
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum