More about friendly urls - Tagblitz plugin More about friendly urls - Tagblitz plugin
 

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

Main Menu

More about friendly urls - Tagblitz plugin

Started by wipqozn1, May 08, 2007, 10:33:39 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

wipqozn1

After some changes my friendly urls work exellent. But I've got one more problem - and I guess the others too, since Tagblitz plugin doesn't work properly with standard plugin.

Thing is, now it doesn't show links to each file. Tagblitz plugin get a direct link to them like this:

$referer = ($_SERVER['PHP_SELF'] . (isset($_SERVER['QUERY_STRING']) && $_SERVER['QUERY_STRING'] ? '?' . $_SERVER['QUERY_STRING'] : ''));

and if user want to see all link codes he must click on "show links" (or sth like that) within page displaying the file. The plugin gets page address and add this to the end of url:

&event=show_bbcode

And this is the problem, since friendly_urls plugin has no rule for link like this.

Is it possible to make a couple of rules more in htaccess or it demands re-building of the hole Tagblitz plugin?