The above change does finally fix this, but, as OakleyForums says, the fix for this issue breaks the polls, and the fix for that issue is to change it back which then breaks the quick Mod Tools.
The url for the group page is rewritten, but its not found on the server. Can you give me a clue what file to look in to find where I messed-up the edit? My first guess was memberlist.php, but the edits appear to be fine there.
Aha! I found it. Im using prosilver_se, and I didn't realize that posting_editor.html is one of the few template files it doesn't inherit from prosilver, so I needed to do the edit on prosilver_se/poting_editor.html to make the url space appear.
I have the Ultimate SEo URl and I have activated the sql rewrite option. Where do I choose the url for a given topic? When I click "edit" I don't see any such option.
Ok, I did that, and its rewriting the gallery index page right, but the thumbnail links are broken images, and when you click on the album page or image page links, it rewrites the url, but it leads to a not found on this server error. The funny thing is, I tried both ways, as well as without any al...
Hi. I have successfully updated from Advanced seo url Rewrite 0.4.8 to Ultimate Seo Rewrite 0.6.0. Now I'd like to add the Gallery seo patch, but I notice there are only two versions of the .htaccess in the install instructions, for if your phpbb installation is in your root domain or in a folder. H...
That seems to have done the trick. I don't even have the attacchments rewrite activated, but the board and the attachments and the Highslide are all working OK (once I figured-out to use the pre-modded phpbb_seo_class.php)
Hi, I'm working on updating from Advanced phpbb seo url 0.4.8 to Ultimate 0.6.0. I'm following the instructions in the update file in the Contrib folder, and some of the code I'm supposed to find in attachment.html I have altered for Highslide. The update instructions say to find: <dt><a href="...
Hi, I am running the Ultimate SEO URL and phpbb gallery 1.0.0 and I'm having the issue of my header links misdirecting everything to phpbb/gallery/... instead of just phpbb/... only when clicked from the gallery page. I know the answer is close-by, but I'm a bit confused by the fact that this thread...
A possible explaination (I did not look deeply into it yet) could be related to the fact that subsilver2 uses var perpage = '{PER_PAGE}'; Ok, that put me on the right path. I've got it working now. The find and replace instruction for the javascript edit in overall_header.html needed to b...
Have you tried to apply prosilver code change in the styles/js/forum_fn.js called by your subsilver2/portal_header ? Yes. That's what I did to get it working on prosilver. It is that same styles/js/forum_fn.js file that is called by the portal_header in each style. The trick should work the same. Y...
OK, sorry, this thread has got kind of rambling on my part. To summarize: - All of the edits for adv mod rewrite seo urls have been made for all styles. - Due to changes made for Stargate portal, the "jump to page x out of x" links on multiple page threads were not working with the seo url...
I think I just discovered a clue. One of those javascript link tags in portal_header.html is this one: <script type="text/javascript" src="{ROOT_PATH}styles/js/forum_fn.js"></script> This would be the exact same file I edited before to make prosilver work. Also, this ed...